@charset "UTF-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

img,
legend {
  border: 0;
}

.fa-ul>li,
sub,
sup {
  position: relative;
}

.clearfix:after,
.row .row.collapse:after,
.row .row:after,
.row:after,
[class*=block-grid-]:after {
  clear: both;
}

.vevent abbr,
a {
  text-decoration: none;
}

.mfp-arrow,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}

.antialiased,
.fa,
.slick-slider .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
}

.chosen-container-multi .chosen-choices li.search-choice span,
.mfp-title {
  word-wrap: break-word;
}

.global-nav .face,
.mfp-wrap {
  -webkit-backface-visibility: hidden;
}

.hide,
.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

script {
  display: none!important;
}

.fa,
.fa-stack {
  display: inline-block;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background: 0 0;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

legend {
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: .3em;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}



input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-rendering: optimizeLegibility;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-stack,
img {
  vertical-align: middle;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: .3em;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right,
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.alert-box,
body {
  position: relative;
  font-weight: 400;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-cog:before,
.fa-gear:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-television:before,
.fa-tv:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

@font-face {
  font-family: Bery;
  src: url(../fonts/BeryRoman-Normal.eot);
  src: url(../fonts/BeryRoman-Normal.eot?#iefix) format("embedded-opentype"),url(../fonts/BeryRoman-Normal.woff) format("woff"),url(../fonts/BeryRoman-Normal.ttf) format("truetype"),url(../fonts/BeryRoman-Normal.otf) format("opentype"),url(../fonts/BeryRoman-Normal.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Med';
  src: url(../fonts/CircularStd-Medium.eot);
  src: url(../fonts/CircularStd-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/CircularStd-Medium.woff2) format("woff2"),url(../fonts/CircularStd-Medium.woff) format("woff"),url(../fonts/CircularStd-Medium.ttf) format("truetype"),url(../fonts/CircularStd-Medium.svg#svgCircularStdMedium) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circular MedItalic';
  src: url(../fonts/CircularStd-MediumItalic.eot);
  src: url(../fonts/CircularStd-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/CircularStd-MediumItalic.woff2) format("woff2"),url(../fonts/CircularStd-MediumItalic.woff) format("woff"),url(../fonts/CircularStd-MediumItalic.ttf) format("truetype"),url(../fonts/CircularStd-MediumItalic.svg#svgCircularStdMediumItalic) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Bold';
  src: url(../fonts/CircularStd-Bold.eot);
  src: url(../fonts/CircularStd-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/CircularStd-Bold.woff2) format("woff2"),url(../fonts/CircularStd-Bold.woff) format("woff"),url(../fonts/CircularStd-Bold.ttf) format("truetype"),url(../fonts/CircularStd-Bold.svg#svgCircularStdBold) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Black';
  src: url(../fonts/CircularStd-Black.eot);
  src: url(../fonts/CircularStd-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/CircularStd-Black.woff2) format("woff2"),url(../fonts/CircularStd-Black.woff) format("woff"),url(../fonts/CircularStd-Black.ttf) format("truetype"),url(../fonts/CircularStd-Black.svg#svgCircularStdBlack) format("svg");
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes spintriangle {
  15%, 33% {
    -webkit-transform: rotateX(-120deg);
  }

  43%, 66% {
    -webkit-transform: rotateX(-240deg);
  }

  100%, 76% {
    -webkit-transform: rotateX(-360deg);
  }
}

@keyframes spintriangle {
  15%, 33% {
    -webkit-transform: rotateX(-120deg);
    transform: rotateX(-120deg);
  }

  43%, 66% {
    -webkit-transform: rotateX(-240deg);
    transform: rotateX(-240deg);
  }

  100%, 76% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}

@-webkit-keyframes spincube {
  15%, 25% {
    -webkit-transform: rotateX(-90deg);
  }

  40%, 50% {
    -webkit-transform: rotateX(-180deg);
  }

  65%, 75% {
    -webkit-transform: rotateX(-270deg);
  }

  100%, 90% {
    -webkit-transform: rotateX(-360deg);
  }
}

@keyframes spincube {
  15%, 25% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  40%, 50% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }

  65%, 75% {
    -webkit-transform: rotateX(-270deg);
    transform: rotateX(-270deg);
  }

  100%, 90% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}

@-webkit-keyframes spinpentagon {
  20%, 5% {
    -webkit-transform: rotateX(-72deg);
  }

  25%, 40% {
    -webkit-transform: rotateX(-144deg);
  }

  45%, 60% {
    -webkit-transform: rotateX(-216deg);
  }

  65%, 80% {
    -webkit-transform: rotateX(-288deg);
  }

  100%, 85% {
    -webkit-transform: rotateX(-360deg);
  }
}

@keyframes spinpentagon {
  20%, 5% {
    -webkit-transform: rotateX(-72deg);
    transform: rotateX(-72deg);
  }

  25%, 40% {
    -webkit-transform: rotateX(-144deg);
    transform: rotateX(-144deg);
  }

  45%, 60% {
    -webkit-transform: rotateX(-216deg);
    transform: rotateX(-216deg);
  }

  65%, 80% {
    -webkit-transform: rotateX(-288deg);
    transform: rotateX(-288deg);
  }

  100%, 85% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}

@-webkit-keyframes spinhexagon {
  16%, 4% {
    -webkit-transform: rotateX(-60deg);
  }

  20%, 32% {
    -webkit-transform: rotateX(-120deg);
  }

  36%, 48% {
    -webkit-transform: rotateX(-180deg);
  }

  52%, 64% {
    -webkit-transform: rotateX(-240deg);
  }

  68%, 80% {
    -webkit-transform: rotateX(-300deg);
  }

  100%, 88% {
    -webkit-transform: rotateX(-360deg);
  }
}

@keyframes spinhexagon {
  16%, 4% {
    -webkit-transform: rotateX(-60deg);
  }

  20%, 32% {
    -webkit-transform: rotateX(-120deg);
  }

  36%, 48% {
    -webkit-transform: rotateX(-180deg);
  }

  52%, 64% {
    -webkit-transform: rotateX(-240deg);
  }

  68%, 80% {
    -webkit-transform: rotateX(-300deg);
  }

  100%, 88% {
    -webkit-transform: rotateX(-360deg);
  }
}

meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:66.667em)/";
  width: 66.667em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

.row,
select {
  width: 100%;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

body,
html {
  height: 100%;
  font-size: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #f0efe1;
  color: #666;
  padding: 0;
  margin: 0;
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
  font-style: normal;
  line-height: 150%;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
  max-width: none!important;
}

.left {
  float: left!important;
}

.right {
  float: right!important;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.hide {
  display: none!important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
}

.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -20px;
  margin: 0 -1.25rem;
  max-width: none;
  width: auto;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.column,
.columns {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

.column+.column.end,
.column+.column:last-child,
.column+.columns.end,
.column+.columns:last-child,
.columns+.column.end,
.columns+.column:last-child,
.columns+.columns.end,
.columns+.columns:last-child {
  float: left;
}

@media only screen {
  .column,
  .columns,
  .small-pull-0,
  .small-pull-1,
  .small-pull-10,
  .small-pull-11,
  .small-pull-2,
  .small-pull-3,
  .small-pull-4,
  .small-pull-5,
  .small-pull-6,
  .small-pull-7,
  .small-pull-8,
  .small-pull-9,
  .small-push-0,
  .small-push-1,
  .small-push-10,
  .small-push-11,
  .small-push-2,
  .small-push-3,
  .small-push-4,
  .small-push-5,
  .small-push-7,
  .small-push-8,
  .small-push-9 {
    position: relative;
  }

  .small-push-0 {
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    right: 0;
    left: auto;
  }

  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .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.66667%!important;
  }

  .small-offset-3 {
    margin-left: 25%!important;
  }

  .small-offset-4 {
    margin-left: 33.33333%!important;
  }

  .small-offset-5 {
    margin-left: 41.66667%!important;
  }

  .small-offset-6 {
    margin-left: 50%!important;
  }

  .small-offset-7 {
    margin-left: 58.33333%!important;
  }

  .small-offset-8 {
    margin-left: 66.66667%!important;
  }

  .small-offset-9 {
    margin-left: 75%!important;
  }

  .small-offset-10 {
    margin-left: 83.33333%!important;
  }

  .small-offset-11 {
    margin-left: 91.66667%!important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .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;
  }

  .row.small-collapse>.column,
  .row.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.small-uncollapse>.column,
  .row.small-uncollapse>.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-pull-0,
  .medium-pull-1,
  .medium-pull-10,
  .medium-pull-11,
  .medium-pull-2,
  .medium-pull-3,
  .medium-pull-4,
  .medium-pull-5,
  .medium-pull-6,
  .medium-pull-7,
  .medium-pull-8,
  .medium-pull-9,
  .medium-push-0,
  .medium-push-1,
  .medium-push-10,
  .medium-push-11,
  .medium-push-2,
  .medium-push-3,
  .medium-push-4,
  .medium-push-5,
  .medium-push-6,
  .medium-push-7,
  .medium-push-8,
  .medium-push-9,
  .pull-0,
  .pull-1,
  .pull-10,
  .pull-11,
  .pull-2,
  .pull-3,
  .pull-4,
  .pull-5,
  .pull-6,
  .pull-7,
  .pull-8,
  .pull-9,
  .push-0,
  .push-1,
  .push-10,
  .push-11,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9 {
    position: relative;
  }

  .medium-push-0 {
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .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.66667%!important;
  }

  .medium-offset-3 {
    margin-left: 25%!important;
  }

  .medium-offset-4 {
    margin-left: 33.33333%!important;
  }

  .medium-offset-5 {
    margin-left: 41.66667%!important;
  }

  .medium-offset-6 {
    margin-left: 50%!important;
  }

  .medium-offset-7 {
    margin-left: 58.33333%!important;
  }

  .medium-offset-8 {
    margin-left: 66.66667%!important;
  }

  .medium-offset-9 {
    margin-left: 75%!important;
  }

  .medium-offset-10 {
    margin-left: 83.33333%!important;
  }

  .medium-offset-11 {
    margin-left: 91.66667%!important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .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;
  }

  .row.medium-collapse>.column,
  .row.medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.medium-uncollapse>.column,
  .row.medium-uncollapse>.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .push-0 {
    left: 0;
    right: auto;
  }

  .pull-0 {
    right: 0;
    left: auto;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    left: 25%;
    right: auto;
  }

  .pull-3 {
    right: 25%;
    left: auto;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    left: 50%;
    right: auto;
  }

  .pull-6 {
    right: 50%;
    left: auto;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    left: 75%;
    right: auto;
  }

  .pull-9 {
    right: 75%;
    left: auto;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width:66.667em) {
  .large-pull-0,
  .large-pull-1,
  .large-pull-10,
  .large-pull-11,
  .large-pull-2,
  .large-pull-3,
  .large-pull-4,
  .large-pull-5,
  .large-pull-6,
  .large-pull-7,
  .large-pull-8,
  .large-pull-9,
  .large-push-0,
  .large-push-1,
  .large-push-10,
  .large-push-11,
  .large-push-2,
  .large-push-3,
  .large-push-4,
  .large-push-5,
  .large-push-6,
  .large-push-7,
  .large-push-8,
  .large-push-9,
  .pull-0,
  .pull-1,
  .pull-10,
  .pull-11,
  .pull-2,
  .pull-3,
  .pull-4,
  .pull-5,
  .pull-6,
  .pull-7,
  .pull-8,
  .pull-9,
  .push-0,
  .push-1,
  .push-10,
  .push-11,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9 {
    position: relative;
  }

  .large-push-0 {
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    right: 0;
    left: auto;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .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.66667%!important;
  }

  .large-offset-3 {
    margin-left: 25%!important;
  }

  .large-offset-4 {
    margin-left: 33.33333%!important;
  }

  .large-offset-5 {
    margin-left: 41.66667%!important;
  }

  .large-offset-6 {
    margin-left: 50%!important;
  }

  .large-offset-7 {
    margin-left: 58.33333%!important;
  }

  .large-offset-8 {
    margin-left: 66.66667%!important;
  }

  .large-offset-9 {
    margin-left: 75%!important;
  }

  .large-offset-10 {
    margin-left: 83.33333%!important;
  }

  .large-offset-11 {
    margin-left: 91.66667%!important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .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;
  }

  .row.large-collapse>.column,
  .row.large-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.large-uncollapse>.column,
  .row.large-uncollapse>.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .push-0 {
    left: 0;
    right: auto;
  }

  .pull-0 {
    right: 0;
    left: auto;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    left: 25%;
    right: auto;
  }

  .pull-3 {
    right: 25%;
    left: auto;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    left: 50%;
    right: auto;
  }

  .pull-6 {
    right: 50%;
    left: auto;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    left: 75%;
    right: auto;
  }

  .pull-9 {
    right: 75%;
    left: auto;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}

.alert-box {
  border-style: none;
  border-width: 0;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-size: .75rem;
  transition: opacity .3s ease-out;
  background-color: #f1683a;
  border-color: #ee4a13;
  color: #FFF;
}

.alert-box .close {
  line-height: 0;
  position: absolute;
  margin-top: -6px;
  margin-top: -.40625rem;
  color: #FFF;
  opacity: .9;
  background: inherit;
}

.alert-box .close:focus,
.alert-box .close:hover {
  opacity: 1;
}

.alert-box.radius {
  border-radius: 0;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFF;
}

.alert-box.alert {
  background-color: #e1643a;
  border-color: #d34d20;
  color: #FFF;
}

.alert-box.secondary {
  background-color: #f49722;
  border-color: #e4840b;
  color: #FFF;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFF;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #FFF;
}

.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0;
}

[class*=block-grid-]:after,
[class*=block-grid-]:before {
  content: " ";
  display: table;
}

[class*=block-grid-]>li {
  display: block;
  height: auto;
  float: left;
  padding: 0 20px 60px;
  padding: 0 1.25rem 3.75rem;
}

@media only screen {
  .small-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1>li:nth-of-type(1n) {
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .small-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.25rem;
  }

  .small-block-grid-2>li:nth-of-type(2n) {
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .small-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.66667rem;
  }

  .small-block-grid-3>li:nth-of-type(3n+2) {
    padding-left: .83333rem;
    padding-right: .83333rem;
  }

  .small-block-grid-3>li:nth-of-type(3n) {
    padding-left: 1.66667rem;
    padding-right: 0;
  }

  .small-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.875rem;
  }

  .small-block-grid-4>li:nth-of-type(4n+2) {
    padding-left: .625rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-4>li:nth-of-type(4n+3) {
    padding-left: 1.25rem;
    padding-right: .625rem;
  }

  .small-block-grid-4>li:nth-of-type(4n) {
    padding-left: 1.875rem;
    padding-right: 0;
  }

  .small-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2rem;
  }

  .small-block-grid-5>li:nth-of-type(5n+2) {
    padding-left: .5rem;
    padding-right: 1.5rem;
  }

  .small-block-grid-5>li:nth-of-type(5n+3) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-block-grid-5>li:nth-of-type(5n+4) {
    padding-left: 1.5rem;
    padding-right: .5rem;
  }

  .small-block-grid-5>li:nth-of-type(5n) {
    padding-left: 2rem;
    padding-right: 0;
  }

  .small-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.08333rem;
  }

  .small-block-grid-6>li:nth-of-type(6n+2) {
    padding-left: .41667rem;
    padding-right: 1.66667rem;
  }

  .small-block-grid-6>li:nth-of-type(6n+3) {
    padding-left: .83333rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-6>li:nth-of-type(6n+4) {
    padding-left: 1.25rem;
    padding-right: .83333rem;
  }

  .small-block-grid-6>li:nth-of-type(6n+5) {
    padding-left: 1.66667rem;
    padding-right: .41667rem;
  }

  .small-block-grid-6>li:nth-of-type(6n) {
    padding-left: 2.08333rem;
    padding-right: 0;
  }

  .small-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.14286rem;
  }

  .small-block-grid-7>li:nth-of-type(7n+2) {
    padding-left: .35714rem;
    padding-right: 1.78571rem;
  }

  .small-block-grid-7>li:nth-of-type(7n+3) {
    padding-left: .71429rem;
    padding-right: 1.42857rem;
  }

  .small-block-grid-7>li:nth-of-type(7n+4) {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }

  .small-block-grid-7>li:nth-of-type(7n+5) {
    padding-left: 1.42857rem;
    padding-right: .71429rem;
  }

  .small-block-grid-7>li:nth-of-type(7n+6) {
    padding-left: 1.78571rem;
    padding-right: .35714rem;
  }

  .small-block-grid-7>li:nth-of-type(7n) {
    padding-left: 2.14286rem;
    padding-right: 0;
  }

  .small-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.1875rem;
  }

  .small-block-grid-8>li:nth-of-type(8n+2) {
    padding-left: .3125rem;
    padding-right: 1.875rem;
  }

  .small-block-grid-8>li:nth-of-type(8n+3) {
    padding-left: .625rem;
    padding-right: 1.5625rem;
  }

  .small-block-grid-8>li:nth-of-type(8n+4) {
    padding-left: .9375rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-8>li:nth-of-type(8n+5) {
    padding-left: 1.25rem;
    padding-right: .9375rem;
  }

  .small-block-grid-8>li:nth-of-type(8n+6) {
    padding-left: 1.5625rem;
    padding-right: .625rem;
  }

  .small-block-grid-8>li:nth-of-type(8n+7) {
    padding-left: 1.875rem;
    padding-right: .3125rem;
  }

  .small-block-grid-8>li:nth-of-type(8n) {
    padding-left: 2.1875rem;
    padding-right: 0;
  }

  .small-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.22222rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+2) {
    padding-left: .27778rem;
    padding-right: 1.94444rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+3) {
    padding-left: .55556rem;
    padding-right: 1.66667rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+4) {
    padding-left: .83333rem;
    padding-right: 1.38889rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+5) {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+6) {
    padding-left: 1.38889rem;
    padding-right: .83333rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+7) {
    padding-left: 1.66667rem;
    padding-right: .55556rem;
  }

  .small-block-grid-9>li:nth-of-type(9n+8) {
    padding-left: 1.94444rem;
    padding-right: .27778rem;
  }

  .small-block-grid-9>li:nth-of-type(9n) {
    padding-left: 2.22222rem;
    padding-right: 0;
  }

  .small-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.25rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+2) {
    padding-left: .25rem;
    padding-right: 2rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+3) {
    padding-left: .5rem;
    padding-right: 1.75rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+4) {
    padding-left: .75rem;
    padding-right: 1.5rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+5) {
    padding-left: 1rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+6) {
    padding-left: 1.25rem;
    padding-right: 1rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+7) {
    padding-left: 1.5rem;
    padding-right: .75rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+8) {
    padding-left: 1.75rem;
    padding-right: .5rem;
  }

  .small-block-grid-10>li:nth-of-type(10n+9) {
    padding-left: 2rem;
    padding-right: .25rem;
  }

  .small-block-grid-10>li:nth-of-type(10n) {
    padding-left: 2.25rem;
    padding-right: 0;
  }

  .small-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.27273rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+2) {
    padding-left: .22727rem;
    padding-right: 2.04545rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+3) {
    padding-left: .45455rem;
    padding-right: 1.81818rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+4) {
    padding-left: .68182rem;
    padding-right: 1.59091rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+5) {
    padding-left: .90909rem;
    padding-right: 1.36364rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+6) {
    padding-left: 1.13636rem;
    padding-right: 1.13636rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+7) {
    padding-left: 1.36364rem;
    padding-right: .90909rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+8) {
    padding-left: 1.59091rem;
    padding-right: .68182rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+9) {
    padding-left: 1.81818rem;
    padding-right: .45455rem;
  }

  .small-block-grid-11>li:nth-of-type(11n+10) {
    padding-left: 2.04545rem;
    padding-right: .22727rem;
  }

  .small-block-grid-11>li:nth-of-type(11n) {
    padding-left: 2.27273rem;
    padding-right: 0;
  }

  .small-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.29167rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+2) {
    padding-left: .20833rem;
    padding-right: 2.08333rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+3) {
    padding-left: .41667rem;
    padding-right: 1.875rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+4) {
    padding-left: .625rem;
    padding-right: 1.66667rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+5) {
    padding-left: .83333rem;
    padding-right: 1.45833rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+6) {
    padding-left: 1.04167rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+7) {
    padding-left: 1.25rem;
    padding-right: 1.04167rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+8) {
    padding-left: 1.45833rem;
    padding-right: .83333rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+9) {
    padding-left: 1.66667rem;
    padding-right: .625rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+10) {
    padding-left: 1.875rem;
    padding-right: .41667rem;
  }

  .small-block-grid-12>li:nth-of-type(12n+11) {
    padding-left: 2.08333rem;
    padding-right: .20833rem;
  }

  .small-block-grid-12>li:nth-of-type(12n) {
    padding-left: 2.29167rem;
    padding-right: 0;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1>li:nth-of-type(1n) {
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .medium-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.25rem;
  }

  .medium-block-grid-2>li:nth-of-type(2n) {
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .medium-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.66667rem;
  }

  .medium-block-grid-3>li:nth-of-type(3n+2) {
    padding-left: .83333rem;
    padding-right: .83333rem;
  }

  .medium-block-grid-3>li:nth-of-type(3n) {
    padding-left: 1.66667rem;
    padding-right: 0;
  }

  .medium-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.875rem;
  }

  .medium-block-grid-4>li:nth-of-type(4n+2) {
    padding-left: .625rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-4>li:nth-of-type(4n+3) {
    padding-left: 1.25rem;
    padding-right: .625rem;
  }

  .medium-block-grid-4>li:nth-of-type(4n) {
    padding-left: 1.875rem;
    padding-right: 0;
  }

  .medium-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2rem;
  }

  .medium-block-grid-5>li:nth-of-type(5n+2) {
    padding-left: .5rem;
    padding-right: 1.5rem;
  }

  .medium-block-grid-5>li:nth-of-type(5n+3) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .medium-block-grid-5>li:nth-of-type(5n+4) {
    padding-left: 1.5rem;
    padding-right: .5rem;
  }

  .medium-block-grid-5>li:nth-of-type(5n) {
    padding-left: 2rem;
    padding-right: 0;
  }

  .medium-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.08333rem;
  }

  .medium-block-grid-6>li:nth-of-type(6n+2) {
    padding-left: .41667rem;
    padding-right: 1.66667rem;
  }

  .medium-block-grid-6>li:nth-of-type(6n+3) {
    padding-left: .83333rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-6>li:nth-of-type(6n+4) {
    padding-left: 1.25rem;
    padding-right: .83333rem;
  }

  .medium-block-grid-6>li:nth-of-type(6n+5) {
    padding-left: 1.66667rem;
    padding-right: .41667rem;
  }

  .medium-block-grid-6>li:nth-of-type(6n) {
    padding-left: 2.08333rem;
    padding-right: 0;
  }

  .medium-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.14286rem;
  }

  .medium-block-grid-7>li:nth-of-type(7n+2) {
    padding-left: .35714rem;
    padding-right: 1.78571rem;
  }

  .medium-block-grid-7>li:nth-of-type(7n+3) {
    padding-left: .71429rem;
    padding-right: 1.42857rem;
  }

  .medium-block-grid-7>li:nth-of-type(7n+4) {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }

  .medium-block-grid-7>li:nth-of-type(7n+5) {
    padding-left: 1.42857rem;
    padding-right: .71429rem;
  }

  .medium-block-grid-7>li:nth-of-type(7n+6) {
    padding-left: 1.78571rem;
    padding-right: .35714rem;
  }

  .medium-block-grid-7>li:nth-of-type(7n) {
    padding-left: 2.14286rem;
    padding-right: 0;
  }

  .medium-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.1875rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n+2) {
    padding-left: .3125rem;
    padding-right: 1.875rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n+3) {
    padding-left: .625rem;
    padding-right: 1.5625rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n+4) {
    padding-left: .9375rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n+5) {
    padding-left: 1.25rem;
    padding-right: .9375rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n+6) {
    padding-left: 1.5625rem;
    padding-right: .625rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n+7) {
    padding-left: 1.875rem;
    padding-right: .3125rem;
  }

  .medium-block-grid-8>li:nth-of-type(8n) {
    padding-left: 2.1875rem;
    padding-right: 0;
  }

  .medium-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.22222rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+2) {
    padding-left: .27778rem;
    padding-right: 1.94444rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+3) {
    padding-left: .55556rem;
    padding-right: 1.66667rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+4) {
    padding-left: .83333rem;
    padding-right: 1.38889rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+5) {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+6) {
    padding-left: 1.38889rem;
    padding-right: .83333rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+7) {
    padding-left: 1.66667rem;
    padding-right: .55556rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n+8) {
    padding-left: 1.94444rem;
    padding-right: .27778rem;
  }

  .medium-block-grid-9>li:nth-of-type(9n) {
    padding-left: 2.22222rem;
    padding-right: 0;
  }

  .medium-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.25rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+2) {
    padding-left: .25rem;
    padding-right: 2rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+3) {
    padding-left: .5rem;
    padding-right: 1.75rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+4) {
    padding-left: .75rem;
    padding-right: 1.5rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+5) {
    padding-left: 1rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+6) {
    padding-left: 1.25rem;
    padding-right: 1rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+7) {
    padding-left: 1.5rem;
    padding-right: .75rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+8) {
    padding-left: 1.75rem;
    padding-right: .5rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n+9) {
    padding-left: 2rem;
    padding-right: .25rem;
  }

  .medium-block-grid-10>li:nth-of-type(10n) {
    padding-left: 2.25rem;
    padding-right: 0;
  }

  .medium-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.27273rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+2) {
    padding-left: .22727rem;
    padding-right: 2.04545rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+3) {
    padding-left: .45455rem;
    padding-right: 1.81818rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+4) {
    padding-left: .68182rem;
    padding-right: 1.59091rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+5) {
    padding-left: .90909rem;
    padding-right: 1.36364rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+6) {
    padding-left: 1.13636rem;
    padding-right: 1.13636rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+7) {
    padding-left: 1.36364rem;
    padding-right: .90909rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+8) {
    padding-left: 1.59091rem;
    padding-right: .68182rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+9) {
    padding-left: 1.81818rem;
    padding-right: .45455rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n+10) {
    padding-left: 2.04545rem;
    padding-right: .22727rem;
  }

  .medium-block-grid-11>li:nth-of-type(11n) {
    padding-left: 2.27273rem;
    padding-right: 0;
  }

  .medium-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.29167rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+2) {
    padding-left: .20833rem;
    padding-right: 2.08333rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+3) {
    padding-left: .41667rem;
    padding-right: 1.875rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+4) {
    padding-left: .625rem;
    padding-right: 1.66667rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+5) {
    padding-left: .83333rem;
    padding-right: 1.45833rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+6) {
    padding-left: 1.04167rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+7) {
    padding-left: 1.25rem;
    padding-right: 1.04167rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+8) {
    padding-left: 1.45833rem;
    padding-right: .83333rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+9) {
    padding-left: 1.66667rem;
    padding-right: .625rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+10) {
    padding-left: 1.875rem;
    padding-right: .41667rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n+11) {
    padding-left: 2.08333rem;
    padding-right: .20833rem;
  }

  .medium-block-grid-12>li:nth-of-type(12n) {
    padding-left: 2.29167rem;
    padding-right: 0;
  }

  .button,
  button {
    display: inline-block;
  }
}

@media only screen and (min-width:66.667em) {
  .large-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1>li:nth-of-type(1n) {
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .large-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.25rem;
  }

  .large-block-grid-2>li:nth-of-type(2n) {
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .large-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.66667rem;
  }

  .large-block-grid-3>li:nth-of-type(3n+2) {
    padding-left: .83333rem;
    padding-right: .83333rem;
  }

  .large-block-grid-3>li:nth-of-type(3n) {
    padding-left: 1.66667rem;
    padding-right: 0;
  }

  .large-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 1.875rem;
  }

  .large-block-grid-4>li:nth-of-type(4n+2) {
    padding-left: .625rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-4>li:nth-of-type(4n+3) {
    padding-left: 1.25rem;
    padding-right: .625rem;
  }

  .large-block-grid-4>li:nth-of-type(4n) {
    padding-left: 1.875rem;
    padding-right: 0;
  }

  .large-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2rem;
  }

  .large-block-grid-5>li:nth-of-type(5n+2) {
    padding-left: .5rem;
    padding-right: 1.5rem;
  }

  .large-block-grid-5>li:nth-of-type(5n+3) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .large-block-grid-5>li:nth-of-type(5n+4) {
    padding-left: 1.5rem;
    padding-right: .5rem;
  }

  .large-block-grid-5>li:nth-of-type(5n) {
    padding-left: 2rem;
    padding-right: 0;
  }

  .large-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.08333rem;
  }

  .large-block-grid-6>li:nth-of-type(6n+2) {
    padding-left: .41667rem;
    padding-right: 1.66667rem;
  }

  .large-block-grid-6>li:nth-of-type(6n+3) {
    padding-left: .83333rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-6>li:nth-of-type(6n+4) {
    padding-left: 1.25rem;
    padding-right: .83333rem;
  }

  .large-block-grid-6>li:nth-of-type(6n+5) {
    padding-left: 1.66667rem;
    padding-right: .41667rem;
  }

  .large-block-grid-6>li:nth-of-type(6n) {
    padding-left: 2.08333rem;
    padding-right: 0;
  }

  .large-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.14286rem;
  }

  .large-block-grid-7>li:nth-of-type(7n+2) {
    padding-left: .35714rem;
    padding-right: 1.78571rem;
  }

  .large-block-grid-7>li:nth-of-type(7n+3) {
    padding-left: .71429rem;
    padding-right: 1.42857rem;
  }

  .large-block-grid-7>li:nth-of-type(7n+4) {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }

  .large-block-grid-7>li:nth-of-type(7n+5) {
    padding-left: 1.42857rem;
    padding-right: .71429rem;
  }

  .large-block-grid-7>li:nth-of-type(7n+6) {
    padding-left: 1.78571rem;
    padding-right: .35714rem;
  }

  .large-block-grid-7>li:nth-of-type(7n) {
    padding-left: 2.14286rem;
    padding-right: 0;
  }

  .large-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.1875rem;
  }

  .large-block-grid-8>li:nth-of-type(8n+2) {
    padding-left: .3125rem;
    padding-right: 1.875rem;
  }

  .large-block-grid-8>li:nth-of-type(8n+3) {
    padding-left: .625rem;
    padding-right: 1.5625rem;
  }

  .large-block-grid-8>li:nth-of-type(8n+4) {
    padding-left: .9375rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-8>li:nth-of-type(8n+5) {
    padding-left: 1.25rem;
    padding-right: .9375rem;
  }

  .large-block-grid-8>li:nth-of-type(8n+6) {
    padding-left: 1.5625rem;
    padding-right: .625rem;
  }

  .large-block-grid-8>li:nth-of-type(8n+7) {
    padding-left: 1.875rem;
    padding-right: .3125rem;
  }

  .large-block-grid-8>li:nth-of-type(8n) {
    padding-left: 2.1875rem;
    padding-right: 0;
  }

  .large-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.22222rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+2) {
    padding-left: .27778rem;
    padding-right: 1.94444rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+3) {
    padding-left: .55556rem;
    padding-right: 1.66667rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+4) {
    padding-left: .83333rem;
    padding-right: 1.38889rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+5) {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+6) {
    padding-left: 1.38889rem;
    padding-right: .83333rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+7) {
    padding-left: 1.66667rem;
    padding-right: .55556rem;
  }

  .large-block-grid-9>li:nth-of-type(9n+8) {
    padding-left: 1.94444rem;
    padding-right: .27778rem;
  }

  .large-block-grid-9>li:nth-of-type(9n) {
    padding-left: 2.22222rem;
    padding-right: 0;
  }

  .large-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.25rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+2) {
    padding-left: .25rem;
    padding-right: 2rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+3) {
    padding-left: .5rem;
    padding-right: 1.75rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+4) {
    padding-left: .75rem;
    padding-right: 1.5rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+5) {
    padding-left: 1rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+6) {
    padding-left: 1.25rem;
    padding-right: 1rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+7) {
    padding-left: 1.5rem;
    padding-right: .75rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+8) {
    padding-left: 1.75rem;
    padding-right: .5rem;
  }

  .large-block-grid-10>li:nth-of-type(10n+9) {
    padding-left: 2rem;
    padding-right: .25rem;
  }

  .large-block-grid-10>li:nth-of-type(10n) {
    padding-left: 2.25rem;
    padding-right: 0;
  }

  .large-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.27273rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+2) {
    padding-left: .22727rem;
    padding-right: 2.04545rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+3) {
    padding-left: .45455rem;
    padding-right: 1.81818rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+4) {
    padding-left: .68182rem;
    padding-right: 1.59091rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+5) {
    padding-left: .90909rem;
    padding-right: 1.36364rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+6) {
    padding-left: 1.13636rem;
    padding-right: 1.13636rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+7) {
    padding-left: 1.36364rem;
    padding-right: .90909rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+8) {
    padding-left: 1.59091rem;
    padding-right: .68182rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+9) {
    padding-left: 1.81818rem;
    padding-right: .45455rem;
  }

  .large-block-grid-11>li:nth-of-type(11n+10) {
    padding-left: 2.04545rem;
    padding-right: .22727rem;
  }

  .large-block-grid-11>li:nth-of-type(11n) {
    padding-left: 2.27273rem;
    padding-right: 0;
  }

  .large-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2.29167rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+2) {
    padding-left: .20833rem;
    padding-right: 2.08333rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+3) {
    padding-left: .41667rem;
    padding-right: 1.875rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+4) {
    padding-left: .625rem;
    padding-right: 1.66667rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+5) {
    padding-left: .83333rem;
    padding-right: 1.45833rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+6) {
    padding-left: 1.04167rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+7) {
    padding-left: 1.25rem;
    padding-right: 1.04167rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+8) {
    padding-left: 1.45833rem;
    padding-right: .83333rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+9) {
    padding-left: 1.66667rem;
    padding-right: .625rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+10) {
    padding-left: 1.875rem;
    padding-right: .41667rem;
  }

  .large-block-grid-12>li:nth-of-type(12n+11) {
    padding-left: 2.08333rem;
    padding-right: .20833rem;
  }

  .large-block-grid-12>li:nth-of-type(12n) {
    padding-left: 2.29167rem;
    padding-right: 0;
  }
}

.content-tiles,
.content-tiles:after,
.event-detail-drawers,
.global-nav:after,
.ie9 .global-footer .flex-row:after,
.landing--donate .donate-section:after,
.landing--donate .donate-summary:after,
.landing--simplified .page-content:after,
.quicksignup__form:after,
.slick-track:after,
.video-component,
hr {
  clear: both;
}

.button,
button,
input.submit,
input[type=submit] {
  cursor: pointer;
  font-weight: 400;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  background-color: transparent;
  padding: 18px 36px 19px;
  padding: 1.125rem 2.25rem 1.1875rem;
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input.submit:focus,
input.submit:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #004061;
  color: #FFF;
}

.button.secondary,
button.secondary,
input.submit.secondary,
input[type=submit].secondary {
  background-color: #f49722;
  border-color: #f49722;
  color: #FFF;
}

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input.submit.secondary:focus,
input.submit.secondary:hover,
input[type=submit].secondary:focus,
input[type=submit].secondary:hover {
  background-color: #f49722;
  color: #FFF;
}

.button.success,
button.success,
input.submit.success,
input[type=submit].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFF;
}

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover,
input.submit.success:focus,
input.submit.success:hover,
input[type=submit].success:focus,
input[type=submit].success:hover {
  background-color: #368a55;
  color: #FFF;
}

.button.alert,
button.alert,
input.submit.alert,
input[type=submit].alert {
  background-color: #e1643a;
  border-color: #c4481e;
  color: #FFF;
}

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover,
input.submit.alert:focus,
input.submit.alert:hover,
input[type=submit].alert:focus,
input[type=submit].alert:hover {
  background-color: #c4481e;
  color: #FFF;
}

.button.warning,
button.warning,
input.submit.warning,
input[type=submit].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFF;
}

.button.warning:focus,
.button.warning:hover,
button.warning:focus,
button.warning:hover,
input.submit.warning:focus,
input.submit.warning:hover,
input[type=submit].warning:focus,
input[type=submit].warning:hover {
  background-color: #cf6e0e;
  color: #FFF;
}

.button.info,
button.info,
input.submit.info,
input[type=submit].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #FFF;
}

.button.info:focus,
.button.info:hover,
button.info:focus,
button.info:hover,
input.submit.info:focus,
input.submit.info:hover,
input[type=submit].info:focus,
input[type=submit].info:hover {
  background-color: #61b6d9;
  color: #FFF;
}

.button.large,
button.large,
input.submit.large,
input[type=submit].large {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 22px 44px 23px;
  padding: 1.375rem 2.75rem 1.4375rem;
}

.button.small,
button.small,
input.submit.small,
input[type=submit].small {
  font-size: 16px;
  font-size: 1rem;
  padding: 11px 22px 12px;
  padding: .6875rem 1.375rem .75rem;
}

.button.tiny,
button.tiny,
input.submit.tiny,
input[type=submit].tiny {
  font-size: 13px;
  font-size: .8125rem;
  padding: 5px 10px 6px;
  padding: .3125rem .625rem .375rem;
}

.button.expand,
button.expand,
input.submit.expand,
input[type=submit].expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.button.left-align,
button.left-align,
input.submit.left-align,
input[type=submit].left-align {
  text-align: left;
  text-indent: 12px;
  text-indent: .75rem;
}

.button.right-align,
button.right-align,
input.submit.right-align,
input[type=submit].right-align {
  text-align: right;
  padding-right: 12px;
  padding-right: .75rem;
}

.button.radius,
button.radius,
input.submit.radius,
input[type=submit].radius {
  border-radius: 3px;
}

.button.round,
button.round,
input.submit.round,
input[type=submit].round {
  border-radius: 1000px;
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled],
input.submit.disabled,
input.submit[disabled],
input[type=submit].disabled,
input[type=submit][disabled] {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
  cursor: default;
  opacity: .7;
  box-shadow: none;
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover,
input.submit.disabled:focus,
input.submit.disabled:hover,
input.submit[disabled]:focus,
input.submit[disabled]:hover,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  color: #FFF;
  background-color: transparent;
}

.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary,
input.submit.disabled.secondary,
input.submit[disabled].secondary,
input[type=submit].disabled.secondary,
input[type=submit][disabled].secondary {
  background-color: #f49722;
  border-color: #f49722;
  color: #FFF;
  cursor: default;
  opacity: .7;
  box-shadow: none;
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover,
input.submit.disabled.secondary:focus,
input.submit.disabled.secondary:hover,
input.submit[disabled].secondary:focus,
input.submit[disabled].secondary:hover,
input[type=submit].disabled.secondary:focus,
input[type=submit].disabled.secondary:hover,
input[type=submit][disabled].secondary:focus,
input[type=submit][disabled].secondary:hover {
  color: #FFF;
  background-color: #f49722;
}

.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success,
input.submit.disabled.success,
input.submit[disabled].success,
input[type=submit].disabled.success,
input[type=submit][disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFF;
  cursor: default;
  opacity: .7;
  box-shadow: none;
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover,
input.submit.disabled.success:focus,
input.submit.disabled.success:hover,
input.submit[disabled].success:focus,
input.submit[disabled].success:hover,
input[type=submit].disabled.success:focus,
input[type=submit].disabled.success:hover,
input[type=submit][disabled].success:focus,
input[type=submit][disabled].success:hover {
  color: #FFF;
  background-color: #43AC6A;
}

.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert,
input.submit.disabled.alert,
input.submit[disabled].alert,
input[type=submit].disabled.alert,
input[type=submit][disabled].alert {
  background-color: #e1643a;
  border-color: #c4481e;
  color: #FFF;
  cursor: default;
  opacity: .7;
  box-shadow: none;
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover,
input.submit.disabled.alert:focus,
input.submit.disabled.alert:hover,
input.submit[disabled].alert:focus,
input.submit[disabled].alert:hover,
input[type=submit].disabled.alert:focus,
input[type=submit].disabled.alert:hover,
input[type=submit][disabled].alert:focus,
input[type=submit][disabled].alert:hover {
  color: #FFF;
  background-color: #e1643a;
}

.button.disabled.warning,
.button[disabled].warning,
button.disabled.warning,
button[disabled].warning,
input.submit.disabled.warning,
input.submit[disabled].warning,
input[type=submit].disabled.warning,
input[type=submit][disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFF;
  cursor: default;
  opacity: .7;
  box-shadow: none;
}

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
button.disabled.warning:focus,
button.disabled.warning:hover,
button[disabled].warning:focus,
button[disabled].warning:hover,
input.submit.disabled.warning:focus,
input.submit.disabled.warning:hover,
input.submit[disabled].warning:focus,
input.submit[disabled].warning:hover,
input[type=submit].disabled.warning:focus,
input[type=submit].disabled.warning:hover,
input[type=submit][disabled].warning:focus,
input[type=submit][disabled].warning:hover {
  color: #FFF;
  background-color: #f08a24;
}

.button.disabled.info,
.button[disabled].info,
button.disabled.info,
button[disabled].info,
input.submit.disabled.info,
input.submit[disabled].info,
input[type=submit].disabled.info,
input[type=submit][disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #FFF;
  cursor: default;
  opacity: .7;
  box-shadow: none;
}

.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info:focus,
.button[disabled].info:hover,
button.disabled.info:focus,
button.disabled.info:hover,
button[disabled].info:focus,
button[disabled].info:hover,
input.submit.disabled.info:focus,
input.submit.disabled.info:hover,
input.submit[disabled].info:focus,
input.submit[disabled].info:hover,
input[type=submit].disabled.info:focus,
input[type=submit].disabled.info:hover,
input[type=submit][disabled].info:focus,
input[type=submit][disabled].info:hover {
  color: #FFF;
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  padding: 0;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.postfix,
.prefix,
select {
  font-size: 14px;
  font-size: .875rem;
  height: 37px;
  height: 2.3125rem;
}

form .row .row {
  margin: 0 -8px;
  margin: 0 -.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 8px;
  padding: 0 .5rem;
}

form .row .row.collapse {
  margin: 0;
}

input[type=file],
input[type=checkbox],
input[type=radio],
label.inline,
select {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  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: 8px;
  padding-left: .5rem;
}

label {
  font-size: 14px;
  font-size: .875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

label.right {
  float: none!important;
  text-align: right;
}

.pagination-centered,
.postfix,
.prefix {
  text-align: center;
}

label.inline {
  padding: 9px 0;
  padding: .5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

.postfix,
.prefix {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  line-height: 37px;
  line-height: 2.3125rem;
}

.postfix.button,
.prefix.button {
  text-align: center;
  line-height: 34px;
  line-height: 2.125rem;
  border: none;
  padding: 0;
}

.prefix.button.radius {
  border-radius: 3px 0 0 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0 3px 3px 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 1000px 0 0 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0 1000px 1000px 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
}

label.prefix,
span.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #ccc;
}

label.postfix,
span.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #ccc;
}

fieldset[disabled] input[type=search],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=color],
fieldset[disabled] textarea,
input[type=search]:disabled,
input[type=search][disabled],
input[type=search][readonly],
input[type=text]:disabled,
input[type=text][disabled],
input[type=text][readonly],
input[type=password]:disabled,
input[type=password][disabled],
input[type=password][readonly],
input[type=date]:disabled,
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime]:disabled,
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=month]:disabled,
input[type=month][disabled],
input[type=month][readonly],
input[type=week]:disabled,
input[type=week][disabled],
input[type=week][readonly],
input[type=email]:disabled,
input[type=email][disabled],
input[type=email][readonly],
input[type=number]:disabled,
input[type=number][disabled],
input[type=number][readonly],
input[type=tel]:disabled,
input[type=tel][disabled],
input[type=tel][readonly],
input[type=time]:disabled,
input[type=time][disabled],
input[type=time][readonly],
input[type=url]:disabled,
input[type=url][disabled],
input[type=url][readonly],
input[type=color]:disabled,
input[type=color][disabled],
input[type=color][readonly],
select:disabled,
textarea:disabled,
textarea[disabled],
textarea[readonly] {
  background-color: transparent;
  cursor: default;
}

code,
select {
  border-width: 1px;
  border-style: solid;
}

input[type=search],
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=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  color: #666;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px;
  padding: .5rem;
  height: 37px;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow .45s,border-color .45s ease-in-out;
}

input[type=search]:focus,
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=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
  box-shadow: 0 0 5px #666;
  background: #fafafa;
  border-color: #666;
  outline: 0;
}

input[type=search].radius,
input[type=text].radius,
input[type=password].radius,
input[type=date].radius,
input[type=datetime].radius,
input[type=datetime-local].radius,
input[type=month].radius,
input[type=week].radius,
input[type=email].radius,
input[type=number].radius,
input[type=tel].radius,
input[type=time].radius,
input[type=url].radius,
input[type=color].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
  border-radius: 0 3px 3px 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 3px 0 0 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0 3px 3px 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
  border-radius: 0 1000px 1000px 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea,
form .row .prefix-round.row.collapse .prefix {
  border-radius: 1000px 0 0 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0 1000px 1000px 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea[rows] {
  height: auto;
}

textarea {
  min-height: 50px;
  max-width: 100%;
}

select {
  -webkit-appearance: none!important;
  -webkit-border-radius: 0;
  background-repeat: no-repeat;
  border-color: #666;
  padding: 8px;
  padding: .5rem;
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
  color: #666;
  line-height: normal;
  border-radius: 0;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #666;
}

input[type=checkbox]+label,
input[type=radio]+label {
  display: inline-block;
  margin-left: 8px;
  margin-left: .5rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

input[type=file] {
  width: 100%;
}

fieldset {
  border: 0 #666;
  padding: 0;
  margin: 0;
}

fieldset legend {
  font-weight: 700;
  background: #FFF;
  padding: 0 3px;
  padding: 0 .1875rem;
  margin: 0 0 0 -3px;
  margin: 0 0 0 -.1875rem;
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
  display: block;
  padding: 6px 9px 9px;
  padding: .375rem .5625rem .5625rem;
  margin-top: -1px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  font-style: italic;
  background: #e1643a;
  color: #FFF;
}

[data-abide] small.error,
[data-abide] span.error {
  display: none;
  transition: 150ms all ease-in;
}

.error small.error,
small.error,
span.error {
  display: block;
  padding: 6px 9px 9px;
  padding: .375rem .5625rem .5625rem;
  margin-top: -1px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: .75rem;
  font-style: italic;
  background: #e1643a;
  font-weight: 400;
}

small.error,
span.error {
  color: #FFF;
}

.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #e1643a;
}

.error small.error {
  color: #FFF;
}

.error>label>small {
  color: #676767;
  background: 0 0;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message,
.inline-list>li,
.inline-list>li>*,
ul.pagination,
ul.pagination li {
  display: block;
}

input.error,
select.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #e1643a;
}

.inline-list {
  margin: 0 0 17px -22px;
  margin: 0 0 1.0625rem -1.375rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list>li {
  list-style: none;
  float: left;
  margin-left: 22px;
  margin-left: 1.375rem;
}

ul.pagination {
  min-height: 24px;
  min-height: 1.5rem;
  margin-left: -5px;
  margin-left: -.3125rem;
}

ul.pagination li {
  height: 24px;
  height: 1.5rem;
  color: #222;
  font-size: 14px;
  font-size: .875rem;
  margin-left: 5px;
  margin-left: .3125rem;
  float: left;
}

ul.pagination li a,
ul.pagination li button {
  display: block;
  padding: 1px 10px;
  padding: .0625rem .625rem;
  color: #999;
  background: 0 0;
  border-radius: 3px;
  font-weight: 400;
  font-size: 1em;
  line-height: inherit;
  transition: background-color .3s ease-out;
}

ul.pagination li a:focus,
ul.pagination li button:focus,
ul.pagination li:hover a,
ul.pagination li:hover button {
  background: #e6e6e6;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable button:focus,
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable:hover button {
  background: 0 0;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: #f1683a;
  color: #FFF;
  font-weight: 700;
  cursor: default;
}

.subheader,
code {
  font-weight: 400;
}

ul.pagination li.current a:focus,
ul.pagination li.current a:hover,
ul.pagination li.current button:focus,
ul.pagination li.current button:hover {
  background: #f1683a;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.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:40em) {
  .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:40.063em) and (max-width:66em) {
  .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:40.063em) {
  .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:66.667em) and (max-width:90em) {
  .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:66.667em) {
  .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:90.063em) and (max-width:120em) {
  .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:90.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:120.063em) and (max-width:99999999em) {
  .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;
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  color: #229aaa;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #186c77;
}

a img {
  border: none;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #009ff2;
  line-height: 0;
}

@media only screen and (min-width:40.063em) and (max-width:66em) {
  h1 {
    font-size: 2.1875rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width:66.667em) {
  h1 {
    font-size: 2.875rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}

.subheader {
  line-height: 1.4;
  color: #666;
  margin-top: 3px;
  margin-top: .2rem;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

b,
em,
i,
small,
strong {
  line-height: inherit;
}

hr {
  box-sizing: content-box;
  border: solid #393939;
  border-width: 1px 0 0;
  margin: 20px 0 19px;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 60%;
}

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  color: #FFF;
  background-color: #186c77;
  border-color: #16616b;
  padding: 2px 5px 1px;
  padding: .125rem .3125rem .0625rem;
}

.vcard .fn,
.vevent .summary,
.vevent abbr,
dl dt {
  font-weight: 700;
}

dl,
ol,
ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

.addeventatc,
.mfp-close {
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
}

ul {
  margin-left: 17px;
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ol,
ul.no-bullet li ul {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

ul li ol,
ul li ul {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.circle,
ul.disc,
ul.square {
  margin-left: 17px;
  margin-left: 1.1rem;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 22px;
  margin-left: 1.4rem;
}

ol li ol,
ol li ul {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 4px;
  margin-bottom: .3rem;
}

dl dd {
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

.vcard,
blockquote {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #666;
}

blockquote {
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  border-left: none;
}

blockquote cite {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #393939;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #393939;
}

.vcard {
  display: inline-block;
  border: 1px solid #666;
  padding: 10px 12px;
  padding: .625rem .75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-size: 15px;
  font-size: .9375rem;
}

.vevent abbr {
  cursor: default;
  border: none;
  padding: 0 1px;
  padding: 0 .0625rem;
}

.print-only {
  display: none!important;
}

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  * {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100%!important;
  }

@page {
    margin: .5cm;
}

  h2,
  h3,
  p {
    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;
  }
}

@media only screen {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium-down,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large-down,
  .hide-for-medium-down,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium-down,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-down,
  .hidden-for-medium-down,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium-down,
  table.show-for-small,
  table.show-for-small-down,
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium-down,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium-down,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium-down,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-medium,
  td.hide-for-medium-only,
  td.hide-for-medium-up,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium-down,
  td.show-for-small,
  td.show-for-small-down,
  td.show-for-small-only,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-only,
  th.hide-for-medium-up,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium-down,
  th.show-for-small,
  th.show-for-small-down,
  th.show-for-small-only,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:40.063em) {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large-down,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-down,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-only,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-only,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:66.667em) {
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large,
  table.show-for-large-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large,
  td.show-for-large-down,
  td.show-for-large-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large,
  th.show-for-large-down,
  th.show-for-large-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:90.063em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge,
  td.show-for-xlarge-down,
  td.show-for-xlarge-only,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge,
  th.show-for-xlarge-down,
  th.show-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:120.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;
  }

  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit!important;
  }

  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.hide-for-xlarge-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.hide-for-xlarge-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.hide-for-xlarge-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-down,
  td.hide-for-xlarge-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge,
  td.show-for-xxlarge-down,
  td.show-for-xxlarge-only,
  td.show-for-xxlarge-up,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down,
  th.hide-for-xlarge-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge,
  th.show-for-xxlarge-down,
  th.show-for-xxlarge-only,
  th.show-for-xxlarge-up {
    display: table-cell!important;
  }
}

.show-for-sr,
.show-on-focus {
  clip: rect(0,0,0,0);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static!important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait,
.show-for-landscape {
  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) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit!important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none!important;
  }

  table.hide-for-portrait,
  table.show-for-landscape {
    display: table!important;
  }

  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group!important;
  }

  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group!important;
  }

  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row!important;
  }

  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell!important;
  }
}

@media only screen and (orientation:portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit!important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    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;
  }
}

.show-for-touch {
  display: none!important;
}

.hide-for-touch,
.touch .show-for-touch {
  display: inherit!important;
}

.touch .hide-for-touch {
  display: none!important;
}

.touch table.show-for-touch,
table.hide-for-touch {
  display: table!important;
}

.touch thead.show-for-touch,
thead.hide-for-touch {
  display: table-header-group!important;
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
  display: table-row-group!important;
}

.touch tr.show-for-touch,
tr.hide-for-touch {
  display: table-row!important;
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-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,
  th.show-for-print {
    display: table-cell!important;
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-slider {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  opacity: 0;
}

.chosen-container *,
.mfp-container,
img.mfp-img {
  box-sizing: border-box;
}

.chosen-container,
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slick-slider.slick-initialized {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-loading .slick-list {
  background: center center no-repeat #fff;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  left: 0;
  top: 0;
  margin: 0 auto;
  zoom: 1;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width:40.063em) {
  .slick-slide img {
    margin: 0;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 40%;
  margin: -10px 0 0;
  padding: 0;
  border: none;
  outline: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.slick-slider .slick-next:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:hover:before {
  opacity: 1;
}

.slick-slider .slick-next.slick-disabled,
.slick-slider .slick-next.slick-disabled:before,
.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #229aaa;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider .slick-prev {
  border-right: 10px solid #229aaa;
  left: -25px;
}

.slick-slider .slick-next {
  border-left: 10px solid #229aaa;
  right: -25px;
}

.slick-slider .slick-dots {
  line-height: 0;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width:40.063em) {
  .slick-slider .slick-dots {
    margin: 15px 0 0;
  }
}

.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-slider .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  margin: 0;
}

.slick-slider .slick-dots li button:focus,
.slick-slider .slick-dots li button:hover {
  outline: 0;
}

.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 35px;
  line-height: 20px;
  text-align: center;
  color: #dde0e1;
  -webkit-font-smoothing: antialiased;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-container:before,
.mfp-figure:after {
  content: '';
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width:66.667em) {
  .slick-slider .slick-dots li button:before {
    opacity: .8;
  }
}

.interior .slick-slider .slick-dots li button:before {
  color: rgba(34,154,170,.6);
}

.slick--dark-bkgd .slick-slider .slick-dots li button:before {
  color: #FFF;
}

.slick--dark-bkgd.carousel-bkgd--white .slick-slider .slick-dots li button:before {
  color: #dde0e1;
}

.carousel-bkgd--white.slick--dark-bkgd .slick-slider .slick-dots li.slick-active button:before,
.slick-slider .slick-dots li.slick-active button:before {
  color: #229aaa;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  transition: all .3s cubic-bezier(.25,.46,.45,.94);
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  z-index: 1043;
  outline: 0!important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close,
.mfp-preloader {
  text-align: center;
  position: absolute;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #CCC;
  top: 50%;
  width: auto;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:focus,
.mfp-close:hover {
  background: 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #393939;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.addeventatc,
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  padding-right: 36px;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.cta__modal {
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.4);
  margin: 0 auto;
  max-width: 600px;
  padding: 2em;
}

.addeventatc {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}

.addeventatc .alarm_reminder,
.addeventatc .all_day_event,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .client,
.addeventatc .date_format,
.addeventatc .description,
.addeventatc .end,
.addeventatc .facebook_event,
.addeventatc .location,
.addeventatc .method,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .recurring,
.addeventatc .start,
.addeventatc .status,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .uid {
  display: none!important;
}

.addeventatc_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding: 0;
  background: #FFF;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border: 1px solid #666;
  box-shadow: 1px 3px 6px rgba(0,0,0,.15);
}

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #FFF;
  text-decoration: none;
  font-size: 14px;
  color: #666;
  padding: 9px 12px;
}

.addeventatc_dropdown span:hover {
  background: #4281F4;
  color: #FFF;
}

.addeventatc_dropdown em {
  color: #adadad!important;
  font-size: 11px!important;
}

.addeventatc_dropdown .frs {
  background: #FFF;
  color: #adadad!important;
  cursor: pointer;
  font-size: 9px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 110%!important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

.addeventatc_dropdown .frs:hover {
  color: #393939!important;
}

.addeventatc_dropdown .copyx {
  height: 21px;
  display: none;
  position: relative;
  cursor: default;
}

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #2e2e2e;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
  clip: rect(0,0,0,0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) 0 2px no-repeat;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0,0,0,0);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.program-hero-standard .hero-subhead,
.program-hero-standard .hero-title {
  font-weight: "Circular Bold",Helvetica,Arial,sans-serif;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%,#fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222!important;
}

.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
  }
}

::-moz-selection {
  background: #229aaa;
  color: #FFF;
}

::selection {
  background: #229aaa;
  color: #FFF;
}

.duotone-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

.duotone-background {
  background: center no-repeat #004061;
  background-size: cover;
  -webkit-filter: url(/assets/img/duotone-filters.svg#duotone_darkblue);
  filter: url(/assets/img/duotone-filters.svg#duotone_darkblue);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.duotone-background.tools-wrapper {
  -webkit-filter: url(//secure.uncf.org/page/-/images/duotone-filters.svg#duotone_darkblue);
  filter: url(//secure.uncf.org/page/-/images/duotone-filters.svg#duotone_darkblue);
}

.global-nav {
  background: rgba(57,57,57,.9);
  border: thin solid #666;
  border-top: none;
  display: table;
  font-family: "Circular Black",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-size: .75rem;
  position: relative;
  width: 100%;
}

.flexbox .global-nav {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-nav:after {
  background-color: #2e2e2e;
  box-shadow: 6px 1px 11px -2px rgba(0,0,0,.3);
  bottom: 0;
  height: 40px;
  left: -1px;
  opacity: 0;
  position: absolute;
  transition: all 250ms linear;
  width: 100.2%;
  z-index: -1;
}

.global-nav--simplified,
.global-nav__header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.global-nav__header {
  display: none;
}

@media only screen and (min-width:66.667em) {
  .global-nav__header {
    display: block;
  }
}

.global-nav__container {
  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.global-nav__section {
  text-align: center;
}

.global-nav--simplified {
  display: block;
}

.global-nav--simplified .title-area {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(57,57,57,.9);
  box-shadow: 5px 1px 5px rgba(0,0,0,.15);
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 20px;
  margin: 0 0 0 1.25rem;
  padding: 10px 20px;
  padding: .625rem 1.25rem;
  width: 110px;
  width: 6.875rem;
}

@media only screen and (min-width:40.063em) {
  .global-nav--simplified .title-area {
    margin: 0 0 0 2.5rem;
  }
}

@media only screen and (min-width:66.667em) {
  .global-nav--simplified .title-area {
    margin: 0;
    padding: 1.25rem 0;
    width: 10rem;
  }
}

.global-nav--simplified .header-logo {
  background: url(../img/logo_whiteyellorange.svg) left no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  height: 3.125rem;
  margin: 0 auto;
  text-indent: -9999px;
  width: 75px;
  width: 4.6875rem;
}

@media only screen and (min-width:66.667em) {
  .global-nav--simplified .header-logo {
    background: url(../img/logo_full_whiteyellorange.svg) left no-repeat;
    background-size: contain;
    height: 4.6875rem;
    width: 7.5rem;
  }
}

.global-nav.js-dropdown-toggle:after {
  bottom: -41px;
  opacity: 1;
}

.global-nav .flex-float {
  float: left;
}

.flexbox .global-nav .flex-float {
  float: none;
}

.global-nav .title-area {
  border-right: solid thin #666;
  max-width: 160px;
  max-width: 10rem;
  padding-bottom: 15px;
  padding-bottom: .9375rem;
  padding-top: 15px;
  padding-top: .9375rem;
  width: 13.5%;
}

.flexbox .global-nav .title-area {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}

.global-nav__logo {
  margin: 0 auto;
}

.global-nav .header-logo {
  background: url(../img/logo_full_whiteyellorange.svg) left no-repeat;
  background-size: contain;
  display: block;
  height: 80px;
  height: 5rem;
  margin: 0 auto;
  text-indent: -9999px;
  width: 110px;
  width: 6.875rem;
}

.global-nav .signup-nav {
  width: 63.5%;
}

.flexbox .global-nav .signup-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-nav .quicksignup--header {
  font-family: "Circular Bold",Helvetica,Arial,sans-serif;
  padding: 15px;
  padding: .9375rem;
}

.global-nav .header-search,
.global-nav .quicksignup .quicksignup__submit {
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
}

.global-nav .quicksignup__form {
  display: inline-block;
  max-width: 400px;
  text-align: left;
}

.global-nav .input {
  background: 0 0;
  color: #FFF;
  height: 25px;
  margin: 0;
}

.global-nav .input:focus {
  background: 0 0;
}

.global-nav .quicksignup__intro {
  color: #FFF;
  display: inline-block;
  margin: 0;
  text-align: right;
  padding-right: 15px;
}

.global-nav .quicksignup__email {
  max-width: 190px;
}

.global-nav .quicksignup__zip {
  width: 90px;
}

.global-nav .quicksignup__email,
.global-nav .quicksignup__zip {
  color: #FFF;
  position: relative;
}

.ie .global-nav .quicksignup__email,
.ie .global-nav .quicksignup__zip {
  vertical-align: middle;
}

.global-nav .quicksignup__email small.error,
.global-nav .quicksignup__zip small.error {
  bottom: -24px;
  height: 25px;
  left: 0;
  margin: 0;
  min-width: 100px;
  padding: 0 5px;
  position: absolute;
  width: auto;
}

.global-nav .quicksignup .quicksignup__submit {
  margin: 0;
  padding: 7px 20px 6px;
  padding: .4375rem 1.25rem .375rem;
  text-transform: none;
}

.flexbox .global-nav .header-nav {
  display: -ms-flexbox;
  display: flex;
}

.global-nav .main-nav {
  border-top: solid thin #666;
  display: inline-block;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  width: 80%;
  z-index: 1000;
}

.flexbox .global-nav .main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

.global-nav .main-nav__item {
  border-right: solid thin #666;
  display: inline-block;
  transition: all .2s linear;
  width: 25%;
}

.flexbox .global-nav .main-nav__item {
  -ms-flex: 1;
  flex: 1;
}

.global-nav .main-nav__item:focus>.dropdown,
.global-nav .main-nav__item:hover>.dropdown {
  height: auto;
  display: block;
  opacity: 1;
}

.global-nav .main-nav__item:focus,
.global-nav .main-nav__item:hover {
  background: #2e2e2e;
  box-shadow: 13px 0 15px -15px #000 inset;
  color: #f49722;
}

.global-nav .main-nav__item:focus.has-dropdown,
.global-nav .main-nav__item:hover.has-dropdown {
  box-shadow: 0 8px 0 0 #2e2e2e,13px 0 15px -15px #000 inset;
  position: relative;
}

.global-nav .main-nav__item:focus>a,
.global-nav .main-nav__item:hover>a {
  color: #f49722;
}

.global-nav .main-nav.level_1>.main-nav__item {
  width: 25%;
}

.global-nav .main-nav a {
  display: block;
  font-size: 12px;
  font-size: .75rem;
  padding: 15px;
  padding: .9375rem;
  transition: all .2s ease-in;
}

.global-nav .dropdown {
  background: 0 0;
  display: block;
  height: 0;
  left: -100vw;
  margin: 0;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -100vw;
  text-transform: none;
  top: auto;
  transition: all 250ms ease;
  width: auto;
  z-index: 99;
}


.global-nav .nav-item-12 .dropdown {
  left: -106vw;
 }

.global-nav .dropdown .main-nav__item {
  background: 0 0;
  border: none;
  display: inline-block;
  width: auto;
}

.global-nav .dropdown .main-nav__item:focus,
.global-nav .dropdown .main-nav__item:hover {
  box-shadow: none;
}

.global-nav .dropdown a {
  margin: 0 5px;
  margin: 0 .3125rem;
  padding: 10px;
  padding: .625rem;
}

.global-nav .main-nav__for-user {
  float: right;
  max-width: 150px;
  position: relative;
  transition: all 250ms linear;
  width: 20%;
}

.global-nav .main-nav__for-user.main-nav {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-nav .main-nav__for-user .for-user-label {
  color: #FFF;
  display: block;
  opacity: 1;
  padding: 13px 8px 12px;
  padding: .8125rem .5rem .75rem;
  width: 100%;
}

.csstransforms3d.preserve3d.no-ie .global-nav .main-nav__for-user .for-user-label {
  opacity: 0;
}

.global-nav .main-nav__for-user:focus,
.global-nav .main-nav__for-user:hover {
  background: #2e2e2e;
  box-shadow: 0 8px 0 0 #2e2e2e,13px 0 15px -15px #000 inset;
  color: #f49722;
}

.global-nav .main-nav__for-user:focus .for-user-spinner,
.global-nav .main-nav__for-user:hover .for-user-spinner {
  opacity: 0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  transition: all .1s ease-in-out;
}

.global-nav .main-nav__for-user:focus .for-user-label,
.global-nav .main-nav__for-user:hover .for-user-label {
  color: #f49722;
  opacity: 1;
  transition: all 250ms ease-in-out;
}

.csstransforms3d.preserve3d.no-ie .global-nav .main-nav__for-user:focus .for-user-label,
.csstransforms3d.preserve3d.no-ie .global-nav .main-nav__for-user:hover .for-user-label {
  opacity: 1;
}

.global-nav .main-nav__for-user:focus .for-user-dropdown,
.global-nav .main-nav__for-user:hover .for-user-dropdown {
  height: auto;
  opacity: 1;
  top: 49px;
  transition: all 250ms linear;
}

.global-nav .main-nav__for-user:focus .dropdown,
.global-nav .main-nav__for-user:hover .dropdown {
  height: auto;
  display: block;
  opacity: 1;
  top: 49px;
}

.global-nav .for-user-spinner {
  height: 48px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.preserve3d .global-nav .for-user-spinner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.global-nav .for-user-spinner.node-count-3 {
  -webkit-animation: spintriangle 9s cubic-bezier(0,0,.2,1) infinite;
  animation: spintriangle 9s cubic-bezier(0,0,.2,1) infinite;
}

.global-nav .for-user-spinner.node-count-4 {
  -webkit-animation: spincube 10s cubic-bezier(0,0,.2,1) infinite;
  animation: spincube 10s cubic-bezier(0,0,.2,1) infinite;
}

.global-nav .for-user-spinner.node-count-5 {
  -webkit-animation: spinpentagon 20s cubic-bezier(0,0,.2,1) infinite;
  animation: spinpentagon 20s cubic-bezier(0,0,.2,1) infinite;
}

.global-nav .for-user-spinner.node-count-6 {
  -webkit-animation: spinhexagon 15s cubic-bezier(0,0,.2,1) infinite;
  animation: spinhexagon 15s cubic-bezier(0,0,.2,1) infinite;
}

.global-nav .for-user-spinner:before {
  content: '';
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.global-nav .face {
  background: 0 0;
  backface-visibility: hidden;
  border: 1px solid rgba(46,46,46,.8);
  box-shadow: inset 0 0 20px rgba(46,46,46,.8);
  color: #FFF;
  font-size: 12px;
  height: 50px;
  line-height: 49px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

.global-nav .face.total-3:nth-of-type(1) {
  -webkit-transform: rotateX(120deg) translateZ(15px);
  transform: rotateX(120deg) translateZ(15px);
}

.global-nav .face.total-3:nth-of-type(2) {
  -webkit-transform: rotateX(240deg) translateZ(15px);
  transform: rotateX(240deg) translateZ(15px);
}

.global-nav .face.total-3:nth-of-type(3) {
  -webkit-transform: rotateX(360deg) translateZ(15px);
  transform: rotateX(360deg) translateZ(15px);
}

.global-nav .face.total-4:nth-of-type(1) {
  -webkit-transform: translateZ(25px);
  transform: translateZ(25px);
}

.global-nav .face.total-4:nth-of-type(2) {
  -webkit-transform: rotateY(0) rotateX(90deg) translateZ(25px);
  transform: rotateY(0) rotateX(90deg) translateZ(25px);
}

.global-nav .face.total-4:nth-of-type(3) {
  -webkit-transform: rotateY(180deg) rotateZ(-180deg) translateZ(25px);
  transform: rotateY(180deg) rotateZ(-180deg) translateZ(25px);
}

.global-nav .face.total-4:nth-of-type(4) {
  -webkit-transform: rotateX(-90deg) translateZ(25px);
  transform: rotateX(-90deg) translateZ(25px);
}

.global-nav .face.total-5:nth-of-type(1) {
  -webkit-transform: rotateY(0) translateZ(35px);
  transform: rotateY(0) translateZ(35px);
}

.global-nav .face.total-5:nth-of-type(2) {
  -webkit-transform: rotateX(72deg) translateZ(35px);
  transform: rotateX(72deg) translateZ(35px);
}

.global-nav .face.total-5:nth-of-type(3) {
  -webkit-transform: rotateX(144deg) translateZ(35px);
  transform: rotateX(144deg) translateZ(35px);
}

.global-nav .face.total-5:nth-of-type(4) {
  -webkit-transform: rotateX(216deg) translateZ(35px);
  transform: rotateX(216deg) translateZ(35px);
}

.global-nav .face.total-5:nth-of-type(5) {
  -webkit-transform: rotateX(-72deg) translateZ(35px);
  transform: rotateX(-72deg) translateZ(35px);
}

.global-nav .face.total-6:nth-of-type(1) {
  -webkit-transform: rotateY(0) translateZ(43px);
  transform: rotateY(0) translateZ(43px);
}

.global-nav .face.total-6:nth-of-type(2) {
  -webkit-transform: rotateX(60deg) translateZ(43px);
  transform: rotateX(60deg) translateZ(43px);
}

.global-nav .face.total-6:nth-of-type(3) {
  -webkit-transform: rotateX(120deg) translateZ(43px);
  transform: rotateX(120deg) translateZ(43px);
}

.global-nav .face.total-6:nth-of-type(4) {
  -webkit-transform: rotateX(180deg) translateZ(43px);
  transform: rotateX(180deg) translateZ(43px);
}

.global-nav .face.total-6:nth-of-type(5) {
  -webkit-transform: rotateX(240deg) translateZ(43px);
  transform: rotateX(240deg) translateZ(43px);
}

.global-nav .face.total-6:nth-of-type(6) {
  -webkit-transform: rotateX(300deg) translateZ(43px);
  transform: rotateX(300deg) translateZ(43px);
}

.global-nav .for-user-container {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.ie .global-nav .for-user-container,
.no-csstransforms3d .global-nav .for-user-container,
.no-flexbox .global-nav .for-user-container,
.no-preserve3d .global-nav .for-user-container {
  display: none;
}

.global-nav .for-user-dropdown {
  background-color: rgba(46,46,46,.95);
  border-top: #2e2e2e solid thin;
  box-shadow: 2px 1px 5px 0 rgba(0,0,0,.3);
  content: '';
  height: 0;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.global-nav .for-user-dropdown .for-user-item {
  display: block;
  width: 100%;
}

.global-nav .for-user-dropdown .for-user-item a:focus,
.global-nav .for-user-dropdown .for-user-item a:hover {
  background-color: #2e2e2e;
  color: #f49722;
  transition: all 250ms linear;
}

.global-nav .header-donate span,
.global-nav a {
  color: #FFF;
}

.global-nav .for-user-dropdown-item {
  display: inline-block;
}

.global-nav .header-donate {
  background: #f49722;
  line-height: 1.2;
  padding: 40px 25px 42px;
  padding: 2.5rem 1.5625rem 2.625rem;
  text-transform: uppercase;
  max-width: 115px;
  max-width: 7.1875rem;
  transition: background .2s linear;
  width: 9.5%;
}

.flexbox .global-nav .header-donate {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}

.global-nav .header-donate:focus,
.global-nav .header-donate:hover {
  background: rgba(244,151,34,.8);
}

.global-nav .header-search {
  max-width: 160px;
  max-width: 10rem;
  padding: 40px 20px 0;
  padding: 40px 1.25rem 0;
  position: relative;
  width: 13.5%;
}

.flexbox .global-nav .header-search {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}

.global-nav .search-inputs {
  position: relative;
}

.global-nav .nav-search-btn {
  border: thin solid #666;
  border-left: none;
  color: #FFF;
  height: 100%;
  margin: 0;
  top: 0;
  right: 0;
  position: absolute;
}

.global-nav .search.input {
  padding: 3px 25px 3px 5px;
  padding: .1875rem 1.5625rem .1875rem .3125rem;
  position: relative;
}

.global-nav .search.input:after {
  content: '';
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  width: 32px;
}

.global-nav .search.input:focus~.nav-search-btn,
.global-nav .search.input:hover~.nav-search-btn {
  background: #004061;
}

.global-nav a:focus,
.global-nav a:hover {
  color: #f49722;
}

.mobile-nav {
  background-color: #393939;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
  height: 64px;
  height: 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (min-width:40.063em) and (max-width:66em) {
  .mobile-nav .column {
    padding: 0 2.5rem;
  }
}

.mobile-nav .title {
  background: url(../img/logo_whiteyellorange.svg) left no-repeat;
  background-size: contain;
  height: 50px;
  height: 3.125rem;
  margin: 0;
  text-indent: -9999px;
  width: 75px;
  width: 4.6875rem;
}

.mobile-nav__logo {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.mobile-nav__toggle {
  -ms-flex-align: center;
  align-items: center;
  border: none;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.mobile-nav__toggle a {
  color: #FFF;
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  text-align: center;
  width: 30px;
  width: 1.875rem;
}

.no-flexbox .mobile-nav__toggle a {
  float: right;
  margin-top: 18px;
}

.mobile-nav__toggle .icon-left {
  background-color: #FFF;
  height: 5px;
  left: 0;
  position: absolute;
  top: 12px;
  transition: all .1s linear;
  width: 15px;
}

.mobile-nav__toggle .icon-left:after,
.mobile-nav__toggle .icon-left:before {
  content: "";
  transition: all 150ms linear;
  width: 15px;
  background-color: #FFF;
  height: 5px;
  position: absolute;
  left: 0;
}

.mobile-nav__toggle .icon-left:before {
  top: -12px;
}

.mobile-nav__toggle .icon-left:after {
  top: 12px;
}

.mobile-nav__toggle .icon-right {
  background-color: #FFF;
  height: 5px;
  position: absolute;
  right: 0;
  top: 12px;
  transition: all .1s linear;
  width: 15px;
}

.mobile-nav__toggle .icon-right:after,
.mobile-nav__toggle .icon-right:before {
  background-color: #FFF;
  content: "";
  height: 5px;
  position: absolute;
  transition: all 150ms linear;
  width: 15px;
}

.mobile-nav__toggle .icon-right:before {
  right: 0;
  top: -12px;
}

.mobile-nav__toggle .icon-right:after {
  left: 0;
  top: 12px;
}

.mobile-nav.js-menu--expanded .icon-left,
.mobile-nav.js-menu--expanded .icon-right {
  background: 0 0;
}

.hp-events:before,
.hp-hero:before,
.off-canvas-push:before {
  content: '';
}

.mobile-nav.js-menu--expanded .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px,4px);
  transform: rotateZ(45deg) scaleX(1.4) translate(4px,4px);
}

.mobile-nav.js-menu--expanded .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px,-4px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(4px,-4px);
}

.mobile-nav.js-menu--expanded .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px,3px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-4px,3px);
}

.mobile-nav.js-menu--expanded .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px,-3px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-4px,-3px);
}

.off-canvas-menu {
  background: #393939;
  font-family: "Circular Black",Helvetica,Arial,sans-serif;
  margin-top: 63px;
  margin-top: 3.9375rem;
  max-width: 100%;
  overflow: scroll;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: fixed;
  right: -300px;
  right: -18.75rem;
  text-align: center;
  width: 300px;
  width: 18.75rem;
}

.off-canvas-menu li,
.off-canvas-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.off-canvas-menu .button.donate-btn,
.off-canvas-menu .button.lightbox__button {
  border: none;
  margin: 0;
}

.off-canvas-menu .mobile-nav-item {
  border-bottom: solid thin #666;
  display: block;
  margin: 0;
}

.off-canvas-menu .mobile-nav-item.has-dropdown {
  position: relative;
}

.off-canvas-menu .mobile-nav-item.has-dropdown .dropdown-caret {
  display: block;
}

.off-canvas-menu .mobile-nav-item.js-nav-item--expanded>a {
  color: #f49722;
}

.off-canvas-menu .mobile-nav-item.js-nav-item--expanded .dropdown-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.off-canvas-menu .mobile-nav-item.js-nav-item--expanded .mobile-subnav {
  border-color: #666;
  height: auto;
  overflow: visible;
}

.off-canvas-menu .mobile-nav-item .dropdown-caret {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #FFF;
  display: none;
  float: right;
  height: 0;
  margin: 25px 20px 0 0;
  margin: 1.5625rem 1.25rem 0 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s linear;
  width: 0;
}

.off-canvas-menu .mobile-subnav {
  border-top: solid thin transparent;
  height: 0;
  overflow: hidden;
  transition: all .1s linear;
}

.off-canvas-menu .mobile-subnav .mobile-nav-item,
.off-canvas-menu .mobile-subnav .mobile-nav-item--nested {
  border: none;
}

.off-canvas-menu .mobile-subnav .mobile-nav-item a,
.off-canvas-menu .mobile-subnav .mobile-nav-item--nested a {
  text-transform: none;
}

.off-canvas-menu a {
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  padding: 20px;
  padding: 1.25rem;
  text-transform: uppercase;
  transition: color .2s linear;
}

.off-canvas-menu .quicksignup--mobile {
  border-bottom: solid thin #666;
  padding: 30px 20px 20px;
  padding: 1.875rem 1.25rem 1.25rem;
}

.off-canvas-menu .quicksignup--mobile .input,
.off-canvas-menu .quicksignup--mobile .quicksignup__submit {
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 10px;
  margin-bottom: .625rem;
  text-transform: none;
}

.off-canvas-menu .quicksignup--mobile .input {
  background: 0 0;
  height: 50px;
  padding-left: 15px;
}

.off-canvas-menu .quicksignup--mobile .quicksignup__zip {
  padding-right: 10px;
  padding-right: .625rem;
}

.off-canvas-menu .quicksignup--mobile .quicksignup__submit {
  padding: 15px 20px 18px;
  padding: .9375rem 1.25rem 1.125rem;
}

.off-canvas-menu .quicksignup__intro {
  font-family: "Circular Bold",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 15px;
  margin-bottom: .9375rem;
}

.off-canvas-menu .search-inputs {
  position: relative;
}

.off-canvas-menu .search-form {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 30px 20px 20px;
  padding: 1.875rem 1.25rem 1.25rem;
}

.off-canvas-menu .search-form .input {
  background: 0 0;
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-size: .875rem;
  height: 50px;
  margin-bottom: 10px;
  margin-bottom: .625rem;
  padding-left: 15px;
  text-transform: none;
}

.off-canvas-menu .search-form .nav-search-btn {
  border-width: 1px;
  height: 50px;
  top: 0;
  position: absolute;
  right: 0;
}

.off-canvas-push {
  position: relative;
}

.off-canvas-push:before {
  background: rgba(0,0,0,.8);
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: .3s opacity linear;
  top: 0;
  width: 100%;
}

.js-menu-open .off-canvas-push:before {
  opacity: 1;
  height: 100%;
  z-index: 99;
}

body:not(.homepage):not(.our-impact):not(.landing--simplified) .off-canvas-push {
  padding-top: 60px;
  padding-top: 3.75rem;
}

@media only screen and (min-width:66.667em) {
  body:not(.homepage):not(.our-impact):not(.landing--simplified) .off-canvas-push {
    padding-top: 0;
  }
}

.alert-box {
  line-height: 1.2;
  padding: 8px 35px 8px 15px;
  padding: .5rem 2.1875rem .5rem .9375rem;
  text-align: left;
}

.alert-box .alert-link {
  color: #FFF;
  font-family: "Circular Bold",Helvetica,Arial,sans-serif;
  text-decoration: underline;
}

.alert-box .alert-link:focus,
.alert-box .alert-link:hover {
  color: rgba(255,255,255,.8);
}

.alert-box .alert-heading {
  font-family: "Circular Black",Helvetica,Arial,sans-serif;
}

.alert-box .close {
  font-size: 24px;
  font-size: 1.5rem;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  padding: 0 .625rem;
  right: 0;
  top: 0;
}

.alert-box .close-ico {
  line-height: 1;
}

.global-footer {
  background: #666;
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 30px 0 25px;
  padding: 1.875rem 0 1.5625rem;
}

.global-footer .footer-logo {
  background: url(../img/logo_full_whiteyellorange.svg) left no-repeat;
  background-size: contain;
  display: block;
  height: 105px;
  height: 6.5625rem;
  text-indent: -9999px;
  width: 180px;
  width: 11.25rem;
}

.global-footer .footer-social {
  border-top: solid 1px #898989;
  padding: 20px 0 5px;
}

.global-footer .footer-social .social-icons {
  text-align: center;
}

.global-footer .flex-row {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-footer .flex-column {
  width: 100%;
}

@media only screen and (min-width:66.667em) {
  .alert-box {
    text-align: center;
  }

  .no-touchevents .global-footer a:focus,
  .no-touchevents .global-footer a:hover {
    color: #f49722;
  }

  .global-footer .footer-social {
    border: none;
    padding: 0;
  }

  .global-footer .footer-social .social-icons {
    text-align: right;
  }

  .global-footer .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .global-footer .flex-column.footer-logo-container {
    width: 16%;
  }

  .global-footer .flex-column.quicksignup {
    width: 66%;
  }

  .global-footer .flex-column.footer-social {
    width: 18%;
  }

  .ie9 .global-footer .flex-column {
    float: left;
  }
}

.global-footer .quicksignup {
  padding: 0 20px;
}

@media only screen and (min-width:40.063em) {
  .global-footer .quicksignup {
    padding: 0 40px;
  }
}

.global-footer .quicksignup .input {
  background: #f0efe1;
  color: #666;
  margin-bottom: 0;
}

.global-footer .quicksignup .quicksignup__email {
  margin-bottom: 15px;
  margin-bottom: .9375rem;
}

@media only screen and (min-width:66.667em) {
  .global-footer .quicksignup {
    padding: 0;
  }

  .global-footer .quicksignup .quicksignup__email {
    margin-bottom: 0;
  }
}

.global-footer .quicksignup .quicksignup__intro {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:40.063em) {
  .global-footer .quicksignup .quicksignup__intro {
    font-size: 1.125rem;
  }
}

.global-footer .quicksignup .quicksignup__submit {
  margin: 0;
  padding: 0rem 1.25rem;
  vertical-align: middle;
  line-height:28px; 
}

.global-footer .quicksignup__form {
  margin-top: 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width:40.063em) and (max-width:66em) {
  .global-footer .quicksignup__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
  }
}

.global-footer .footer-nav__primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  font-size: .625rem;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.global-footer .footer-nav__primary--mobile {
  text-align: center;
  width: 100%;
}

.global-footer .footer-nav__primary li {
  display: inline-block;
  float: none;
  list-style: none;
  margin: 8px 0;
}

@media only screen and (min-width:66.667em) {
  .global-footer .footer-nav__primary {
    border-top: solid 1px #898989;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: .75rem;
    padding: 10px 0;
  }

  .global-footer .footer-nav__primary li {
    margin: 8px 20px;
  }
}

.global-footer .footer-nav__primary li:first-of-type {
  margin-left: 0;
}

.global-footer .footer-nav__primary li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.global-footer .footer-nav__primary .primary-link {
  color: #FFF;
  text-transform: uppercase;
}

.global-footer .copyright {
  font-size: 12px;
  font-size: .75rem;
  margin: 5px 0 0;
}

.global-footer .footer-utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width:66.667em) {
  .global-footer .copyright {
    margin: 13px 0 0;
  }

  .global-footer .footer-utility {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .global-footer .footer-utility__left {
    float: left;
    width: 30%;
  }

  .global-footer .footer-utility__right {
    float: right;
    text-align: right;
    width: 70%;
  }
}

.global-footer .footer-nav__secondary {
  margin: 0;
  text-align: center;
}

.global-footer .footer-nav__secondary li {
  display: block;
  -ms-flex-direction: row;
  flex-direction: row;
  float: none;
  list-style: none;
  margin: 8px 15px;
}

.global-footer .footer-nav__secondary li:first-of-type {
  margin-left: 0;
  margin-right: 0;
}

.global-footer .footer-nav__secondary .secondary-link {
  color: #FFF;
  font-size: 10px;
  font-size: .625rem;
}

@media only screen and (min-width:66.667em) {
  .global-footer .footer-nav__secondary li:first-of-type {
    margin-left: 15px;
  }

  .global-footer .footer-nav__secondary li {
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
  }

  .global-footer .footer-nav__secondary .secondary-link {
    font-size: .75rem;
  }

  .global-footer.global-footer--simplified .footer-utility__right {
    width: 71%;
  }
}

.quicksignup__email,
.quicksignup__form {
  width: 100%;
}

.global-footer.global-footer--simplified .footer-nav__primary,
.global-footer.global-footer--simplified .footer-social {
  border: none;
}

.global-footer.global-footer--simplified .footer-nav__primary--desktop .footer-nav__primary {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 0;
  text-align: right;
}

.global-footer.global-footer--simplified .footer-nav__primary--desktop .footer-nav__primary li {
  margin-bottom: 0;
}

.quicksignup {
  color: #FFF;
  text-align: center;
}

.quicksignup__form .input {
  height: 30px;
}

.quicksignup__intro {
  font-size: 12px;
  font-size: .75rem;
  margin: 0;
  vertical-align: middle;
}

.quicksignup__email,
.quicksignup__zip {
  display: inline-block;
  vertical-align: middle;
}

.quicksignup__email.error .input,
.quicksignup__zip.error .input {
  border: 1px solid #ff474a;
}

@media only screen and (min-width:66.667em) {
  .quicksignup__intro {
    font-size: .875rem;
  }

  .quicksignup__email,
  .quicksignup__zip {
    padding-right: .3125rem;
  }

  .quicksignup__email {
    max-width: 315px;
  }
}

.quicksignup__zip {
  float: left;
  padding-right: 15px;
  padding-right: .9375rem;
  width: 50%;
}

@media only screen and (min-width:66.667em) {
  .quicksignup__zip {
    float: none;
    max-width: 90px;
    padding-right: 5px;
    width: auto;
  }
}

.quicksignup .quicksignup__submit {
  border-color: #FFF;
  border-width: 1px;
  color: #FFF;
  float: right;
  width: 50%;
  padding: 5px 20px 6px;
  vertical-align: middle;
}

.quicksignup .quicksignup__submit.success {
  background: #2aa88c;
  border-color: #2aa88c;
}

@media only screen and (min-width:66.667em) {
  .quicksignup .quicksignup__submit {
    float: none;
    width: auto;
  }

  .quicksignup .quicksignup__submit:focus,
  .quicksignup .quicksignup__submit:hover {
    background: #004061;
  }
}

.social-icons {
  margin: 0;
  padding: 0!important;
}

.social-icons.rounded-icons .ico {
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  height: 30px;
  margin: 0 5px 8px;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

.no-flexbox .social-icons.rounded-icons .ico {
  padding-top: 5px;
}

.ie .social-icons.rounded-icons .ico {
  text-indent: -3px;
}

.social-icons.rounded-icons .ico:before {
  margin: 0 auto;
}

.ie .social-icons.rounded-icons .ico:before,
.no-flexbox .social-icons.rounded-icons .ico:before {
  display: inline-block;
  padding-left: 3px;
  padding-left: .1875rem;
  vertical-align: sub;
}

@media only screen and (min-width:66.667em) {
  .no-touchevents .social-icons.rounded-icons .ico:focus,
  .no-touchevents .social-icons.rounded-icons .ico:hover {
    background: 0 0;
    color: #FFF;
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-calendar,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-calendar {
    background: #4281F4;
    border: #4281F4;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-email,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-email {
    background: #393939;
    border: #393939;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-print,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-print {
    background: #adadad;
    border: #adadad;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-facebook,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-facebook {
    background: #3b5998;
    border: #3b5998;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-twitter,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-twitter {
    background: #00aced;
    border: #00aced;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-instagram,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-instagram {
    background: #517fa4;
    border: #517fa4;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-gplus,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-gplus {
    background: #dd4b39;
    border: #dd4b39;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-pinterest,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-pinterest {
    background: #cb2027;
    border: #cb2027;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-flickr,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-flickr {
    background: #ff0084;
    border: #ff0084;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-youtube,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-youtube {
    background: #b00;
    border: #b00;
  }

  .no-touchevents .social-icons.rounded-icons .ico:focus.ico-linkedin,
  .no-touchevents .social-icons.rounded-icons .ico:hover.ico-linkedin {
    background: #007bb6;
    border: #007bb6;
  }
}

.social-icons.icos--white .ico {
  color: #f1683a;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.section-label,
.sub-label {
  cursor: default;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.social-icons li:before {
  display: none;
}

.section-label {
  color: #f49722;
  font-family: "Circular Bold",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-size: .75rem;
}

.section-label.section-label--blue,
.sub-label {
  color: #004061;
}

@media only screen and (min-width:66.667em) {
  .section-label {
    font-size: .875rem;
  }
}

.sub-label {
  font-family: "Circular Black",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-size: .75rem;
}

@media only screen and (min-width:66.667em) {
  .sub-label {
    font-size: 1rem;
  }

  .more-arrow:focus .arrow-path,
  .more-arrow:hover .arrow-path {
    fill: #186c77;
  }
}

.news-link:focus,
.news-link:hover {
  color: #f49722;
}

.more-link {
  border-bottom: solid 2px #186c77;
  color: #186c77;
  display: inline-block;
  font-size: smaller;
  line-height: 1.25;
}

.more-link:focus,
.more-link:hover {
  color: #f49722;
  border-color: #f49722;
}

.more-arrow {
  height: 18px;
  width: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: bottom;
}

.photo-credit {
  color: #FFF;
  display: none;
  font-size: 7.5px;
  opacity: .5;
  margin-top: -20px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.hp-hero,
.html-block {
  position: relative;
}

@media only screen and (min-width:66.667em) {
  .photo-credit {
    display: inline-block;
  }
}

select {
  background-color: #FFF;
  background-image: url(../img/select_arrow.svg);
  background-position: 98% 50%;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.pagination-block {
  clear: both;
  text-align: center;
}

.pagination-block.centered ul.pagination li {
  float: none;
  display: inline-block;
}

.unstyled-list {
  list-style-type: none;
  margin: 0;
}

.search-results .landing-hero {
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/herooverlay.png) #004061;
  display: -ms-flexbox;
  display: flex;
  max-height: 350px;
  text-align: center;
}

.search-results .landing-hero h1 {
  color: #FFF;
  margin: 50px 0 0 -10px;
  margin: 3.125rem 0 0 -.625rem;
  font-size: 35px;
  font-size: 2.1875rem;
}

.search-results.landing .page-content {
  padding: 20px 10px 60px;
  padding: 1.25rem .625rem 3.75rem;
}

#___gcse_0 .gsc-control-cse {
  font-family: "Circular Med",Helvetica,Arial,sans-serif;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

#___gcse_0 .gs-result .gs-title,
#___gcse_0 .gs-result .gs-title *,
.tout-heading {
  font-family: "Circular Bold",Helvetica,Arial,sans-serif;
}

#___gcse_0 .gs-result .gs-title,
#___gcse_0 .gs-result .gs-title * {
  text-decoration: none;
}

#___gcse_0 .gsc-webResult.gsc-result {
  padding: 0;
}

#___gcse_0 .gsc-selected-option-container {
  width: auto!important;
}

#___gcse_0 .gs-error-result .gs-snippet,
#___gcse_0 .gs-no-results-result .gs-snippet {
  padding: 5px;
  margin: 5px;
  border: 1px solid #f0efe1;
  background-color: #f0efe1;
}

#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent;
  border-color: transparent;
  border-radius: 3px;
  color: #666;
  padding: 3px 10px;
  padding: .1875rem .625rem;
  text-decoration: none;
  text-shadow: none;
  transition: background-color .3s ease-out;
}

#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #f1683a;
  border-color: #f49722;
  color: #FFF;
}

#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:focus,
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
  background-color: #f1683a;
}

#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:focus,
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: #dde0e1;
}

@media only screen {
  .mobile-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flex-row {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-tiles,
.global-nav,
.ie9 .global-footer .flex-row,
.landing--donate .donate-section,
.landing--donate .donate-summary,
.landing--simplified .page-content,
.quicksignup__form {
  zoom: 1;
}

.content-tiles:after,
.content-tiles:before,
.global-nav:after,
.global-nav:before,
.ie9 .global-footer .flex-row:after,
.ie9 .global-footer .flex-row:before,
.landing--donate .donate-section:after,
.landing--donate .donate-section:before,
.landing--donate .donate-summary:after,
.landing--donate .donate-summary:before,
.landing--simplified .page-content:after,
.landing--simplified .page-content:before,
.quicksignup__form:after,
.quicksignup__form:before {
  content: '';
  display: table;
}

.alert-text {
  background: #d2091b;
  color: #FFF;
}

.no-scroll {
  overflow: hidden;
}

.hp-hero {
  -ms-flex-align: end;
  align-items: flex-end;
  background: center no-repeat #004061;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  .hp-hero {
    min-height: 40rem;
    height: 85vh;
  }
}

@media only screen and (min-width:90.063em) {
  .hp-hero {
    height: 60vh;
  }
}

.hp-hero:before {
  background: url(../img/herooverlay.png);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width:66.667em) {
  .search-results .landing-hero h1 {
    font-size: 3.4375rem;
  }

  #___gcse_0 .gs-result .gs-title,
  #___gcse_0 .gs-result .gs-title * {
    font-size: 1.125rem;
  }

  .mobile-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .hp-hero {
    -ms-flex-align: center;
    align-items: center;
  }
}

.hp-hero__container {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  padding: 90px 20px 0;
  padding: 5.625rem 1.25rem 0;
  z-index: 1;
}

@media only screen and (min-width:66.667em) {
  .hp-hero__container {
    margin-bottom: 0;
    margin-top: 0;
    padding: 6.25rem 40rem 0 0;
  }

  .ie .hp-hero__container {
    padding: 10rem 40rem 2.5rem 0;
  }

  .no-flexboxlegacy .hp-hero__container {
    padding: 12.5rem 40rem 2.5rem 0;
  }
}

.no-flexbox .hp-hero__container {
  padding: 100px 640px 20px 0;
  padding: 6.25rem 40rem 1.25rem 0;
  margin: 160px auto 60px;
  margin: 10rem auto 3.75rem;
}

.hp-hero__text {
  color: #FFF;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width:40.063em) {
  .hp-hero__text {
    font-size: 3.125rem;
  }
}

.hp-hero .hero-video-player {
  display: none;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-in;
  width: 100%;
  z-index: 0;
}

.hp-hero .hero-video-player.video-visible,
.our-impact.impact--advocacy .bkgd--advocacy,
.our-impact.impact--schools .bkgd--schools,
.our-impact.impact--students .bkgd--students {
  opacity: 1;
}

.hero-featured-posts,
.hp-our-impact #skrollr_stats,
.tout-heading,
.touts-container {
  position: relative;
}

.hp-hero .photo-credit {
  z-index: 1;
}

.hero-featured-posts {
  padding: 0 20px;
  z-index: 1;
}

.hero-featured-posts .slick-slider {
  margin-top: 30px;
}

.hero-featured-posts .slick-list {
  padding-top: 10px;
}

.hero-featured-posts .featured-post {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  max-width: 22.5rem;
}

.hero-featured-posts .featured-post .post-link {
  transition: top .3s ease;
  position: relative;
  top: 0;
}

@media only screen and (min-width:66.667em) {
  .hp-hero__text {
    font-size: 3.4375rem;
  }

  .hp-hero .hero-video-player {
    display: block;
  }

  .hero-featured-posts .slick-slider {
    margin-top: -50px;
  }

  .hero-featured-posts .featured-post .post-link:focus,
  .hero-featured-posts .featured-post .post-link:hover {
    top: -.625rem;
  }
}

.hero-featured-posts .featured-post .post-caption {
  background-color: #f0efe1;
  bottom: auto;
  top: 85%;
}

.hero-featured-posts .featured-post .post-caption__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.hp-touts {
  color: #FFF;
  padding: 20px 25px 40px;
  padding: 1.25rem 1.5625rem 2.5rem;
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  .hp-touts {
    padding: 2.5rem 6.25rem 3.75rem;
  }
}

.hp-touts--scholarships {
  background-color: #f1683a;
}

.hp-touts--donate {
  background-color: #f49722;
}

.hp-touts .button {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}

.touts-container {
  display: block;
  margin-top: -40px;
  z-index: 1;
}

@media only screen and (min-width:66.667em) {
  .hero-featured-posts .featured-post .post-caption__text {
    font-size: 1.25rem;
  }

  .hp-touts {
    padding: 3.75rem 7.5rem;
  }

  .touts-container {
    display: -ms-flexbox;
    display: flex;
  }
}

.tout-heading {
  color: #FFF;
  font-size: 35px;
  font-size: 2.1875rem;
}

.fullbleed-section__heading,
.hp-our-impact .stat-value {
  font-family: Bery,Georgia,"Times New Roman",Times,serif;
}

.the-latest .latest-rule,
.tout-rule {
  background: #FFF;
  border: none;
  display: block;
  height: 4px;
  width: 60px;
  margin: 12px auto 17px;
  margin: .75rem auto 1.0625rem;
}

@media only screen and (min-width:40.063em) {
  .tout-heading {
    font-size: 2.5rem;
  }

  .the-latest .latest-rule,
  .tout-rule {
    margin-top: .9375rem;
    margin-bottom: 1.375rem;
  }
}

.fullbleed-section {
  background-size: cover;
  color: #FFF;
  padding: 60px 0 90px;
  padding: 3.75rem 0 5.625rem;
  text-align: center;
}

@media only screen and (min-width:66.667em) {
  .tout-heading {
    font-size: 2.875rem;
  }

  .the-latest .latest-rule,
  .tout-rule {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }

  .fullbleed-section {
    padding: 5.625rem 0 7.5rem;
  }
}

.fullbleed-section__heading {
  color: #FFF;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.2;
  margin-bottom: 10%;
  text-align: center;
}

.hp-our-impact {
  background-color: #004061;
  background-image: url(/wp-content/uploads/alumni-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width:40.063em) {
  .fullbleed-section__heading {
    font-size: 2.5rem;
  }

  .hp-our-impact {
    background-image: url(/wp-content/uploads/alumni-main.jpg);
  }

  .skrollr-desktop .hp-our-impact #skrollr_stats {
    height: 450px;
    overflow: hidden;
  }
}

@media only screen and (min-width:66.667em) {
  .fullbleed-section__heading {
    font-size: 2.875rem;
    margin-bottom: 2.1875rem;
  }

  .hp-our-impact {
    background-attachment: fixed;
  }
}

.hp-our-impact .skrollr-impact-stats {
  margin: auto;
  max-width: 350px;
  padding: 30px 10px 0;
  padding: 1.875rem .625rem 0;
}

@media only screen and (min-width:66.667em) {
  .skrollr-desktop .hp-our-impact .skrollr-impact-stats {
    height: 100%;
    max-width: 100%;
    padding: 1.875rem 5.625rem 0;
    position: absolute;
    width: 100%;
  }
}

@media only screen and (max-width:40em) {
  .hp-our-impact .skrollr-impact-stats .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hp-our-impact .impact-stat {
  line-height: 1.25;
  margin-bottom: 20%;
}

.hp-our-impact .impact-stat.fifth,
.hp-our-impact .impact-stat.fourth {
  display: none;
}

.hp-our-impact .stat-value {
  display: block;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1;
}

@media only screen and (min-width:40.063em) {
  .hp-our-impact .impact-stat {
    padding: 0 .625rem;
  }

  .hp-our-impact .stat-value {
    font-size: 3.125rem;
  }
}

.hp-our-impact .skrollable-after .button {
  background: #004061;
  transition: background .2s ease-in;
}

.the-latest {
  background: #FFF;
  margin-top: -40px;
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem;
}

@media only screen and (min-width:66.667em) {
  .hp-our-impact .impact-stat.fifth,
  .hp-our-impact .impact-stat.fourth {
    display: block;
  }

  .hp-our-impact .stat-value {
    font-size: 3.75rem;
  }

  .hp-our-impact .column,
  .hp-our-impact .columns {
    float: none;
  }

  .the-latest {
    padding: 3.75rem 0;
  }
}

.the-latest .latest-heading {
  color: #004061;
  font-family: "Circular Black",Helvetica,Arial,sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  .the-latest .latest-heading {
    font-size: 2.5rem;
  }
}

.the-latest .latest-rule {
  background: #004061;
}

.the-latest__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}

.no-flexbox .the-latest__content {
  display: table;
}

.the-latest .latest--news {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width:66.667em) {
  .the-latest .latest-heading {
    font-size: 2.875rem;
  }

  .the-latest__content {
    padding: .625rem 1.25rem 0;
  }

  .the-latest .latest--news {
    margin: 0;
  }

  .the-latest .latest--posts {
    -ms-flex-order: 2;
    order: 2;
  }
}

.the-latest .latest--news p {
  margin-bottom: 25px;
}

@media only screen and (min-width:66.667em) {
  .the-latest .latest--posts.posts--secondary {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (min-width:40.063em) and (max-width:66em) {
  .the-latest__content {
    display: block;
  }

  .the-latest .featured-post--secondary {
    float: left;
    width: 50%;
  }

  .the-latest .featured-post--secondary.post-first {
    padding-right: 20px;
  }

  .the-latest .featured-post--secondary.post-second {
    padding-left: 20px;
  }
}

@media only screen and (max-width:768px) and (min-width:642px) {
  .the-latest .latest--posts,
  .the-latest .latest--posts.posts--secondary {
    width: 100%;
  }

  .the-latest .latest--posts {
    -ms-flex-order: 1;
    order: 1;
  }

  .the-latest .latest--posts.posts--secondary {
    -ms-flex-order: 2;
    order: 2;
  }

  .the-latest .latest--news {
    margin-left: auto;
    margin-right: auto;
    -ms-flex-order: 3;
    order: 3;
    width: 75%;
  }

  .the-latest__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hp-events {
  background-image: url(../img/getty_events_bkgd_mobile.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  position: relative;
}

@media only screen and (min-width:40.063em) {
  .hp-events {
    background-image: url(../img/getty_events_bkgd.jpg);
  }
}

.hp-events:before {
  background: rgba(0,0,0,.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hp-events__list {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media only screen and (min-width:66.667em) {
  .hp-events:before {
    display: none;
  }

  .hp-events__container {
    float: right!important;
  }

  .hp-events__list {
    text-align: left;
  }

  .hp-events .featured-event .event-time {
    font-size: 1.125rem;
  }
}

.hp-events .featured-event {
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: solid thin #FFF;
  border-bottom: solid thin #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px!important;
  margin-bottom: 2.5rem!important;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.hp-events .featured-event .event-time {
  margin-right: 0;
}

.hp-events .featured-event__image {
  border: thin solid #FFF;
  max-width: 150px;
  width: 100%;
}

.hp-events .featured-event p {
  font-family: "Circular Bold",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
}

@media only screen and (min-width:40.063em) {
  .hp-events .featured-event p {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.hp-events .event-info {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.hp-events .event-time {
  font-family: Bery,Georgia,"Times New Roman",Times,serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
}
/*# sourceMappingURL=styles-blessed1.css.map */








/* Customizations IGICOM */
.navigation.post-navigation .nav-links a span.meta-nav{display:none; }


.ctf.gmsp a#ctf-more {display:none !important; } 
