﻿@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.ink-reaction {
  position: relative;
  overflow: hidden;
}
.ink-reaction .ink {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ripple-animation 1.5s;
  animation: ripple-animation 1.5s;
}
.ink-reaction .ink.inverse {
  background-color: rgba(12, 12, 12, 0.5);
}
.ink-reaction.btn-icon-toggle,
.ink-reaction.btn-floating-action {
  overflow: visible;
}
.ink-reaction.btn-icon-toggle .ink,
.ink-reaction.btn-floating-action .ink {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.ink-reaction.btn-icon-toggle .ink,
.ink-reaction.btn-flat .ink {
  background-color: rgba(255, 255, 255, 0.25);
}
.ink-reaction.btn-icon-toggle .ink.inverse,
.ink-reaction.btn-flat .ink.inverse {
  background-color: rgba(12, 12, 12, 0.25);
}
@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
meta.foundation-version {
    font-family: "/5.4.7/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 20em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:30.0625em)/";
    width: 30.0625em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}
.has-feedback .uib-timepicker .form-control {
    padding-right: 0px !important;
}
/*body { background: #000000 none repeat scroll 0 0; color: #000000; cursor: auto; font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; font-style: normal; font-weight: 300; line-height: 1.5; margin: 0; padding: 0; position: relative; }*/
a:hover {
    cursor: pointer;
}

img {
    height: auto;
    max-width: 100%;
}

img {
}

#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::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.antialiased {
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

[class*="block-grid-"] {
    display: block;
    margin: 0 -0.625rem;
    padding: 0;
}

    [class*="block-grid-"]::before, [class*="block-grid-"]::after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]::after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem;
    }

@media only screen {
    .small-block-grid-1 > li {
        list-style: outside none none;
        width: 100%;
    }

        .small-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-1 > li:nth-of-type(n+1) {
            clear: both;
        }

    .small-block-grid-2 > li {
        list-style: outside none none;
        width: 50%;
    }

        .small-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .small-block-grid-3 > li {
        list-style: outside none none;
        width: 33.3333%;
    }

        .small-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .small-block-grid-4 > li {
        list-style: outside none none;
        width: 25%;
    }

        .small-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .small-block-grid-5 > li {
        list-style: outside none none;
        width: 20%;
    }

        .small-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .small-block-grid-6 > li {
        list-style: outside none none;
        width: 16.6667%;
    }

        .small-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .small-block-grid-7 > li {
        list-style: outside none none;
        width: 14.2857%;
    }

        .small-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .small-block-grid-8 > li {
        list-style: outside none none;
        width: 12.5%;
    }

        .small-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .small-block-grid-9 > li {
        list-style: outside none none;
        width: 11.1111%;
    }

        .small-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .small-block-grid-10 > li {
        list-style: outside none none;
        width: 10%;
    }

        .small-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .small-block-grid-11 > li {
        list-style: outside none none;
        width: 9.09091%;
    }

        .small-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .small-block-grid-12 > li {
        list-style: outside none none;
        width: 8.33333%;
    }

        .small-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 30.0625em) {
    .medium-block-grid-1 > li {
        list-style: outside none none;
        width: 100%;
    }

        .medium-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-1 > li:nth-of-type(n+1) {
            clear: both;
        }

    .medium-block-grid-2 > li {
        list-style: outside none none;
        width: 50%;
    }

        .medium-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .medium-block-grid-3 > li {
        list-style: outside none none;
        width: 33.3333%;
    }

        .medium-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .medium-block-grid-4 > li {
        list-style: outside none none;
        width: 25%;
    }

        .medium-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .medium-block-grid-5 > li {
        list-style: outside none none;
        width: 20%;
    }

        .medium-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .medium-block-grid-6 > li {
        list-style: outside none none;
        width: 16.6667%;
    }

        .medium-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .medium-block-grid-7 > li {
        list-style: outside none none;
        width: 14.2857%;
    }

        .medium-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .medium-block-grid-8 > li {
        list-style: outside none none;
        width: 12.5%;
    }

        .medium-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .medium-block-grid-9 > li {
        list-style: outside none none;
        width: 11.1111%;
    }

        .medium-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .medium-block-grid-10 > li {
        list-style: outside none none;
        width: 10%;
    }

        .medium-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .medium-block-grid-11 > li {
        list-style: outside none none;
        width: 9.09091%;
    }

        .medium-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .medium-block-grid-12 > li {
        list-style: outside none none;
        width: 8.33333%;
    }

        .medium-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 40.063em) {
    .large-block-grid-1 > li {
        list-style: outside none none;
        width: 100%;
    }

        .large-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-1 > li:nth-of-type(n+1) {
            clear: both;
        }

    .large-block-grid-2 > li {
        list-style: outside none none;
        width: 50%;
    }

        .large-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .large-block-grid-3 > li {
        list-style: outside none none;
        width: 33.3333%;
    }

        .large-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .large-block-grid-4 > li {
        list-style: outside none none;
        width: 25%;
    }

        .large-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .large-block-grid-5 > li {
        list-style: outside none none;
        width: 20%;
    }

        .large-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .large-block-grid-6 > li {
        list-style: outside none none;
        width: 16.6667%;
    }

        .large-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .large-block-grid-7 > li {
        list-style: outside none none;
        width: 14.2857%;
    }

        .large-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .large-block-grid-8 > li {
        list-style: outside none none;
        width: 12.5%;
    }

        .large-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .large-block-grid-9 > li {
        list-style: outside none none;
        width: 11.1111%;
    }

        .large-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .large-block-grid-10 > li {
        list-style: outside none none;
        width: 10%;
    }

        .large-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .large-block-grid-11 > li {
        list-style: outside none none;
        width: 9.09091%;
    }

        .large-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .large-block-grid-12 > li {
        list-style: outside none none;
        width: 8.33333%;
    }

        .large-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}
/*button, .button { background-color: #ffffff; border-color: #ccc; border-style: solid; border-width: 1px; color: #000000; cursor: pointer; display: inline-block; font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; font-size: 0.875rem; font-weight: 300; line-height: normal; margin-left: 1.25em; padding: 0 10px; transition: background-color 300ms ease-out 0s; }
button:hover, button:focus, .button:hover, .button:focus { background-color: #000000; }
button:hover, button:focus, .button:hover, .button:focus { color: #000000; }
button.secondary, .button.secondary { background-color: #000000; border-color: #ffffff; color: #000000; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #ffffff; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: #000000; }
button.success, .button.success { background-color: #43ac6a; border-color: #368a54; color: #000000; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #368a54; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: #000000; }
button.alert, .button.alert { background-color: #f04124; border-color: #cf280e; color: #000000; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #cf280e; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: #000000; }
button.warning, .button.warning { background-color: #f08a24; border-color: #cf6e0e; color: #000000; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { background-color: #cf6e0e; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { color: #000000; }
button.info, .button.info { background-color: #a0d3e8; border-color: #61b7d9; color: #000000; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { background-color: #61b7d9; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { color: #000000; }
button.large, .button.large { font-size: 1.125rem; padding: 1rem 2rem 1.0625rem; }
button.small, .button.small { font-size: 0.75rem; padding: 0.75rem 1.5rem 0.8125rem; }
button.tiny, .button.tiny { font-size: 0.625rem; padding: 0.5625rem 1.125rem 0.625rem; }
button.expand, .button.expand { padding-left: 0; padding-right: 0; width: 100%; }
button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; }
button.right-align, .button.right-align { padding-right: 0.75rem; text-align: right; }
button.radius, .button.radius { border-radius: 0; }
button.round, .button.round { border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #ffffff; border-color: #999; box-shadow: none; color: #000000; cursor: default; opacity: 0.7; }
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: #000000; }
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: #000000; }
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: #ffffff; }
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] { background-color: #000000; border-color: #ffffff; box-shadow: none; color: #000000; cursor: default; opacity: 0.7; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus { background-color: #ffffff; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus { color: #000000; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus { background-color: #000000; }
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] { background-color: #43ac6a; border-color: #368a54; box-shadow: none; color: #000000; cursor: default; opacity: 0.7; }
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus { background-color: #368a54; }
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus { color: #000000; }
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus { background-color: #43ac6a; }
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] { background-color: #f04124; border-color: #cf280e; box-shadow: none; color: #000000; cursor: default; opacity: 0.7; }
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus { background-color: #cf280e; }
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus { color: #000000; }
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus { background-color: #f04124; }
button.disabled.warning, button.warning[disabled], .button.disabled.warning, .button.warning[disabled] { background-color: #f08a24; border-color: #cf6e0e; box-shadow: none; color: #000000; cursor: default; opacity: 0.7; }
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus { background-color: #cf6e0e; }
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus { color: #000000; }
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus { background-color: #f08a24; }
button.disabled.info, button.info[disabled], .button.disabled.info, .button.info[disabled] { background-color: #a0d3e8; border-color: #61b7d9; box-shadow: none; color: #000000; cursor: default; opacity: 0.7; }
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus { background-color: #61b7d9; }
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus { color: #000000; }
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus { background-color: #a0d3e8; }
button::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}*/
@media only screen and (min-width: 30.0625em) {
    button, .button {
        display: inline-block;
    }
}

.flex-video {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}

    .flex-video.widescreen {
        padding-bottom: 56.34%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
/*form { margin: 0 0 1.5rem; }
form .row .row, form .row .image-section ul, .image-section form .row ul, form .row .links, form .row .pager { margin: 0 -0.75rem; }
form .row .row .column, form .row .row .columns { padding: 0 0.75rem; }
form .row .row.collapse { margin: 0; }
form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; }
form .row .row.collapse input { border-bottom-right-radius: 0; border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.75rem; }*/
label.control-label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 400;
}

label.right {
    float: none !important;
    text-align: right;
}

label.inline {
    margin: 0 0 1.5rem;
    padding: 0.8125rem 0;
}

label small {
    color: #686868;
    text-transform: capitalize;
}

.prefix, .postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1.125rem;
    height: 3.3125rem;
    line-height: 3.3125rem;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

    .postfix.button {
        border: medium none;
        line-height: 2.125rem;
        padding: 0;
        text-align: center;
    }

    .prefix.button {
        border: medium none;
        line-height: 2.125rem;
        padding: 0;
        text-align: center;
    }

        .prefix.button.radius {
            border-radius: 0;
        }

    .postfix.button.radius {
        border-radius: 0;
    }

    .prefix.button.round {
        border-radius: 1000px 0 0 1000px;
    }

    .postfix.button.round {
        border-radius: 0 1000px 1000px 0;
    }

span.prefix, label.prefix {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #cccccc;
    border-right: medium none #cccccc;
    color: #333333;
}

span.postfix, label.postfix {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #cccccc;
    border-left: medium none #cccccc;
    color: #333333;
}
/*input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea { background-color: #ffffff; border-color: #ccc; border-style: solid; border-width: 1px; box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset; box-sizing: border-box; color: rgba(0, 0, 0, 0.75); display: block; font-family: inherit; font-size: 1.05rem; height: 2.7125rem; margin: 0 0 1.5rem; padding: 0.75rem; transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s; width: 100%; }*/
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #b5b5b5;
    box-shadow: 0 0 5px #b5b5b5;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa none repeat scroll 0 0;
    border-color: #b5b5b5;
    outline: medium none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #dddddd;
    cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #dddddd;
    cursor: default;
}

input.radius[type="text"], input.radius[type="password"], input.radius[type="date"], input.radius[type="datetime"], input.radius[type="datetime-local"], input.radius[type="month"], input.radius[type="week"], input.radius[type="email"], input.radius[type="number"], input.radius[type="search"], input.radius[type="tel"], input.radius[type="time"], input.radius[type="url"], input.radius[type="color"], textarea.radius {
    border-radius: 0;
}

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select {
    border-radius: 0;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select {
    border-radius: 0;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select {
    border-radius: 0 1000px 1000px 0;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 1000px 0 0 1000px;
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select {
    border-radius: 1000px 0 0 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0 1000px 1000px 0;
}

input[type="submit"] {
}

textarea[rows] {
    height: auto;
}

textarea {
    max-width: 100%;
}
/*select { background-color: #fafafa; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+"); background-position: 100% center; background-repeat: no-repeat; border-color: #000000; border-radius: 0; border-style: solid; border-width: 1px; color: rgba(0, 0, 0, 0.75); font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; font-size: 1.125rem; height: 3.3125rem; line-height: normal; padding: 0.75rem; }*/
select.radius {
    border-radius: 0;
}

select:hover {
    background-color: #f3f3f3;
    border-color: #b5b5b5;
}

select:disabled {
    background-color: #dddddd;
    cursor: default;
}

/*input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1.5rem;
}*/

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0.75rem;
        margin-right: 1.5rem;
        vertical-align: baseline;
    }

input[type="file"] {
    width: 100%;
}
/*fieldset { border: 1px solid #dddddd; margin: 1.125rem 0; padding: 1.25rem; }*/
fieldset legend {
    background: #ffffff none repeat scroll 0 0;
    font-weight: 500;
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    background: #f04124 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1.5rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    background: #f04124 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1.5rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}

.error input, .error textarea, .error select {
    margin-bottom: 0;
}

    .error input[type="checkbox"], .error input[type="radio"] {
        margin-bottom: 1.5rem;
    }

.error label, .error label.error {
    color: #f04124;
}

.error small.error {
    background: #f04124 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1.5rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}

.error > label > small {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #686868;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

input.error, textarea.error, select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}
/*.row, .image-section ul, .links, .pager { margin: 0 auto; max-width: 75rem; width: 100%; }*/
.row::before, .row::after {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse .row, .row.collapse .image-section ul, .image-section .row.collapse ul, .row.collapse .links, .row.collapse .pager {
    margin-left: 0;
    margin-right: 0;
}

.row .row, .row .image-section ul, .image-section .row ul, .row .links, .row .pager {
    /*margin: 0;*/
    max-width: none;
    width: auto;
}

    .row .row::before, .row .row::after {
        content: " ";
        display: table;
    }

    .row .row::after {
        clear: both;
    }

    .row .row.collapse {
        margin: 0;
        max-width: none;
        width: auto;
    }

        .row .row.collapse::before, .row .row.collapse::after {
            content: " ";
            display: table;
        }

        .row .row.collapse::after {
            clear: both;
        }

.column, .columns {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + .end[class*="column"] {
    float: left;
}

@media only screen {
    .small-push-0 {
        left: 0;
        position: relative;
        right: auto;
    }

    .small-pull-0 {
        left: auto;
        position: relative;
        right: 0;
    }

    .small-push-1 {
        left: 8.33333%;
        position: relative;
        right: auto;
    }

    .small-pull-1 {
        left: auto;
        position: relative;
        right: 8.33333%;
    }

    .small-push-2 {
        left: 16.6667%;
        position: relative;
        right: auto;
    }

    .small-pull-2 {
        left: auto;
        position: relative;
        right: 16.6667%;
    }

    .small-push-3 {
        left: 25%;
        position: relative;
        right: auto;
    }

    .small-pull-3 {
        left: auto;
        position: relative;
        right: 25%;
    }

    .small-push-4 {
        left: 33.3333%;
        position: relative;
        right: auto;
    }

    .small-pull-4 {
        left: auto;
        position: relative;
        right: 33.3333%;
    }

    .small-push-5 {
        left: 41.6667%;
        position: relative;
        right: auto;
    }

    .small-pull-5 {
        left: auto;
        position: relative;
        right: 41.6667%;
    }

    .small-push-6 {
        left: 50%;
        position: relative;
        right: auto;
    }

    .small-pull-6 {
        left: auto;
        position: relative;
        right: 50%;
    }

    .small-push-7 {
        left: 58.3333%;
        position: relative;
        right: auto;
    }

    .small-pull-7 {
        left: auto;
        position: relative;
        right: 58.3333%;
    }

    .small-push-8 {
        left: 66.6667%;
        position: relative;
        right: auto;
    }

    .small-pull-8 {
        left: auto;
        position: relative;
        right: 66.6667%;
    }

    .small-push-9 {
        left: 75%;
        position: relative;
        right: auto;
    }

    .small-pull-9 {
        left: auto;
        position: relative;
        right: 75%;
    }

    .small-push-10 {
        left: 83.3333%;
        position: relative;
        right: auto;
    }

    .small-pull-10 {
        left: auto;
        position: relative;
        right: 83.3333%;
    }

    .small-push-11 {
        left: 91.6667%;
        position: relative;
        right: auto;
    }

    .small-pull-11 {
        left: auto;
        position: relative;
        right: 91.6667%;
    }

    .column, .columns {
        float: left;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.6667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.3333%;
    }

    .small-5 {
        width: 41.6667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.3333%;
    }

    .small-8 {
        width: 66.6667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.3333%;
    }

    .small-11 {
        width: 91.6667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.6667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.3333% !important;
    }

    .small-offset-5 {
        margin-left: 41.6667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.3333% !important;
    }

    .small-offset-8 {
        margin-left: 66.6667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.3333% !important;
    }

    .small-offset-11 {
        margin-left: 91.6667% !important;
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.small-centered, .columns.small-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .column.small-uncentered, .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right;
    }
}

@media only screen and (min-width: 30.0625em) {
    .medium-push-0 {
        left: 0;
        position: relative;
        right: auto;
    }

    .medium-pull-0 {
        left: auto;
        position: relative;
        right: 0;
    }

    .medium-push-1 {
        left: 8.33333%;
        position: relative;
        right: auto;
    }

    .medium-pull-1 {
        left: auto;
        position: relative;
        right: 8.33333%;
    }

    .medium-push-2 {
        left: 16.6667%;
        position: relative;
        right: auto;
    }

    .medium-pull-2 {
        left: auto;
        position: relative;
        right: 16.6667%;
    }

    .medium-push-3 {
        left: 25%;
        position: relative;
        right: auto;
    }

    .medium-pull-3 {
        left: auto;
        position: relative;
        right: 25%;
    }

    .medium-push-4 {
        left: 33.3333%;
        position: relative;
        right: auto;
    }

    .medium-pull-4 {
        left: auto;
        position: relative;
        right: 33.3333%;
    }

    .medium-push-5 {
        left: 41.6667%;
        position: relative;
        right: auto;
    }

    .medium-pull-5 {
        left: auto;
        position: relative;
        right: 41.6667%;
    }

    .medium-push-6 {
        left: 50%;
        position: relative;
        right: auto;
    }

    .medium-pull-6 {
        left: auto;
        position: relative;
        right: 50%;
    }

    .medium-push-7 {
        left: 58.3333%;
        position: relative;
        right: auto;
    }

    .medium-pull-7 {
        left: auto;
        position: relative;
        right: 58.3333%;
    }

    .medium-push-8 {
        left: 66.6667%;
        position: relative;
        right: auto;
    }

    .medium-pull-8 {
        left: auto;
        position: relative;
        right: 66.6667%;
    }

    .medium-push-9 {
        left: 75%;
        position: relative;
        right: auto;
    }

    .medium-pull-9 {
        left: auto;
        position: relative;
        right: 75%;
    }

    .medium-push-10 {
        left: 83.3333%;
        position: relative;
        right: auto;
    }

    .medium-pull-10 {
        left: auto;
        position: relative;
        right: 83.3333%;
    }

    .medium-push-11 {
        left: 91.6667%;
        position: relative;
        right: auto;
    }

    .medium-pull-11 {
        left: auto;
        position: relative;
        right: 91.6667%;
    }

    .column, .columns {
        float: left;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.6667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.3333%;
    }

    .medium-5 {
        width: 41.6667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.3333%;
    }

    .medium-8 {
        width: 66.6667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.3333%;
    }

    .medium-11 {
        width: 91.6667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.6667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.3333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.6667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.3333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.6667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.3333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.6667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.medium-centered, .columns.medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right;
    }

    .push-0 {
        left: 0;
        position: relative;
        right: auto;
    }

    .pull-0 {
        left: auto;
        position: relative;
        right: 0;
    }

    .push-1 {
        left: 8.33333%;
        position: relative;
        right: auto;
    }

    .pull-1 {
        left: auto;
        position: relative;
        right: 8.33333%;
    }

    .push-2 {
        left: 16.6667%;
        position: relative;
        right: auto;
    }

    .pull-2 {
        left: auto;
        position: relative;
        right: 16.6667%;
    }

    .push-3 {
        left: 25%;
        position: relative;
        right: auto;
    }

    .pull-3 {
        left: auto;
        position: relative;
        right: 25%;
    }

    .push-4 {
        left: 33.3333%;
        position: relative;
        right: auto;
    }

    .pull-4 {
        left: auto;
        position: relative;
        right: 33.3333%;
    }

    .push-5 {
        left: 41.6667%;
        position: relative;
        right: auto;
    }

    .pull-5 {
        left: auto;
        position: relative;
        right: 41.6667%;
    }

    .push-6 {
        left: 50%;
        position: relative;
        right: auto;
    }

    .pull-6 {
        left: auto;
        position: relative;
        right: 50%;
    }

    .push-7 {
        left: 58.3333%;
        position: relative;
        right: auto;
    }

    .pull-7 {
        left: auto;
        position: relative;
        right: 58.3333%;
    }

    .push-8 {
        left: 66.6667%;
        position: relative;
        right: auto;
    }

    .pull-8 {
        left: auto;
        position: relative;
        right: 66.6667%;
    }

    .push-9 {
        left: 75%;
        position: relative;
        right: auto;
    }

    .pull-9 {
        left: auto;
        position: relative;
        right: 75%;
    }

    .push-10 {
        left: 83.3333%;
        position: relative;
        right: auto;
    }

    .pull-10 {
        left: auto;
        position: relative;
        right: 83.3333%;
    }

    .push-11 {
        left: 91.6667%;
        position: relative;
        right: auto;
    }

    .pull-11 {
        left: auto;
        position: relative;
        right: 91.6667%;
    }
}

@media only screen and (min-width: 40.063em) {
    .large-push-0 {
        left: 0;
        position: relative;
        right: auto;
    }

    .large-pull-0 {
        left: auto;
        position: relative;
        right: 0;
    }

    .large-push-1 {
        left: 8.33333%;
        position: relative;
        right: auto;
    }

    .large-pull-1 {
        left: auto;
        position: relative;
        right: 8.33333%;
    }

    .large-push-2 {
        left: 16.6667%;
        position: relative;
        right: auto;
    }

    .large-pull-2 {
        left: auto;
        position: relative;
        right: 16.6667%;
    }

    .large-push-3 {
        left: 25%;
        position: relative;
        right: auto;
    }

    .large-pull-3 {
        left: auto;
        position: relative;
        right: 25%;
    }

    .large-push-4 {
        left: 33.3333%;
        position: relative;
        right: auto;
    }

    .large-pull-4 {
        left: auto;
        position: relative;
        right: 33.3333%;
    }

    .large-push-5 {
        left: 41.6667%;
        position: relative;
        right: auto;
    }

    .large-pull-5 {
        left: auto;
        position: relative;
        right: 41.6667%;
    }

    .large-push-6 {
        left: 50%;
        position: relative;
        right: auto;
    }

    .large-pull-6 {
        left: auto;
        position: relative;
        right: 50%;
    }

    .large-push-7 {
        left: 58.3333%;
        position: relative;
        right: auto;
    }

    .large-pull-7 {
        left: auto;
        position: relative;
        right: 58.3333%;
    }

    .large-push-8 {
        left: 66.6667%;
        position: relative;
        right: auto;
    }

    .large-pull-8 {
        left: auto;
        position: relative;
        right: 66.6667%;
    }

    .large-push-9 {
        left: 75%;
        position: relative;
        right: auto;
    }

    .large-pull-9 {
        left: auto;
        position: relative;
        right: 75%;
    }

    .large-push-10 {
        left: 83.3333%;
        position: relative;
        right: auto;
    }

    .large-pull-10 {
        left: auto;
        position: relative;
        right: 83.3333%;
    }

    .large-push-11 {
        left: 91.6667%;
        position: relative;
        right: auto;
    }

    .large-pull-11 {
        left: auto;
        position: relative;
        right: 91.6667%;
    }

    .column, .columns {
        float: left;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.6667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.3333%;
    }

    .large-5 {
        width: 41.6667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.3333%;
    }

    .large-8 {
        width: 66.6667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.3333%;
    }

    .large-11 {
        width: 91.6667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.6667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.3333% !important;
    }

    .large-offset-5 {
        margin-left: 41.6667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.3333% !important;
    }

    .large-offset-8 {
        margin-left: 66.6667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.3333% !important;
    }

    .large-offset-11 {
        margin-left: 91.6667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.large-centered, .columns.large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .column.large-uncentered, .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right;
    }

    .push-0 {
        left: 0;
        position: relative;
        right: auto;
    }

    .pull-0 {
        left: auto;
        position: relative;
        right: 0;
    }

    .push-1 {
        left: 8.33333%;
        position: relative;
        right: auto;
    }

    .pull-1 {
        left: auto;
        position: relative;
        right: 8.33333%;
    }

    .push-2 {
        left: 16.6667%;
        position: relative;
        right: auto;
    }

    .pull-2 {
        left: auto;
        position: relative;
        right: 16.6667%;
    }

    .push-3 {
        left: 25%;
        position: relative;
        right: auto;
    }

    .pull-3 {
        left: auto;
        position: relative;
        right: 25%;
    }

    .push-4 {
        left: 33.3333%;
        position: relative;
        right: auto;
    }

    .pull-4 {
        left: auto;
        position: relative;
        right: 33.3333%;
    }

    .push-5 {
        left: 41.6667%;
        position: relative;
        right: auto;
    }

    .pull-5 {
        left: auto;
        position: relative;
        right: 41.6667%;
    }

    .push-6 {
        left: 50%;
        position: relative;
        right: auto;
    }

    .pull-6 {
        left: auto;
        position: relative;
        right: 50%;
    }

    .push-7 {
        left: 58.3333%;
        position: relative;
        right: auto;
    }

    .pull-7 {
        left: auto;
        position: relative;
        right: 58.3333%;
    }

    .push-8 {
        left: 66.6667%;
        position: relative;
        right: auto;
    }

    .pull-8 {
        left: auto;
        position: relative;
        right: 66.6667%;
    }

    .push-9 {
        left: 75%;
        position: relative;
        right: auto;
    }

    .pull-9 {
        left: auto;
        position: relative;
        right: 75%;
    }

    .push-10 {
        left: 83.3333%;
        position: relative;
        right: auto;
    }

    .pull-10 {
        left: auto;
        position: relative;
        right: 83.3333%;
    }

    .push-11 {
        left: 91.6667%;
        position: relative;
        right: auto;
    }

    .pull-11 {
        left: auto;
        position: relative;
        right: 91.6667%;
    }
}

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

    ul.pagination li {
        color: #222222;
        font-size: 0.875rem;
        height: 1.5rem;
        margin-left: 0.3125rem;
    }

        ul.pagination li a, ul.pagination li button {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border-radius: 0;
            color: #999999;
            display: block;
            font-size: 1em;
            font-weight: normal;
            line-height: inherit;
            padding: 0.0625rem 0.625rem;
            transition: background-color 300ms ease-out 0s;
        }

            ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
                background: #e6e6e6 none repeat scroll 0 0;
            }

        ul.pagination li.unavailable a, ul.pagination li.unavailable button {
            color: #999999;
            cursor: default;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            }

        ul.pagination li.current a, ul.pagination li.current button {
            background: #96c11f none repeat scroll 0 0;
            color: #ffffff;
            cursor: default;
            font-weight: 500;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
                background: #96c11f none repeat scroll 0 0;
            }

    ul.pagination li {
        display: block;
        float: left;
    }

.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        display: inline-block;
        float: none;
    }

.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
}

.reveal-modal, dialog {
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 1005;
}

@media only screen and (max-width: 30em) {
    .reveal-modal {
        min-height: 100vh;
    }
}

.reveal-modal .column, .reveal-modal .columns {
    min-width: 0;
}

.reveal-modal > *:first-child {
    margin-top: 0;
}

.reveal-modal > *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 80%;
    }
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal {
        top: 6.25rem;
    }
}

.reveal-modal.radius {
    border-radius: 0;
}

.reveal-modal.round {
    border-radius: 1000px;
}

.reveal-modal.collapse {
    padding: 0;
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 30%;
    }
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 70%;
    }
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 95%;
    }
}

.reveal-modal.full {
    height: 100vh;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0;
}

@media only screen and (min-width: 30.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 100vw;
    }
}

.reveal-modal .close-reveal-modal {
    color: #aaaaaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    right: 0.6875rem;
    top: 0.5rem;
}

dialog {
    display: none;
}

    dialog[open] {
        display: block;
    }

@media print {
    dialog, .reveal-modal, dialog {
        background: #ffffff none repeat scroll 0 0 !important;
        display: none;
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

.contain-to-grid {
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

    .fixed.expanded:not(.top-bar) {
        height: auto;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            margin-top: 83px;
            z-index: 98;
        }

.top-bar {
    background: #ffffff none repeat scroll 0 0;
    height: 83px;
    line-height: 83px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

    .top-bar ul {
        list-style: outside none none;
        margin-bottom: 0;
    }

    .top-bar .row, .top-bar .image-section ul, .image-section .top-bar ul, .top-bar .links, .top-bar .pager {
        max-width: none;
    }

    .top-bar form, .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        font-size: 0.75rem;
        height: 1.8rem;
        padding-bottom: 0.35rem;
        padding-top: 0.35rem;
    }

    .top-bar .button, .top-bar button {
        font-size: 0.75rem;
        margin-bottom: 0;
        padding-bottom: 0.4125rem;
        padding-top: 0.4125rem;
    }

@media only screen and (max-width: 30em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .name {
    font-size: 16px;
    height: 83px;
    margin: 0;
}

    .top-bar .name h1 {
        font-size: 1.0625rem;
        line-height: 83px;
        margin: 0;
    }

        .top-bar .name h1 a {
            color: #000000;
            display: block;
            font-weight: 300;
            padding: 0 27.6667px;
            width: 75%;
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-bar .toggle-topbar a {
        color: #000000;
        display: block;
        font-size: 0.8125rem;
        font-weight: 500;
        height: 83px;
        line-height: 83px;
        padding: 0 27.6667px;
        position: relative;
        text-transform: uppercase;
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -16px;
        top: 50%;
    }

        .top-bar .toggle-topbar.menu-icon a {
            color: #000000;
            height: 34px;
            line-height: 33px;
            padding: 0 52.6667px 0 27.6667px;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
                content: "";
                display: block;
                height: 0;
                margin-top: -8px;
                position: absolute;
                right: 27.6667px;
                top: 50%;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a span:hover::after {
            }

.top-bar.expanded {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
}

    .top-bar.expanded .title-area {
        background: #ffffff none repeat scroll 0 0;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888888;
    }

        .top-bar.expanded .toggle-topbar a span::after {
            box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
        }

.top-bar-section {
    left: 0;
    position: relative;
    transition: left 300ms ease-out 0s;
    width: auto;
}

    .top-bar-section ul {
        display: block;
        font-size: 16px;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .top-bar-section .divider, .top-bar-section [role="separator"] {
        border-top: 1px solid #808080;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        background: #ffffff none repeat scroll 0 0;
    }

        .top-bar-section ul li > a {
            color: #000000;
            display: block; /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
            font-size: 0.75rem;
            font-weight: 300;
            padding: 12px 0 12px 27.6667px;
            text-transform: none;
            width: 100%;
        }

            .top-bar-section ul li > a.button {
                background-color: #96c11f;
                border-color: #7a9a19;
                color: #000000;
                font-size: 0.75rem;
                padding-left: 27.6667px;
                padding-right: 27.6667px;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #7a9a19;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #000000;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #000000;
                    border-color: #000000;
                    color: #000000;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #000000;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #000000;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #43ac6a;
                    border-color: #368a54;
                    color: #000000;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #368a54;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #000000;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #cf280e;
                    color: #000000;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #cf280e;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #000000;
                    }

                .top-bar-section ul li > a.button.warning {
                    background-color: #f08a24;
                    border-color: #cf6e0e;
                    color: #000000;
                }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        background-color: #cf6e0e;
                    }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        color: #000000;
                    }

        .top-bar-section ul li > button {
            background-color: #96c11f;
            border-color: #7a9a19;
            color: #000000;
            font-size: 0.75rem;
            padding-left: 27.6667px;
            padding-right: 27.6667px;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #7a9a19;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #000000;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #000000;
                border-color: #000000;
                color: #000000;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #000000;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #000000;
                }

            .top-bar-section ul li > button.success {
                background-color: #43ac6a;
                border-color: #368a54;
                color: #000000;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #368a54;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #000000;
                }

            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #cf280e;
                color: #000000;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #cf280e;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #000000;
                }

            .top-bar-section ul li > button.warning {
                background-color: #f08a24;
                border-color: #cf6e0e;
                color: #000000;
            }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    background-color: #cf6e0e;
                }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    color: #000000;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background: #ffffff none repeat scroll 0 0;
            color: #96c11f;
        }

        .top-bar-section ul li.active > a {
            background: #ffffff none repeat scroll 0 0;
            color: #96c11f;
        }

            .top-bar-section ul li.active > a:hover {
                background: #ffffff none repeat scroll 0 0;
                color: #96c11f;
            }

    .top-bar-section .has-form {
        padding: 27.6667px;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a::after {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
            border-image: none;
            border-style: inset inset inset solid;
            border-width: 5px;
            content: "";
            display: block;
            height: 0;
            margin-right: 27.6667px;
            margin-top: -4.5px;
            position: absolute;
            right: 0;
            top: 50%;
            width: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                clip: auto;
                display: block;
                height: auto;
                overflow: visible;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a::after {
                display: none;
            }

    .top-bar-section .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        display: block;
        height: 1px;
        left: 100%;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        top: 0;
        width: 1px;
        z-index: 99;
    }

        .top-bar-section .dropdown li {
            height: auto;
            width: 100%;
        }

            .top-bar-section .dropdown li a {
                font-weight: 300;
                padding: 8px 27.6667px;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: 300;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                font-size: 1.125rem;
                margin-bottom: 0;
                margin-top: 0;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #000000;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 27.6667px;
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            color: #777777;
            font-size: 0.625rem;
            font-weight: 500;
            margin-bottom: 0;
            padding: 8px 27.6667px 2px;
            text-transform: uppercase;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    .top-bar {
        background: #ffffff none repeat scroll 0 0;
        overflow: visible;
    }

        .top-bar::before, .top-bar::after {
            content: " ";
            display: table;
        }

        .top-bar::after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a {
            width: auto;
        }

        .top-bar input, .top-bar .button, .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px;
        }

        .top-bar.expanded {
            background: #ffffff none repeat scroll 0 0;
        }

    .contain-to-grid .top-bar {
        margin: 0 auto;
        max-width: 75rem;
    }

    .top-bar-section {
        left: 0 !important;
    }

        .top-bar-section ul {
            display: inline;
            height: auto !important;
            width: auto;
        }

            .top-bar-section ul li {
                float: left;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background: #ffffff none repeat scroll 0 0;
            color: #96c11f;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            background: #ffffff none repeat scroll 0 0;
            line-height: 83px;
            padding: 0 27.6667px;
        }

        .top-bar-section li:not(.has-form) a:hover:not(.button) {
            background: #ffffff none repeat scroll 0 0;
        }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            background: #ffffff none repeat scroll 0 0;
            color: #96c11f;
            line-height: 83px;
            padding: 0 27.6667px;
        }

        .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
            background: #ffffff none repeat scroll 0 0;
            color: #96c11f;
        }

        .top-bar-section .has-dropdown > a {
            padding-right: 47.6667px !important;
        }

            .top-bar-section .has-dropdown > a::after {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
                border-image: none;
                border-style: solid inset inset;
                border-width: 5px;
                content: "";
                display: block;
                height: 0;
                margin-top: -2.5px;
                top: 41.5px;
                width: 0;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                clip: rect(1px, 1px, 1px, 1px);
                display: block;
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            clip: auto;
            display: block;
            height: auto;
            overflow: visible;
            position: absolute !important;
            width: auto;
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            clip: auto;
            display: block;
            height: auto;
            overflow: visible;
            position: absolute !important;
            width: auto;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
            border: medium none;
            content: "»";
            line-height: 1.2;
            margin-top: -1px;
            right: 5px;
            top: 1rem;
        }

        .top-bar-section .dropdown {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            left: 0;
            min-width: 100%;
            top: auto;
        }

            .top-bar-section .dropdown li a {
                background: #ffffff none repeat scroll 0 0;
                color: #000000;
                line-height: 83px;
                padding: 12px 27.6667px;
                white-space: nowrap;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                background: #ffffff none repeat scroll 0 0;
                color: #000000;
            }

            .top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
                background: #ffffff none repeat scroll 0 0;
                color: #96c11f;
            }

            .top-bar-section .dropdown li label {
                background: #333333 none repeat scroll 0 0;
                white-space: nowrap;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: medium none;
            border-right: 1px solid #dedede;
            border-top: medium none;
            clear: none;
            height: 83px;
            width: 0;
        }

        .top-bar-section .has-form {
            background: #ffffff none repeat scroll 0 0;
            height: 83px;
            padding: 0 27.6667px;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            left: 0;
            right: auto;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background: #ffffff none repeat scroll 0 0;
        color: #96c11f;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #ffffff none repeat scroll 0 0;
        color: #96c11f;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        clip: auto;
        display: block;
        height: auto;
        overflow: visible;
        position: absolute !important;
        width: auto;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        clip: auto;
        display: block;
        height: auto;
        overflow: visible;
        position: absolute !important;
        width: auto;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 30em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 30.0625em) and (max-width: 40em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 30.0625em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
/*div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }*/
/*a { color: #96c11f; line-height: inherit; text-decoration: none; }*/
a:hover, a:focus {
    color: #83a61b;
}

a img {
    border: medium none;
}

p { /*font-family: inherit;*/
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 1.25rem;
    text-rendering: optimizelegibility;
}

    p.lead {
        font-size: 1.11875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35;
    }
/*h1, h2, h3, h4, h5, h6 { color: #000000; font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; font-weight: 300; line-height: 1.4; margin-bottom: 0.5rem; margin-top: 0.2rem; text-rendering: optimizelegibility; }*/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #595959;
    font-size: 60%;
    line-height: 0;
}
/*h1 { font-size: 2rem; }
h2 { font-size: 1.375rem; }
h3 { font-size: 1.3125rem; }
h4 { font-size: 1.3125rem; }
h5 { font-size: 1.5rem; }
h6 { font-size: 1rem; }*/
.subheader {
    color: #595959;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0.5em 0 1.0em;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

strong, b {
    font-weight: 500;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    background-color: #b3b3b3;
    border-color: #a1a1a1;
    border-style: solid;
    border-width: 1px;
    color: #333333; /*font-family: Consolas, "Liberation Mono", Courier, monospace;*/
    font-weight: 300;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
/*ul, ol, dl { font-family: inherit; font-size: 0.9rem; line-height: 1.9; list-style-position: outside; margin-bottom: 1.25rem; }*/
ul {
    margin-left: 2rem;
}

    ul.no-bullet {
        margin-left: 0;
    }

        ul.no-bullet li ul, ul.no-bullet li ol {
            list-style: outside none none;
            margin-bottom: 0;
            margin-left: 1.25rem;
        }

    ul li ul, ul li ol {
        margin-bottom: 0;
        margin-left: 1.25rem;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 2rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 2rem;
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 2rem;
    }

    ul.no-bullet {
        list-style: outside none none;
    }

ol {
    margin-left: 2.2rem;
}

    ol li ul, ol li ol {
        margin-bottom: 0;
        margin-left: 1.25rem;
    }

dl dt {
    font-weight: 500;
    margin-bottom: 0.3rem;
}

dl dd {
    margin-bottom: 0.75rem;
}

abbr, acronym {
    color: #000000;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase;
}

abbr {
    text-transform: none;
}

    abbr[title] {
        border-bottom: 1px dotted #dddddd;
    }

blockquote {
    border-left: 1px solid #dddddd;
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
}

    blockquote cite {
        color: #3b3b3b;
        display: block;
        font-size: 0.8125rem;
    }

        blockquote cite::before {
            content: "— ";
        }

        blockquote cite a, blockquote cite a:visited {
            color: #3b3b3b;
        }

    blockquote, blockquote p {
        color: #595959;
        line-height: 1.9;
    }

.vcard {
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 0 0 1.25rem;
    padding: 0.625rem 0.75rem;
}

    .vcard li {
        display: block;
        margin: 0;
    }

    .vcard .fn {
        font-size: 0.9375rem;
        font-weight: 500;
    }

.vevent .summary {
    font-weight: 500;
}

.vevent abbr {
    border: medium none;
    cursor: default;
    font-weight: 500;
    padding: 0 0.0625rem;
    text-decoration: none;
}

@media only screen and (min-width: 30.0625em) {
    /*h1, h2, h3, h4, h5, h6 {
 line-height: 1.4;
}*/
    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.625rem;
    }
    /*h4 {
 font-size: 1.625rem;
}*/
    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1rem;
    }
}

.print-only {
    display: none !important;
}

@media print {
    @page {
        margin: 0.5cm;
    }

    * {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        box-shadow: none !important;
        color: #000000 !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .ir a::after, a[href^="javascript:"]::after, a[href^="#"]::after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

.off-canvas-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
        min-height: 100%;
    }

.inner-wrap {
    position: relative;
    transition: transform 500ms ease 0s;
    width: 100%;
}

    .inner-wrap::before, .inner-wrap::after {
        content: " ";
        display: table;
    }

    .inner-wrap::after {
        clear: both;
    }

.tab-bar {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}

    .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
        color: #ffffff;
        font-weight: 500;
        line-height: 2.8125rem;
        margin: 0;
    }

    .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
        font-size: 1.5rem;
    }

.left-small {
    border-right: 1px solid #1a1a1a;
    height: 2.8125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.8125rem;
}

.right-small {
    border-left: 1px solid #1a1a1a;
    height: 2.8125rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.8125rem;
}

.tab-bar-section {
    height: 2.8125rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0;
}

@media only screen and (min-width: 30.0625em) {
    .tab-bar-section.left, .tab-bar-section.right {
        text-align: left;
    }
}

.tab-bar-section.left {
    left: 0;
    right: 2.8125rem;
}

.tab-bar-section.right {
    left: 2.8125rem;
    right: 0;
}

.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}

.tab-bar .menu-icon {
    color: #ffffff;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0px, 0px, 0px);
    width: 2.8125rem;
}

    .tab-bar .menu-icon span::after {
        box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
        content: "";
        display: block;
        height: 0;
        left: 0.90625rem;
        margin-top: -0.5rem;
        position: absolute;
        top: 50%;
        width: 1rem;
    }

    .tab-bar .menu-icon span:hover::after {
        box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
    }

.left-off-canvas-menu {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: content-box;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    transform: translate3d(-100.5%, 0px, 0px);
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
}

    .left-off-canvas-menu * {
    }

.right-off-canvas-menu {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(100.5%, 0px, 0px);
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
}

    .right-off-canvas-menu * {
    }

ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.off-canvas-list li label {
        background: #444444 none repeat scroll 0 0;
        border-bottom: medium none;
        border-top: 1px solid #5e5e5e;
        color: #999999;
        display: block;
        font-size: 0.75rem;
        font-weight: 500;
        margin: 0;
        padding: 0.3rem 0.9375rem;
        text-transform: uppercase;
    }

    ul.off-canvas-list li a {
        border-bottom: 1px solid #262626;
        color: rgba(255, 255, 255, 0.7);
        display: block;
        padding: 0.66667rem;
        transition: background 300ms ease 0s;
    }

        ul.off-canvas-list li a:hover {
            background: #242424 none repeat scroll 0 0;
        }

.move-right > .inner-wrap {
    transform: translate3d(15.625rem, 0px, 0px);
}

.move-right .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    }
}

.move-left > .inner-wrap {
    transform: translate3d(-15.625rem, 0px, 0px);
}

.move-left .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    }
}

.offcanvas-overlap-left .right-off-canvas-menu {
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    }
}

.offcanvas-overlap-right .left-off-canvas-menu {
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}

.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}

.left-submenu {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: content-box;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1002;
}

    .left-submenu * {
    }

    .left-submenu .back > a {
        background: #444444 none repeat scroll 0 0;
        border-bottom: medium none;
        border-top: 1px solid #5e5e5e;
        color: #999999;
        font-weight: 500;
        margin: 0;
        padding: 0.3rem 0.9375rem;
        text-transform: uppercase;
    }

        .left-submenu .back > a:hover {
            background: #303030 none repeat scroll 0 0;
            border-bottom: medium none;
            border-top: 1px solid #5e5e5e;
        }

        .left-submenu .back > a::before {
            content: "«";
            display: inline;
            margin-right: 0.5rem;
        }

    .left-submenu.move-right {
        transform: translate3d(0%, 0px, 0px);
    }

.right-submenu {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(100%, 0px, 0px);
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1002;
}

    .right-submenu * {
    }

    .right-submenu .back > a {
        background: #444444 none repeat scroll 0 0;
        border-bottom: medium none;
        border-top: 1px solid #5e5e5e;
        color: #999999;
        font-weight: 500;
        margin: 0;
        padding: 0.3rem 0.9375rem;
        text-transform: uppercase;
    }

        .right-submenu .back > a:hover {
            background: #303030 none repeat scroll 0 0;
            border-bottom: medium none;
            border-top: 1px solid #5e5e5e;
        }

        .right-submenu .back > a::after {
            content: "»";
            display: inline;
            margin-left: 0.5rem;
        }

    .right-submenu.move-left {
        transform: translate3d(0%, 0px, 0px);
    }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after {
    content: "»";
    display: inline;
    margin-left: 0.5rem;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a::before {
    content: "«";
    display: inline;
    margin-right: 0.5rem;
}

@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static !important;
        width: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table !important;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 30.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static !important;
        width: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static !important;
        width: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static !important;
        width: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static !important;
        width: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
        display: table-cell !important;
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table !important;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table !important;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important;
    }
}

.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

table.hide-for-touch {
    display: table !important;
}

.touch table.show-for-touch {
    display: table !important;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

@media print {
    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

    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 {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }
}

.overlay {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    min-height: 62.5rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}

    .overlay .button {
        font-size: 1.1875rem;
        padding: 0.625rem 1.25rem;
    }

    .overlay .overlay-close {
        left: 5%;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 1rem;
        z-index: 100;
    }

        .overlay .overlay-close .desktop-view {
            display: none;
        }

#nav-global, #nav-offices {
    float: left;
    margin-top: 2rem;
}

#nav-global {
    padding: 2rem 5%;
    width: 100%;
}

    #nav-global ul {
        list-style: outside none none;
        margin: 0;
    }

        #nav-global ul li {
            font-size: 0.875rem;
            text-transform: uppercase;
        }

        #nav-global ul a, #nav-global ul strong {
            border-bottom: 1px solid #575757;
            color: #ffffff;
            display: block;
            font-weight: 300;
            padding: 0.84375rem 0;
            text-decoration: none;
        }

            #nav-global ul a:hover, #nav-global ul a:focus, #nav-global ul a:active, #nav-global ul strong:hover, #nav-global ul strong:focus, #nav-global ul strong:active {
                border-bottom: 1px solid #96c11f;
                text-decoration: none;
            }

        #nav-global ul li.on strong {
            border-bottom: 1px solid #96c11f;
        }

#nav-offices {
    display: none;
    padding: 2rem;
    width: 75%;
}

    #nav-offices h4 {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    #nav-offices ul li {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #nav-offices ul li::after {
            box-shadow: 0 0 166px 80px rgba(0, 0, 0, 0.7) inset;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        #nav-offices ul li h5.dotted-divider::after {
            margin-top: -1.25rem;
        }

        #nav-offices ul li span.hidden-block .content {
            padding: 2rem;
            position: relative;
            text-align: center;
        }

            #nav-offices ul li span.hidden-block .content h5 {
                margin-bottom: 1.875rem;
            }

            #nav-offices ul li span.hidden-block .content .button {
                font-size: 1rem;
            }

            #nav-offices ul li span.hidden-block .content .more {
                bottom: 2rem;
                left: 0;
                position: absolute;
                width: 100%;
            }

                #nav-offices ul li span.hidden-block .content .more span {
                    display: inline-block;
                }

        #nav-offices ul li span.active-block {
            color: #ffffff;
            z-index: 2;
        }

            #nav-offices ul li span.active-block h5 {
                color: #ffffff;
            }

ul.location-grid {
    list-style: outside none none;
    margin: 0 0 0 -2%;
    overflow: hidden;
}

    ul.location-grid li {
        background: #575757 none repeat scroll 0 0;
        float: left;
        min-height: 13.75rem;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    ul.location-grid span {
        display: block;
        position: relative;
        text-align: center;
    }

        ul.location-grid span.active-block {
            bottom: 0;
            height: 100%;
            left: 0;
            padding: 2rem;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

    ul.location-grid .hidden-block {
        transform: translateX(1%);
        transition: transform 0.5s ease-in-out 0s, visibility 0s ease 0.3s;
        width: 200%;
        z-index: 20;
    }

        ul.location-grid .hidden-block:hover {
            cursor: pointer;
            transform: translateX(-50%);
            transition: transform 0.3s ease-in-out 0s;
        }

        ul.location-grid .hidden-block .content {
            background: #ffffff none repeat scroll 0 0;
            margin-left: 50%;
            min-height: 13.75rem;
            width: 50%;
        }

            ul.location-grid .hidden-block .content h5, ul.location-grid .hidden-block .content p {
                margin: 0 2rem;
            }

.menu-overlay {
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out 0s, visibility 0s ease 0.5s;
    visibility: hidden;
}

    .menu-overlay.open {
        transform: translateY(0%);
        transition: transform 0.5s ease-in-out 0s;
        visibility: visible;
    }

@media only screen and (min-width: 30.0625em) {
    .overlay .overlay-close {
        left: 3.8125rem;
        top: 2rem;
    }

    #nav-global, #nav-offices {
        margin-top: 3.8125rem;
    }
}

@media only screen and (min-width: 40.063em) {
    .overlay {
        position: fixed;
    }

        .overlay .overlay-close {
            left: 2rem;
        }

    .action-menu .desktop-view {
        display: inline-block;
    }

    .overlay .overlay-close .desktop-view {
        display: inline-block;
    }

    .overlay .overlay-close .fa-times {
        margin-right: 0.625rem;
    }

    #nav-global, #nav-offices {
        width: 100%;
    }

        #nav-global ul li {
            font-size: 1rem;
        }
}

@media only screen and (min-width: 64.063em) {
    #nav-global, #nav-offices {
        margin-top: 4.375rem;
        padding: 2rem;
    }

    #nav-offices {
        padding-right: 0;
        width: 73%;
    }

    #nav-global {
        width: 27%;
    }

        #nav-global ul li {
            font-size: 0.875rem;
        }

        #nav-global ul a, #nav-global ul strong {
            padding: 0.625rem 0;
        }

    #nav-offices {
        border-left: 1px solid #575757;
        display: block;
    }

        #nav-offices h4 {
            font-size: 1rem;
        }

        #nav-offices ul li {
            min-height: 13.75rem;
        }

            #nav-offices ul li h5 {
                font-size: 1.125rem;
            }

                #nav-offices ul li h5.dotted-divider::after {
                    margin-top: -1.25rem;
                }

            #nav-offices ul li p {
                font-size: 0.75rem;
            }

            #nav-offices ul li span.hidden-block .content {
                min-height: 13.75rem;
                padding: 1rem;
            }

                #nav-offices ul li span.hidden-block .content h5 {
                    margin-bottom: 1.875rem;
                }

                #nav-offices ul li span.hidden-block .content .button {
                    font-size: 0.875rem;
                }

                #nav-offices ul li span.hidden-block .content .more {
                    bottom: 1rem;
                }

            #nav-offices ul li span.active-block {
                padding: 1rem;
            }

    ul.location-grid {
        margin-left: -1%;
    }

        ul.location-grid li {
            margin-bottom: 1%;
            margin-left: 1%;
            width: 23%;
        }
}

@media only screen and (min-width: 90.063em) {
    .overlay .overlay-close {
        left: 1.8125rem;
    }

    #nav-global, #nav-offices {
        margin-top: 4.375rem;
        padding: 2rem 1.8125rem;
    }

        #nav-global ul a, #nav-global ul strong {
            padding: 0.84375rem 0;
        }

    #nav-offices {
        padding-right: 0;
    }

        #nav-offices h4 {
            font-size: 1rem;
        }

        #nav-offices ul li {
            min-height: 15.625rem;
        }

            #nav-offices ul li h5 {
                font-size: 1.5rem;
            }

                #nav-offices ul li h5.dotted-divider::after {
                    margin-top: -1.25rem;
                }

            #nav-offices ul li p {
                font-size: 0.9rem;
            }

            #nav-offices ul li span.hidden-block .content {
                min-height: 15.625rem;
                padding: 1rem;
            }

                #nav-offices ul li span.hidden-block .content h5 {
                    margin-bottom: 1.875rem;
                }

                #nav-offices ul li span.hidden-block .content .button {
                    font-size: 1rem;
                }

                #nav-offices ul li span.hidden-block .content .more {
                    bottom: 2rem;
                }

            #nav-offices ul li span.active-block {
                padding: 1rem;
            }
}

#stage {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #stage div.tw-paging {
        clear: both;
        float: left;
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

.js-on #stage div.tw-paging {
    padding: 0 0 3.125rem;
}

#stage div.tw-paging .pagination {
    bottom: 1rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

    #stage div.tw-paging .pagination span {
        display: none;
    }

    #stage div.tw-paging .pagination ul {
        margin: 0;
        text-align: center;
    }

        #stage div.tw-paging .pagination ul li {
            display: inline-block;
            margin: 0 0.3125rem;
            position: relative;
            vertical-align: middle;
        }

            #stage div.tw-paging .pagination ul li button {
                background-color: #000000;
                border-color: #ffffff;
                color: #ffffff;
                font-size: 0.0625rem;
                height: 0.9375rem;
                margin: 0;
                padding: 0 !important;
                width: 0.9375rem;
            }

            #stage div.tw-paging .pagination ul li.on button {
                background-color: #ffffff;
                color: #000000;
            }

#stage div.tw-paging .rack {
    float: left;
    margin: 0;
    padding-left: 0;
    width: 922px;
}

.js-on #stage div.tw-paging .rack {
    display: inline;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .js-on #stage div.tw-paging .rack .rack-design {
        width: 100%;
    }

        .js-on #stage div.tw-paging .rack .rack-design .rack-teaser {
            width: 100%;
        }

#stage div.tw-paging .rack-teaser {
    border: medium none;
    float: left;
    margin: 0 10px 5px 0;
    overflow: hidden;
    padding: 0 5px 0 0;
}

.js-on #stage div.tw-paging .rack-teaser {
    margin: 0;
    padding: 0;
    position: relative;
}

.rack-teaser {
    height: 19.375rem;
}

    .rack-teaser img {
        height: 100%;
        max-width: inherit;
        width: auto;
    }

    .rack-teaser .rack-teaser-overlay {
        background: rgba(0, 0, 0, 0) radial-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        .rack-teaser .rack-teaser-overlay::before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .rack-teaser .rack-teaser-overlay::after {
            box-shadow: 9px -200px 149px -95px rgba(0, 0, 0, 0.81) inset;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

    .rack-teaser .teaser-content {
        height: 19.375rem;
        left: 0;
        padding-top: 1.875rem;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 5;
    }

        .rack-teaser .teaser-content div {
            color: #ffffff;
            height: 19.375rem;
            margin: 0 auto;
            max-width: 50rem;
            text-align: center;
            text-shadow: 0.0625rem 0.0625rem 0.375rem #000000;
            width: 90%;
        }

        .rack-teaser .teaser-content h2 {
            color: #ffffff;
            font-size: 1.1875rem;
            letter-spacing: 0.1875rem;
            line-height: 1.2;
            text-transform: uppercase;
        }

            .rack-teaser .teaser-content h2::after {
                color: #ffffff;
                content: "...";
                display: block;
                font-size: 3rem;
                letter-spacing: 0.125rem;
                line-height: 1.2;
                margin-top: -1rem;
            }

            .rack-teaser .teaser-content h2 a {
                color: #ffffff;
            }

                .rack-teaser .teaser-content h2 a:hover {
                    text-decoration: none;
                }

        .rack-teaser .teaser-content p.subtitle {
            display: none;
            font-size: 0.875rem;
            line-height: 1.7;
        }

        .rack-teaser .teaser-content p.button {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #000000;
            font-size: 0.875rem;
            margin: 0.5rem 0 0;
            padding: 0.9375rem 2.5rem 1rem;
            text-shadow: 0 0 0 #ffffff;
            text-transform: uppercase;
        }

            .rack-teaser .teaser-content p.button:hover {
                background-color: #000000;
                color: #ffffff;
            }

            .rack-teaser .teaser-content p.button:hover {
                color: #ffffff;
            }

                .rack-teaser .teaser-content p.button:hover a {
                    color: #ffffff;
                }

            .rack-teaser .teaser-content p.button a {
                color: #000000;
            }

                .rack-teaser .teaser-content p.button a:hover {
                    color: #ffffff;
                }

@media only screen and (min-width: 30.0625em) {
    .rack-teaser {
        height: 25rem;
    }

        .rack-teaser .teaser-content, .rack-teaser .teaser-content div {
            height: 25rem;
        }

        .rack-teaser .teaser-content {
            padding-top: 1.875rem;
        }

            .rack-teaser .teaser-content h2 {
                font-size: 1.375rem;
                letter-spacing: 0.1875rem;
                line-height: 1.2;
            }

            .rack-teaser .teaser-content p.subtitle {
                display: block;
                font-size: 0.9375rem;
                line-height: 2.2;
            }

                .rack-teaser .teaser-content p.subtitle span {
                    background-color: rgba(0, 0, 0, 0.3);
                    box-decoration-break: clone;
                    display: inline;
                    padding: 0.45rem;
                }

            .rack-teaser .teaser-content p.button {
                clear: both;
                font-size: 1rem;
                margin-top: 0.5rem;
                padding: 0.875rem 1.875rem;
            }
}

@media only screen and (min-width: 40.063em) {
    .rack-teaser {
        height: 30rem;
    }

        .rack-teaser .teaser-content, .rack-teaser .teaser-content div {
            height: 30rem;
        }

        .rack-teaser .teaser-content {
            padding-top: 2.5rem;
        }

            .rack-teaser .teaser-content h2 {
                font-size: 1.6875rem;
                letter-spacing: 0.25rem;
                line-height: 1.5;
            }

            .rack-teaser .teaser-content p.subtitle {
                font-size: 1.125rem;
            }

            .rack-teaser .teaser-content p.button {
                font-size: 1.125rem;
                padding: 1rem 2.5rem;
            }
}

@media only screen and (min-width: 64.063em) {
    .rack-teaser {
        height: 30rem;
    }

        .rack-teaser .teaser-content, .rack-teaser .teaser-content div {
            height: 30rem;
        }

        .rack-teaser .teaser-content {
            padding-top: 3.75rem;
        }

            .rack-teaser .teaser-content h2 {
                font-size: 1.6875rem;
                letter-spacing: 0.25rem;
                line-height: 1.5;
            }

            .rack-teaser .teaser-content p.subtitle {
                font-size: 1.125rem;
            }

            .rack-teaser .teaser-content .button {
                font-size: 1.25rem;
                margin-top: 2.5rem;
            }
}

@media only screen and (min-width: 90.063em) {
    .rack-teaser {
        height: 38.75rem;
    }

        .rack-teaser .teaser-content, .rack-teaser .teaser-content div {
            height: 38.75rem;
        }

        .rack-teaser .teaser-content {
            padding-top: 4.375rem;
        }

            .rack-teaser .teaser-content h2 {
                font-size: 1.6875rem;
                line-height: 1.5;
            }

            .rack-teaser .teaser-content p.subtitle {
                font-size: 1.125rem;
            }
}

.hero {
    height: 19.375rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .hero .hero-overlay {
        background: rgba(0, 0, 0, 0) radial-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        .hero .hero-overlay::before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .hero .hero-overlay::after {
            box-shadow: 9px -200px 149px -95px rgba(0, 0, 0, 0.81) inset;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

    .hero .hero-container {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 19.375rem;
    }

    .hero .hero-content {
        height: 19.375rem;
        position: absolute;
        width: 100%;
        z-index: 5;
    }

    .hero .hero-text {
        color: #ffffff;
        font-size: 0.875rem;
        line-height: 1.7;
        margin: 0 auto;
        max-width: 50rem;
        text-align: center;
        text-shadow: 0.0625rem 0.0625rem 0.375rem #000000;
        width: 90%;
    }

        .hero .hero-text h1, .hero .hero-text p {
            color: #ffffff;
            font-weight: 300;
            margin: 0;
        }

        .hero .hero-text h1 {
            color: #ffffff;
            font-size: 1.1875rem;
            letter-spacing: 0.1875rem;
            line-height: 1.2;
            margin-bottom: 0.5rem;
            padding-top: 2.5rem;
            text-transform: uppercase;
        }

            .hero .hero-text h1::after {
                color: #ffffff;
                content: "...";
                display: block;
                font-size: 3rem;
                letter-spacing: 0.125rem;
                line-height: 1.2;
                margin-top: -1rem;
            }

        .hero .hero-text p {
            display: none;
            font-size: 0.875rem;
            line-height: 1.7;
        }

        .hero .hero-text .dotted-divider {
            display: none;
        }

        .hero .hero-text a {
            color: #ffffff !important;
        }

            .hero .hero-text a:hover {
                text-decoration: underline;
            }

            .hero .hero-text a[href^="tel"] {
                text-decoration: underline;
            }

.widget-office-header.hero .hero-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
}

.widget-office-header.hero .hero-text p {
    display: block !important;
}

@media only screen and (min-width: 30.0625em) {
    .hero {
        height: 25rem;
    }

        .hero .hero-container, .hero .hero-content {
            height: 25rem;
        }

        .hero .hero-text {
            font-size: 1rem;
            line-height: 1.7;
        }

            .hero .hero-text h1 {
                font-size: 1.375rem;
                letter-spacing: 0.1875rem;
                line-height: 1.2;
                padding-top: 4.375rem;
            }

            .hero .hero-text p {
                display: block;
                font-size: 0.9375rem;
                line-height: 2.2;
            }

                .hero .hero-text p span {
                    background-color: rgba(0, 0, 0, 0.3);
                    box-decoration-break: clone;
                    display: inline;
                    padding: 0.45rem;
                }

            .hero .hero-text a[href^="tel"] {
                text-decoration: none;
            }
}

@media only screen and (min-width: 40.063em) {
    .hero {
        height: 30rem;
    }

        .hero .hero-overlay {
            background-color: rgba(0, 0, 0, 0.4);
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .hero .hero-container, .hero .hero-content {
            height: 30rem;
        }

        .hero .hero-text {
            font-size: 1.125rem;
            line-height: 1.7;
        }

            .hero .hero-text h1 {
                font-size: 1.6875rem;
                letter-spacing: 0.25rem;
                line-height: 1.5;
                padding-top: 5rem;
            }

            .hero .hero-text p {
                font-size: 1.125rem;
            }
}

@media only screen and (min-width: 64.063em) {
    .hero {
        height: 30rem;
    }

        .hero .hero-container, .hero .hero-content {
            height: 30rem;
        }

        .hero .hero-text {
            font-size: 1.125rem;
            line-height: 1.7;
        }

            .hero .hero-text h1 {
                font-size: 1.6875rem;
                letter-spacing: 0.25rem;
                line-height: 1.5;
                padding-top: 6.25rem;
            }

            .hero .hero-text p {
                font-size: 1.125rem;
            }
}

@media only screen and (min-width: 90.063em) {
    .hero {
        height: 31.25rem;
    }

        .hero .hero-container, .hero .hero-content {
            height: 31.25rem;
        }

        .hero .hero-text {
            font-size: 1.125rem;
            line-height: 1.7;
        }

            .hero .hero-text h1 {
                font-size: 1.6875rem;
                line-height: 1.5;
                padding-top: 6.875rem;
            }

            .hero .hero-text p {
                font-size: 1.125rem;
            }
}

.widget {
    margin: 0;
    transition: transform 0.2s ease 0s;
}

    .widget .w-content {
        position: relative;
    }

    .widget .w-body {
        background-color: #ffffff;
        padding: 1rem 10%;
        position: relative;
        text-align: center;
        z-index: 5;
    }

        .widget .w-body.caret-up::before {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
            border-style: solid;
            border-width: 1.875rem;
            content: "";
            display: none;
            height: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: -3.5rem;
            width: 0;
            z-index: 1;
        }

        .widget .w-body.caret-down::after {
            border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 1.875rem;
            bottom: -3.5rem;
            content: "";
            display: none;
            height: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 0;
            z-index: 1;
        }

        .widget .w-body.caret-right::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
            border-style: solid;
            border-width: 1.875rem;
            content: "";
            display: none;
            height: 0;
            left: auto;
            margin: auto;
            position: absolute;
            right: -3.5rem;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            z-index: 1;
        }

        .widget .w-body.caret-left::before {
            border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 1.875rem;
            content: "";
            display: none;
            height: 0;
            left: -3.5rem;
            margin: auto;
            position: absolute;
            right: auto;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            z-index: 1;
        }

    .widget .w-image {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 1;
    }

        .widget .w-image a {
            display: block;
        }

            .widget .w-image a:hover {
                text-decoration: none;
            }

        .widget .w-image .image-overlay {
            background: rgba(0, 0, 0, 0) radial-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

            .widget .w-image .image-overlay::before {
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 1;
            }

            .widget .w-image .image-overlay::after {
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 1;
            }

        .widget .w-image img {
            width: 100%;
        }

        .widget .w-image.caption figcaption {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

            .widget .w-image.caption figcaption div {
                display: table;
                height: 100%;
                text-align: center;
                width: 100%;
            }

                .widget .w-image.caption figcaption div a {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .widget .w-image.caption figcaption div a span {
                        border: 0.0625rem solid #ffffff;
                        color: #ffffff;
                        padding: 0.625rem 2.5rem;
                    }

                        .widget .w-image.caption figcaption div a span::before {
                            content: "";
                            font-family: "FontAwesome";
                            font-size: 1.375rem;
                            padding-right: 0.9375rem;
                            vertical-align: middle;
                        }

    .widget .w-video {
        background: #ffffff none repeat scroll 0 0;
        overflow: hidden;
        padding: 1rem 0;
        position: relative;
        width: 100%;
        z-index: 10;
    }

        .widget .w-video .flex-video.widescreen {
            padding-bottom: 50%;
        }

.widget-text {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding: 0 1.875rem;
    position: relative;
    text-align: center;
    width: 90%;
}

.widget .w-body {
    padding: 1rem 5%;
}

.widget-text {
    margin: 0 auto;
    padding: 1rem 5%;
}

.w-image {
    height: 19.375rem;
}

.w-header {
    text-align: center;
}

    .w-header .section-title {
        margin-bottom: 0;
    }

    .w-header a {
        color: #000000;
    }

    .w-header .subtitle {
        font-size: 1.125rem;
        margin-top: 0.9375rem;
        text-transform: uppercase;
    }

        .w-header .subtitle::after {
            display: none;
        }

    .w-header.black-dotted-divider::after {
        margin-bottom: 1.875rem;
    }

.widget.widget-landscape {
    margin-left: 0;
    margin-right: 0;
}

    .widget.widget-landscape .w-content {
        overflow: hidden;
    }

    .widget.widget-landscape .w-body {
        width: 100%;
    }

    .widget.widget-landscape .w-image {
        width: 100%;
    }

.widget-portrait {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 1rem;
    padding-bottom: 2.5rem;
}

    .widget-portrait.w-top-image .w-content, .widget-portrait.w-bottom-image .w-content {
        padding-top: 19.375rem;
    }

    .widget-portrait .w-footer {
        background: #000000 none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        padding: 0.75rem 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 7;
    }

        .widget-portrait .w-footer a {
            color: #ffffff;
            display: block;
            padding-bottom: 1rem;
        }

    .widget-portrait.w-bottom-image, .widget-portrait.w-expandable {
        padding-bottom: 0;
    }

.widget-profile .image-overlay {
    display: none !important;
}

    .widget-profile .image-overlay::before {
        z-index: -1;
    }

    .widget-profile .image-overlay::after {
        z-index: -1;
    }

.widget-profile.widget-portrait .w-image {
    height: auto;
}

.widget-profile.widget-portrait .w-content {
    padding-top: 100%;
}

.widget-landscape .w-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-landscape.w-right .w-image.right {
    float: left !important;
}

.widget-landscape.w-right .w-video.left {
    float: right !important;
}

.w-top-image .w-content .w-image, .w-bottom-image .w-content .w-image {
    left: 0;
    position: absolute;
    top: 0;
}

.w-expandable .w-content {
    padding-top: 19.375rem;
}

    .w-expandable .w-content .w-body {
        background-color: #ffffff;
        padding: 2.1875rem 1.875rem;
        position: relative;
        text-align: center;
        transition: transform 0.2s ease 0s;
        z-index: 5;
    }

    .w-expandable .w-content .more {
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        padding: 0.625rem;
        position: absolute;
        text-align: center;
        visibility: hidden;
        width: 100%;
        z-index: 10;
    }

        .w-expandable .w-content .more .show-less {
            display: none;
        }

        .w-expandable .w-content .more:hover {
            text-decoration: none;
        }

    .w-expandable .w-content .w-image img {
        left: 0;
        position: relative;
    }

.w-expandable.extra-content .more .show-more {
    display: none;
}

.w-expandable.extra-content .more .show-less {
    display: inline-block;
}

.w-expandable.extra-content .w-body {
    height: 50rem;
    overflow-y: auto;
}

@media only screen and (min-width: 30.0625em) {
    .widget-portrait {
        margin-top: 2rem;
    }

        .widget-portrait.w-bottom-image .w-content {
            padding-top: 0;
        }

            .widget-portrait.w-bottom-image .w-content .w-image {
                position: relative;
            }

    .widget-text {
        padding: 1rem 10%;
    }

    .w-image {
        height: 25rem;
    }
}

@media only screen and (min-width: 40.063em) {
    .widget-text, .widget {
        margin: 0 0.9375rem;
    }

    .widget-text {
        margin: 3.75rem auto;
        padding: 0;
    }

    .widget .w-body {
        padding: 2rem;
    }

        .widget .w-body.caret-up::before {
            display: block;
        }

        .widget .w-body.caret-down::after {
            display: block;
        }

        .widget .w-body.caret-right::after {
            display: block;
        }

        .widget .w-body.caret-left::before {
            display: block;
        }

    .widget-landscape .w-content .w-body {
        padding: 4.0625rem 3.75rem;
    }

    .widget-landscape .w-content .flex-video.widescreen {
        padding-bottom: 52%;
    }

    .widget-portrait {
        background: #ffffff none repeat scroll 0 0;
        margin-bottom: 2rem;
        padding-bottom: 2.5rem;
    }

        .widget-portrait.w-top-image .w-content {
            padding-top: 100%;
        }

        .widget-portrait.w-bottom-image, .widget-portrait.w-expandable {
            padding-bottom: 0;
        }

        .widget-portrait .w-header .section-title {
            max-height: 4.375rem;
            min-height: 4.375rem;
            overflow: hidden;
        }

        .widget-portrait.w-flex-title .w-header .section-title, .widget-portrait.w-expandable .w-header .section-title, .projects .widget-portrait .w-header .section-title {
            max-height: inherit;
            min-height: inherit;
            overflow: hidden;
        }

        .widget-portrait .w-image {
            height: auto;
        }

    .w-expandable .w-content {
        max-height: 56.25rem;
        overflow: hidden;
        padding-top: 100%;
    }

        .w-expandable .w-content.extra-content .w-body {
            height: 56.25rem;
        }

        .w-expandable .w-content .more {
            visibility: visible;
        }

        .w-expandable .w-content .w-image img {
            top: 0;
        }

    .cityguides .w-expandable.widget .w-content {
        max-height: 56.25rem;
    }

        .cityguides .w-expandable.widget .w-content.extra-content .w-body {
            height: 56.25rem;
        }
}

@media only screen and (min-width: 64.063em) {
    .widget .w-image.caption figcaption div a span {
        padding: 0.9375rem 3.75rem;
    }

    .widget-landscape .w-body, .widget-landscape .w-image {
        min-height: 31.25rem;
    }

    .widget-landscape .w-image {
        height: auto;
        min-height: 31.25rem;
    }

    .widget-landscape .w-content .w-body {
        width: 50%;
    }

    .widget-landscape .w-content .w-image {
        width: 50%;
    }

        .widget-landscape .w-content .w-image img {
            display: block !important;
            height: auto;
            margin: auto;
            max-width: none;
            min-width: 100%;
            position: relative;
            right: 0;
            top: 0;
            width: auto;
        }

    .widget-landscape .w-content .w-video {
        padding: 4.0625rem 3.75rem;
        width: 50%;
    }

    .widget-landscape.w-right .w-video.left {
        padding-right: 0;
    }

    .widget-landscape.w-left .w-video.left {
        padding-left: 0;
    }
}

#map .button {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    padding: 0.625rem 1.25rem;
}

#map p {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
}

#map a:not(.button) {
    color: #ffffff;
}

#map a:hover {
    text-decoration: none;
}

#map .more span {
    border-color: #ffffff;
}

    #map .more span:hover {
        border: medium none;
    }

#map .map-container {
    background-image: url("../img/map.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    height: 785px;
    position: relative;
}

    #map .map-container .location {
        border-bottom: 0.0625rem solid #999999;
        position: absolute;
        text-align: right;
        text-transform: uppercase;
        transform: translate(-50%, -50%);
    }

        #map .map-container .location.right-border {
            border-right: 0.0625rem solid #999999;
        }

            #map .map-container .location.right-border.on {
                border-color: #96c11f;
            }

        #map .map-container .location.left-border {
            border-left: 0.0625rem solid #999999;
        }

            #map .map-container .location.left-border.on {
                border-color: #96c11f;
            }

            #map .map-container .location.left-border .indicator {
                left: -0.1875rem;
            }

        #map .map-container .location .indicator {
            background-color: #96c11f;
            height: 0.3125rem;
            position: absolute;
            right: -0.1875rem;
            top: -0.0625rem;
            width: 0.3125rem;
        }

        #map .map-container .location span {
            cursor: pointer;
            display: block;
        }

        #map .map-container .location .city-name {
            padding: 0 0.3125rem;
        }

    #map .map-container #cheshire.location {
        left: 42.7%;
        top: 48.5%;
    }

        #map .map-container #cheshire.location .city-name {
            margin-top: 12em;
        }

    #map .map-container #london.location {
        left: 44%;
        top: 52.5%;
    }

        #map .map-container #london.location .city-name {
            margin-top: 30em;
        }

    #map .map-container #los-angeles.location {
        left: 6.5%;
        top: 48%;
    }

        #map .map-container #los-angeles.location .city-name {
            margin-top: 5em;
        }

    #map .map-container #new-york.location {
        left: 31.2%;
        top: 45.3%;
    }

        #map .map-container #new-york.location .city-name {
            margin-top: 3em;
        }

    #map .map-container #atlanta.location {
        left: 19%;
        top: 51%;
    }

        #map .map-container #atlanta.location .city-name {
            margin-top: 5em;
        }

    #map .map-container #philadelphia.location {
        left: 19.5%;
        top: 58.5%;
    }

        #map .map-container #philadelphia.location .city-name {
            margin-top: 15em;
        }

    #map .map-container #amsterdam.location {
        left: 54.5%;
        top: 55.5%;
    }

        #map .map-container #amsterdam.location .city-name {
            margin-top: 24em;
        }

    #map .map-container .location.active, #map .map-container .location:hover {
        border-bottom-width: 0.125rem;
        border-color: #96c11f;
    }

    #map .map-container #new-york.location.active {
        border-left-color: #96c11f;
    }

.popup-box {
    background-color: #000000;
    border: 0.125rem solid #ffffff;
    color: #ffffff;
    min-width: 22.5rem;
    padding: 1.5625rem 1.875rem;
    position: absolute;
    right: 1.2em;
    text-align: center;
    top: 4.5em;
    visibility: hidden;
}

    .popup-box h5 {
        font-weight: 300;
    }

    .popup-box p {
        overflow: hidden;
        word-wrap: break-word;
    }

    .popup-box .dotted-divider {
        color: #ffffff;
        line-height: 0;
        padding: 0;
    }

    .popup-box.show {
        visibility: visible;
    }

.map-container {
    display: none;
}

.accordion-location {
    margin: 0.9375rem 0 0;
}

    .accordion-location h5 {
        -moz-user-select: none;
        cursor: pointer;
        letter-spacing: 0.0625rem;
        margin: 0;
        text-transform: uppercase;
    }

    .accordion-location .accordion-content {
        background-color: #000000;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.625rem;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        position: relative;
        transform: translate(0px, 50%);
        transition: transform 0.2s ease 0s;
        z-index: 2;
    }

    .accordion-location li {
        background-color: #ffffff;
        border-top: 0.0625rem solid #575757;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .accordion-location li:last-child {
            border-bottom: 0.0625rem solid #575757;
        }

        .accordion-location li h5 {
            padding: 0.9375rem 5%;
        }

    .accordion-location input[type="radio"] {
        cursor: pointer;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        .accordion-location input[type="radio"]:checked ~ .accordion-content {
            max-height: 50rem;
            opacity: 1;
            overflow: auto;
            padding: 0.9375rem;
            transform: translate(0px, 0px);
        }

@media only screen and (min-width: 40.063em) and (orientation: landscape) {
    .map-container {
        display: block;
    }

    .accordion-location {
        display: none;
    }
}

@media only screen and (min-width: 64.063em) {
    .map-container {
        display: block;
    }

    .accordion-location {
        display: none;
    }
}

@media only screen and (min-width: 64.063em) {
    .popup-box {
        right: 9.625em;
        top: 7.5em;
    }
}

#social-block {
    padding: 2rem 0 1rem;
}

    #social-block .social-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }

        #social-block .social-box li {
            width: 33.333%;
        }

            #social-block .social-box li a {
                display: block;
                max-height: 15.625rem;
                overflow: hidden;
                position: relative;
            }

                #social-block .social-box li a img {
                    max-width: none;
                    width: 100%;
                }

                #social-block .social-box li a span {
                    height: 100%;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    z-index: 1;
                }

                    #social-block .social-box li a span i {
                        color: #ffffff;
                        display: table;
                        font-size: 2.25rem;
                        height: 100%;
                        text-align: center;
                        width: 100%;
                        z-index: 10;
                    }

                        #social-block .social-box li a span i::before {
                            display: table-cell;
                            vertical-align: middle;
                        }

                #social-block .social-box li a:hover span {
                    background-color: rgba(0, 0, 0, 0.4);
                }

#signup-block {
    padding: 1rem 0 2rem;
}

    #signup-block .section-title {
        font-weight: 400;
        margin-left: 5%;
        margin-right: 5%;
    }

    #signup-block form {
        margin: auto;
        max-width: 50rem;
        width: 90%;
    }

        #signup-block form input {
            font-size: 0.875rem;
            height: 3.6rem;
            padding: 0.875rem 1.75rem;
            width: 100%;
        }

            #signup-block form input::-moz-placeholder {
                color: #000000;
                font-weight: 300;
                text-transform: uppercase;
            }

        #signup-block form button {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #000000 #000000 #000000 -moz-use-text-color;
            border-image: none;
            border-style: solid solid solid none;
            border-width: 0.0625rem 0.0625rem 0.0625rem 0;
            font-size: 1.625rem;
            height: auto;
            line-height: 1.75rem;
            margin: 0;
            padding: 0.875rem 1.75rem;
            width: 100%;
        }

@media only screen and (min-width: 30.0625em) {
    #social-block .social-box li a span i::before {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 40.063em) {
    #social-block {
        padding: 2.5rem 0 2rem;
    }

        #social-block .social-box {
            flex-wrap: nowrap;
        }

            #social-block .social-box li {
                width: 16.6667%;
            }

                #social-block .social-box li a span i::before {
                    font-size: 3.125rem;
                }

        #social-block .dotted-divider {
            display: none;
        }

    #signup-block {
        padding: 2rem 0 4.875rem;
    }

        #signup-block .section-title {
            margin-left: 0;
            margin-right: 0;
        }

        #signup-block form {
            display: flex;
            justify-content: space-between;
        }

            #signup-block form input {
                font-size: 1.125rem;
                margin: 0;
                width: 70%;
            }

            #signup-block form button {
                width: 30%;
            }
}

@media only screen and (min-width: 64.063em) {
    #signup-block form input {
        width: 75%;
    }

    #signup-block form button {
        width: 25%;
    }
}

.post-share {
    width: auto;
}

    .post-share div {
        text-transform: uppercase;
    }

        .post-share div h3 {
            font-size: 1.25rem;
            font-weight: 400;
            margin-right: 0.9375rem;
        }

        .post-share div ul {
            display: table;
            height: 100%;
            margin: 0;
            text-align: center;
            width: auto;
        }

            .post-share div ul li {
                display: table-cell;
                min-width: 3.75rem;
                vertical-align: middle;
            }

                .post-share div ul li a {
                    color: #ffffff;
                    display: block;
                    font-size: 1.25rem;
                    padding: 0.9375rem 1.25rem;
                }

                .post-share div ul li.facebook {
                    background-color: #2f6dc4;
                }

                .post-share div ul li.twitter {
                    background-color: #2d96c5;
                }

                .post-share div ul li.gplus {
                    background-color: #f9694e;
                }

@media only screen and (min-width: 40.063em) {
    .post-share {
        display: table;
        height: 100%;
        text-align: center;
        width: auto;
    }

        .post-share div {
            display: table-cell;
            vertical-align: middle;
        }
}

.post-nav {
    overflow: hidden;
    padding: 0 0.9375rem;
    position: relative;
}

    .post-nav .oth-posts-wrapper {
        overflow: hidden;
    }

        .post-nav .oth-posts-wrapper .slide-post {
            display: none;
            float: left;
            margin-right: 4%;
            width: 48%;
        }

            .post-nav .oth-posts-wrapper .slide-post:last-child {
                margin-right: 0;
            }

            .post-nav .oth-posts-wrapper .slide-post .w-content {
                overflow: hidden !important;
            }

                .post-nav .oth-posts-wrapper .slide-post .w-content .w-body {
                    padding: 1.5625rem 0.9375rem;
                }

                    .post-nav .oth-posts-wrapper .slide-post .w-content .w-body.right {
                        float: right !important;
                    }

                    .post-nav .oth-posts-wrapper .slide-post .w-content .w-body .section-title {
                        font-size: 1.375rem;
                        max-height: 3.75rem;
                        min-height: 3.75rem;
                    }

                    .post-nav .oth-posts-wrapper .slide-post .w-content .w-body .subtitle {
                        font-size: 1rem;
                    }

                    .post-nav .oth-posts-wrapper .slide-post .w-content .w-body p {
                        font-size: 0.9375rem;
                        margin-bottom: 0;
                    }

    .post-nav .controls {
        color: #ffffff;
        cursor: pointer;
        font-size: 1.25rem;
        font-weight: 300;
        overflow: hidden;
        padding-bottom: 0.9375rem;
        text-transform: uppercase;
    }

        .post-nav .controls .ctrl-btn {
            width: 50%;
        }

            .post-nav .controls .ctrl-btn.prev {
                float: left;
            }

                .post-nav .controls .ctrl-btn.prev .fa {
                    padding-right: 5px;
                }

            .post-nav .controls .ctrl-btn.next {
                float: right;
                text-align: right;
            }

                .post-nav .controls .ctrl-btn.next .fa {
                    padding-left: 5px;
                }

            .post-nav .controls .ctrl-btn .fa {
                font-size: 1rem;
            }

            .post-nav .controls .ctrl-btn span {
                font-size: 0.875rem;
            }

@media only screen and (min-width: 30.0625em) {
    .post-nav .oth-posts-wrapper .slide-post {
        display: block;
    }

        .post-nav .oth-posts-wrapper .slide-post .w-content .w-image {
            display: none;
        }

    .post-nav .controls .ctrl-btn .fa {
        font-size: 1.5625rem;
    }

    .post-nav .controls .ctrl-btn span {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 64.063em) {
    .post-nav {
        padding: 0;
    }

        .post-nav .oth-posts-wrapper .slide-post .w-content .w-image {
            display: block;
        }
}

.teaser {
    clear: both;
}

@media only screen and (min-width: 40.063em) {
}

@media only screen and (min-width: 64.063em) {
}

@font-face {
    /*font-family: "weathericons";*/
    font-style: normal;
    font-weight: normal;
    src: url("../font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/weathericons-regular-webfont.woff2") format("woff2"), url("../font/weathericons-regular-webfont.woff") format("woff"), url("../font/weathericons-regular-webfont.ttf") format("truetype"), url("../font/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
}

.wi {
    display: inline-block; /*font-family: "weathericons";*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.wi-fw {
    text-align: center;
    width: 1.4em;
}

.wi-rotate-90 {
    transform: rotate(90deg);
}

.wi-rotate-180 {
    transform: rotate(180deg);
}

.wi-rotate-270 {
    transform: rotate(270deg);
}

.wi-flip-horizontal {
    transform: scale(-1, 1);
}

.wi-flip-vertical {
    transform: scale(1, -1);
}

.wi-day-sunny::before {
    content: "";
}

.wi-day-cloudy::before {
    content: "";
}

.wi-day-cloudy-gusts::before {
    content: "";
}

.wi-day-cloudy-windy::before {
    content: "";
}

.wi-day-fog::before {
    content: "";
}

.wi-day-hail::before {
    content: "";
}

.wi-day-haze::before {
    content: "";
}

.wi-day-lightning::before {
    content: "";
}

.wi-day-rain::before {
    content: "";
}

.wi-day-rain-mix::before {
    content: "";
}

.wi-day-rain-wind::before {
    content: "";
}

.wi-day-showers::before {
    content: "";
}

.wi-day-sleet::before {
    content: "";
}

.wi-day-sleet-storm::before {
    content: "";
}

.wi-day-snow::before {
    content: "";
}

.wi-day-snow-thunderstorm::before {
    content: "";
}

.wi-day-snow-wind::before {
    content: "";
}

.wi-day-sprinkle::before {
    content: "";
}

.wi-day-storm-showers::before {
    content: "";
}

.wi-day-sunny-overcast::before {
    content: "";
}

.wi-day-thunderstorm::before {
    content: "";
}

.wi-day-windy::before {
    content: "";
}

.wi-solar-eclipse::before {
    content: "";
}

.wi-hot::before {
    content: "";
}

.wi-day-cloudy-high::before {
    content: "";
}

.wi-day-light-wind::before {
    content: "";
}

.wi-night-clear::before {
    content: "";
}

.wi-night-alt-cloudy::before {
    content: "";
}

.wi-night-alt-cloudy-gusts::before {
    content: "";
}

.wi-night-alt-cloudy-windy::before {
    content: "";
}

.wi-night-alt-hail::before {
    content: "";
}

.wi-night-alt-lightning::before {
    content: "";
}

.wi-night-alt-rain::before {
    content: "";
}

.wi-night-alt-rain-mix::before {
    content: "";
}

.wi-night-alt-rain-wind::before {
    content: "";
}

.wi-night-alt-showers::before {
    content: "";
}

.wi-night-alt-sleet::before {
    content: "";
}

.wi-night-alt-sleet-storm::before {
    content: "";
}

.wi-night-alt-snow::before {
    content: "";
}

.wi-night-alt-snow-thunderstorm::before {
    content: "";
}

.wi-night-alt-snow-wind::before {
    content: "";
}

.wi-night-alt-sprinkle::before {
    content: "";
}

.wi-night-alt-storm-showers::before {
    content: "";
}

.wi-night-alt-thunderstorm::before {
    content: "";
}

.wi-night-cloudy::before {
    content: "";
}

.wi-night-cloudy-gusts::before {
    content: "";
}

.wi-night-cloudy-windy::before {
    content: "";
}

.wi-night-fog::before {
    content: "";
}

.wi-night-hail::before {
    content: "";
}

.wi-night-lightning::before {
    content: "";
}

.wi-night-partly-cloudy::before {
    content: "";
}

.wi-night-rain::before {
    content: "";
}

.wi-night-rain-mix::before {
    content: "";
}

.wi-night-rain-wind::before {
    content: "";
}

.wi-night-showers::before {
    content: "";
}

.wi-night-sleet::before {
    content: "";
}

.wi-night-sleet-storm::before {
    content: "";
}

.wi-night-snow::before {
    content: "";
}

.wi-night-snow-thunderstorm::before {
    content: "";
}

.wi-night-snow-wind::before {
    content: "";
}

.wi-night-sprinkle::before {
    content: "";
}

.wi-night-storm-showers::before {
    content: "";
}

.wi-night-thunderstorm::before {
    content: "";
}

.wi-lunar-eclipse::before {
    content: "";
}

.wi-stars::before {
    content: "";
}

.wi-storm-showers::before {
    content: "";
}

.wi-thunderstorm::before {
    content: "";
}

.wi-night-alt-cloudy-high::before {
    content: "";
}

.wi-night-cloudy-high::before {
    content: "";
}

.wi-night-alt-partly-cloudy::before {
    content: "";
}

.wi-cloud::before {
    content: "";
}

.wi-cloudy::before {
    content: "";
}

.wi-cloudy-gusts::before {
    content: "";
}

.wi-cloudy-windy::before {
    content: "";
}

.wi-fog::before {
    content: "";
}

.wi-hail::before {
    content: "";
}

.wi-rain::before {
    content: "";
}

.wi-rain-mix::before {
    content: "";
}

.wi-rain-wind::before {
    content: "";
}

.wi-showers::before {
    content: "";
}

.wi-sleet::before {
    content: "";
}

.wi-snow::before {
    content: "";
}

.wi-sprinkle::before {
    content: "";
}

.wi-storm-showers::before {
    content: "";
}

.wi-thunderstorm::before {
    content: "";
}

.wi-snow-wind::before {
    content: "";
}

.wi-snow::before {
    content: "";
}

.wi-smog::before {
    content: "";
}

.wi-smoke::before {
    content: "";
}

.wi-lightning::before {
    content: "";
}

.wi-raindrops::before {
    content: "";
}

.wi-raindrop::before {
    content: "";
}

.wi-dust::before {
    content: "";
}

.wi-snowflake-cold::before {
    content: "";
}

.wi-windy::before {
    content: "";
}

.wi-strong-wind::before {
    content: "";
}

.wi-sandstorm::before {
    content: "";
}

.wi-earthquake::before {
    content: "";
}

.wi-fire::before {
    content: "";
}

.wi-flood::before {
    content: "";
}

.wi-meteor::before {
    content: "";
}

.wi-tsunami::before {
    content: "";
}

.wi-volcano::before {
    content: "";
}

.wi-hurricane::before {
    content: "";
}

.wi-tornado::before {
    content: "";
}

.wi-small-craft-advisory::before {
    content: "";
}

.wi-gale-warning::before {
    content: "";
}

.wi-storm-warning::before {
    content: "";
}

.wi-hurricane-warning::before {
    content: "";
}

.wi-wind-direction::before {
    content: "";
}

.wi-alien::before {
    content: "";
}

.wi-celsius::before {
    content: "";
}

.wi-fahrenheit::before {
    content: "";
}

.wi-degrees::before {
    content: "";
}

.wi-thermometer::before {
    content: "";
}

.wi-thermometer-exterior::before {
    content: "";
}

.wi-thermometer-internal::before {
    content: "";
}

.wi-cloud-down::before {
    content: "";
}

.wi-cloud-up::before {
    content: "";
}

.wi-cloud-refresh::before {
    content: "";
}

.wi-horizon::before {
    content: "";
}

.wi-horizon-alt::before {
    content: "";
}

.wi-sunrise::before {
    content: "";
}

.wi-sunset::before {
    content: "";
}

.wi-moonrise::before {
    content: "";
}

.wi-moonset::before {
    content: "";
}

.wi-refresh::before {
    content: "";
}

.wi-refresh-alt::before {
    content: "";
}

.wi-umbrella::before {
    content: "";
}

.wi-barometer::before {
    content: "";
}

.wi-humidity::before {
    content: "";
}

.wi-na::before {
    content: "";
}

.wi-train::before {
    content: "";
}

.wi-moon-new::before {
    content: "";
}

.wi-moon-waxing-cresent-1::before {
    content: "";
}

.wi-moon-waxing-cresent-2::before {
    content: "";
}

.wi-moon-waxing-cresent-3::before {
    content: "";
}

.wi-moon-waxing-cresent-4::before {
    content: "";
}

.wi-moon-waxing-cresent-5::before {
    content: "";
}

.wi-moon-waxing-cresent-6::before {
    content: "";
}

.wi-moon-first-quarter::before {
    content: "";
}

.wi-moon-waxing-gibbous-1::before {
    content: "";
}

.wi-moon-waxing-gibbous-2::before {
    content: "";
}

.wi-moon-waxing-gibbous-3::before {
    content: "";
}

.wi-moon-waxing-gibbous-4::before {
    content: "";
}

.wi-moon-waxing-gibbous-5::before {
    content: "";
}

.wi-moon-waxing-gibbous-6::before {
    content: "";
}

.wi-moon-full::before {
    content: "";
}

.wi-moon-waning-gibbous-1::before {
    content: "";
}

.wi-moon-waning-gibbous-2::before {
    content: "";
}

.wi-moon-waning-gibbous-3::before {
    content: "";
}

.wi-moon-waning-gibbous-4::before {
    content: "";
}

.wi-moon-waning-gibbous-5::before {
    content: "";
}

.wi-moon-waning-gibbous-6::before {
    content: "";
}

.wi-moon-third-quarter::before {
    content: "";
}

.wi-moon-waning-crescent-1::before {
    content: "";
}

.wi-moon-waning-crescent-2::before {
    content: "";
}

.wi-moon-waning-crescent-3::before {
    content: "";
}

.wi-moon-waning-crescent-4::before {
    content: "";
}

.wi-moon-waning-crescent-5::before {
    content: "";
}

.wi-moon-waning-crescent-6::before {
    content: "";
}

.wi-moon-alt-new::before {
    content: "";
}

.wi-moon-alt-waxing-cresent-1::before {
    content: "";
}

.wi-moon-alt-waxing-cresent-2::before {
    content: "";
}

.wi-moon-alt-waxing-cresent-3::before {
    content: "";
}

.wi-moon-alt-waxing-cresent-4::before {
    content: "";
}

.wi-moon-alt-waxing-cresent-5::before {
    content: "";
}

.wi-moon-alt-waxing-cresent-6::before {
    content: "";
}

.wi-moon-alt-first-quarter::before {
    content: "";
}

.wi-moon-alt-waxing-gibbous-1::before {
    content: "";
}

.wi-moon-alt-waxing-gibbous-2::before {
    content: "";
}

.wi-moon-alt-waxing-gibbous-3::before {
    content: "";
}

.wi-moon-alt-waxing-gibbous-4::before {
    content: "";
}

.wi-moon-alt-waxing-gibbous-5::before {
    content: "";
}

.wi-moon-alt-waxing-gibbous-6::before {
    content: "";
}

.wi-moon-alt-full::before {
    content: "";
}

.wi-moon-alt-waning-gibbous-1::before {
    content: "";
}

.wi-moon-alt-waning-gibbous-2::before {
    content: "";
}

.wi-moon-alt-waning-gibbous-3::before {
    content: "";
}

.wi-moon-alt-waning-gibbous-4::before {
    content: "";
}

.wi-moon-alt-waning-gibbous-5::before {
    content: "";
}

.wi-moon-alt-waning-gibbous-6::before {
    content: "";
}

.wi-moon-alt-third-quarter::before {
    content: "";
}

.wi-moon-alt-waning-crescent-1::before {
    content: "";
}

.wi-moon-alt-waning-crescent-2::before {
    content: "";
}

.wi-moon-alt-waning-crescent-3::before {
    content: "";
}

.wi-moon-alt-waning-crescent-4::before {
    content: "";
}

.wi-moon-alt-waning-crescent-5::before {
    content: "";
}

.wi-moon-alt-waning-crescent-6::before {
    content: "";
}

.wi-moon-0::before {
    content: "";
}

.wi-moon-1::before {
    content: "";
}

.wi-moon-2::before {
    content: "";
}

.wi-moon-3::before {
    content: "";
}

.wi-moon-4::before {
    content: "";
}

.wi-moon-5::before {
    content: "";
}

.wi-moon-6::before {
    content: "";
}

.wi-moon-7::before {
    content: "";
}

.wi-moon-8::before {
    content: "";
}

.wi-moon-9::before {
    content: "";
}

.wi-moon-10::before {
    content: "";
}

.wi-moon-11::before {
    content: "";
}

.wi-moon-12::before {
    content: "";
}

.wi-moon-13::before {
    content: "";
}

.wi-moon-14::before {
    content: "";
}

.wi-moon-15::before {
    content: "";
}

.wi-moon-16::before {
    content: "";
}

.wi-moon-17::before {
    content: "";
}

.wi-moon-18::before {
    content: "";
}

.wi-moon-19::before {
    content: "";
}

.wi-moon-20::before {
    content: "";
}

.wi-moon-21::before {
    content: "";
}

.wi-moon-22::before {
    content: "";
}

.wi-moon-23::before {
    content: "";
}

.wi-moon-24::before {
    content: "";
}

.wi-moon-25::before {
    content: "";
}

.wi-moon-26::before {
    content: "";
}

.wi-moon-27::before {
    content: "";
}

.wi-time-1::before {
    content: "";
}

.wi-time-2::before {
    content: "";
}

.wi-time-3::before {
    content: "";
}

.wi-time-4::before {
    content: "";
}

.wi-time-5::before {
    content: "";
}

.wi-time-6::before {
    content: "";
}

.wi-time-7::before {
    content: "";
}

.wi-time-8::before {
    content: "";
}

.wi-time-9::before {
    content: "";
}

.wi-time-10::before {
    content: "";
}

.wi-time-11::before {
    content: "";
}

.wi-time-12::before {
    content: "";
}

.wi-direction-up::before {
    content: "";
}

.wi-direction-up-right::before {
    content: "";
}

.wi-direction-right::before {
    content: "";
}

.wi-direction-down-right::before {
    content: "";
}

.wi-direction-down::before {
    content: "";
}

.wi-direction-down-left::before {
    content: "";
}

.wi-direction-left::before {
    content: "";
}

.wi-direction-up-left::before {
    content: "";
}

.wi-wind-beaufort-0::before {
    content: "";
}

.wi-wind-beaufort-1::before {
    content: "";
}

.wi-wind-beaufort-2::before {
    content: "";
}

.wi-wind-beaufort-3::before {
    content: "";
}

.wi-wind-beaufort-4::before {
    content: "";
}

.wi-wind-beaufort-5::before {
    content: "";
}

.wi-wind-beaufort-6::before {
    content: "";
}

.wi-wind-beaufort-7::before {
    content: "";
}

.wi-wind-beaufort-8::before {
    content: "";
}

.wi-wind-beaufort-9::before {
    content: "";
}

.wi-wind-beaufort-10::before {
    content: "";
}

.wi-wind-beaufort-11::before {
    content: "";
}

.wi-wind-beaufort-12::before {
    content: "";
}

.wi-yahoo-0::before {
    content: "";
}

.wi-yahoo-1::before {
    content: "";
}

.wi-yahoo-2::before {
    content: "";
}

.wi-yahoo-3::before {
    content: "";
}

.wi-yahoo-4::before {
    content: "";
}

.wi-yahoo-5::before {
    content: "";
}

.wi-yahoo-6::before {
    content: "";
}

.wi-yahoo-7::before {
    content: "";
}

.wi-yahoo-8::before {
    content: "";
}

.wi-yahoo-9::before {
    content: "";
}

.wi-yahoo-10::before {
    content: "";
}

.wi-yahoo-11::before {
    content: "";
}

.wi-yahoo-12::before {
    content: "";
}

.wi-yahoo-13::before {
    content: "";
}

.wi-yahoo-14::before {
    content: "";
}

.wi-yahoo-15::before {
    content: "";
}

.wi-yahoo-16::before {
    content: "";
}

.wi-yahoo-17::before {
    content: "";
}

.wi-yahoo-18::before {
    content: "";
}

.wi-yahoo-19::before {
    content: "";
}

.wi-yahoo-20::before {
    content: "";
}

.wi-yahoo-21::before {
    content: "";
}

.wi-yahoo-22::before {
    content: "";
}

.wi-yahoo-23::before {
    content: "";
}

.wi-yahoo-24::before {
    content: "";
}

.wi-yahoo-25::before {
    content: "";
}

.wi-yahoo-26::before {
    content: "";
}

.wi-yahoo-27::before {
    content: "";
}

.wi-yahoo-28::before {
    content: "";
}

.wi-yahoo-29::before {
    content: "";
}

.wi-yahoo-30::before {
    content: "";
}

.wi-yahoo-31::before {
    content: "";
}

.wi-yahoo-32::before {
    content: "";
}

.wi-yahoo-33::before {
    content: "";
}

.wi-yahoo-34::before {
    content: "";
}

.wi-yahoo-35::before {
    content: "";
}

.wi-yahoo-36::before {
    content: "";
}

.wi-yahoo-37::before {
    content: "";
}

.wi-yahoo-38::before {
    content: "";
}

.wi-yahoo-39::before {
    content: "";
}

.wi-yahoo-40::before {
    content: "";
}

.wi-yahoo-41::before {
    content: "";
}

.wi-yahoo-42::before {
    content: "";
}

.wi-yahoo-43::before {
    content: "";
}

.wi-yahoo-44::before {
    content: "";
}

.wi-yahoo-45::before {
    content: "";
}

.wi-yahoo-46::before {
    content: "";
}

.wi-yahoo-47::before {
    content: "";
}

.wi-yahoo-3200::before {
    content: "";
}

@font-face {
    font-family: "weather";
    font-style: normal;
    font-weight: normal;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
}

#weather i {
    color: #ffffff; /*font-family: weathericons;*/
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    line-height: 70px;
}

#weather h2 {
    color: #ffffff;
    font-size: inherit;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

#cookie-notice {
    height: auto;
    overflow: hidden;
    width: 100%;
}

#cookienote-container {
    color: #ffffff;
    margin: 0 auto;
    max-width: 61.875rem;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
    width: 90%;
}

    #cookienote-container p {
        color: #bebebe;
        font-size: 0.6875rem;
        line-height: 1.4;
        margin: 0 2.8125rem 0 0;
    }

    #cookienote-container a.link-more {
        display: block;
        font-size: 0.6875rem;
        line-height: 1.4;
    }

    #cookienote-container button {
        background: #96c11f none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        font-size: 0.6875rem;
        height: 2.5rem;
        line-height: 1.4;
        padding: 0 0.75rem;
        position: absolute;
        right: 0;
        text-align: center;
        top: 1rem;
        width: 2.75rem;
    }

        #cookienote-container button:hover, #cookienote-container button:focus, #cookienote-container button:active {
            background: #7a9a19 none repeat scroll 0 0;
        }

@media only screen and (min-width: 40.063em) {
    #cookienote-container button {
        top: 0.75rem;
    }
}

@media only screen and (min-width: 64.063em) {
    #cookienote-container {
        height: auto;
        padding: 0;
        width: 100%;
    }

        #cookienote-container p {
            float: left;
            line-height: 2.5rem;
            margin: 0;
        }

        #cookienote-container a.link-more {
            float: left;
            line-height: 2.5rem;
        }

        #cookienote-container button {
            float: left;
            height: auto;
            line-height: 1.875rem;
            margin: 0.3125rem 1rem;
            padding: 0 0.75rem;
            position: relative;
            right: auto;
            top: auto;
            width: auto;
        }
}

.show-for-sr, #nav-global h6, #nav-global .on em, .skip, #nav-meta, #main.page-415dc3d3-05dc-419c-a5fb-b890b92bfe06 .page-intro, .pager h3, .pager ul li em, #branding #logo strong {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

#main .text h1 {
    display: none;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

@media only screen and (min-width: 40.063em) {
    .people .large-4:first-child {
        margin-left: 16.6667% !important;
    }
}

.mobile-reveal {
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding-bottom: 1rem;
    text-align: center;
}

    .mobile-reveal:hover {
        text-decoration: underline;
    }

@media only screen and (min-width: 30.0625em) {
    .mobile-reveal {
        display: none;
    }
}

p {
    font-stretch: normal;
    font-variant: normal;
}

.container {
    margin: auto;
    /*max-width: 75rem;
    padding: 0 1.5625rem;*/
}

a:hover, a:focus {
    text-decoration: underline;
}

.section .row, .section .image-section ul, .image-section .section ul, .section .links, .section .pager {
    margin: 0 auto;
    max-width: 75rem !important;
}

.video-widget-container {
    margin: 0 auto;
    max-width: 50rem !important;
}

@media only screen and (min-width: 40.063em) {
}

.text-section {
    background-color: #ffffff;
    padding: 0.625rem;
}

    .text-section h2 {
        color: #000000;
        font-size: 1.625rem;
        font-weight: 300;
        letter-spacing: 0.0625rem;
        margin: auto auto 1.5rem;
        text-align: left;
        text-transform: uppercase;
    }

    .text-section:last-child {
        padding-bottom: 3.75rem;
    }

    .text-section a {
        color: #96c11f !important;
        font-weight: bold;
    }

    .text-section ul {
        list-style: outside none square;
    }

        .text-section ul li {
            margin-bottom: 0.75rem;
        }

    .text-section table {
        border: 1px solid #ffffff;
        border-collapse: collapse;
        margin-bottom: 1.25rem;
        width: 60%;
    }

        .text-section table th, .text-section table td {
            border: 1px solid #ffffff;
            padding: 0.5rem;
        }

.text-highlighted .row, .text-highlighted .image-section ul, .image-section .text-highlighted ul, .text-highlighted .links, .text-highlighted .pager {
    border: 1px solid #000000;
    margin-bottom: 1.25rem;
    padding: 1rem 2rem;
}

@media only screen and (min-width: 64.063em) {
}

#page-intro, .page-intro {
    background-color: #ffffff;
    padding: 3.75rem 0.625rem 1.5rem;
    text-align: center;
}

    #page-intro h1, .page-intro h1 {
        color: #000000;
        display: block !important;
        font-size: 1.625rem;
        font-weight: 300;
        letter-spacing: 0.0625rem;
        margin: auto auto 1.5rem;
        text-align: center;
        text-transform: uppercase;
    }

#section #page-intro, #events-overview #page-intro, #section .page-intro, #events-overview .page-intro {
    padding: 3.75rem 0;
}

.post-footer {
    background-color: #ffffff;
    padding: 0 0 5rem;
}

    .post-footer .post-share {
        padding-top: 1.875rem;
    }

.light-section {
    background-color: #ffffff;
    padding: 0;
}

.dark-section {
    background-color: #000000;
}

.full-width .row, .full-width .image-section ul, .image-section .full-width ul, .full-width .links, .full-width .pager {
    max-width: none;
}

.image-section {
    background-color: #ffffff;
    padding: 1.875rem 0;
}

.newsletter-section {
    background-color: #ffffff;
    padding: 1.875rem 0;
}

.sitemap-section {
    background-color: #ffffff;
    padding: 1.875rem 0;
}

.links {
    width: 90%;
}

    .links h2 {
        font-size: 1.375rem;
        font-weight: 300;
        letter-spacing: 0.0625rem;
        margin-bottom: 0.75rem;
        margin-top: 0.75rem;
        text-transform: uppercase;
    }

        .links h2 a {
            color: #000000;
        }

.sitemap-section .links h2 {
    font-size: 1.125rem;
}

.links ul {
    list-style: outside none square;
    margin-bottom: 1.5rem;
}

    .links ul li {
        font-weight: 500;
        margin-bottom: 0.25rem;
        margin-top: 0.25rem;
        text-transform: uppercase;
    }

        .links ul li a {
            color: #000000;
        }

    .links ul ul {
        margin-bottom: 0.5rem;
    }

        .links ul ul li {
            font-weight: 300;
        }

.section-title {
    color: #000000;
    font-size: 1.625rem;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    margin: auto auto 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

    .section-title.white-title {
        color: #ffffff;
    }

.block-title {
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    margin: 0 auto -0.75rem;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 64em) and (orientation: portrait) {
    .block-title, .section-title {
        font-size: 1.375rem;
    }
}

.text-section .aligned-image, .large-block-grid-4 .aligned-image {
    background: #f6f6f6 none repeat scroll 0 0;
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
}

    .text-section .aligned-image.left, .large-block-grid-4 .aligned-image.left {
        float: left;
        margin-right: 2rem;
        max-width: 31.25rem;
    }

    .text-section .aligned-image.right, .large-block-grid-4 .aligned-image.right {
        float: right;
        margin-left: 2rem;
        max-width: 31.25rem;
    }

    .text-section .aligned-image.above, .large-block-grid-4 .aligned-image.above {
        margin: 0 auto 1rem;
    }

    .text-section .aligned-image p, .large-block-grid-4 .aligned-image p {
        font-size: 0.75rem;
        margin: 0 auto;
        max-width: 80%;
    }

    .text-section .aligned-image img, .large-block-grid-4 .aligned-image img {
        margin: 0 auto 0.5rem;
    }

        .text-section .aligned-image img.left, .text-section .aligned-image img.right, .large-block-grid-4 .aligned-image img.left, .large-block-grid-4 .aligned-image img.right {
            float: none !important;
        }

.pager {
    text-align: center;
}

    .pager ul {
        display: block;
        margin-bottom: 3.75rem;
        margin-left: -0.3125rem;
        min-height: 1.5rem;
    }

        .pager ul li {
            color: #ffffff;
            display: inline-block;
            float: none;
            font-size: 1.25rem;
            font-weight: 300;
            height: 1.875rem;
            margin-left: 0.5rem;
            margin-right: 0.5rem;
            text-align: center;
            text-transform: uppercase;
            width: 1.5rem;
        }

            .pager ul li.previous, .pager ul li.next {
                width: auto;
            }

            .pager ul li strong {
                display: block;
            }

            .pager ul li a {
                color: #ffffff;
                display: block;
                transition: background-color 300ms ease-out 0s;
            }

.dotted-divider-stripe {
    background-color: #000000;
    clear: both;
    padding: 1rem 0 2.75rem;
    text-align: center;
}

    .dotted-divider-stripe.white {
        background-color: #ffffff;
    }

.dotted-divider {
    clear: both;
}

    .dotted-divider::after {
        color: #ffffff;
        content: "...";
        display: block;
        font-size: 2.8125rem;
        letter-spacing: 0.125rem;
        line-height: 1.875rem;
    }

.plain-divider {
    clear: both;
    padding: 1rem;
}

.black-dotted-divider::after {
    color: #000000;
    content: "...";
    display: block;
    font-size: 2.8125rem;
    letter-spacing: 0.125rem;
    line-height: 1.875rem;
}

a.button:hover {
    text-decoration: none;
}

.button a:hover {
    text-decoration: none;
}

.button-1 {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
    font-size: 1.25rem;
    margin: 0;
    padding: 0.9375rem 2.5rem 1rem;
    text-transform: uppercase;
}

    .button-1:hover {
        background-color: #000000;
        color: #ffffff;
    }

.button-2 {
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0;
    padding: 0.9375rem 2.5rem 1rem;
    text-transform: uppercase;
}

    .button-2:hover {
        background-color: #ffffff;
        color: #000000;
    }

.button-3 {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    font-size: 1.25rem;
    margin: 0;
    padding: 0.9375rem 2.5rem 1rem;
    text-transform: uppercase;
}

    .button-3:hover {
        background-color: #000000;
        color: #ffffff;
    }

.button-4 {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0;
    padding: 0.9375rem 2.5rem 1rem;
    text-transform: uppercase;
}

    .button-4:hover {
        background-color: #ffffff;
        color: #000000;
    }

.button.call-to-action {
    margin-top: 1.875rem;
}

.call-to-action-stripe {
    clear: both;
    text-align: center;
}

    .call-to-action-stripe .button {
        background-color: #000000;
        border-color: #ffffff;
        color: #ffffff;
        font-size: 1.25rem;
        margin: 0;
        padding: 0.9375rem 2.5rem 1rem;
        text-transform: uppercase;
    }

        .call-to-action-stripe .button:hover {
            background-color: #ffffff;
            color: #000000;
        }

    .call-to-action-stripe.white {
        background: #ffffff none repeat scroll 0 0;
        padding: 2rem 0;
        position: relative;
    }

        .call-to-action-stripe.white .button {
            background-color: #ffffff;
            border-color: #000000;
            color: #000000;
        }

            .call-to-action-stripe.white .button:hover {
                background-color: #000000;
                color: #ffffff;
            }

@media only screen and (min-width: 64.063em) {
    .call-to-action-stripe.white {
        padding-bottom: 2rem;
        padding-top: 0;
        top: -30px;
        z-index: 20;
    }
}

.more span {
    border-bottom: 0.0625rem solid #96c11f;
}

.uppercase {
    text-transform: uppercase;
}

input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#branding {
    background: #000000 none repeat scroll 0 0;
    min-height: 2.25rem;
    overflow: hidden;
    padding: 1rem 5%;
    position: relative;
}

    #branding .skip a {
        color: #ffffff;
    }

    #branding .button {
        margin-bottom: 0;
    }

        #branding .button.button-2 {
            font-size: 1rem;
            padding: 0.5rem 0.75rem;
        }

    #branding .action-menu {
        float: left;
    }

        #branding .action-menu .desktop-view {
            display: none;
        }

    #branding .action-offices {
        display: none;
    }

    #branding #logo {
        margin: 0 auto;
        max-width: 55%;
        padding-top: 0.5rem;
    }

    #branding .action-offices {
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
        color: #ffffff;
        float: right;
        font-size: 1.1875rem;
        padding: 0.625rem 1.25rem;
        text-transform: uppercase;
    }

@media only screen and (min-width: 30.0625em) {
    #branding {
        min-height: 3.25rem;
        padding: 2rem;
    }

        #branding .button.button-2 {
            font-size: 1.1875rem;
            padding: 0.625rem 1.25rem;
        }
}

@media only screen and (min-width: 40.063em) {
    /*body {
 padding-top: 6.25rem;
}*/
    .jump-anchor {
        left: 0;
        position: absolute;
        top: -6.25rem;
    }

    #branding {
        left: 0;
        padding: 2rem;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        #branding #logo {
            float: none;
            height: auto;
            left: 50%;
            margin: 0 0 0 -7.8125rem;
            max-width: inherit;
            padding: 0;
            position: absolute;
            right: auto;
            top: 2rem;
            width: 15.625rem;
        }

            #branding #logo img {
                max-height: 3.25rem;
            }

        #branding .action-menu .desktop-view {
            display: inline-block;
        }

        #branding .action-offices {
            display: block;
        }

        #branding .button.button-2 .fa-bars {
            margin-right: 0.625rem;
        }
}

@media only screen and (min-width: 64.063em) {
    /*#branding {
 padding: 2rem 3.8125rem 0rem 3.8125rem;
}*/
    #branding #logo {
        height: 3.25rem;
        margin-left: -9.8125rem;
        top: 2rem;
        width: 19.6875rem;
    }
}

.services .row, .services .image-section ul, .image-section .services ul, .services .links, .services .pager {
    max-width: none;
    padding: 0;
}

    .services .row .widget-image-link {
        overflow: hidden;
    }

        .services .row .widget-image-link .bg {
            background-position: center center;
            background-size: 100% auto !important;
            height: 18.75rem;
            position: relative;
            transition: background-size 0.2s ease-in 0s;
        }

            .services .row .widget-image-link .bg:hover {
                background-size: 104% auto !important;
            }

        .services .row .widget-image-link .figcaption {
            background: rgba(0, 0, 0, 0) radial-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
            display: table;
            height: 100%;
            text-align: center;
            width: 100%;
        }

            .services .row .widget-image-link .figcaption a {
                display: table-cell;
                vertical-align: middle;
            }

                .services .row .widget-image-link .figcaption a:hover {
                    text-decoration: none;
                }

                .services .row .widget-image-link .figcaption a span {
                    background-color: rgba(0, 0, 0, 0.3);
                    color: #ffffff;
                    display: inline-block;
                    font-size: 1.375rem;
                    font-weight: 300;
                    padding: 0.45rem;
                    text-transform: uppercase;
                }

                    .services .row .widget-image-link .figcaption a span::after {
                        color: #ffffff;
                        content: "...";
                        display: block;
                        font-size: 3rem;
                        letter-spacing: 0.125rem;
                        line-height: 1.2;
                        margin-top: -1.75rem;
                    }

@media only screen and (min-width: 40.063em) {
    .services .row .widget-image-link .bg {
        background-size: auto 100% !important;
        height: 31.25rem;
    }

        .services .row .widget-image-link .bg:hover {
            background-size: auto 104% !important;
        }

    .services .row .widget-image-link .figcaption a span {
        font-size: 1.625rem;
    }
}

@media only screen and (min-width: 64.063em) {
    .services .row .widget-image-link .bg {
        background-size: 100% auto !important;
        height: 31.25rem;
    }

        .services .row .widget-image-link .bg:hover {
            background-size: 104% auto !important;
        }

    .services .row .widget-image-link .figcaption a span {
        font-size: 1.875rem;
    }
}

#who-we-are .row, #who-we-are .image-section ul, .image-section #who-we-are ul, #who-we-are .links, #who-we-are .pager {
    padding-bottom: 0;
    padding-top: 0;
}

#staff {
    padding-bottom: 0;
    padding-top: 6.875rem;
}

#footer-entry-points {
    padding-top: 0;
}

.reveal-modal, dialog, dialog {
    border: medium none;
    padding: 20% 5%;
    width: 100%;
}

    .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
        color: #000000;
    }

@media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog, dialog {
        padding: 2.5rem;
    }
}

@media only screen and (min-width: 64.063em) {
}

iframe {
    height: 18.75rem;
}

.widget-localinfo {
    margin: 0.625rem auto -1.875rem;
    max-width: 12.5rem;
    overflow: hidden;
    width: 90%;
}

    .widget-localinfo .w-holder {
        display: block;
        float: left;
        overflow: hidden;
    }

        .widget-localinfo .w-holder.clock {
            width: 4.0625rem;
        }

    .widget-localinfo .weather-symbol {
        float: left;
        width: 4.0625rem;
    }

    .widget-localinfo .weather-temp {
        float: left;
        margin: 0.875rem 0 1.25rem 0.625rem;
        text-align: center;
        text-transform: uppercase;
        width: 3.125rem;
    }

        .widget-localinfo .weather-temp p {
            font-size: 1.0625rem !important;
            font-weight: 300;
            line-height: 1.1;
            margin: 0 0 0.375rem;
        }

        .widget-localinfo .weather-temp span {
            background-color: rgba(0, 0, 0, 0) !important;
            font-weight: 700;
            padding: 0 !important;
        }

    .widget-localinfo #weather {
        text-shadow: none;
    }

        .widget-localinfo #weather i {
            font-size: 2.5rem;
        }

@media only screen and (min-width: 30.0625em) {
    .widget-localinfo {
        margin: 2.5rem auto -3.75rem;
    }
}

@media only screen and (min-width: 40.063em) {
    .widget-localinfo {
        margin: 2.5rem auto -5rem;
    }
}

@media only screen and (min-width: 64.063em) {
    .widget-localinfo {
        margin: 4.375rem auto -6.25rem;
    }
}

.hero-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero.hero-image {
    height: 450px;
    margin-bottom: 0;
}

    .hero.hero-image .hero-overlay::before {
        display: none;
    }

.hero-image.news-pg-hero {
    background-image: url("../img/hero-img-2.jpg");
}

.post .video-widget-container {
    margin: 3.75rem 0;
}

    .post .video-widget-container .section-title {
        margin: 0;
    }

.post .article, .post .post-footer {
    text-align: left;
}

    .post .article h4 {
        margin-bottom: 0.9375rem;
        text-transform: uppercase;
    }

    .post .post-footer ul {
        margin-left: 0;
    }

        .post .post-footer ul.post-tags {
            margin: 1.875rem 0 3.75rem;
            width: auto;
        }

            .post .post-footer ul.post-tags li {
                display: inline-block;
                margin-bottom: 0.625rem;
                margin-right: 0.625rem;
            }

                .post .post-footer ul.post-tags li span {
                    background-color: #96c11f;
                    display: block;
                    font-size: 1.25rem;
                    font-weight: 300;
                    padding: 0.625rem 1.25rem;
                    text-transform: uppercase;
                }

#site-info, #site-info-support {
    text-transform: uppercase;
}

    #site-info .container, #site-info-support .container {
        max-width: none;
        padding: 0 5%;
        width: 100%;
    }

        #site-info .container a, #site-info-support .container a {
            color: #ffffff;
        }

        #site-info .container ul, #site-info-support .container ul {
            margin-left: 0;
        }

            #site-info .container ul li, #site-info-support .container ul li {
                margin: 0;
            }

#site-info {
    padding-top: 4.375rem;
}

    #site-info #site-info-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        #site-info #site-info-box div {
            width: 100%;
        }

            #site-info #site-info-box div h4 {
                color: #ffffff;
                font-size: 1rem;
                font-weight: 500;
                margin-bottom: 1.25rem;
                margin-top: 0;
                text-align: left;
            }

                #site-info #site-info-box div h4::after {
                    display: none;
                }

            #site-info #site-info-box div ul {
                display: none;
            }

#site-info-support {
    border-top: 0.0625rem solid #575757;
    color: #ffffff;
    padding: 25px 0 60px 0;
}

    #site-info-support .container ul {
        list-style: outside none none;
        margin: 0 0 1.5rem;
        width: 100%;
    }

        #site-info-support .container ul li a {
            font-size: 0.875rem;
            line-height: 1.875rem;
        }

    #site-info-support .container #copyright {
        font-size: 0.875rem;
        line-height: 1.875rem;
    }

        #site-info-support .container #copyright span {
            display: block;
        }

@media only screen and (min-width: 30.0625em) {
    .call-to-action-stripe .button {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    #site-info #site-info-box div {
        padding-right: 3.125rem;
        width: 50%;
    }

        #site-info #site-info-box div h4 {
            color: #ffffff;
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 1.25rem;
            margin-top: 0;
        }

            #site-info #site-info-box div h4::after {
                color: #ffffff;
                content: "...";
                display: block;
                font-size: 2rem;
                letter-spacing: 0.125rem;
                line-height: 1.25rem;
            }

        #site-info #site-info-box div ul {
            display: block;
            margin-bottom: 2.5rem;
        }

            #site-info #site-info-box div ul a {
                font-size: 0.875rem;
                line-height: 1.875rem;
            }

    #site-info-support .container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #site-info-support .container #copyright span {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .ie9 #site-info #site-info-box div {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .ie9 #site-info-support ul {
        display: table;
    }

        .ie9 #site-info-support ul li {
            display: table-cell;
            vertical-align: middle;
        }

    .ie9 #site-info-support #copyright {
        display: table-cell;
    }

        .ie9 #site-info-support #copyright span {
            display: table-cell;
            vertical-align: middle;
        }

    .separator {
        position: relative;
    }

        .separator::after {
            content: "|";
            display: inline-block;
            font-size: 0.75rem;
            margin-right: 0.625rem;
            padding-left: 0.625rem;
            position: relative;
            vertical-align: middle;
        }
}

@media only screen and (min-width: 40.063em) {
    .container {
        /*padding: 0 4.0625rem;*/
    }

    iframe {
        height: 31.25rem;
    }

    #client-services .services .row .widget-image-link .figcaption a span {
        font-size: 2rem;
    }

    #site-info-box div {
        padding-right: 1.875rem;
        width: 33.333%;
    }

    .ie9 #site-info #site-info-box div {
        width: 19%;
    }

    .mobile-only {
        display: none;
    }
}

@media only screen and (min-width: 64.063em) {
    #site-info #site-info-box div {
        padding-right: 1.875rem;
        width: 20%;
    }

    #site-info-support .container {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

        #site-info-support .container #links {
            width: 60%;
        }

            #site-info-support .container #links ul {
                flex-wrap: nowrap;
                justify-content: flex-end;
                margin: 0;
            }

        #site-info-support .container #copyright {
            width: 40%;
        }
}

@media only screen and (max-width: 30em) {
    .button-1 {
        font-size: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#widget-b7f9324f-4d9d-4e1b-a09a-b78a929af173 .widget.widget-landscape .w-image {
    display: none;
}

@media only screen and (min-width: 64.063em) {
    #widget-b7f9324f-4d9d-4e1b-a09a-b78a929af173 .widget.widget-landscape .w-image {
        display: block;
    }
}

.text.page-42017ce1-69e3-4f31-8112-85d16cf1fe92 .section.people {
    display: none !important;
}

.nopadding {
    padding: 0 !important;
}
/*input,
select,
textarea {
    max-width: 280px;
}*/
.filelogTabel {
    margin-top: 20px;
}

    .filelogTabel thead td {
        background: #f9f9f9;
        font-size: medium;
    }

.ui-grid-pager-panel {
    background: rgba(0, 0, 0, 0.07);
}

.ui-grid-pager-row-count-picker select {
    margin-bottom: 5px;
}

.ui-grid-pager-control button {
    margin-left: 2px;
}

/* manish design changes */
.nomargin {
    margin: 0 !important;
}

html, body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
/* { margin:0; padding:0;}*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
}

.margin-top-lg {
    margin-top: 20px;
}

.margin-bottom-xs {
    margin-bottom: 5px;
}
.margin-bottom-sm {
    margin-bottom: 10px;
}
.margin-bottom-lg {
    margin-bottom: 20px;
}

.margin-top-0 {
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000; border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.margin-left-lg {
    margin-left: 20px;
}

.navbar-inverse.navbar-fixed-top .navbar-right {
    margin: 0;
}

.form-control {
    font-size: 13px;
}

.ui-grid-pager-row-count-label {
    float: left;
    display: block;
    margin-top: 0;
    padding-right: 5px;
}

.ui-grid {
    font-size: 13px;
}
/*.ui-grid-row .ui-grid-cell, .ui-grid-header-canvas .ui-grid-header-cell { width:74px!important;}
.ui-grid-row .ui-grid-cell:nth-child(10), .ui-grid-header-canvas .ui-grid-header-cell:nth-child(10) {
    text-align: center; width: 118px!important;
}*/
 
.liststyle .row {
    line-height: 16px; padding: 4px 0; word-wrap: break-word;
    font-size: 13px;
}
    .liststyle .row:nth-child(even) { background:#f3f3f3; /*box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.5);*/ }

#HotContactTable {
    overflow: auto;width: 100%;height:350px
}
.navbar-nav .open.profile-munu .dropdown-menu { position: absolute; }
.navbar-nav .open .dropdown-menu { border: 0; z-index: 9999; background:#006687; }
.navbar-nav .open .dropdown-menu li > a { padding: 5px 7px; color: #fff; }
.navbar-nav .open .dropdown-menu li > a:hover { color: #222; }
.navbar-nav .profile-munu > a { padding: 9px 15px; min-height: 45px; }
.navbar-nav .profile-munu > a span { display: inline-block; max-width: 105px; line-height: 13px; vertical-align: middle; word-break: break-all; }
#HotContactTable .handsontable-container { max-height: 500px; }

.modal-body { max-height: 382px; overflow: auto; }
.listnumber { position: relative; color:#fff; z-index: 999; }

.unauthorised { background: #fafafa; padding: 20px; text-align: center; border: 1px solid #eee; }
.unauthorised .content { background: #504E4E; border-radius: 10px; color: #fff; font-size: 30px; padding: 15px; }
.unauthorised .content h1 { font-weight: bold; }
.editcloseBtn { position: absolute; left: auto; top: auto; right: auto; margin:-9px 0 1px -13px; }
.editcloseBtn:hover { text-decoration: none; }
.editcloseBtn i.fa-times-circle { background: #fff; border-radius: 20px; width: 26px; height: 26px; display: block;}

@media only screen and (min-width: 767px) {
    .desk-pull-right {
        float: right;
    }
    .dropdown-menu{top:101%!important; width: 100%; }
    .navbar-nav .open .dropdown-menu { position: absolute; }
}

.nav-tabs > li > a {
    background-color: #008cba !important;
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff !important;
    color: #333;
}

table {
    font-size: 11px !important;
}

.width-15 {
    width: 30%;
    padding: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.verticle-scroll{
   width:100%;overflow-y: auto; max-height: 132px;
}

.dropdown-custom {
    display:inline-block;
    margin-left:20px;
    padding:10px;
  }


.glyphicon-bell {
   
    font-size:1.5rem;
  }

.notifications {
   min-width:420px; 
   max-height:400px;
   overflow-y:auto;
  }
  
  .notifications-wrapper {
     overflow:auto;
      max-height:250px;
    }
    
 .menu-title {
     color:#ff7788;
     font-size:1.5rem;
      display:inline-block;
      }
 
.glyphicon-circle-arrow-right {
      margin-left:10px;     
   }
  
   
 .notification-heading, .notification-footer  {
 	padding:2px 10px;
       }
      
        
.dropdown-menu.divider {
  margin:5px 0;          
  }

.item-title {
  
 font-size:1.3rem;
 color:#000;
    
}

.notifications a.content {
 text-decoration:none;
 background:#ccc;

 }
    
.notification-item {
 padding:0px 10px;
 margin:0px 5px;
 background:#E8E8E8;
 border-radius:4px;
 }
.notification-item p{
    line-height:20px!important;
    margin-bottom:8px!important;
    padding-bottom:4px!important;
    padding-top:4px!important;
    color:#000;
    font-weight:500;
}


.followupaction blockquote{
    font-size:15px;
}

/* changes from manish */

input.form-control,select.form-control { height: 34px; padding: 4px 12px; /*max-width: 150px;*/ }
select[multiple].form-control { height: auto; min-height: 100px; }
.form-group { margin-bottom: 10px; }
.has-feedback ng-transclude ~ input-validation-icons .form-control-feedback { top: 20px!important; bottom: auto; right: 9px; }
.schdule-data:nth-child(even){background:#E4E4E4; padding:8px 0px;}

.p-0{padding:0px;}
.btn-xs{padding:4px 8px!important;}
.p-l-r-9{padding:8px 9px!important;}
.margin-top-xs{
    margin-top:5px;
}
.margin-top-sm{
    margin-top:15px;
}
.margin-top-xl {
    margin-top: 30px;
}
.margin-right-xs{
    margin-right:5px!important;
}
.margin-right-lg { margin-right:20px!important; }
.margin-right-xtralg { margin-right:30px!important; }

/*.ng-binding{margin-bottom:20px!important;}*/
.uib-timepicker .ng-binding { margin: 0!important; }
.input-group .input-group-btn button.btn, .uib-timepicker button.btn{padding: 6px 12px;}
.uib-timepicker .btn.btn-link { padding: 0px 12px; }
.uib-timepicker .btn.btn-link span.glyphicon  { font-size: 13px; color: #000; line-height: 1px; }
.datepicker .has-feedback ng-transclude ~ input-validation-icons .form-control-feedback { right: -16px; top: auto!important; bottom: -3px; }

.navigator_default_main{width:142px!important; height:482px!important; margin: 0 auto;}
.calendar_default_main{height:418px!important;}
.navigator_default_todaybox{color:#fff!important; border:1px solid #43ac6a!important;}
.navigator_default_todaybox span{color:#fff!important;}
.navigator_default_select, .navigator_default_weekend.navigator_default_select {
    background-color: #43ac6a!important; color:#fff!important;
}
.calendar_default_event_bar{background-color: #43ac6a!important;}
.calendar_default_event_bar_inner_success {
    position: absolute;
    width: 4px;
    background-color: #43ac6a!important;
}
.calendar_default_event_bar_inner_info {
    position: absolute;
    width: 4px;
    background-color: #5bc0de!important;
}
.calendar_default_event_bar_inner_warning {
    position: absolute;
    width: 4px;
    background-color: #e99002!important;
}
.calendar_default_event_bar_inner_danger {
    position: absolute;
    width: 4px;
    background-color: #f04124!important;
}
.font-weight-100{ font-weight:100;}
.font-weight-200{ font-weight:200;}
.font-weight-300{ font-weight:300;}
.font-weight-400{ font-weight:400;}
.font-weight-500{ font-weight:500;}
.font-weight-600{ font-weight:600;}
.font-weight-700{ font-weight:700;}
.font-weight-800{ font-weight:800;}
.font-weight-900{ font-weight:900;}
.text-white{color:#fff!important;}
/*.text-white:hover{color:#43ac6a!important;}*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background: rgba(255, 0, 0, 0.8); } 

.text-small{font-size:15px!important;}
.text-Xsmall{font-size:12px!important; vertical-align:top;}
.dropdown-menu .divider{margin:0px 0px 5px!important;}
.ui-grid-pager-control{margin-top:15px!important;}
.ui-grid-pager-control button{width:18px!important; height:18px!important; background:#43ac6a!important; border:1px solid #43ac6a!important; color:#fff!important;}
.ui-grid-pager-control input{width:30px!important; height:18px!important;padding:0!important;}
.ui-grid-pager-row-count-picker{margin-top:12px!important;}
.ui-grid-pager-count-container{margin-top:12px!important;}
.ui-grid-pager-control .first-triangle{border-color: transparent #FFFFFF transparent transparent!important;}
.ui-grid-pager-control .first-bar{border-left: 2px solid #FFFFFF!important;}
.ui-grid-pager-control .last-triangle{    border-color: transparent transparent transparent #FFFFFF!important;}
.ui-grid-pager-control .last-bar{    border-left: 2px solid #FFFFFF!important;}


/* Grid - UI Desgin Changes for propper Formatting  */

.ui-grid-header{height:70px!important;}
.ui-grid-top-panel{height: 100%;}
.grid1458371943481 .ui-grid-render-container-body .ui-grid-header-canvas{    height: 70px;}
.grid1458371943481 .ui-grid-render-container-body .ui-grid-header-cell{height:70px!important;}
/*.ui-grid-cell-contents{height:auto!important; min-height: 40px; white-space:pre-line!important;word-wrap: break-word; font-size:12px; padding:2px; padding-right: 17px;}*/
.ui-grid-cell-contents {
    height: auto !important;
    min-height: 40px;
    white-space: pre-line !important;
    word-wrap: inherit;
    font-size: 12px;
    padding: 2px;
    padding-right: 17px;
}
.ui-grid-header-canvas .ui-grid-cell-contents { height: 40px!important; }
.ui-grid-column-menu-button-last-col { margin-right:0;}
.ui-grid-cell{/*height:auto!important;*/ height: 50px!important;}
.ui-grid-row{ min-height:40px!important;}
.a-tag{float:left;margin-top:4px!important;}
.uploadImageBox { background: #FBFCFD; padding: 15px; border: 1px solid #CBD7DC; margin-bottom: 10px; text-align: center; }
.uploadImageBox .box { width: 100%; display: table; }
.uploadImageBox .box div { display: table-cell; height: 200px; vertical-align: middle; width: 100%; }
.uploadImageBox img { height: auto; max-width:99%; margin: 0 auto; max-height: 150px; }
.uploadImageBox input[type="file"] { width: 100%; }
.ui-grid-viewport .ui-grid-row .ui-grid-cell .ui-grid-cell-contents  { padding-right: 0!important; }
.ui-grid-viewport .ui-grid-row .ui-grid-cell:last-child{ padding-right: 17px!important; }

.dvloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.global-loader {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background:url('../images/loader1.gif');
}
.wordwrap{word-wrap:break-word;}
.cursor { cursor: pointer; }

.list-unstyled .form-inline .form-control { width: 150px;}
.uib-datepicker-popup.dropdown-menu .uib-button-bar { padding: 0; }
.uib-daypicker thead tr th small { font-size: 100%!important; }
.width-50 { width: 50px; }
.width-80 {
    width: 80px;
    max-height:100px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 100%; }
.notification { margin: 3px 0 4px 0; /*width: 100%;*/ }
.notification > a { border-radius: 20px; padding: 6px 9px; background:#f00; }
.notification > a i { vertical-align: top; line-height: 18px;}
.typeuser form .form-group { position: relative; z-index:999;  background:#fff; }
.ui-grid-filter-input { padding-right: 16px!important }
.notification > a:focus {background: rgba(255,0,0, 0.5); }
.table900 { min-width: 900px; }


.attachFile .list-group-item { margin: 0 5px 5px 0; text-align:center; vertical-align: top; }
.attachFile .list-group-item a.imagefile { width: 70px; height: 70px; vertical-align: middle; display: table-cell; }
.attachFile .list-group-item a.fileDelate { color:#f04124; position: absolute; top:-4px; right:-4px; }

/*.jobitem li:nth-child(2n) { background: #eaeaea; }*/
.jobitem li { box-shadow: 0 5px 5px #eee; }

.list-unstyled.form-inline .form-group { display: inline-block; margin-bottom:0; }
.modal-backdrop.in { min-height: 100%; }
.ui-grid-render-container-body { text-align: center; }
.ui-grid-render-container-body .a-tag{ float: none; }
.text-info { color: #008cba; }

/*for toggle button*/
.isActive
.Active, .notActive {font-size:25px;cursor:pointer; vertical-align: middle; }
.Active, .notActive {
    font-size: 25px;
    cursor: pointer; vertical-align: middle;
}
i.Active { color: #5cb85c}
/*i.notActive {color: #d32a0e}*/
.form-group.active-btn span { font-size: 13px; line-height:21px;}
.listbtn { display: table; width: 100%; }
.listbtn .listbtn-group {display: table-cell; width: 100%;vertical-align: middle; text-align: center;}
.notfound .fa-exclamation-triangle  { bottom: 14px!important; }
.calendar-box { background: #FDFBFB; padding: 10px; margin: 0 auto; border: 1px solid #eee; }
.calendar-content { background: #FDFBFB; padding: 10px 15px; margin: 0 auto; border: 1px solid #eee; }
.navigator_default_month { float: left; }
.alert { padding: 6px 15px; margin-bottom: 15px; }
.ui-grid-render-container-body .a-tag { word-wrap: break-word; }

.label-default { padding: 2px 5px; margin: 4px 4px 0; border-radius: 3px; border: 1px solid rgba(0, 0, 0, .1); font-size: 11px; display: inline-block; }
.label-default a { color: #f00; box-shadow: 0 0 0 1px #ccc; font-size:0; position: relative; }
.label-default a:before { content: "\f057"; font-family: FontAwesome; font-size: 13px; color: #333; position: absolute; right: -12px; top: -18px; }
.sublistitem > .row { border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; }
.sublistitem > .row:first-child { border-top: 0; padding-top:0; margin-top:0; }

.listjobimg { max-height: 190px; }
.dropdown-menu > li > a:hover { background: #008cba!important; color: #fff!important; }
.notification .menu-title { color: #D2C9CA; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { background: #3C3C3C; }
.navbar-nav .open.notification .notifications { background: #222; color: #fff; border: 1px solid #464646; box-shadow: 0 2px 5px #1D1D1D; }
.listjobimg { height: 150px; display: table-cell; vertical-align: middle; border: 1px solid #ddd; padding: 10px; }
.listjobimg img.img-responsive { width: 100%; }
.position-right { position: absolute; top:0; right: 0; }
.checkboxlabel { padding: 6px 10px; vertical-align: top; }
.activecheck { padding: 3px 13px; background: #eee; border: 1px solid #ccc; border-radius: 20px; font-weight: bold; vertical-align: top!important; }
.btn-group-sm.btn-width-full .dropdown-menu { width: auto; }
.pagination-panel{
    background:#f5f5f5; padding:5px 10px; border:1px solid #ddd;
}
.pagination-label-weight{
    font-weight:600!important;
}
.pagination-show{
    padding:5px 10px;
}
.open > .dropdown-menu.animation-dock {
    -webkit-animation: slide-up 0.3s ease-out;
    -moz-animation: slide-up 0.3s ease-out;
    -ms-animation: slide-up 0.3s ease-out;
    -o-animation: slide-up 0.3s ease-out;
    animation: slide-up 0.3s ease-out;
}
.navbar-nav .open .dropdown-menu li { border-bottom: 1px solid rgba(0, 0, 0, .15); }
input.form-control.input-xs, select.form-control.input-xs { height: 28px; }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity: .4; }

@media only screen and (min-width: 1280px) {
    .ui-grid-viewport .ui-grid-canvas .ui-grid-coluiGrid-00L, .ui-grid-render-container-body .ui-grid-header-viewport .ui-grid-header-canvas .ui-grid-coluiGrid-00L {
        width: 84px;
    }

    .ui-grid-viewport .ui-grid-canvas .ui-grid-coluiGrid-00P, .ui-grid-render-container-body .ui-grid-header-viewport .ui-grid-header-canvas .ui-grid-coluiGrid-00P {
        width: 113px;
    }

    .ui-grid-viewport .ui-grid-canvas .ui-grid-coluiGrid-00Q, .ui-grid-render-container-body .ui-grid-header-viewport .ui-grid-header-canvas .ui-grid-coluiGrid-00Q {
        width: 74px;
    }
}

@media only screen and (max-width: 1280px) {
    .nav > li > a { padding: 10px 12px; }
}


@media only screen and (max-width: 1024px) {
    .navbar-brand { white-space: nowrap; overflow: hidden; width: 91px; font-weight: bold; padding: 13px 5px;  }    
    .nav > li > a { padding: 10px 8px; }
}
@media only screen and (max-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: #000; }
    .notification { margin-top: 2px; }
    .navbar-nav .open.notification .notifications { min-width: 99%;  position: fixed; top: 45px!important; left:.5%; padding: 10px; }
    ul.Profilenotification > li.profile-munu { margin-right: 5px;} 
    ul.Profilenotification > li { float: left;} 
    /*ul.Profilenotification > li > a .accountName{white-space: nowrap; max-width: 80px; text-overflow: ellipsis; overflow: hidden; }*/
    .dropdown-menu{top: auto!important;}
    .navigator_default_main { width: 100%!important; height: auto!important; min-height: 200px; padding: 5px; }
    .navigator_default_month { display: inline-block; margin: 5px;}
    .listbtn { position: absolute; top:10px; right:0; width: auto; }
    .navbar-nav {
    margin: 0px -15px;
}

}
@media only screen and (max-width: 520px) {
    .navigator_default_main { min-height: 400px; }
}
@media only screen and (max-width: 480px) {
    .navbar-brand { padding: 13px 0px; }
    .customertabs .nav{ margin-left: 0;}
    .customertabs .nav > li { width: 25%; text-align: center; }
    .customertabs .nav > li i { display: block; margin: 0 auto;  }
    .nav-tabs { margin-left: 0; }
    .btn-width-half { width: 49%; float: left; margin-bottom: 5px; }
    .btn-width-half:nth-child(2n) { margin: 0 0 5px 2%; }    
    .listbtn .listbtn-group { height: auto; padding: 10px; }
    .userlist { margin-top: 10px; }
    .userlist > span { display: block; float: left; width: 100%; margin: 0; line-height: 24px; border-bottom: 1px solid #ddd; background: #eee; padding: 5px; }
}
@media only screen and (max-width: 420px) {
    .navigator_default_main { min-height: 520px; }
     .navbar-brand { width: 86px;}
}
@media only screen and (max-width: 360px) {
    .btn-width-full {
        width: 100%;
    }
    .container.margin-top-lg { margin-top:10px; }
    .typeuser { width: 100%; }
    .navbar-nav .profile-munu > a { padding: 9px 7px; }
    .navbar-nav .profile-munu > a span { max-width: 84px; }
    .navbar-brand { width: 81px; }
    .dropdown-custom { padding: 10px 3px; }
    .nav > li > a {    padding: 7px 6px; }
   
}
@media only screen and (max-width: 319px) {
    .navbar-brand { width: 63px; }
}


@media only screen and (min-width:768px) and (max-width:1024px) {
    .navbar-nav .profile-munu > a { padding: 10px 15px; }
}
@media only screen and (min-width:768px) and (max-width:980px) {
    .width-15 {
        width:100%!important;
        padding: 5px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
  
    .navbar-brand { padding: 13px 4px; width: 90px; }
    .nav > li > a {
    padding: 10px 4px; 
}
    .navbar-nav .profile-munu > a {
    padding: 10px 7px;
}
    .notification.dropdown-custom { padding: 10px 2px; }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav > li > a {
        padding: 7px 9px;
    }

    .width-15 {
        width: 60%!important;
        padding: 5px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}



@media only screen and (min-width:250px) and (max-width:319px) {
    .navbar-brand {
        font-size: 15px !important;
    }

    .nav > li > a {
        padding: 8px 5px;
        font-size: 11px !important;
    }

    .width-15 {
        width: 100%!important;
        padding: 5px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .nav.nav-tabs > li > a { padding: 8px 3px; }
    .btn-xtra-xs { padding: 8px 2px; }
}
