@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/*!
 *  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 PATH
 * -------------------------- */
@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: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.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(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: ""; }

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

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

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

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

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

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

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: ""; }

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

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

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

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

.fa-yc:before,
.fa-y-combinator: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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: ""; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Gotham", "HelveticaNeue", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

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

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", "HelveticaNeue", "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.3125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.625rem; }
  h2 {
    font-size: 2.25rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.3125rem; }
  h6 {
    font-size: 1.0625rem; } }

@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 3.25rem; }
  h2 {
    font-size: 2.625rem; }
  h3 {
    font-size: 2.25rem; }
  h4 {
    font-size: 1.75rem; }
  h5 {
    font-size: 1.5rem; }
  h6 {
    font-size: 1.125rem; } }

a {
  line-height: inherit;
  color: #1d1d1d;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #000000; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #727272;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 2px solid #1d1d1d;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #000000;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #8b8b8b;
            box-shadow: 0 0 5px #8b8b8b;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #0a0a0a; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #0a0a0a; }

input::placeholder,
textarea::placeholder {
  color: #0a0a0a; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f1f1f1;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #8b8b8b;
  background: #f1f1f1;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 0.5rem;
  padding: 0.5rem;
  border: none; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #1d1d1d;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28114, 114, 114%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 2px solid #000000;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #8b8b8b;
            box-shadow: 0 0 5px #8b8b8b;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #f1f1f1;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button, #single-post .post-navigation .nav-links a, ul.gmw-pagination li a,
ul.gmw-pagination li span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-submit-wrapper, .gform_wrapper .gform_footer input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1d1d1d;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links [data-whatinput='mouse'] a, [data-whatinput='mouse'] ul.gmw-pagination li a, ul.gmw-pagination li [data-whatinput='mouse'] a, [data-whatinput='mouse']
  ul.gmw-pagination li span,
  ul.gmw-pagination li [data-whatinput='mouse'] span, [data-whatinput='mouse'] div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul [data-whatinput='mouse'] li, [data-whatinput='mouse'] div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper [data-whatinput='mouse'] .gmw-submit-wrapper, [data-whatinput='mouse'] .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer [data-whatinput='mouse'] input, [data-whatinput='mouse'] .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer [data-whatinput='mouse'] button {
    outline: 0; }
  .button:hover, #single-post .post-navigation .nav-links a:hover, ul.gmw-pagination li a:hover,
  ul.gmw-pagination li span:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .button:focus, #single-post .post-navigation .nav-links a:focus, ul.gmw-pagination li a:focus,
  ul.gmw-pagination li span:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus {
    background-color: #000000;
    color: #fefefe; }
  .button.tiny, #single-post .post-navigation .nav-links a.tiny, ul.gmw-pagination li a.tiny,
  ul.gmw-pagination li span.tiny, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.tiny, div.gmw-pt-form-wrapper .tiny.gmw-submit-wrapper, .gform_wrapper .gform_footer input.tiny, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.tiny {
    font-size: 0.6rem; }
  .button.small, #single-post .post-navigation .nav-links a.small, ul.gmw-pagination li a.small,
  ul.gmw-pagination li span.small, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.small, div.gmw-pt-form-wrapper .small.gmw-submit-wrapper, .gform_wrapper .gform_footer input.small, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.small {
    font-size: 0.75rem; }
  .button.large, #single-post .post-navigation .nav-links a.large, ul.gmw-pagination li a.large,
  ul.gmw-pagination li span.large, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.large, div.gmw-pt-form-wrapper .large.gmw-submit-wrapper, .gform_wrapper .gform_footer input.large, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.large {
    font-size: 1.25rem; }
  .button.expanded, #single-post .post-navigation .nav-links a.expanded, ul.gmw-pagination li a.expanded,
  ul.gmw-pagination li span.expanded, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.expanded, div.gmw-pt-form-wrapper .expanded.gmw-submit-wrapper, .gform_wrapper .gform_footer input.expanded, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, #single-post .post-navigation .nav-links a.primary, ul.gmw-pagination li a.primary,
  ul.gmw-pagination li span.primary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.primary, div.gmw-pt-form-wrapper .primary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.primary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.primary {
    background-color: #000000;
    color: #fefefe; }
    .button.primary:hover, #single-post .post-navigation .nav-links a.primary:hover, ul.gmw-pagination li a.primary:hover,
    ul.gmw-pagination li span.primary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.primary:hover, div.gmw-pt-form-wrapper .primary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.primary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.primary:hover, .button.primary:focus, #single-post .post-navigation .nav-links a.primary:focus, ul.gmw-pagination li a.primary:focus,
    ul.gmw-pagination li span.primary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.primary:focus, div.gmw-pt-form-wrapper .primary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.primary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.primary:focus {
      background-color: black;
      color: #fefefe; }
  .button.secondary, #single-post .post-navigation .nav-links a.secondary, ul.gmw-pagination li a.secondary,
  ul.gmw-pagination li span.secondary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.secondary, div.gmw-pt-form-wrapper .secondary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.secondary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.secondary {
    background-color: #1d1d1d;
    color: #fefefe; }
    .button.secondary:hover, #single-post .post-navigation .nav-links a.secondary:hover, ul.gmw-pagination li a.secondary:hover,
    ul.gmw-pagination li span.secondary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.secondary:hover, div.gmw-pt-form-wrapper .secondary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.secondary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.secondary:hover, .button.secondary:focus, #single-post .post-navigation .nav-links a.secondary:focus, ul.gmw-pagination li a.secondary:focus,
    ul.gmw-pagination li span.secondary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.secondary:focus, div.gmw-pt-form-wrapper .secondary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.secondary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.secondary:focus {
      background-color: #171717;
      color: #fefefe; }
  .button.tertiary, #single-post .post-navigation .nav-links a.tertiary, ul.gmw-pagination li a.tertiary,
  ul.gmw-pagination li span.tertiary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.tertiary, div.gmw-pt-form-wrapper .tertiary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.tertiary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.tertiary {
    background-color: #8b8b8b;
    color: #0a0a0a; }
    .button.tertiary:hover, #single-post .post-navigation .nav-links a.tertiary:hover, ul.gmw-pagination li a.tertiary:hover,
    ul.gmw-pagination li span.tertiary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.tertiary:hover, div.gmw-pt-form-wrapper .tertiary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.tertiary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.tertiary:hover, .button.tertiary:focus, #single-post .post-navigation .nav-links a.tertiary:focus, ul.gmw-pagination li a.tertiary:focus,
    ul.gmw-pagination li span.tertiary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.tertiary:focus, div.gmw-pt-form-wrapper .tertiary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.tertiary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.tertiary:focus {
      background-color: #6f6f6f;
      color: #0a0a0a; }
  .button.success, #single-post .post-navigation .nav-links a.success, ul.gmw-pagination li a.success,
  ul.gmw-pagination li span.success, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.success, div.gmw-pt-form-wrapper .success.gmw-submit-wrapper, .gform_wrapper .gform_footer input.success, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.success {
    background-color: #2ECC40;
    color: #0a0a0a; }
    .button.success:hover, #single-post .post-navigation .nav-links a.success:hover, ul.gmw-pagination li a.success:hover,
    ul.gmw-pagination li span.success:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.success:hover, div.gmw-pt-form-wrapper .success.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.success:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.success:hover, .button.success:focus, #single-post .post-navigation .nav-links a.success:focus, ul.gmw-pagination li a.success:focus,
    ul.gmw-pagination li span.success:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.success:focus, div.gmw-pt-form-wrapper .success.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.success:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.success:focus {
      background-color: #25a333;
      color: #0a0a0a; }
  .button.warning, #single-post .post-navigation .nav-links a.warning, ul.gmw-pagination li a.warning,
  ul.gmw-pagination li span.warning, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.warning, div.gmw-pt-form-wrapper .warning.gmw-submit-wrapper, .gform_wrapper .gform_footer input.warning, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.warning {
    background-color: #FF851B;
    color: #0a0a0a; }
    .button.warning:hover, #single-post .post-navigation .nav-links a.warning:hover, ul.gmw-pagination li a.warning:hover,
    ul.gmw-pagination li span.warning:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.warning:hover, div.gmw-pt-form-wrapper .warning.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.warning:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.warning:hover, .button.warning:focus, #single-post .post-navigation .nav-links a.warning:focus, ul.gmw-pagination li a.warning:focus,
    ul.gmw-pagination li span.warning:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.warning:focus, div.gmw-pt-form-wrapper .warning.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.warning:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.warning:focus {
      background-color: #e26900;
      color: #0a0a0a; }
  .button.alert, #single-post .post-navigation .nav-links a.alert, ul.gmw-pagination li a.alert,
  ul.gmw-pagination li span.alert, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.alert, div.gmw-pt-form-wrapper .alert.gmw-submit-wrapper, .gform_wrapper .gform_footer input.alert, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.alert {
    background-color: #FF4136;
    color: #0a0a0a; }
    .button.alert:hover, #single-post .post-navigation .nav-links a.alert:hover, ul.gmw-pagination li a.alert:hover,
    ul.gmw-pagination li span.alert:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.alert:hover, div.gmw-pt-form-wrapper .alert.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.alert:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.alert:hover, .button.alert:focus, #single-post .post-navigation .nav-links a.alert:focus, ul.gmw-pagination li a.alert:focus,
    ul.gmw-pagination li span.alert:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.alert:focus, div.gmw-pt-form-wrapper .alert.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.alert:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.alert:focus {
      background-color: #f70e00;
      color: #0a0a0a; }
  .button.hollow, #single-post .post-navigation .nav-links a.hollow, ul.gmw-pagination li a.hollow,
  ul.gmw-pagination li span.hollow, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow, div.gmw-pt-form-wrapper .hollow.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow {
    border: 1px solid #000000;
    color: #000000; }
    .button.hollow, #single-post .post-navigation .nav-links a.hollow, ul.gmw-pagination li a.hollow,
    ul.gmw-pagination li span.hollow, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow, div.gmw-pt-form-wrapper .hollow.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow, .button.hollow:hover, #single-post .post-navigation .nav-links a.hollow:hover, ul.gmw-pagination li a.hollow:hover,
    ul.gmw-pagination li span.hollow:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow:hover, div.gmw-pt-form-wrapper .hollow.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow:hover, .button.hollow:focus, #single-post .post-navigation .nav-links a.hollow:focus, ul.gmw-pagination li a.hollow:focus,
    ul.gmw-pagination li span.hollow:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow:focus, div.gmw-pt-form-wrapper .hollow.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, #single-post .post-navigation .nav-links a.hollow:hover, ul.gmw-pagination li a.hollow:hover,
    ul.gmw-pagination li span.hollow:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow:hover, div.gmw-pt-form-wrapper .hollow.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow:hover, .button.hollow:focus, #single-post .post-navigation .nav-links a.hollow:focus, ul.gmw-pagination li a.hollow:focus,
    ul.gmw-pagination li span.hollow:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow:focus, div.gmw-pt-form-wrapper .hollow.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow:focus {
      border-color: black;
      color: black; }
    .button.hollow.primary, #single-post .post-navigation .nav-links a.hollow.primary, ul.gmw-pagination li a.hollow.primary,
    ul.gmw-pagination li span.hollow.primary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.primary, div.gmw-pt-form-wrapper .hollow.primary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow.primary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.primary {
      border: 1px solid #000000;
      color: #000000; }
      .button.hollow.primary:hover, #single-post .post-navigation .nav-links a.hollow.primary:hover, ul.gmw-pagination li a.hollow.primary:hover,
      ul.gmw-pagination li span.hollow.primary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.primary:hover, div.gmw-pt-form-wrapper .hollow.primary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow.primary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.primary:hover, .button.hollow.primary:focus, #single-post .post-navigation .nav-links a.hollow.primary:focus, ul.gmw-pagination li a.hollow.primary:focus,
      ul.gmw-pagination li span.hollow.primary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.primary:focus, div.gmw-pt-form-wrapper .hollow.primary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow.primary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.primary:focus {
        border-color: black;
        color: black; }
    .button.hollow.secondary, #single-post .post-navigation .nav-links a.hollow.secondary, ul.gmw-pagination li a.hollow.secondary,
    ul.gmw-pagination li span.hollow.secondary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.secondary, div.gmw-pt-form-wrapper .hollow.secondary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow.secondary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.secondary {
      border: 1px solid #1d1d1d;
      color: #1d1d1d; }
      .button.hollow.secondary:hover, #single-post .post-navigation .nav-links a.hollow.secondary:hover, ul.gmw-pagination li a.hollow.secondary:hover,
      ul.gmw-pagination li span.hollow.secondary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.secondary:hover, div.gmw-pt-form-wrapper .hollow.secondary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow.secondary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.secondary:hover, .button.hollow.secondary:focus, #single-post .post-navigation .nav-links a.hollow.secondary:focus, ul.gmw-pagination li a.hollow.secondary:focus,
      ul.gmw-pagination li span.hollow.secondary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.secondary:focus, div.gmw-pt-form-wrapper .hollow.secondary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow.secondary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.secondary:focus {
        border-color: #0f0f0f;
        color: #0f0f0f; }
    .button.hollow.tertiary, #single-post .post-navigation .nav-links a.hollow.tertiary, ul.gmw-pagination li a.hollow.tertiary,
    ul.gmw-pagination li span.hollow.tertiary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.tertiary, div.gmw-pt-form-wrapper .hollow.tertiary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow.tertiary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.tertiary {
      border: 1px solid #8b8b8b;
      color: #8b8b8b; }
      .button.hollow.tertiary:hover, #single-post .post-navigation .nav-links a.hollow.tertiary:hover, ul.gmw-pagination li a.hollow.tertiary:hover,
      ul.gmw-pagination li span.hollow.tertiary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.tertiary:hover, div.gmw-pt-form-wrapper .hollow.tertiary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow.tertiary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.tertiary:hover, .button.hollow.tertiary:focus, #single-post .post-navigation .nav-links a.hollow.tertiary:focus, ul.gmw-pagination li a.hollow.tertiary:focus,
      ul.gmw-pagination li span.hollow.tertiary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.tertiary:focus, div.gmw-pt-form-wrapper .hollow.tertiary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow.tertiary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.tertiary:focus {
        border-color: #464646;
        color: #464646; }
    .button.hollow.success, #single-post .post-navigation .nav-links a.hollow.success, ul.gmw-pagination li a.hollow.success,
    ul.gmw-pagination li span.hollow.success, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.success, div.gmw-pt-form-wrapper .hollow.success.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow.success, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.success {
      border: 1px solid #2ECC40;
      color: #2ECC40; }
      .button.hollow.success:hover, #single-post .post-navigation .nav-links a.hollow.success:hover, ul.gmw-pagination li a.hollow.success:hover,
      ul.gmw-pagination li span.hollow.success:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.success:hover, div.gmw-pt-form-wrapper .hollow.success.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow.success:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.success:hover, .button.hollow.success:focus, #single-post .post-navigation .nav-links a.hollow.success:focus, ul.gmw-pagination li a.hollow.success:focus,
      ul.gmw-pagination li span.hollow.success:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.success:focus, div.gmw-pt-form-wrapper .hollow.success.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow.success:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.success:focus {
        border-color: #176620;
        color: #176620; }
    .button.hollow.warning, #single-post .post-navigation .nav-links a.hollow.warning, ul.gmw-pagination li a.hollow.warning,
    ul.gmw-pagination li span.hollow.warning, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.warning, div.gmw-pt-form-wrapper .hollow.warning.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow.warning, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.warning {
      border: 1px solid #FF851B;
      color: #FF851B; }
      .button.hollow.warning:hover, #single-post .post-navigation .nav-links a.hollow.warning:hover, ul.gmw-pagination li a.hollow.warning:hover,
      ul.gmw-pagination li span.hollow.warning:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.warning:hover, div.gmw-pt-form-wrapper .hollow.warning.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow.warning:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.warning:hover, .button.hollow.warning:focus, #single-post .post-navigation .nav-links a.hollow.warning:focus, ul.gmw-pagination li a.hollow.warning:focus,
      ul.gmw-pagination li span.hollow.warning:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.warning:focus, div.gmw-pt-form-wrapper .hollow.warning.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow.warning:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.warning:focus {
        border-color: #8d4200;
        color: #8d4200; }
    .button.hollow.alert, #single-post .post-navigation .nav-links a.hollow.alert, ul.gmw-pagination li a.hollow.alert,
    ul.gmw-pagination li span.hollow.alert, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.alert, div.gmw-pt-form-wrapper .hollow.alert.gmw-submit-wrapper, .gform_wrapper .gform_footer input.hollow.alert, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.alert {
      border: 1px solid #FF4136;
      color: #FF4136; }
      .button.hollow.alert:hover, #single-post .post-navigation .nav-links a.hollow.alert:hover, ul.gmw-pagination li a.hollow.alert:hover,
      ul.gmw-pagination li span.hollow.alert:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.alert:hover, div.gmw-pt-form-wrapper .hollow.alert.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.hollow.alert:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.alert:hover, .button.hollow.alert:focus, #single-post .post-navigation .nav-links a.hollow.alert:focus, ul.gmw-pagination li a.hollow.alert:focus,
      ul.gmw-pagination li span.hollow.alert:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.hollow.alert:focus, div.gmw-pt-form-wrapper .hollow.alert.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.hollow.alert:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.hollow.alert:focus {
        border-color: #9b0800;
        color: #9b0800; }
  .button.disabled, #single-post .post-navigation .nav-links a.disabled, ul.gmw-pagination li a.disabled,
  ul.gmw-pagination li span.disabled, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled, div.gmw-pt-form-wrapper .disabled.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled, .button[disabled], #single-post .post-navigation .nav-links a[disabled], ul.gmw-pagination li a[disabled],
  ul.gmw-pagination li span[disabled], div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled], div.gmw-pt-form-wrapper [disabled].gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled], .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, #single-post .post-navigation .nav-links a.disabled, ul.gmw-pagination li a.disabled,
    ul.gmw-pagination li span.disabled, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled, div.gmw-pt-form-wrapper .disabled.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled, .button.disabled:hover, #single-post .post-navigation .nav-links a.disabled:hover, ul.gmw-pagination li a.disabled:hover,
    ul.gmw-pagination li span.disabled:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled:hover, div.gmw-pt-form-wrapper .disabled.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled:hover, .button.disabled:focus, #single-post .post-navigation .nav-links a.disabled:focus, ul.gmw-pagination li a.disabled:focus,
    ul.gmw-pagination li span.disabled:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled:focus, div.gmw-pt-form-wrapper .disabled.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled:focus, .button[disabled], #single-post .post-navigation .nav-links a[disabled], ul.gmw-pagination li a[disabled],
    ul.gmw-pagination li span[disabled], div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled], div.gmw-pt-form-wrapper [disabled].gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled], .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled], .button[disabled]:hover, #single-post .post-navigation .nav-links a[disabled]:hover, ul.gmw-pagination li a[disabled]:hover,
    ul.gmw-pagination li span[disabled]:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled]:hover, div.gmw-pt-form-wrapper [disabled].gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled]:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled]:hover, .button[disabled]:focus, #single-post .post-navigation .nav-links a[disabled]:focus, ul.gmw-pagination li a[disabled]:focus,
    ul.gmw-pagination li span[disabled]:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled]:focus, div.gmw-pt-form-wrapper [disabled].gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled]:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled]:focus {
      background-color: #000000;
      color: #fefefe; }
    .button.disabled.primary, #single-post .post-navigation .nav-links a.disabled.primary, ul.gmw-pagination li a.disabled.primary,
    ul.gmw-pagination li span.disabled.primary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.primary, div.gmw-pt-form-wrapper .disabled.primary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.primary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.primary, .button[disabled].primary, #single-post .post-navigation .nav-links a[disabled].primary, ul.gmw-pagination li a[disabled].primary,
    ul.gmw-pagination li span[disabled].primary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].primary, div.gmw-pt-form-wrapper [disabled].primary.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].primary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, #single-post .post-navigation .nav-links a.disabled.primary, ul.gmw-pagination li a.disabled.primary,
      ul.gmw-pagination li span.disabled.primary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.primary, div.gmw-pt-form-wrapper .disabled.primary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.primary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.primary, .button.disabled.primary:hover, #single-post .post-navigation .nav-links a.disabled.primary:hover, ul.gmw-pagination li a.disabled.primary:hover,
      ul.gmw-pagination li span.disabled.primary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.primary:hover, div.gmw-pt-form-wrapper .disabled.primary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled.primary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.primary:hover, .button.disabled.primary:focus, #single-post .post-navigation .nav-links a.disabled.primary:focus, ul.gmw-pagination li a.disabled.primary:focus,
      ul.gmw-pagination li span.disabled.primary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.primary:focus, div.gmw-pt-form-wrapper .disabled.primary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled.primary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.primary:focus, .button[disabled].primary, #single-post .post-navigation .nav-links a[disabled].primary, ul.gmw-pagination li a[disabled].primary,
      ul.gmw-pagination li span[disabled].primary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].primary, div.gmw-pt-form-wrapper [disabled].primary.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].primary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].primary, .button[disabled].primary:hover, #single-post .post-navigation .nav-links a[disabled].primary:hover, ul.gmw-pagination li a[disabled].primary:hover,
      ul.gmw-pagination li span[disabled].primary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].primary:hover, div.gmw-pt-form-wrapper [disabled].primary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled].primary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].primary:hover, .button[disabled].primary:focus, #single-post .post-navigation .nav-links a[disabled].primary:focus, ul.gmw-pagination li a[disabled].primary:focus,
      ul.gmw-pagination li span[disabled].primary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].primary:focus, div.gmw-pt-form-wrapper [disabled].primary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled].primary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].primary:focus {
        background-color: #000000;
        color: #fefefe; }
    .button.disabled.secondary, #single-post .post-navigation .nav-links a.disabled.secondary, ul.gmw-pagination li a.disabled.secondary,
    ul.gmw-pagination li span.disabled.secondary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.secondary, div.gmw-pt-form-wrapper .disabled.secondary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.secondary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.secondary, .button[disabled].secondary, #single-post .post-navigation .nav-links a[disabled].secondary, ul.gmw-pagination li a[disabled].secondary,
    ul.gmw-pagination li span[disabled].secondary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].secondary, div.gmw-pt-form-wrapper [disabled].secondary.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].secondary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, #single-post .post-navigation .nav-links a.disabled.secondary, ul.gmw-pagination li a.disabled.secondary,
      ul.gmw-pagination li span.disabled.secondary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.secondary, div.gmw-pt-form-wrapper .disabled.secondary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.secondary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.secondary, .button.disabled.secondary:hover, #single-post .post-navigation .nav-links a.disabled.secondary:hover, ul.gmw-pagination li a.disabled.secondary:hover,
      ul.gmw-pagination li span.disabled.secondary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.secondary:hover, div.gmw-pt-form-wrapper .disabled.secondary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled.secondary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.secondary:hover, .button.disabled.secondary:focus, #single-post .post-navigation .nav-links a.disabled.secondary:focus, ul.gmw-pagination li a.disabled.secondary:focus,
      ul.gmw-pagination li span.disabled.secondary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.secondary:focus, div.gmw-pt-form-wrapper .disabled.secondary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled.secondary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.secondary:focus, .button[disabled].secondary, #single-post .post-navigation .nav-links a[disabled].secondary, ul.gmw-pagination li a[disabled].secondary,
      ul.gmw-pagination li span[disabled].secondary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].secondary, div.gmw-pt-form-wrapper [disabled].secondary.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].secondary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].secondary, .button[disabled].secondary:hover, #single-post .post-navigation .nav-links a[disabled].secondary:hover, ul.gmw-pagination li a[disabled].secondary:hover,
      ul.gmw-pagination li span[disabled].secondary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].secondary:hover, div.gmw-pt-form-wrapper [disabled].secondary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled].secondary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].secondary:hover, .button[disabled].secondary:focus, #single-post .post-navigation .nav-links a[disabled].secondary:focus, ul.gmw-pagination li a[disabled].secondary:focus,
      ul.gmw-pagination li span[disabled].secondary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].secondary:focus, div.gmw-pt-form-wrapper [disabled].secondary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled].secondary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].secondary:focus {
        background-color: #1d1d1d;
        color: #fefefe; }
    .button.disabled.tertiary, #single-post .post-navigation .nav-links a.disabled.tertiary, ul.gmw-pagination li a.disabled.tertiary,
    ul.gmw-pagination li span.disabled.tertiary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.tertiary, div.gmw-pt-form-wrapper .disabled.tertiary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.tertiary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.tertiary, .button[disabled].tertiary, #single-post .post-navigation .nav-links a[disabled].tertiary, ul.gmw-pagination li a[disabled].tertiary,
    ul.gmw-pagination li span[disabled].tertiary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].tertiary, div.gmw-pt-form-wrapper [disabled].tertiary.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].tertiary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].tertiary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.tertiary, #single-post .post-navigation .nav-links a.disabled.tertiary, ul.gmw-pagination li a.disabled.tertiary,
      ul.gmw-pagination li span.disabled.tertiary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.tertiary, div.gmw-pt-form-wrapper .disabled.tertiary.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.tertiary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.tertiary, .button.disabled.tertiary:hover, #single-post .post-navigation .nav-links a.disabled.tertiary:hover, ul.gmw-pagination li a.disabled.tertiary:hover,
      ul.gmw-pagination li span.disabled.tertiary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.tertiary:hover, div.gmw-pt-form-wrapper .disabled.tertiary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled.tertiary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.tertiary:hover, .button.disabled.tertiary:focus, #single-post .post-navigation .nav-links a.disabled.tertiary:focus, ul.gmw-pagination li a.disabled.tertiary:focus,
      ul.gmw-pagination li span.disabled.tertiary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.tertiary:focus, div.gmw-pt-form-wrapper .disabled.tertiary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled.tertiary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.tertiary:focus, .button[disabled].tertiary, #single-post .post-navigation .nav-links a[disabled].tertiary, ul.gmw-pagination li a[disabled].tertiary,
      ul.gmw-pagination li span[disabled].tertiary, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].tertiary, div.gmw-pt-form-wrapper [disabled].tertiary.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].tertiary, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].tertiary, .button[disabled].tertiary:hover, #single-post .post-navigation .nav-links a[disabled].tertiary:hover, ul.gmw-pagination li a[disabled].tertiary:hover,
      ul.gmw-pagination li span[disabled].tertiary:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].tertiary:hover, div.gmw-pt-form-wrapper [disabled].tertiary.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled].tertiary:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].tertiary:hover, .button[disabled].tertiary:focus, #single-post .post-navigation .nav-links a[disabled].tertiary:focus, ul.gmw-pagination li a[disabled].tertiary:focus,
      ul.gmw-pagination li span[disabled].tertiary:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].tertiary:focus, div.gmw-pt-form-wrapper [disabled].tertiary.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled].tertiary:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].tertiary:focus {
        background-color: #8b8b8b;
        color: #0a0a0a; }
    .button.disabled.success, #single-post .post-navigation .nav-links a.disabled.success, ul.gmw-pagination li a.disabled.success,
    ul.gmw-pagination li span.disabled.success, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.success, div.gmw-pt-form-wrapper .disabled.success.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.success, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.success, .button[disabled].success, #single-post .post-navigation .nav-links a[disabled].success, ul.gmw-pagination li a[disabled].success,
    ul.gmw-pagination li span[disabled].success, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].success, div.gmw-pt-form-wrapper [disabled].success.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].success, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, #single-post .post-navigation .nav-links a.disabled.success, ul.gmw-pagination li a.disabled.success,
      ul.gmw-pagination li span.disabled.success, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.success, div.gmw-pt-form-wrapper .disabled.success.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.success, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.success, .button.disabled.success:hover, #single-post .post-navigation .nav-links a.disabled.success:hover, ul.gmw-pagination li a.disabled.success:hover,
      ul.gmw-pagination li span.disabled.success:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.success:hover, div.gmw-pt-form-wrapper .disabled.success.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled.success:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.success:hover, .button.disabled.success:focus, #single-post .post-navigation .nav-links a.disabled.success:focus, ul.gmw-pagination li a.disabled.success:focus,
      ul.gmw-pagination li span.disabled.success:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.success:focus, div.gmw-pt-form-wrapper .disabled.success.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled.success:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.success:focus, .button[disabled].success, #single-post .post-navigation .nav-links a[disabled].success, ul.gmw-pagination li a[disabled].success,
      ul.gmw-pagination li span[disabled].success, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].success, div.gmw-pt-form-wrapper [disabled].success.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].success, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].success, .button[disabled].success:hover, #single-post .post-navigation .nav-links a[disabled].success:hover, ul.gmw-pagination li a[disabled].success:hover,
      ul.gmw-pagination li span[disabled].success:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].success:hover, div.gmw-pt-form-wrapper [disabled].success.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled].success:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].success:hover, .button[disabled].success:focus, #single-post .post-navigation .nav-links a[disabled].success:focus, ul.gmw-pagination li a[disabled].success:focus,
      ul.gmw-pagination li span[disabled].success:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].success:focus, div.gmw-pt-form-wrapper [disabled].success.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled].success:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].success:focus {
        background-color: #2ECC40;
        color: #0a0a0a; }
    .button.disabled.warning, #single-post .post-navigation .nav-links a.disabled.warning, ul.gmw-pagination li a.disabled.warning,
    ul.gmw-pagination li span.disabled.warning, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.warning, div.gmw-pt-form-wrapper .disabled.warning.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.warning, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.warning, .button[disabled].warning, #single-post .post-navigation .nav-links a[disabled].warning, ul.gmw-pagination li a[disabled].warning,
    ul.gmw-pagination li span[disabled].warning, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].warning, div.gmw-pt-form-wrapper [disabled].warning.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].warning, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, #single-post .post-navigation .nav-links a.disabled.warning, ul.gmw-pagination li a.disabled.warning,
      ul.gmw-pagination li span.disabled.warning, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.warning, div.gmw-pt-form-wrapper .disabled.warning.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.warning, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.warning, .button.disabled.warning:hover, #single-post .post-navigation .nav-links a.disabled.warning:hover, ul.gmw-pagination li a.disabled.warning:hover,
      ul.gmw-pagination li span.disabled.warning:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.warning:hover, div.gmw-pt-form-wrapper .disabled.warning.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled.warning:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.warning:hover, .button.disabled.warning:focus, #single-post .post-navigation .nav-links a.disabled.warning:focus, ul.gmw-pagination li a.disabled.warning:focus,
      ul.gmw-pagination li span.disabled.warning:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.warning:focus, div.gmw-pt-form-wrapper .disabled.warning.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled.warning:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.warning:focus, .button[disabled].warning, #single-post .post-navigation .nav-links a[disabled].warning, ul.gmw-pagination li a[disabled].warning,
      ul.gmw-pagination li span[disabled].warning, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].warning, div.gmw-pt-form-wrapper [disabled].warning.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].warning, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].warning, .button[disabled].warning:hover, #single-post .post-navigation .nav-links a[disabled].warning:hover, ul.gmw-pagination li a[disabled].warning:hover,
      ul.gmw-pagination li span[disabled].warning:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].warning:hover, div.gmw-pt-form-wrapper [disabled].warning.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled].warning:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].warning:hover, .button[disabled].warning:focus, #single-post .post-navigation .nav-links a[disabled].warning:focus, ul.gmw-pagination li a[disabled].warning:focus,
      ul.gmw-pagination li span[disabled].warning:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].warning:focus, div.gmw-pt-form-wrapper [disabled].warning.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled].warning:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].warning:focus {
        background-color: #FF851B;
        color: #0a0a0a; }
    .button.disabled.alert, #single-post .post-navigation .nav-links a.disabled.alert, ul.gmw-pagination li a.disabled.alert,
    ul.gmw-pagination li span.disabled.alert, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.alert, div.gmw-pt-form-wrapper .disabled.alert.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.alert, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.alert, .button[disabled].alert, #single-post .post-navigation .nav-links a[disabled].alert, ul.gmw-pagination li a[disabled].alert,
    ul.gmw-pagination li span[disabled].alert, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].alert, div.gmw-pt-form-wrapper [disabled].alert.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].alert, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, #single-post .post-navigation .nav-links a.disabled.alert, ul.gmw-pagination li a.disabled.alert,
      ul.gmw-pagination li span.disabled.alert, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.alert, div.gmw-pt-form-wrapper .disabled.alert.gmw-submit-wrapper, .gform_wrapper .gform_footer input.disabled.alert, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.alert, .button.disabled.alert:hover, #single-post .post-navigation .nav-links a.disabled.alert:hover, ul.gmw-pagination li a.disabled.alert:hover,
      ul.gmw-pagination li span.disabled.alert:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.alert:hover, div.gmw-pt-form-wrapper .disabled.alert.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input.disabled.alert:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.alert:hover, .button.disabled.alert:focus, #single-post .post-navigation .nav-links a.disabled.alert:focus, ul.gmw-pagination li a.disabled.alert:focus,
      ul.gmw-pagination li span.disabled.alert:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.disabled.alert:focus, div.gmw-pt-form-wrapper .disabled.alert.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input.disabled.alert:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.disabled.alert:focus, .button[disabled].alert, #single-post .post-navigation .nav-links a[disabled].alert, ul.gmw-pagination li a[disabled].alert,
      ul.gmw-pagination li span[disabled].alert, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].alert, div.gmw-pt-form-wrapper [disabled].alert.gmw-submit-wrapper, .gform_wrapper .gform_footer input[disabled].alert, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].alert, .button[disabled].alert:hover, #single-post .post-navigation .nav-links a[disabled].alert:hover, ul.gmw-pagination li a[disabled].alert:hover,
      ul.gmw-pagination li span[disabled].alert:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].alert:hover, div.gmw-pt-form-wrapper [disabled].alert.gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input[disabled].alert:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].alert:hover, .button[disabled].alert:focus, #single-post .post-navigation .nav-links a[disabled].alert:focus, ul.gmw-pagination li a[disabled].alert:focus,
      ul.gmw-pagination li span[disabled].alert:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li[disabled].alert:focus, div.gmw-pt-form-wrapper [disabled].alert.gmw-submit-wrapper:focus, .gform_wrapper .gform_footer input[disabled].alert:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button[disabled].alert:focus {
        background-color: #FF4136;
        color: #0a0a0a; }
  .button.dropdown::after, #single-post .post-navigation .nav-links a.dropdown::after, ul.gmw-pagination li a.dropdown::after,
  ul.gmw-pagination li span.dropdown::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown::after, div.gmw-pt-form-wrapper .dropdown.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, #single-post .post-navigation .nav-links a.dropdown.hollow::after, ul.gmw-pagination li a.dropdown.hollow::after,
  ul.gmw-pagination li span.dropdown.hollow::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow::after, div.gmw-pt-form-wrapper .dropdown.hollow.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow::after {
    border-top-color: #1d1d1d; }
  .button.dropdown.hollow.primary::after, #single-post .post-navigation .nav-links a.dropdown.hollow.primary::after, ul.gmw-pagination li a.dropdown.hollow.primary::after,
  ul.gmw-pagination li span.dropdown.hollow.primary::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow.primary::after, div.gmw-pt-form-wrapper .dropdown.hollow.primary.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow.primary::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow.primary::after {
    border-top-color: #000000; }
  .button.dropdown.hollow.secondary::after, #single-post .post-navigation .nav-links a.dropdown.hollow.secondary::after, ul.gmw-pagination li a.dropdown.hollow.secondary::after,
  ul.gmw-pagination li span.dropdown.hollow.secondary::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow.secondary::after, div.gmw-pt-form-wrapper .dropdown.hollow.secondary.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow.secondary::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow.secondary::after {
    border-top-color: #1d1d1d; }
  .button.dropdown.hollow.tertiary::after, #single-post .post-navigation .nav-links a.dropdown.hollow.tertiary::after, ul.gmw-pagination li a.dropdown.hollow.tertiary::after,
  ul.gmw-pagination li span.dropdown.hollow.tertiary::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow.tertiary::after, div.gmw-pt-form-wrapper .dropdown.hollow.tertiary.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow.tertiary::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow.tertiary::after {
    border-top-color: #8b8b8b; }
  .button.dropdown.hollow.success::after, #single-post .post-navigation .nav-links a.dropdown.hollow.success::after, ul.gmw-pagination li a.dropdown.hollow.success::after,
  ul.gmw-pagination li span.dropdown.hollow.success::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow.success::after, div.gmw-pt-form-wrapper .dropdown.hollow.success.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow.success::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow.success::after {
    border-top-color: #2ECC40; }
  .button.dropdown.hollow.warning::after, #single-post .post-navigation .nav-links a.dropdown.hollow.warning::after, ul.gmw-pagination li a.dropdown.hollow.warning::after,
  ul.gmw-pagination li span.dropdown.hollow.warning::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow.warning::after, div.gmw-pt-form-wrapper .dropdown.hollow.warning.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow.warning::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow.warning::after {
    border-top-color: #FF851B; }
  .button.dropdown.hollow.alert::after, #single-post .post-navigation .nav-links a.dropdown.hollow.alert::after, ul.gmw-pagination li a.dropdown.hollow.alert::after,
  ul.gmw-pagination li span.dropdown.hollow.alert::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.dropdown.hollow.alert::after, div.gmw-pt-form-wrapper .dropdown.hollow.alert.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.dropdown.hollow.alert::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.dropdown.hollow.alert::after {
    border-top-color: #FF4136; }
  .button.arrow-only::after, #single-post .post-navigation .nav-links a.arrow-only::after, ul.gmw-pagination li a.arrow-only::after,
  ul.gmw-pagination li span.arrow-only::after, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li.arrow-only::after, div.gmw-pt-form-wrapper .arrow-only.gmw-submit-wrapper::after, .gform_wrapper .gform_footer input.arrow-only::after, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #000000;
  color: #fefefe; }
  .badge.primary {
    background: #000000;
    color: #fefefe; }
  .badge.secondary {
    background: #1d1d1d;
    color: #fefefe; }
  .badge.tertiary {
    background: #8b8b8b;
    color: #0a0a0a; }
  .badge.success {
    background: #2ECC40;
    color: #0a0a0a; }
  .badge.warning {
    background: #FF851B;
    color: #0a0a0a; }
  .badge.alert {
    background: #FF4136;
    color: #0a0a0a; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #000000; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #8b8b8b;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group a, .button-group ul.gmw-pagination li a, ul.gmw-pagination li .button-group a, .button-group
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group span, .button-group div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group li, .button-group div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group .gmw-submit-wrapper, .button-group .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group input, .button-group .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child, .button-group #single-post .post-navigation .nav-links a:last-child, #single-post .post-navigation .nav-links .button-group a:last-child, .button-group ul.gmw-pagination li a:last-child, ul.gmw-pagination li .button-group a:last-child, .button-group
    ul.gmw-pagination li span:last-child,
    ul.gmw-pagination li .button-group span:last-child, .button-group div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group li:last-child, .button-group div.gmw-pt-form-wrapper .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group .gmw-submit-wrapper:last-child, .button-group .gform_wrapper .gform_footer input:last-child, .gform_wrapper .gform_footer .button-group input:last-child, .button-group .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group button:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.tiny a, .button-group.tiny ul.gmw-pagination li a, ul.gmw-pagination li .button-group.tiny a, .button-group.tiny
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.tiny span, .button-group.tiny div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.tiny li, .button-group.tiny div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.tiny .gmw-submit-wrapper, .button-group.tiny .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.tiny input, .button-group.tiny .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.tiny button {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.small a, .button-group.small ul.gmw-pagination li a, ul.gmw-pagination li .button-group.small a, .button-group.small
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.small span, .button-group.small div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.small li, .button-group.small div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.small .gmw-submit-wrapper, .button-group.small .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.small input, .button-group.small .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.small button {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.large a, .button-group.large ul.gmw-pagination li a, ul.gmw-pagination li .button-group.large a, .button-group.large
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.large span, .button-group.large div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.large li, .button-group.large div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.large .gmw-submit-wrapper, .button-group.large .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.large input, .button-group.large .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.large button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:last-child, .button-group.expanded
    ul.gmw-pagination li span:first-child:last-child,
    ul.gmw-pagination li .button-group.expanded span:first-child:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2), #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2), .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2), ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2), .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(2),
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2), .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2), div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2), .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2), div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2), .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2), .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2), .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2), .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded
    ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded
    ul.gmw-pagination li .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded #single-post .post-navigation .nav-links
    ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded div.gmw-pt-form-wrapper
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded .gform_wrapper .gform_footer
    ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span,
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded
    ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(2):last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded #single-post .post-navigation .nav-links
      ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded .gform_wrapper .gform_footer
      ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded
      ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3), #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3), .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3), ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3), .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(3),
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3), .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3), div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3), .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3), div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3), .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3), .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3), .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3), .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded
    ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded
    ul.gmw-pagination li .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded #single-post .post-navigation .nav-links
    ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded div.gmw-pt-form-wrapper
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded .gform_wrapper .gform_footer
    ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span,
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded
    ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(3):last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded #single-post .post-navigation .nav-links
      ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded .gform_wrapper .gform_footer
      ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded
      ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4), #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4), .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4), ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4), .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(4),
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4), .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4), div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4), .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4), div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4), .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4), .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4), .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4), .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded
    ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded
    ul.gmw-pagination li .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded #single-post .post-navigation .nav-links
    ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded div.gmw-pt-form-wrapper
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded .gform_wrapper .gform_footer
    ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span,
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded
    ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(4):last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded #single-post .post-navigation .nav-links
      ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded .gform_wrapper .gform_footer
      ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded
      ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5), #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5), .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5), ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5), .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(5),
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5), .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5), div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5), .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5), div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5), .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5), .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5), .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5), .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded
    ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded
    ul.gmw-pagination li .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded #single-post .post-navigation .nav-links
    ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded div.gmw-pt-form-wrapper
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded .gform_wrapper .gform_footer
    ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span,
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded
    ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(5):last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded #single-post .post-navigation .nav-links
      ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded .gform_wrapper .gform_footer
      ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded
      ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6), #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6), .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6), ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6), .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(6),
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6), .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6), div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6), .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6), div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6), .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6), .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6), .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6), .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded
    ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded
    ul.gmw-pagination li .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded #single-post .post-navigation .nav-links
    ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, #single-post .post-navigation .nav-links .button-group.expanded
    ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded div.gmw-pt-form-wrapper
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded .gform_wrapper .gform_footer
    ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span,
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded
    ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper,
    ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded
    ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
    ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button,
    ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
    ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(6):last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li #single-post .post-navigation .nav-links span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer #single-post .post-navigation .nav-links input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded ul.gmw-pagination li .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded #single-post .post-navigation .nav-links ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, #single-post .post-navigation .nav-links .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded div.gmw-pt-form-wrapper ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded .gform_wrapper .gform_footer ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded
      ul.gmw-pagination li .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded #single-post .post-navigation .nav-links
      ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, #single-post .post-navigation .nav-links .button-group.expanded
      ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination .button-group.expanded li li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded .gform_wrapper .gform_footer
      ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child,
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ span:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .button-group.expanded ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-checkbox-taxonomy-wrapper ul .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded div.gmw-pt-form-wrapper .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded #single-post .post-navigation .nav-links div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, #single-post .post-navigation .nav-links .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded ul.gmw-pagination li div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded
      ul.gmw-pagination li div.gmw-pt-form-wrapper span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child,
      ul.gmw-pagination li .button-group.expanded div.gmw-pt-form-wrapper span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer div.gmw-pt-form-wrapper input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .gmw-submit-wrapper:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded .gform_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded #single-post .post-navigation .nav-links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded #single-post .post-navigation .nav-links a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, #single-post .post-navigation .nav-links .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer #single-post .post-navigation .nav-links .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded ul.gmw-pagination li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer ul.gmw-pagination li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded
      ul.gmw-pagination li .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded
      ul.gmw-pagination li span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child,
      ul.gmw-pagination li .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer
      ul.gmw-pagination li .button-group.expanded span:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded div.gmw-pt-form-wrapper .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, div.gmw-pt-form-wrapper .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer div.gmw-pt-form-wrapper .button-group.expanded .gmw-submit-wrapper:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded input:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .button-group.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ button:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .button-group.primary #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.primary a, .button-group.primary ul.gmw-pagination li a, ul.gmw-pagination li .button-group.primary a, .button-group.primary
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.primary span, .button-group.primary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.primary li, .button-group.primary div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.primary .gmw-submit-wrapper, .button-group.primary .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.primary input, .button-group.primary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.primary button {
    background-color: #000000;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .button-group.primary a:hover, .button-group.primary ul.gmw-pagination li a:hover, ul.gmw-pagination li .button-group.primary a:hover, .button-group.primary
    ul.gmw-pagination li span:hover,
    ul.gmw-pagination li .button-group.primary span:hover, .button-group.primary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.primary li:hover, .button-group.primary div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .button-group.primary .gmw-submit-wrapper:hover, .button-group.primary .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .button-group.primary input:hover, .button-group.primary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.primary button:hover, .button-group.primary .button:focus, .button-group.primary #single-post .post-navigation .nav-links a:focus, #single-post .post-navigation .nav-links .button-group.primary a:focus, .button-group.primary ul.gmw-pagination li a:focus, ul.gmw-pagination li .button-group.primary a:focus, .button-group.primary
    ul.gmw-pagination li span:focus,
    ul.gmw-pagination li .button-group.primary span:focus, .button-group.primary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.primary li:focus, .button-group.primary div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, div.gmw-pt-form-wrapper .button-group.primary .gmw-submit-wrapper:focus, .button-group.primary .gform_wrapper .gform_footer input:focus, .gform_wrapper .gform_footer .button-group.primary input:focus, .button-group.primary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.primary button:focus {
      background-color: black;
      color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.secondary a, .button-group.secondary ul.gmw-pagination li a, ul.gmw-pagination li .button-group.secondary a, .button-group.secondary
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.secondary span, .button-group.secondary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.secondary li, .button-group.secondary div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.secondary .gmw-submit-wrapper, .button-group.secondary .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.secondary input, .button-group.secondary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.secondary button {
    background-color: #1d1d1d;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .button-group.secondary a:hover, .button-group.secondary ul.gmw-pagination li a:hover, ul.gmw-pagination li .button-group.secondary a:hover, .button-group.secondary
    ul.gmw-pagination li span:hover,
    ul.gmw-pagination li .button-group.secondary span:hover, .button-group.secondary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.secondary li:hover, .button-group.secondary div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .button-group.secondary .gmw-submit-wrapper:hover, .button-group.secondary .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .button-group.secondary input:hover, .button-group.secondary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.secondary button:hover, .button-group.secondary .button:focus, .button-group.secondary #single-post .post-navigation .nav-links a:focus, #single-post .post-navigation .nav-links .button-group.secondary a:focus, .button-group.secondary ul.gmw-pagination li a:focus, ul.gmw-pagination li .button-group.secondary a:focus, .button-group.secondary
    ul.gmw-pagination li span:focus,
    ul.gmw-pagination li .button-group.secondary span:focus, .button-group.secondary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.secondary li:focus, .button-group.secondary div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, div.gmw-pt-form-wrapper .button-group.secondary .gmw-submit-wrapper:focus, .button-group.secondary .gform_wrapper .gform_footer input:focus, .gform_wrapper .gform_footer .button-group.secondary input:focus, .button-group.secondary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.secondary button:focus {
      background-color: #171717;
      color: #fefefe; }
  .button-group.tertiary .button, .button-group.tertiary #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.tertiary a, .button-group.tertiary ul.gmw-pagination li a, ul.gmw-pagination li .button-group.tertiary a, .button-group.tertiary
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.tertiary span, .button-group.tertiary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.tertiary li, .button-group.tertiary div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.tertiary .gmw-submit-wrapper, .button-group.tertiary .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.tertiary input, .button-group.tertiary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.tertiary button {
    background-color: #8b8b8b;
    color: #0a0a0a; }
    .button-group.tertiary .button:hover, .button-group.tertiary #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .button-group.tertiary a:hover, .button-group.tertiary ul.gmw-pagination li a:hover, ul.gmw-pagination li .button-group.tertiary a:hover, .button-group.tertiary
    ul.gmw-pagination li span:hover,
    ul.gmw-pagination li .button-group.tertiary span:hover, .button-group.tertiary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.tertiary li:hover, .button-group.tertiary div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .button-group.tertiary .gmw-submit-wrapper:hover, .button-group.tertiary .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .button-group.tertiary input:hover, .button-group.tertiary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.tertiary button:hover, .button-group.tertiary .button:focus, .button-group.tertiary #single-post .post-navigation .nav-links a:focus, #single-post .post-navigation .nav-links .button-group.tertiary a:focus, .button-group.tertiary ul.gmw-pagination li a:focus, ul.gmw-pagination li .button-group.tertiary a:focus, .button-group.tertiary
    ul.gmw-pagination li span:focus,
    ul.gmw-pagination li .button-group.tertiary span:focus, .button-group.tertiary div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.tertiary li:focus, .button-group.tertiary div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, div.gmw-pt-form-wrapper .button-group.tertiary .gmw-submit-wrapper:focus, .button-group.tertiary .gform_wrapper .gform_footer input:focus, .gform_wrapper .gform_footer .button-group.tertiary input:focus, .button-group.tertiary .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.tertiary button:focus {
      background-color: #6f6f6f;
      color: #0a0a0a; }
  .button-group.success .button, .button-group.success #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.success a, .button-group.success ul.gmw-pagination li a, ul.gmw-pagination li .button-group.success a, .button-group.success
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.success span, .button-group.success div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.success li, .button-group.success div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.success .gmw-submit-wrapper, .button-group.success .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.success input, .button-group.success .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.success button {
    background-color: #2ECC40;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .button-group.success a:hover, .button-group.success ul.gmw-pagination li a:hover, ul.gmw-pagination li .button-group.success a:hover, .button-group.success
    ul.gmw-pagination li span:hover,
    ul.gmw-pagination li .button-group.success span:hover, .button-group.success div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.success li:hover, .button-group.success div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .button-group.success .gmw-submit-wrapper:hover, .button-group.success .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .button-group.success input:hover, .button-group.success .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.success button:hover, .button-group.success .button:focus, .button-group.success #single-post .post-navigation .nav-links a:focus, #single-post .post-navigation .nav-links .button-group.success a:focus, .button-group.success ul.gmw-pagination li a:focus, ul.gmw-pagination li .button-group.success a:focus, .button-group.success
    ul.gmw-pagination li span:focus,
    ul.gmw-pagination li .button-group.success span:focus, .button-group.success div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.success li:focus, .button-group.success div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, div.gmw-pt-form-wrapper .button-group.success .gmw-submit-wrapper:focus, .button-group.success .gform_wrapper .gform_footer input:focus, .gform_wrapper .gform_footer .button-group.success input:focus, .button-group.success .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.success button:focus {
      background-color: #25a333;
      color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.warning a, .button-group.warning ul.gmw-pagination li a, ul.gmw-pagination li .button-group.warning a, .button-group.warning
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.warning span, .button-group.warning div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.warning li, .button-group.warning div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.warning .gmw-submit-wrapper, .button-group.warning .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.warning input, .button-group.warning .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.warning button {
    background-color: #FF851B;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .button-group.warning a:hover, .button-group.warning ul.gmw-pagination li a:hover, ul.gmw-pagination li .button-group.warning a:hover, .button-group.warning
    ul.gmw-pagination li span:hover,
    ul.gmw-pagination li .button-group.warning span:hover, .button-group.warning div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.warning li:hover, .button-group.warning div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .button-group.warning .gmw-submit-wrapper:hover, .button-group.warning .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .button-group.warning input:hover, .button-group.warning .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.warning button:hover, .button-group.warning .button:focus, .button-group.warning #single-post .post-navigation .nav-links a:focus, #single-post .post-navigation .nav-links .button-group.warning a:focus, .button-group.warning ul.gmw-pagination li a:focus, ul.gmw-pagination li .button-group.warning a:focus, .button-group.warning
    ul.gmw-pagination li span:focus,
    ul.gmw-pagination li .button-group.warning span:focus, .button-group.warning div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.warning li:focus, .button-group.warning div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, div.gmw-pt-form-wrapper .button-group.warning .gmw-submit-wrapper:focus, .button-group.warning .gform_wrapper .gform_footer input:focus, .gform_wrapper .gform_footer .button-group.warning input:focus, .button-group.warning .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.warning button:focus {
      background-color: #e26900;
      color: #0a0a0a; }
  .button-group.alert .button, .button-group.alert #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.alert a, .button-group.alert ul.gmw-pagination li a, ul.gmw-pagination li .button-group.alert a, .button-group.alert
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.alert span, .button-group.alert div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.alert li, .button-group.alert div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.alert .gmw-submit-wrapper, .button-group.alert .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.alert input, .button-group.alert .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.alert button {
    background-color: #FF4136;
    color: #0a0a0a; }
    .button-group.alert .button:hover, .button-group.alert #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .button-group.alert a:hover, .button-group.alert ul.gmw-pagination li a:hover, ul.gmw-pagination li .button-group.alert a:hover, .button-group.alert
    ul.gmw-pagination li span:hover,
    ul.gmw-pagination li .button-group.alert span:hover, .button-group.alert div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.alert li:hover, .button-group.alert div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .button-group.alert .gmw-submit-wrapper:hover, .button-group.alert .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .button-group.alert input:hover, .button-group.alert .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.alert button:hover, .button-group.alert .button:focus, .button-group.alert #single-post .post-navigation .nav-links a:focus, #single-post .post-navigation .nav-links .button-group.alert a:focus, .button-group.alert ul.gmw-pagination li a:focus, ul.gmw-pagination li .button-group.alert a:focus, .button-group.alert
    ul.gmw-pagination li span:focus,
    ul.gmw-pagination li .button-group.alert span:focus, .button-group.alert div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:focus, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.alert li:focus, .button-group.alert div.gmw-pt-form-wrapper .gmw-submit-wrapper:focus, div.gmw-pt-form-wrapper .button-group.alert .gmw-submit-wrapper:focus, .button-group.alert .gform_wrapper .gform_footer input:focus, .gform_wrapper .gform_footer .button-group.alert input:focus, .button-group.alert .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:focus, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.alert button:focus {
      background-color: #f70e00;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.stacked a, .button-group.stacked ul.gmw-pagination li a, ul.gmw-pagination li .button-group.stacked a, .button-group.stacked
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.stacked span, .button-group.stacked div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked li, .button-group.stacked div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.stacked .gmw-submit-wrapper, .button-group.stacked .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.stacked input, .button-group.stacked .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked button, .button-group.stacked-for-small .button, .button-group.stacked-for-small #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.stacked-for-small a, .button-group.stacked-for-small ul.gmw-pagination li a, ul.gmw-pagination li .button-group.stacked-for-small a, .button-group.stacked-for-small
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.stacked-for-small span, .button-group.stacked-for-small div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-small li, .button-group.stacked-for-small div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.stacked-for-small .gmw-submit-wrapper, .button-group.stacked-for-small .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.stacked-for-small input, .button-group.stacked-for-small .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-small button, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.stacked-for-medium a, .button-group.stacked-for-medium ul.gmw-pagination li a, ul.gmw-pagination li .button-group.stacked-for-medium a, .button-group.stacked-for-medium
  ul.gmw-pagination li span,
  ul.gmw-pagination li .button-group.stacked-for-medium span, .button-group.stacked-for-medium div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-medium li, .button-group.stacked-for-medium div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.stacked-for-medium .gmw-submit-wrapper, .button-group.stacked-for-medium .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.stacked-for-medium input, .button-group.stacked-for-medium .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-medium button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked #single-post .post-navigation .nav-links a:last-child, #single-post .post-navigation .nav-links .button-group.stacked a:last-child, .button-group.stacked ul.gmw-pagination li a:last-child, ul.gmw-pagination li .button-group.stacked a:last-child, .button-group.stacked
    ul.gmw-pagination li span:last-child,
    ul.gmw-pagination li .button-group.stacked span:last-child, .button-group.stacked div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked li:last-child, .button-group.stacked div.gmw-pt-form-wrapper .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.stacked .gmw-submit-wrapper:last-child, .button-group.stacked .gform_wrapper .gform_footer input:last-child, .gform_wrapper .gform_footer .button-group.stacked input:last-child, .button-group.stacked .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small #single-post .post-navigation .nav-links a:last-child, #single-post .post-navigation .nav-links .button-group.stacked-for-small a:last-child, .button-group.stacked-for-small ul.gmw-pagination li a:last-child, ul.gmw-pagination li .button-group.stacked-for-small a:last-child, .button-group.stacked-for-small
    ul.gmw-pagination li span:last-child,
    ul.gmw-pagination li .button-group.stacked-for-small span:last-child, .button-group.stacked-for-small div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-small li:last-child, .button-group.stacked-for-small div.gmw-pt-form-wrapper .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.stacked-for-small .gmw-submit-wrapper:last-child, .button-group.stacked-for-small .gform_wrapper .gform_footer input:last-child, .gform_wrapper .gform_footer .button-group.stacked-for-small input:last-child, .button-group.stacked-for-small .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-small button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium #single-post .post-navigation .nav-links a:last-child, #single-post .post-navigation .nav-links .button-group.stacked-for-medium a:last-child, .button-group.stacked-for-medium ul.gmw-pagination li a:last-child, ul.gmw-pagination li .button-group.stacked-for-medium a:last-child, .button-group.stacked-for-medium
    ul.gmw-pagination li span:last-child,
    ul.gmw-pagination li .button-group.stacked-for-medium span:last-child, .button-group.stacked-for-medium div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:last-child, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-medium li:last-child, .button-group.stacked-for-medium div.gmw-pt-form-wrapper .gmw-submit-wrapper:last-child, div.gmw-pt-form-wrapper .button-group.stacked-for-medium .gmw-submit-wrapper:last-child, .button-group.stacked-for-medium .gform_wrapper .gform_footer input:last-child, .gform_wrapper .gform_footer .button-group.stacked-for-medium input:last-child, .button-group.stacked-for-medium .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:last-child, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-medium button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.stacked-for-small a, .button-group.stacked-for-small ul.gmw-pagination li a, ul.gmw-pagination li .button-group.stacked-for-small a, .button-group.stacked-for-small
    ul.gmw-pagination li span,
    ul.gmw-pagination li .button-group.stacked-for-small span, .button-group.stacked-for-small div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-small li, .button-group.stacked-for-small div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.stacked-for-small .gmw-submit-wrapper, .button-group.stacked-for-small .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.stacked-for-small input, .button-group.stacked-for-small .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-small button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.stacked-for-medium a, .button-group.stacked-for-medium ul.gmw-pagination li a, ul.gmw-pagination li .button-group.stacked-for-medium a, .button-group.stacked-for-medium
    ul.gmw-pagination li span,
    ul.gmw-pagination li .button-group.stacked-for-medium span, .button-group.stacked-for-medium div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-medium li, .button-group.stacked-for-medium div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.stacked-for-medium .gmw-submit-wrapper, .button-group.stacked-for-medium .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.stacked-for-medium input, .button-group.stacked-for-medium .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-medium button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .button-group.stacked-for-small.expanded a, .button-group.stacked-for-small.expanded ul.gmw-pagination li a, ul.gmw-pagination li .button-group.stacked-for-small.expanded a, .button-group.stacked-for-small.expanded
      ul.gmw-pagination li span,
      ul.gmw-pagination li .button-group.stacked-for-small.expanded span, .button-group.stacked-for-small.expanded div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .button-group.stacked-for-small.expanded li, .button-group.stacked-for-small.expanded div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .button-group.stacked-for-small.expanded .gmw-submit-wrapper, .button-group.stacked-for-small.expanded .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .button-group.stacked-for-small.expanded input, .button-group.stacked-for-small.expanded .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .button-group.stacked-for-small.expanded button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d9d9d9;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #dddddd;
    color: #0a0a0a; }
  .callout.tertiary {
    background-color: #eeeeee;
    color: #0a0a0a; }
  .callout.success {
    background-color: #dff8e2;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #ffeddd;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #ffe3e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #8b8b8b;
    -webkit-box-shadow: 0 7px 0 #8b8b8b, 0 14px 0 #8b8b8b;
            box-shadow: 0 7px 0 #8b8b8b, 0 14px 0 #8b8b8b; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #727272;
    -webkit-box-shadow: 0 7px 0 #727272, 0 14px 0 #727272;
            box-shadow: 0 7px 0 #727272, 0 14px 0 #727272; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1d1d1d transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1d1d1d transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1d1d1d; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1d1d1d transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1d1d1d transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1d1d1d; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1d1d1d transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1d1d1d transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1d1d1d; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1d1d1d transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1d1d1d; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #000000;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #2c3840; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #2c3840; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f1f1f1; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #000000;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #8b8b8b;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #8b8b8b; }
  .progress.primary .progress-meter {
    background-color: #000000; }
  .progress.secondary .progress-meter {
    background-color: #1d1d1d; }
  .progress.tertiary .progress-meter {
    background-color: #8b8b8b; }
  .progress.success .progress-meter {
    background-color: #2ECC40; }
  .progress.warning .progress-meter {
    background-color: #FF851B; }
  .progress.alert .progress-meter {
    background-color: #FF4136; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #000000; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f1f1f1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #8b8b8b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: black; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #8b8b8b;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #000000; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #f1f1f1;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #000000; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0d0d0d; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #000000; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: black; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #f1f1f1;
      color: #000000; }

.tabs-content {
  border: 1px solid #f1f1f1;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #f1f1f1;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar ul ul {
    background-color: #000000; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar div.gmw-pt-form-wrapper input.gmw-submit-wrapper, div.gmw-pt-form-wrapper .top-bar input.gmw-submit-wrapper, .top-bar .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .top-bar input {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  FoundationPress styles:
  Modify files as required. WARING: might affect theme updates
*/
.site-header {
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999999; }
  .site-header:after {
    display: block;
    content: '';
    height: 140px;
    position: absolute;
    top: -1rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 70%, transparent 90%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.1)), color-stop(90%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 70%, transparent 90%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); }
  .site-header.stuck, .site-header.none {
    background-color: #1d1d1d; }
    .site-header.stuck:after, .site-header.none:after {
      display: none; }
  .site-header.none {
    position: relative; }
  @media screen and (max-width: 39.9375em) {
    .site-header {
      background-color: #1d1d1d; }
      .site-header:after {
        display: none; } }
  .site-header .top-bar {
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding: 0 1rem; }
    .site-header .top-bar .top-bar-right {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 1rem; }
  .site-header.default {
    background-color: #1d1d1d !important;
    margin-top: 0 !important; }
  .site-header.is-stuck {
    background-color: transparent; }
    .site-header.is-stuck .top-bar .menu .home a {
      padding: 0 !important; }
  .site-header.is-at-bottom {
    background-color: #1d1d1d;
    position: fixed;
    top: 0 !important; }

@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

.off-canvas {
  background: #fefefe; }
  .off-canvas > ul.menu {
    height: 100vh;
    padding: 1rem; }
    .off-canvas > ul.menu a {
      border-bottom: none;
      color: #1d1d1d;
      font-weight: 600;
      text-transform: uppercase; }
    .off-canvas > ul.menu li.button, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .off-canvas > ul.menu li, .off-canvas > ul.menu div.gmw-pt-form-wrapper li.gmw-submit-wrapper, div.gmw-pt-form-wrapper .off-canvas > ul.menu li.gmw-submit-wrapper {
      border-color: #1d1d1d;
      position: absolute;
      right: 1em;
      bottom: 1em;
      left: 1em; }
    .off-canvas > ul.menu .is-accordion-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 1rem; }
  .off-canvas .menu .active > a {
    background-color: #1a1a1a; }

.title-bar {
  display: table;
  height: 65px;
  width: 100%; }
  .title-bar .menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }
  .title-bar .title-bar-title {
    display: table-cell;
    width: 80px; }
    .title-bar .title-bar-title a {
      border-bottom: none;
      font-size: 1rem;
      color: #fefefe;
      text-decoration: none; }

.top-bar .menu .home a {
  color: #fefefe;
  font-size: 1rem;
  margin: 0;
  padding: 0.75rem 0 0.75rem 0 !important; }
  .top-bar .menu .home a img {
    margin: 0; }

.top-bar .menu .button, .top-bar .menu #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .top-bar .menu a, .top-bar .menu ul.gmw-pagination li a, ul.gmw-pagination li .top-bar .menu a, .top-bar .menu
ul.gmw-pagination li span,
ul.gmw-pagination li .top-bar .menu span, .top-bar .menu div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .top-bar .menu li, .top-bar .menu div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .top-bar .menu .gmw-submit-wrapper, .top-bar .menu .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .top-bar .menu input, .top-bar .menu .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .top-bar .menu button {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0;
  padding-left: 0.5rem; }
  .top-bar .menu .button a, .top-bar .menu #single-post .post-navigation .nav-links a a, #single-post .post-navigation .nav-links .top-bar .menu a a, .top-bar .menu ul.gmw-pagination li a a, ul.gmw-pagination li .top-bar .menu a a, .top-bar .menu
  ul.gmw-pagination li span a,
  ul.gmw-pagination li .top-bar .menu span a, .top-bar .menu div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .top-bar .menu li a, .top-bar .menu div.gmw-pt-form-wrapper .gmw-submit-wrapper a, div.gmw-pt-form-wrapper .top-bar .menu .gmw-submit-wrapper a, .top-bar .menu .gform_wrapper .gform_footer input a, .gform_wrapper .gform_footer .top-bar .menu input a, .top-bar .menu .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .top-bar .menu button a {
    border: solid 2px #fefefe;
    padding: calc(0.75rem - 2px) calc(1rem - 2px) !important; }
  .top-bar .menu .button:hover, .top-bar .menu #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .top-bar .menu a:hover, .top-bar .menu ul.gmw-pagination li a:hover, ul.gmw-pagination li .top-bar .menu a:hover, .top-bar .menu
  ul.gmw-pagination li span:hover,
  ul.gmw-pagination li .top-bar .menu span:hover, .top-bar .menu div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .top-bar .menu li:hover, .top-bar .menu div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .top-bar .menu .gmw-submit-wrapper:hover, .top-bar .menu .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .top-bar .menu input:hover, .top-bar .menu .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .top-bar .menu button:hover {
    border-color: transparent; }
    .top-bar .menu .button:hover a, .top-bar .menu #single-post .post-navigation .nav-links a:hover a, #single-post .post-navigation .nav-links .top-bar .menu a:hover a, .top-bar .menu ul.gmw-pagination li a:hover a, ul.gmw-pagination li .top-bar .menu a:hover a, .top-bar .menu
    ul.gmw-pagination li span:hover a,
    ul.gmw-pagination li .top-bar .menu span:hover a, .top-bar .menu div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover a, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .top-bar .menu li:hover a, .top-bar .menu div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover a, div.gmw-pt-form-wrapper .top-bar .menu .gmw-submit-wrapper:hover a, .top-bar .menu .gform_wrapper .gform_footer input:hover a, .gform_wrapper .gform_footer .top-bar .menu input:hover a, .top-bar .menu .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover a, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .top-bar .menu button:hover a {
      background-color: #000000 !important;
      border-color: transparent !important;
      color: #fefefe; }

.top-bar .menu a {
  border: none;
  color: #fefefe;
  padding-top: 0;
  padding-bottom: 0;
  margin: 1rem 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase; }
  .top-bar .menu a:hover:not(.button):not(#single-post .post-navigation .nav-links a):not(ul.gmw-pagination li a):not(
  ul.gmw-pagination li span):not(div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li):not(div.gmw-pt-form-wrapper .gmw-submit-wrapper):not(.gform_wrapper .gform_footer input):not(.gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input):not(.gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button) {
    background-color: #000000; }

.top-bar .menu .current-menu-item > a {
  background-color: #000000; }

.top-bar .menu > li:not(.menu-text) > a {
  padding: 0.75rem 0.75rem 0.5rem 0.75rem; }

.top-bar .menu li.menu-item:hover a {
  background-color: #040404; }

.top-bar .menu.submenu li.menu-item:not(:last-child) {
  border-bottom: none; }

.top-bar .dropdown.menu .submenu {
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #1d1d1d; }
  #footer-container #footer {
    padding: 0 1rem; }
    #footer-container #footer:not(:blank) {
      padding: 1rem 0; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #footer-container #footer ul li a {
        border-bottom: none; }
    #footer-container #footer:empty {
      display: none;
      padding: 0; }
    #footer-container #footer .widget {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      padding: 3rem 1rem;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #footer-container #footer .widget {
          padding: 1.5rem 1rem; } }
      @media screen and (max-width: 39.9375em) {
        #footer-container #footer .widget {
          padding: 1rem; } }
      #footer-container #footer .widget .widget-title {
        font-size: 1.3rem;
        font-weight: 600; }
      #footer-container #footer .widget:first-of-type {
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    #footer-container #footer[data-count="1"] .widget {
      width: 100% !important; }
    #footer-container #footer[data-count="2"] .widget {
      width: 50%; }
    #footer-container #footer[data-count="3"] .widget {
      width: 33.3333%; }
    #footer-container #footer[data-count="4"] .widget {
      width: 25%; }
    #footer-container #footer[data-count="5"] .widget {
      width: 20%; }
    #footer-container #footer[data-count="6"] .widget {
      width: 16.6666%; }
    #footer-container #footer .textwidget p:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      #footer-container #footer .widget {
        width: 100% !important; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #footer-container #footer .widget {
        width: 50% !important; } }
  #footer-container .footer-bar {
    background-color: #1d1d1d;
    color: #fefefe;
    display: table;
    width: 100%; }
  #footer-container .copyright {
    display: table-cell;
    vertical-align: middle; }
    #footer-container .copyright p {
      font-size: 0.8rem;
      font-weight: 500;
      margin: 0;
      padding: 2rem 1rem;
      line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      #footer-container .copyright {
        display: table-footer-group;
        text-align: center; } }
  #footer-container .responsive-menu {
    display: inline-block;
    float: left;
    padding: 0.5rem;
    width: 65%; }
    #footer-container .responsive-menu select {
      background-color: #1d1d1d;
      border: 1px solid #2a2a2a;
      color: #fefefe;
      padding: 1rem !important;
      width: 100%; }
  #footer-container .menu {
    display: table-cell;
    float: right;
    vertical-align: middle; }
    #footer-container .menu a {
      color: #fefefe;
      border-bottom: none;
      font-size: 0.8rem;
      font-weight: 500;
      padding: 2rem 1rem;
      text-transform: uppercase; }
      #footer-container .menu a:hover {
        background-color: #000000; }
    #footer-container .menu.corp .logo a {
      padding: 1.5rem 1rem; }
      #footer-container .menu.corp .logo a img {
        height: 2rem;
        margin: 0;
        width: auto; }
    @media screen and (max-width: 39.9375em) {
      #footer-container .menu.corp {
        display: inline-block; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 2rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  .sidebar.adsites .sidebar-container {
    border: solid 2px #1d1d1d; }
    .sidebar.adsites .sidebar-container .details {
      padding: 2rem; }
      .sidebar.adsites .sidebar-container .details h4 {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase; }
      .sidebar.adsites .sidebar-container .details p {
        font-size: 1rem; }
      .sidebar.adsites .sidebar-container .details p:last-of-type {
        margin-bottom: 0; }
  .sidebar.adsites .search-back.hidden {
    display: none; }
  .sidebar.adsites .search-back .backto {
    margin-top: 2rem;
    padding: 1rem 1.5rem !important;
    width: 100%; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.sites-button {
  background: #1d1d1d;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none;
  text-transform: uppercase; }
  .sites-button:hover {
    background: #000000; }

.button, #single-post .post-navigation .nav-links a, ul.gmw-pagination li a,
ul.gmw-pagination li span, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-submit-wrapper, .gform_wrapper .gform_footer input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button {
  background-color: transparent;
  border: 2px solid #1d1d1d;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0.75rem 1rem;
  text-transform: uppercase; }
  .button:hover, #single-post .post-navigation .nav-links a:hover, ul.gmw-pagination li a:hover,
  ul.gmw-pagination li span:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, .gform_wrapper .gform_footer input:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover {
    background-color: #000000;
    border-color: #000000; }

.button-white, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .button, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign a, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign ul.gmw-pagination li a, ul.gmw-pagination li .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign a, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign
ul.gmw-pagination li span,
ul.gmw-pagination li .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign span, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign li, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .gmw-submit-wrapper, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign input, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign button {
  border: 2px solid #fefefe;
  color: #fefefe; }
  .button-white:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .button:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign #single-post .post-navigation .nav-links a:hover, #single-post .post-navigation .nav-links .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign a:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign ul.gmw-pagination li a:hover, ul.gmw-pagination li .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign a:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign
  ul.gmw-pagination li span:hover,
  ul.gmw-pagination li .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign span:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign li:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign div.gmw-pt-form-wrapper .gmw-submit-wrapper:hover, div.gmw-pt-form-wrapper .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .gmw-submit-wrapper:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .gform_wrapper .gform_footer input:hover, .gform_wrapper .gform_footer .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign input:hover, .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign button:hover {
    border-color: #000000; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

a {
  border-bottom: solid 1px; }
  a:hover {
    color: #404040; }

#kitchen-sink {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    display: table;
    content: ' '; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media print, screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        display: block;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #000000;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #page::before, #page::after {
    display: table;
    content: ' '; }
  #page::after {
    clear: both; }
  #page.page-header.default {
    margin-top: 0; }
  #page .post-item {
    margin-bottom: 3rem; }
    #page .post-item .entry-image {
      margin-bottom: 1rem; }
    #page .post-item:not(:last-child) {
      border-bottom: 0.0625rem solid #f1f1f1; }
  #page .error404 {
    padding: 1rem; }
    #page .error404 header {
      margin-bottom: 1rem; }
    #page .error404 .entry-content .error {
      margin-bottom: 1rem; }

#page-sidebar-left {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left.page-header.default {
    margin-top: 0; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-sidebar-right {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #page-sidebar-right::before, #page-sidebar-right::after {
    display: table;
    content: ' '; }
  #page-sidebar-right::after {
    clear: both; }
  #page-sidebar-right.page-header.default {
    margin-top: 0; }
  #page-sidebar-right .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-right .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-right .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-right .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-right .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-right .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-right .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-right .sidebar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-right .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-right .sidebar {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%;
        margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-right .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-right .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
  margin-bottom: 5rem; }
  #page-full-width::before, #page-full-width::after {
    display: table;
    content: ' '; }
  #page-full-width::after {
    clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #page-full-width {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 39.9375em) {
    #page-full-width {
      margin-top: 0;
      margin-bottom: 0; } }
  #page-full-width.page-header.default {
    margin-top: 0; }
  #page-full-width .main-content {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    float: none;
    margin: 0 auto !important; }
    @media print, screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 63.9375em) {
      #page-full-width .main-content {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (max-width: 63.9375em) and (min-width: 40em) {
    #page-full-width .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (max-width: 63.9375em) {
        #page-full-width .main-content:last-child:not(:first-child) {
          float: right; } }
    @media screen and (max-width: 39.9375em) {
      #page-full-width .main-content {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    #page-full-width .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (max-width: 39.9375em) {
        #page-full-width .main-content:last-child:not(:first-child) {
          float: right; } }
    #page-full-width .main-content .entry-content {
      padding: 0; }

#single-post {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #single-post::before, #single-post::after {
    display: table;
    content: ' '; }
  #single-post::after {
    clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #single-post {
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    #single-post {
      margin-top: 0;
      margin-bottom: 0;
      padding: 1rem; } }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    #single-post .main-content .entry-content {
      max-width: inherit; }
    #single-post .main-content .entry-content + .gform_wrapper {
      margin-top: 2rem !important; }
    #single-post .main-content .gform_wrapper .gform_footer {
      text-align: right; }
      #single-post .main-content .gform_wrapper .gform_footer .button, #single-post .main-content .gform_wrapper .gform_footer .post-navigation .nav-links a, #single-post .post-navigation .nav-links .main-content .gform_wrapper .gform_footer a, #single-post .main-content .gform_wrapper .gform_footer ul.gmw-pagination li a, ul.gmw-pagination li #single-post .main-content .gform_wrapper .gform_footer a, #single-post .main-content .gform_wrapper .gform_footer
      ul.gmw-pagination li span,
      ul.gmw-pagination li #single-post .main-content .gform_wrapper .gform_footer span, #single-post .main-content .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul #single-post .main-content .gform_wrapper .gform_footer li, #single-post .main-content .gform_wrapper .gform_footer div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper #single-post .main-content .gform_wrapper .gform_footer .gmw-submit-wrapper, #single-post .main-content .gform_wrapper .gform_footer input, #single-post .main-content .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input, #single-post .main-content .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button {
        margin-right: 0; }
  #single-post .post-social {
    margin-top: 2rem; }
  #single-post .post-navigation {
    margin-top: 2rem; }
  #single-post .post {
    margin-bottom: 3rem; }
    #single-post .post .entry-image {
      margin-bottom: 1rem; }

#nearby-sites {
  border-top: solid 2px #0a0a0a;
  clear: both;
  display: block;
  margin-top: 6rem; }
  #nearby-sites .grid-wrapper {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 3rem 1rem; }
    #nearby-sites .grid-wrapper::before, #nearby-sites .grid-wrapper::after {
      display: table;
      content: ' '; }
    #nearby-sites .grid-wrapper::after {
      clear: both; }
    #nearby-sites .grid-wrapper .tab-title {
      display: block;
      font-size: 1.2rem;
      font-weight: 600;
      margin-left: 0.625rem;
      padding: 1rem 3rem 0.75rem 3rem;
      position: absolute;
      top: -4rem;
      top: calc(-4rem + 6px);
      margin-bottom: 0;
      border: solid 2px #0a0a0a;
      border-bottom: solid 2px #fefefe; }
    #nearby-sites .grid-wrapper .content .locations-list {
      margin: 0;
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #nearby-sites .grid-wrapper .content .locations-list {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      #nearby-sites .grid-wrapper .content .locations-list:last-child:not(:first-child) {
        float: right; }
      #nearby-sites .grid-wrapper .content .locations-list::before, #nearby-sites .grid-wrapper .content .locations-list::after {
        display: table;
        content: ' '; }
      #nearby-sites .grid-wrapper .content .locations-list::after {
        clear: both; }
      #nearby-sites .grid-wrapper .content .locations-list .adsites {
        background-color: #1d1d1d;
        float: left;
        overflow: hidden;
        margin-bottom: 0;
        margin-right: 1.5%;
        min-height: 200px;
        position: relative;
        width: 32.333%; }
        @media screen and (max-width: 39.9375em) {
          #nearby-sites .grid-wrapper .content .locations-list .adsites {
            margin-right: 0;
            margin-bottom: 1rem;
            width: 100%; } }
        #nearby-sites .grid-wrapper .content .locations-list .adsites:last-of-type {
          margin-bottom: 0;
          margin-right: 0; }
        #nearby-sites .grid-wrapper .content .locations-list .adsites .info {
          background-color: rgba(29, 29, 29, 0.8);
          color: #fefefe;
          display: block;
          font-size: 1rem;
          padding: .5rem 1rem;
          position: absolute;
          bottom: 1rem;
          left: 1rem;
          right: 1rem;
          z-index: 9; }
          #nearby-sites .grid-wrapper .content .locations-list .adsites .info h3 {
            color: #fefefe;
            float: left;
            font-size: 0.8rem;
            font-weight: bold;
            margin-bottom: 0; }
          #nearby-sites .grid-wrapper .content .locations-list .adsites .info .distance {
            color: #fefefe;
            float: right;
            line-height: 1; }
            #nearby-sites .grid-wrapper .content .locations-list .adsites .info .distance .radius-dis {
              font-size: 0.8rem; }
        #nearby-sites .grid-wrapper .content .locations-list .adsites .featured-image {
          height: 100%;
          position: relative;
          width: 100%;
          z-index: 1; }
          #nearby-sites .grid-wrapper .content .locations-list .adsites .featured-image img {
            height: 100%;
            width: 100%; }
        #nearby-sites .grid-wrapper .content .locations-list .adsites:hover:before {
          border: 2px solid #fefefe;
          color: #fefefe;
          content: "ENQUIRE NOW";
          display: block;
          font-size: 1rem;
          font-weight: 500;
          height: 44px;
          text-align: center;
          margin: 0 auto;
          padding: 0.5rem 1rem;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 70%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #nearby-sites .grid-wrapper .content .locations-list .adsites:hover .info {
          background-color: #000000; }
        #nearby-sites .grid-wrapper .content .locations-list .adsites:hover .featured-image {
          opacity: 0.2; }
    #nearby-sites .grid-wrapper .gmw-nbl-no-results-wrapper {
      text-align: center; }
      #nearby-sites .grid-wrapper .gmw-nbl-no-results-wrapper h3 {
        font-size: 1rem;
        margin-bottom: 0; }

/*
  DANDO: Custom styles:
  Modify and add your own scss files below. Keep all new files in 'custom' folder.
*/
@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Medium.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Medium.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Medium.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Medium.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-MediumItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-MediumItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-MediumItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-MediumItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-MediumItalic.svg") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Book.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Book.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Book.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Book.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-BookItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-BookItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-BookItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-BookItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-BookItalic.svg") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Bold.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Bold.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Bold.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Bold.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-BoldItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-BoldItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-BoldItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-BoldItalic.svg") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Black.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Black.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Black.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Black.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-BlackItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-BlackItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-BlackItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-BlackItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-BlackItalic.svg") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Light.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Light.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Light.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Light.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-LightItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-LightItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-LightItali.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-LightItali.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-LightItali.svg") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-XLight.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-XLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-XLight.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-XLight.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-XLight.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-XLight.svg") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-XLightItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-XLightItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-XLightItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-XLightItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-XLightItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-XLightItalic.svg") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Thin.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Thin.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Thin.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Thin.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Thin.svg") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-ThinItalic.eot") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-ThinItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-ThinItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-ThinItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-ThinItalic.svg") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-Ultra.otf") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-Ultra.otf?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-Ultra.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-Ultra.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-Ultra.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-Ultra.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham/otf/Gotham-UltraItalic.otf") format("opentype");
  src: url("../../assets/fonts/gotham/otf/Gotham-UltraItalic.otf?#iefix") format("embedded-opentype"), url("../../assets/fonts/gotham/ttf/Gotham-UltraItalic.ttf") format("truetype"), url("../../assets/fonts/gotham/woff2/Gotham-UltraItalic.woff2") format("woff2"), url("../../assets/fonts/gotham/woff/Gotham-UltraItalic.woff") format("woff"), url("../../assets/fonts/gotham/svg/Gotham-UltraItalic.svg") format("svg");
  font-weight: 900;
  font-style: italic; }

/*
 * CUSTOM Mixins
 */
/*
 * CUSTOM Global styles & Foundation overrides
 */
p:empty {
  margin-bottom: 0; }

.entry-content p:last-of-type, .panel-content p:last-of-type {
  margin-bottom: 0; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  p {
    font-size: 0.9rem; } }

@media screen and (max-width: 39.9375em) {
  p {
    font-size: 0.8rem; } }

@media screen and (max-width: 39.9375em) {
  section.container .main-content, section.container .post-item {
    padding: 1rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.container .main-content, section.container .post-item {
    padding: 1rem 0; } }

.blocklist, .inlinelist {
  list-style: none;
  margin-left: 0; }

.blocklist > li {
  display: block; }

.inlinelist > li {
  display: inline; }

.acf-map {
  background-color: #f1f1f1;
  border: #f1f1f1 solid 1px;
  height: 400px;
  margin: 0;
  width: 100%; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.orbit {
  margin-bottom: 0; }
  .orbit .orbit-container {
    margin-bottom: 0; }
  .orbit .orbit-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0; }
  .orbit .orbit-image {
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1; }
  .orbit .orbit-overlay {
    height: 100%;
    position: relative;
    z-index: 2; }
    .orbit .orbit-overlay.dark {
      background-color: rgba(10, 10, 10, 0.3); }
    .orbit .orbit-overlay.light {
      background-color: rgba(254, 254, 254, 0.3); }
  .orbit .orbit-caption {
    background: none;
    bottom: 50%;
    color: #fefefe;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.625rem 1.875rem;
    text-align: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 3; }
    .orbit .orbit-caption .slide-caption {
      font-size: 3rem;
      line-height: 1;
      margin-left: auto;
      margin-right: auto;
      max-width: 900px; }
    .orbit .orbit-caption .slide-caption + .button, .orbit .orbit-caption #single-post .post-navigation .nav-links .slide-caption + a, #single-post .post-navigation .nav-links .orbit .orbit-caption .slide-caption + a, .orbit .orbit-caption ul.gmw-pagination li .slide-caption + a, ul.gmw-pagination li .orbit .orbit-caption .slide-caption + a, .orbit .orbit-caption
    ul.gmw-pagination li .slide-caption + span,
    ul.gmw-pagination li .orbit .orbit-caption .slide-caption + span, .orbit .orbit-caption div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .slide-caption + li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .orbit .orbit-caption .slide-caption + li, .orbit .orbit-caption div.gmw-pt-form-wrapper .slide-caption + .gmw-submit-wrapper, div.gmw-pt-form-wrapper .orbit .orbit-caption .slide-caption + .gmw-submit-wrapper, .orbit .orbit-caption .gform_wrapper .gform_footer .slide-caption + input, .gform_wrapper .gform_footer .orbit .orbit-caption .slide-caption + input, .orbit .orbit-caption .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .slide-caption + button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .orbit .orbit-caption .slide-caption + button {
      margin-top: 1em; }
    .orbit .orbit-caption .button, .orbit .orbit-caption #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .orbit .orbit-caption a, .orbit .orbit-caption ul.gmw-pagination li a, ul.gmw-pagination li .orbit .orbit-caption a, .orbit .orbit-caption
    ul.gmw-pagination li span,
    ul.gmw-pagination li .orbit .orbit-caption span, .orbit .orbit-caption div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .orbit .orbit-caption li, .orbit .orbit-caption div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .orbit .orbit-caption .gmw-submit-wrapper, .orbit .orbit-caption .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .orbit .orbit-caption input, .orbit .orbit-caption .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .orbit .orbit-caption button {
      margin-bottom: 0; }
    .orbit .orbit-caption.dark {
      color: #0a0a0a; }
      .orbit .orbit-caption.dark .slide-caption {
        color: #0a0a0a; }
    .orbit .orbit-caption.light {
      color: #fefefe; }
      .orbit .orbit-caption.light .slide-caption {
        color: #fefefe; }
    @media screen and (max-width: 39.9375em) {
      .orbit .orbit-caption {
        padding: 0.625rem 4.375rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .orbit .orbit-caption {
        padding: 0.625rem 4.375rem; } }

.social {
  margin-right: .25rem; }
  .social.facebook {
    background-color: #3b5998;
    color: #fefefe; }
    .social.facebook:hover, .social.facebook:focus {
      background-color: #2f477a;
      color: #fefefe; }
  .social.twitter {
    background-color: #55acee;
    color: #fefefe; }
    .social.twitter:hover, .social.twitter:focus {
      background-color: #1a8fe8;
      color: #fefefe; }
  .social.linkedin {
    background-color: #007bb5;
    color: #fefefe; }
    .social.linkedin:hover, .social.linkedin:focus {
      background-color: #006291;
      color: #fefefe; }
  .social.youtube {
    background-color: #bb0000;
    color: #fefefe; }
    .social.youtube:hover, .social.youtube:focus {
      background-color: #960000;
      color: #fefefe; }
  .social.instagram {
    background-color: #125688;
    color: #fefefe; }
    .social.instagram:hover, .social.instagram:focus {
      background-color: #0e456d;
      color: #fefefe; }
  .social.pinterest {
    background-color: #cb2027;
    color: #fefefe; }
    .social.pinterest:hover, .social.pinterest:focus {
      background-color: #a21a1f;
      color: #fefefe; }
  .social.google-plus {
    background-color: #dd4b39;
    color: #fefefe; }
    .social.google-plus:hover, .social.google-plus:focus {
      background-color: #be3221;
      color: #fefefe; }
  .social.github {
    background-color: #000000;
    color: #fefefe; }
    .social.github:hover, .social.github:focus {
      background-color: black;
      color: #fefefe; }
  .social.tumblr {
    background-color: #32506d;
    color: #fefefe; }
    .social.tumblr:hover, .social.tumblr:focus {
      background-color: #284057;
      color: #fefefe; }
  .social.buffer {
    background-color: #168eea;
    color: #fefefe; }
    .social.buffer:hover, .social.buffer:focus {
      background-color: #1172bc;
      color: #fefefe; }
  .social.whatsapp {
    background-color: #25d366;
    color: #fefefe; }
    .social.whatsapp:hover, .social.whatsapp:focus {
      background-color: #1ea952;
      color: #fefefe; }
  .social > .fa {
    color: #fefefe;
    margin-right: .25rem; }

/**
 * Posts Locator search results stylesheet "clean"
 */
.wppl-map-wrapper {
  margin-bottom: 10px;
  clear: both;
  width: auto; }

.gmw-posts-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .gmw-posts-wrapper::before, .gmw-posts-wrapper::after {
    display: table;
    content: ' '; }
  .gmw-posts-wrapper::after {
    clear: both; }
  .gmw-posts-wrapper .wppl-single-result {
    float: left !important;
    min-height: 200px;
    padding: 0 !important;
    margin-bottom: 1rem;
    margin-right: 2%;
    position: relative;
    -webkit-transition: all 0.3s, ease-in-out;
    transition: all 0.3s, ease-in-out;
    width: 32% !important;
    z-index: 1; }
    .gmw-posts-wrapper .wppl-single-result:nth-of-type(3n) {
      margin-right: 0; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .gmw-posts-wrapper .wppl-single-result {
        width: 48% !important; }
        .gmw-posts-wrapper .wppl-single-result:nth-of-type(3n) {
          margin-right: 2%; }
        .gmw-posts-wrapper .wppl-single-result:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 39.9375em) {
      .gmw-posts-wrapper .wppl-single-result {
        margin-right: 0;
        width: 100% !important; } }
    .gmw-posts-wrapper .wppl-single-result a {
      background-color: #1d1d1d;
      display: block;
      height: 100%;
      padding: 0;
      position: relative;
      width: 100%;
      z-index: 1; }
      .gmw-posts-wrapper .wppl-single-result a:after {
        content: attr(data-name);
        color: #fefefe;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.2;
        padding: 1rem;
        overflow: hidden;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .gmw-posts-wrapper .wppl-single-result .wppl-thumb {
      border: none;
      height: 100%;
      padding: 0;
      display: block;
      overflow: hidden;
      width: 100%;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
      .gmw-posts-wrapper .wppl-single-result .wppl-thumb img {
        height: 100%;
        width: 100%; }
    .gmw-posts-wrapper .wppl-single-result .wppl-title-holder {
      display: none;
      background-color: rgba(29, 29, 29, 0.8);
      padding: .5rem 1rem;
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      right: 1rem;
      z-index: 9; }
      .gmw-posts-wrapper .wppl-single-result .wppl-title-holder .title {
        color: #fefefe;
        float: left; }
        .gmw-posts-wrapper .wppl-single-result .wppl-title-holder .title .wppl-h2 {
          font-size: 0.8rem;
          font-weight: bold;
          margin-bottom: 0; }
      .gmw-posts-wrapper .wppl-single-result .wppl-title-holder .distance {
        color: #fefefe;
        float: right;
        line-height: 1; }
        .gmw-posts-wrapper .wppl-single-result .wppl-title-holder .distance .radius-dis {
          font-size: 0.8rem; }
    .gmw-posts-wrapper .wppl-single-result .wppl-info {
      display: inline-block;
      width: 100%;
      line-height: 17px;
      margin-top: 10px; }
    .gmw-posts-wrapper .wppl-single-result.has-post-thumbnail .wppl-title-holder {
      display: block; }
    .gmw-posts-wrapper .wppl-single-result:hover a:before {
      border: 2px solid #fefefe;
      color: #fefefe;
      content: "ENQUIRE NOW";
      display: block;
      font-size: 1rem;
      font-weight: 500;
      height: 44px;
      text-align: center;
      margin: 70px auto 0;
      padding: 0.5rem 1rem;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 70%; }
    .gmw-posts-wrapper .wppl-single-result:hover a:after {
      display: none; }
    .gmw-posts-wrapper .wppl-single-result:hover .wppl-thumb {
      opacity: 0.2; }
    .gmw-posts-wrapper .wppl-single-result:hover .wppl-title-holder {
      color: #fefefe; }

.wppl-info .wppl-info-left {
  float: left;
  width: 40%;
  border-right: 1px dashed #ccc;
  margin-right: 20px;
  margin-bottom: 10px; }

.wppl-info .wppl-info-right {
  float: left;
  width: 55%; }

.results-count-wrapper {
  border-bottom: 2px solid #0a0a0a;
  margin-bottom: 3rem; }
  .results-count-wrapper .result-count {
    font-weight: bold; }

.gmw-no-results-wrapper {
  border: solid 2px #000000;
  margin-top: 0;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .gmw-no-results-wrapper p {
    background-color: transparent;
    border: none;
    color: inherit;
    line-height: 1;
    margin: 0;
    padding: 1.05rem 1rem; }

/* pagination */
.gmw-pt-pagination-wrapper {
  font-size: 1rem;
  padding: 0;
  display: inline-block;
  width: 100%; }

ul.gmw-pagination {
  float: right;
  text-align: center;
  margin: 0px;
  list-style: none;
  padding: 0px;
  margin-top: 1rem; }
  ul.gmw-pagination li {
    display: inline-block;
    margin-left: -2px; }
  ul.gmw-pagination li a,
  ul.gmw-pagination li span {
    margin-bottom: 0; }
  ul.gmw-pagination li .current {
    background-color: #1d1d1d;
    color: #fefefe; }

/**
 * Posts Locator search form stylesheet "Horizontal-gray"
 */
div.gmw-pt-form-wrapper {
  clear: both;
  display: block;
  margin-bottom: 3rem;
  margin-top: 0;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  /* premium features */ }
  div.gmw-pt-form-wrapper::before, div.gmw-pt-form-wrapper::after {
    display: table;
    content: ' '; }
  div.gmw-pt-form-wrapper::after {
    clear: both; }
  div.gmw-pt-form-wrapper .gmw-single-taxonomy-wrapper,
  div.gmw-pt-form-wrapper .address-locator-wrapper,
  div.gmw-pt-form-wrapper .post-types-wrapper,
  div.gmw-pt-form-wrapper .gmw-submit-wrapper,
  div.gmw-pt-form-wrapper .gmw-custom-field-wrapper,
  div.gmw-pt-form-wrapper .gmw-keywords-field,
  div.gmw-pt-form-wrapper .gmw-distance-select,
  div.gmw-pt-form-wrapper .gmw-posts-dropdown {
    display: inline-block; }
  div.gmw-pt-form-wrapper .gmw-address-field-wrapper input {
    height: 54px;
    padding: 0.975rem 1rem !important; }
    @media screen and (max-width: 39.9375em) {
      div.gmw-pt-form-wrapper .gmw-address-field-wrapper input {
        padding: 0.75rem 0.5rem !important; } }
  div.gmw-pt-form-wrapper div.gmw-pt-form-wrapper select:after {
    content: "";
    display: block;
    height: 54px;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #000000; }
  div.gmw-pt-form-wrapper .gmw-dropdown-taxonomy-wrapper label,
  div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .gmw-field-label,
  div.gmw-pt-form-wrapper .gmw-custom-field-wrapper label,
  div.gmw-pt-form-wrapper .gmw-saf-wrapper label,
  div.gmw-pt-form-wrapper .gmw-address-field-wrapper label {
    clear: both;
    display: inline-block;
    font-size: 1rem;
    margin-right: 3px; }
  div.gmw-pt-form-wrapper .gmw-single-taxonomy-wrapper {
    position: absolute;
    right: 0;
    bottom: -6.3rem; }
  div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper {
    display: table;
    margin-bottom: 0 !important;
    vertical-align: top; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper span {
      display: table-cell !important;
      padding-right: 1rem;
      text-transform: uppercase;
      vertical-align: middle; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper label {
      display: table-cell;
      height: inherit;
      margin: 0;
      vertical-align: middle; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul {
      display: table-cell;
      list-style: none;
      margin: 0;
      table-layout: fixed;
      vertical-align: middle; }
      div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li {
        display: table-cell;
        border-right-width: 0px;
        margin-bottom: 0; }
        div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li input, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li label {
          display: inline-block;
          vertical-align: middle; }
        div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover {
          color: #fefefe !important; }
          div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:hover label {
            color: #fefefe !important; }
        div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li:last-of-type {
          border-right-width: 2px; }
      div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul > ul {
        display: none; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper span.label {
      font-weight: bold; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper img.gmw-checkbox-cat-icons {
      width: 22px;
      height: auto;
      border-radius: 5px;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-right: 4px;
      border: 1px solid #bbb;
      padding: 1px;
      background: #f9f9f9; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper span.cb-title {
      display: inline-block; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .category-icon-checked {
      border: 1px solid #86c1a9 !important;
      background: #fff !important; }
    div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper .gmw-single-checkbox {
      margin-bottom: 0; }
  div.gmw-pt-form-wrapper .address-locator-wrapper {
    float: left;
    position: relative;
    width: 75%;
    width: calc(100% - 3.5rem - 9rem); }
    div.gmw-pt-form-wrapper .address-locator-wrapper input {
      border-right-width: 0; }
  div.gmw-pt-form-wrapper .gmw-distance-select {
    border-right-width: 0;
    float: left;
    height: 54px;
    position: relative;
    width: 9rem; }
  div.gmw-pt-form-wrapper .gmw-no-address-error {
    border: 1px solid #fca5a5 !important; }
  div.gmw-pt-form-wrapper .gmw-locator-btn-wrapper {
    padding: 5px 0;
    position: absolute;
    right: 2px;
    height: 25px;
    width: 25px;
    top: 0px;
    cursor: pointer;
    color: #375348; }
  div.gmw-pt-form-wrapper.gmw-form-wrapper .gmw-locator-btn-within-wrapper {
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    width: initial;
    height: initial; }
  div.gmw-pt-form-wrapper .gmw-locator-btn-wrapper .gmw-locator-btn-within {
    font-size: 2rem; }
  div.gmw-pt-form-wrapper .gmw-locator-btn-wrapper img {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 20px;
    margin-left: 5px; }
  div.gmw-pt-form-wrapper .gmw-locator-btn-wrapper img.gmw-locator-btn-loader {
    max-height: 17px;
    margin-left: 3px;
    padding-top: 5px;
    position: absolute;
    top: 0; }
  div.gmw-pt-form-wrapper .gmw-submit-wrapper {
    float: left;
    height: 54px;
    margin-bottom: 0;
    padding: 1rem !important;
    padding: calc(1rem + 1px) !important;
    position: relative;
    width: 3.5rem;
    background-color: #fefefe;
    border: solid 2px #1d1d1d;
    color: #1d1d1d;
    margin-left: -1px; }
    div.gmw-pt-form-wrapper .gmw-submit-wrapper:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f002";
      font-size: 1rem; }
    div.gmw-pt-form-wrapper .gmw-submit-wrapper .gmw-submit {
      background-color: transparent;
      border: none;
      display: block;
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  div.gmw-pt-form-wrapper .gmw-submit-button, div.gmw-pt-form-wrapper .gmw-submit {
    margin-bottom: 0;
    width: 100%; }
  div.gmw-pt-form-wrapper .gmw-locator-btn-wrapper .gmw-locator-submit {
    display: inline; }
  div.gmw-pt-form-wrapper .gmw-radius-slider-wrapper {
    text-align: center;
    display: inline-block; }
    div.gmw-pt-form-wrapper .gmw-radius-slider-wrapper input {
      max-width: 60px;
      font-size: 14px; }
    div.gmw-pt-form-wrapper .gmw-radius-slider-wrapper .gmw-slider-range {
      height: 0.8em;
      border-radius: 0px; }
      div.gmw-pt-form-wrapper .gmw-radius-slider-wrapper .gmw-slider-range a {
        height: 1.3em; }
  div.gmw-pt-form-wrapper input.gmw-single-checkbox {
    margin-right: 5px; }

[data-module="adsites_search"] {
  position: relative; }
  [data-module="adsites_search"] div.gmw-pt-form-wrapper {
    background-color: rgba(10, 10, 10, 0.6);
    margin: 0 auto;
    max-width: 900px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    z-index: 9999;
    padding: 1rem;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

/* widget */
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .gmw-single-taxonomy-wrapper,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .address-locator-wrapper,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .post-types-wrapper,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .gmw-submit-wrapper,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .gmw-custom-field-wrapper,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .gmw-keywords-field,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper select {
  display: block;
  margin: 0 0px 10px 0px; }

.widget_gmw_search_form_widget div.gmw-pt-form-wrapper {
  background: none;
  padding: 0px;
  border: 0; }

.widget_gmw_search_form_widget div.gmw-pt-form-wrapper input[type="text"],
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper select,
.widget_gmw_search_form_widget div.gmw-pt-form-wrapper [type="submit"] {
  width: 100%; }

.widget_gmw_search_form_widget div.gmw-pt-form-wrapper .gmw-submit-button {
  width: 100%;
  padding: 10px 0px; }

@media screen and (max-width: 39.9375em) {
  div.gmw-pt-form-wrapper .address-locator-wrapper,
  div.gmw-pt-form-wrapper .gmw-single-taxonomy-wrapper,
  div.gmw-pt-form-wrapper .gmw-address-field-wrapper,
  div.gmw-pt-form-wrapper select,
  div.gmw-pt-form-wrapper input[type="text"],
  div.gmw-pt-form-wrapper .gmw-submit-button {
    border-right-width: 2px;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
    display: block; }
  div.gmw-pt-form-wrapper select.gmw-distance-select {
    display: inline-block;
    margin-top: -2px !important;
    width: 80% !important; }
  div.gmw-pt-form-wrapper .gmw-submit-wrapper {
    display: inline-block;
    margin-left: 0;
    margin-top: -2px !important;
    padding: 0.85rem !important;
    width: 20% !important; }
  div.gmw-pt-form-wrapper .gmw-locator-btn-wrapper {
    bottom: 5px;
    right: 8px; } }

/**
 * Posts Locator infobox stylesheet "default"
 */
.gmw-ib-template-holder {
  background: #fefefe;
  bottom: 0px;
  border: 1px solid #1d1d1d;
  -webkit-box-shadow: #e9e9e9 2px 2px 3px -1px, #e9e9e9 0px 0px 0px 1px inset;
          box-shadow: #e9e9e9 2px 2px 3px -1px, #e9e9e9 0px 0px 0px 1px inset;
  color: #777777;
  position: absolute;
  width: 280px;
  height: 200px;
  padding: 0;
  z-index: 9999999;
  overflow: visible !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gmw-ib-template-holder:before {
    content: ' ';
    border-color: #e9e9e9 transparent transparent transparent;
    border-style: solid;
    border-width: 17px;
    position: absolute;
    left: 119px;
    bottom: -35px; }
  .gmw-ib-template-holder:after {
    content: ' ';
    border-color: #1d1d1d transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
    position: absolute;
    left: 121px;
    bottom: -29px; }
  .gmw-ib-template-holder .gmw-ib-data-loader {
    position: absolute;
    top: 45%;
    left: 40%; }
    .gmw-ib-template-holder .gmw-ib-data-loader img {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0px; }
  .gmw-ib-template-holder .template-content-wrapper {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative; }
    .gmw-ib-template-holder .template-content-wrapper .gmw-close-button {
      position: absolute;
      right: 5px;
      top: 5px;
      background: white;
      border-radius: 50%;
      border: 1px solid #0a0a0a;
      color: #0a0a0a;
      font-size: 1.2rem;
      cursor: pointer;
      text-decoration: none; }
    .gmw-ib-template-holder .template-content-wrapper div.address-wrapper {
      display: block; }
      .gmw-ib-template-holder .template-content-wrapper div.address-wrapper span.address {
        font-size: 12px;
        line-height: 18px;
        color: #333;
        vertical-align: top; }
    .gmw-ib-template-holder .template-content-wrapper .address-icon:before {
      font-size: 18px !important;
      float: left;
      line-height: 0.5;
      margin: 0px;
      padding: 0px;
      width: 20px; }
    .gmw-ib-template-holder .template-content-wrapper a:link,
    .gmw-ib-template-holder .template-content-wrapper a:visited {
      color: #0a0a0a; }
    .gmw-ib-template-holder .template-content-wrapper a:hover,
    .gmw-ib-template-holder .template-content-wrapper a:active {
      text-decoration: none;
      color: #555; }
    .gmw-ib-template-holder .template-content-wrapper p {
      font-size: 1rem;
      line-height: 1; }
    .gmw-ib-template-holder .template-content-wrapper h3 {
      border: none;
      background-color: #0a0a0a;
      color: #fefefe;
      font-size: 1rem;
      font-weight: 300;
      line-height: 2;
      margin: 0;
      padding-bottom: 0;
      position: absolute;
      text-transform: capitalize;
      right: 0;
      bottom: 0;
      left: 0; }
    .gmw-ib-template-holder .template-content-wrapper ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
    .gmw-ib-template-holder .template-content-wrapper .featured-image {
      text-align: center;
      width: 100%;
      overflow: hidden; }
      .gmw-ib-template-holder .template-content-wrapper .featured-image img {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        height: auto;
        width: 100%; }
    .gmw-ib-template-holder .template-content-wrapper .distance {
      font-size: 11px;
      float: right;
      color: #c94c4e;
      margin-top: -10px; }
    .gmw-ib-template-holder .template-content-wrapper a.get-directions {
      font-size: 11px;
      display: inline; }
    .gmw-ib-template-holder .template-content-wrapper .excerpt a.read-more {
      font-size: 11px; }
    .gmw-ib-template-holder .template-content-wrapper div.contact-info ul {
      clear: both;
      font-size: 12px; }
    .gmw-ib-template-holder .template-content-wrapper div.contact-info ul li {
      margin: 0px;
      padding: 0px;
      line-height: 24px; }
    .gmw-ib-template-holder .template-content-wrapper div.contact-info ul li span.label {
      color: #111; }
    .gmw-ib-template-holder .template-content-wrapper .get-directions-wrapper a#get-directions-trigger {
      font-size: 11px;
      display: inline-block; }

.gm-style .gm-style-iw {
  text-align: left; }

/**
 * search form stylesheet Gray
 * @version 1.0
 * @author Eyal Fitoussi
 */
div.gmw-map-wrapper {
  display: block;
  min-height: 500px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div.gmw-map-wrapper {
      min-height: 400px; } }
  @media screen and (max-width: 39.9375em) {
    div.gmw-map-wrapper {
      min-height: 300px; } }

div.gmaps-gmpt-compact-form-wrapper {
  width: 100%;
  z-index: 9999;
  padding: 1rem;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  div.gmaps-gmpt-compact-form-wrapper .menu-button-wrapper {
    margin: 0 auto;
    width: 25px; }
    div.gmaps-gmpt-compact-form-wrapper .menu-button-wrapper a.gmw-window-toggle {
      padding: 0px 2px;
      margin: 0px;
      border-top: 0px;
      text-decoration: none;
      -webkit-box-shadow: 0px 0.2em 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px transparent;
      box-shadow: 0px 0.2em 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px transparent; }
  div.gmaps-gmpt-compact-form-wrapper .form-top-area {
    position: relative; }
    div.gmaps-gmpt-compact-form-wrapper .form-top-area a.submit-search {
      border-left: 2px solid #0a0a0a;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      padding: 1rem;
      text-decoration: none;
      text-align: center;
      text-decoration: none;
      line-height: 1.5; }
    div.gmaps-gmpt-compact-form-wrapper .form-top-area a.gmw-drag-area-handle {
      cursor: move;
      position: absolute;
      left: 1px;
      top: 1px;
      padding: 4px 1px;
      text-decoration: none; }
  div.gmaps-gmpt-compact-form-wrapper form {
    height: 100%;
    margin: 0 auto;
    background-color: rgba(10, 10, 10, 0.6);
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem; }
    div.gmaps-gmpt-compact-form-wrapper form .gmaps-form-blocker {
      position: absolute;
      top: 0;
      left: 0;
      width: 0px;
      height: 0px; }
    div.gmaps-gmpt-compact-form-wrapper form .gmaps-form-blocker.gmaps-in-progress {
      width: 100%;
      height: 100%;
      cursor: progress; }
    div.gmaps-gmpt-compact-form-wrapper form .gmw-address-field-wrapper {
      position: relative;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 15px -5px transparent;
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 15px -5px transparent;
      -webkit-transition: box-shadow 200ms cubic-bezier(0.52, 0, 0.48, 1);
      -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0.52, 0, 0.48, 1);
      transition: -webkit-box-shadow 200ms cubic-bezier(0.52, 0, 0.48, 1);
      transition: box-shadow 200ms cubic-bezier(0.52, 0, 0.48, 1);
      transition: box-shadow 200ms cubic-bezier(0.52, 0, 0.48, 1), -webkit-box-shadow 200ms cubic-bezier(0.52, 0, 0.48, 1); }
    div.gmaps-gmpt-compact-form-wrapper form .advanced-search-wrapper {
      z-index: 0;
      -webkit-transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1);
      transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: auto;
      display: none; }
      div.gmaps-gmpt-compact-form-wrapper form .advanced-search-wrapper .post-types-wrapper span.search-all {
        font-size: 13px;
        color: #333; }
      div.gmaps-gmpt-compact-form-wrapper form .advanced-search-wrapper ul.post-types-checkboxes {
        list-style: none;
        padding: 0px;
        margin: 5px 0px 10px 0px; }
        div.gmaps-gmpt-compact-form-wrapper form .advanced-search-wrapper ul.post-types-checkboxes li {
          list-style: none;
          padding: 0px;
          margin: 0px; }
          div.gmaps-gmpt-compact-form-wrapper form .advanced-search-wrapper ul.post-types-checkboxes li label {
            font-size: 12px;
            margin-left: 3px; }
    div.gmaps-gmpt-compact-form-wrapper form .gmw-dropdown-taxonomy-wrapper label,
    div.gmaps-gmpt-compact-form-wrapper form .gmw-checkbox-taxonomy-wrapper span:first-child,
    div.gmaps-gmpt-compact-form-wrapper form .gmw-custom-field-wrapper label,
    div.gmaps-gmpt-compact-form-wrapper form .gmw-saf-wrapper label,
    div.gmaps-gmpt-compact-form-wrapper form .gmw-address-field-wrapper label {
      padding: 1px;
      text-align: center;
      display: inline-block;
      width: 100%;
      margin-bottom: 0px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    div.gmaps-gmpt-compact-form-wrapper form .gmw-submit-wrapper {
      margin-top: 5px; }
  div.gmaps-gmpt-compact-form-wrapper .gmw-taxonomies-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px; }
    div.gmaps-gmpt-compact-form-wrapper .gmw-taxonomies-wrapper label {
      display: inline-block;
      font-size: 11px;
      text-transform: capitalize; }
  div.gmaps-gmpt-compact-form-wrapper .gmw-checkbox-taxonomy-wrapper {
    margin-bottom: 10px; }
    div.gmaps-gmpt-compact-form-wrapper .gmw-checkbox-taxonomy-wrapper span {
      display: inline-block; }
    div.gmaps-gmpt-compact-form-wrapper .gmw-checkbox-taxonomy-wrapper span.label {
      font-weight: bold; }
  div.gmaps-gmpt-compact-form-wrapper input.gmw-single-checkbox {
    margin-right: 4px; }
  div.gmaps-gmpt-compact-form-wrapper .gmw-no-address-error {
    border: 1px solid #fca5a5 !important; }
  div.gmaps-gmpt-compact-form-wrapper .gmw-address-field-wrapper .gmw-locator-btn-within-wrapper {
    display: none;
    cursor: pointer; }
    div.gmaps-gmpt-compact-form-wrapper .gmw-address-field-wrapper .gmw-locator-btn-within-wrapper .gmw-locator-button::before {
      color: #b3dfc1 !important;
      font-size: 28px !important; }
    div.gmaps-gmpt-compact-form-wrapper .gmw-address-field-wrapper .gmw-locator-btn-within-wrapper img {
      -webkit-box-shadow: none;
      box-shadow: none;
      max-height: 25px;
      margin-left: 5px; }
    div.gmaps-gmpt-compact-form-wrapper .gmw-address-field-wrapper .gmw-locator-btn-within-wrapper img.gmw-locator-btn-loader {
      max-height: 17px;
      margin-left: 3px;
      padding-top: 5px; }
  div.gmaps-gmpt-compact-form-wrapper .gmaps-results-message-holder {
    padding: 2px 15px;
    color: #333;
    text-align: center;
    background: #84ed86;
    font-size: 11px;
    margin: 0;
    margin-bottom: -4px; }
  div.gmaps-gmpt-compact-form-wrapper .gmaps-results-message-holder.no-results {
    color: white;
    background: rgba(255, 15, 22, 0.84) !important; }

.pac-container {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3); }

/* widget */
.widget_gmw_search_form_widget div.gmaps-gmpt-compact-form-wrapper {
  background: none;
  padding: 0px;
  border: 0; }

/* premium features */
div.gmaps-gmpt-compact-form-wrapper .gmw-radius-slider-wrapper {
  margin-bottom: 10px;
  text-align: center; }

div.gmaps-gmpt-compact-form-wrapper .gmw-radius-slider-wrapper input {
  max-width: 60px;
  font-size: 14px; }

div.gmaps-gmpt-compact-form-wrapper .gmw-radius-slider-wrapper .gmw-slider-range {
  height: 1.0em;
  border-radius: 0px; }

div.gmaps-gmpt-compact-form-wrapper .gmw-radius-slider-wrapper .gmw-slider-range a {
  height: 1.3em; }

/** small screens **/
@media (max-width: 600px) {
  div.gmaps-gmpt-compact-form-wrapper {
    width: 100%;
    max-height: 200px;
    left: 0px !important;
    top: 0px;
    padding: 0px; }
  div.gmaps-gmpt-compact-form-wrapper form {
    max-height: 110px; }
  div.gmaps-gmpt-compact-form-wrapper .top-buttons-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5; } }

/*
 * CUSTOM Page Hero Header
 */
#header-container {
  overflow: hidden; }
  #header-container .page-header {
    height: 35vh;
    height: calc(35vh - 45px);
    margin: 0 auto;
    min-height: 420px;
    position: relative;
    text-align: center;
    z-index: 0; }
    #header-container .page-header.default {
      height: auto !important;
      min-height: auto !important; }
      #header-container .page-header.default .hero-content {
        margin-top: 15rem;
        position: relative; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          #header-container .page-header.default .hero-content {
            margin-top: 13rem; } }
        @media screen and (max-width: 39.9375em) {
          #header-container .page-header.default .hero-content {
            margin-top: 8rem; } }
      #header-container .page-header.default .description {
        display: none; }
    #header-container .page-header .hero-content {
      max-width: 75rem;
      margin: 0 auto;
      padding: 0 0.9375rem;
      position: relative;
      width: 100%;
      z-index: 3;
      left: 0;
      right: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      #header-container .page-header .hero-content .heading {
        font-weight: 600;
        margin-bottom: 0; }
        #header-container .page-header .hero-content .heading + .links {
          margin-top: 1.875rem; }
        #header-container .page-header .hero-content .heading + .video-popup {
          margin-top: 1.875rem; }
      #header-container .page-header .hero-content .subheading {
        margin-bottom: 0; }
        #header-container .page-header .hero-content .subheading + .description {
          margin-top: 0.9375rem; }
        #header-container .page-header .hero-content .subheading + .links {
          margin-top: 1.875rem; }
        #header-container .page-header .hero-content .subheading + .video-popup {
          margin-top: 0.9375rem; }
      #header-container .page-header .hero-content .description {
        margin-bottom: 0;
        max-width: 80%;
        margin: 0 auto; }
        #header-container .page-header .hero-content .description + .links {
          margin-top: 0.9375rem; }
        #header-container .page-header .hero-content .description + .video-popup {
          margin-top: 1.875rem; }
      #header-container .page-header .hero-content .heading + .description {
        margin-top: 1rem; }
      #header-container .page-header .hero-content .subheading + .description {
        margin-top: 1rem; }
      #header-container .page-header .hero-content .forms {
        background-color: rgba(10, 10, 10, 0.6);
        max-width: 900px;
        margin: 0 auto;
        padding: 2rem;
        position: relative;
        left: 0;
        right: 0;
        bottom: -10rem;
        width: 90%; }
        #header-container .page-header .hero-content .forms div.gmw-pt-form-wrapper {
          margin: 0; }
          #header-container .page-header .hero-content .forms div.gmw-pt-form-wrapper .gmw-single-taxonomy-wrapper,
          #header-container .page-header .hero-content .forms div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper {
            display: none; }
        @media screen and (max-width: 63.9375em) {
          #header-container .page-header .hero-content .forms {
            bottom: -8rem; } }
      #header-container .page-header .hero-content .links {
        margin-bottom: 0; }
        #header-container .page-header .hero-content .links .link {
          display: inline;
          margin: 0 0.3125rem; }
      #header-container .page-header .hero-content .video-popup {
        display: inline-block;
        color: #fefefe; }
      #header-container .page-header .hero-content.has-img {
        color: #fefefe; }
      #header-container .page-header .hero-content.has-video {
        color: #fefefe; }
    #header-container .page-header .hero-media {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover; }
    #header-container .page-header .hero-border::before, #header-container .page-header .hero-border::after {
      display: table;
      content: ' '; }
    #header-container .page-header .hero-border::after {
      clear: both; }
    #header-container .page-header .hero-details {
      max-width: 75rem;
      margin: 0 auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    #header-container .page-header .hero-map-single {
      height: 100%; }
      #header-container .page-header .hero-map-single .gmw-sl-wrapper {
        height: 100%;
        margin: 0;
        padding: 0; }
        #header-container .page-header .hero-map-single .gmw-sl-wrapper .gmw-sl-map-wrapper {
          border: none;
          height: 100% !important;
          padding: 0;
          margin: 0; }
      #header-container .page-header .hero-map-single .gm-style-iw .gmw-sl-address-wrapper {
        margin: 0;
        padding: .5rem;
        border: none; }
    #header-container .page-header .hero-default-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 30%, transparent 50%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(30%, transparent), color-stop(50%, transparent));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 30%, transparent 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); }
    #header-container .page-header .hero-overlay {
      background-color: rgba(10, 10, 10, 0.1);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }
    #header-container .page-header[data-overlay="default"] .hero-overlay {
      background-color: rgba(10, 10, 10, 0.2); }
    #header-container .page-header[data-overlay="default"] .hero-content {
      color: #fefefe; }
    #header-container .page-header[data-overlay="light"] .hero-overlay {
      background-color: rgba(254, 254, 254, 0.3); }
    #header-container .page-header[data-overlay="light"] .hero-content {
      color: #0a0a0a; }
    #header-container .page-header[data-overlay="light"] [data-overlay-type="vertical"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="light"] [data-overlay-type="horizontal"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.65)), to(transparent));
      background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="light"] [data-overlay-type="radial"] {
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    #header-container .page-header[data-overlay="medium"] .hero-overlay {
      background-color: rgba(10, 10, 10, 0.6); }
    #header-container .page-header[data-overlay="medium"] .hero-content {
      color: #fefefe; }
      #header-container .page-header[data-overlay="medium"] .hero-content h1 a, #header-container .page-header[data-overlay="medium"] .hero-content h2 a, #header-container .page-header[data-overlay="medium"] .hero-content p a {
        color: #fefefe !important; }
    #header-container .page-header[data-overlay="medium"] [data-overlay-type="vertical"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(140, 140, 140, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 0.65)), to(transparent));
      background: linear-gradient(to bottom, rgba(140, 140, 140, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68c8c8c', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="medium"] [data-overlay-type="horizontal"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(140, 140, 140, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(140, 140, 140, 0.65)), to(transparent));
      background: linear-gradient(to right, rgba(140, 140, 140, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68c8c8c', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="medium"] [data-overlay-type="radial"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(140, 140, 140, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(140, 140, 140, 0.65)), to(transparent));
      background: linear-gradient(to right, rgba(140, 140, 140, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68c8c8c', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="dark"] .hero-overlay {
      background-color: rgba(10, 10, 10, 0.8); }
    #header-container .page-header[data-overlay="dark"] .hero-content, #header-container .page-header[data-overlay="dark"] a {
      color: #fefefe; }
    #header-container .page-header[data-overlay="dark"] [data-overlay-type="vertical"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="dark"] [data-overlay-type="horizontal"] {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80000000',GradientType=1 );
      /* IE6-9 */ }
    #header-container .page-header[data-overlay="dark"] [data-overlay-type="radial"] {
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80000000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
  @media screen and (max-width: 39.9375em) {
    #header-container .page-header {
      height: 50vh !important;
      height: calc(50vh + 45px) !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #header-container .page-header {
      height: 50vh !important;
      height: calc(50vh + 45px) !important; } }
  @media print, screen and (min-width: 64em) {
    #header-container .page-header {
      height: 70vh !important;
      height: calc(70vh + 45px) !important; } }

#video-popup-modal {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }
  #video-popup-modal .iframe {
    display: block;
    margin: 10% auto;
    max-width: 900px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #video-popup-modal .close-button {
    right: 2rem;
    top: 3.5rem; }
  .is-reveal-open #video-popup-modal {
    display: block;
    opacity: 1; }

.page-header.gallery .orbit-container {
  z-index: 1; }

.page-header.gallery .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-header.gallery .hero-content {
  color: #fefefe; }

.page-header.image .bgimg {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.page-header.map .hero-map {
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.page-header.map .contact-details {
  background-color: #f1f1f1;
  display: block;
  max-width: 30rem;
  min-width: 300px;
  padding: 1.875rem 2.5rem;
  position: absolute;
  top: 20%;
  right: 0;
  text-align: left;
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .page-header.map .contact-details p:last-of-type {
    margin-bottom: 0; }
  .page-header.map .contact-details .address {
    max-height: 100px;
    overflow: hidden;
    padding-left: 1.875rem; }
    .page-header.map .contact-details .address .fa {
      display: block;
      float: left;
      margin-left: -1.875rem;
      margin-top: 0.3125rem; }
  .page-header.map .contact-details .fa-fw {
    width: 1.5625rem; }

.page-header.map.detail .hero-content {
  padding-right: 500px; }

.page-header.adsites .hero-map {
  height: 100% !important;
  position: relative;
  z-index: 1; }
  .page-header.adsites .hero-map .gmw-map-wrapper {
    height: 100% !important; }

.page-header.adsites .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.page-header.header-slider .orbit {
  height: 100%;
  position: relative; }
  .page-header.header-slider .orbit .orbit-container {
    height: 100%; }
  .page-header.header-slider .orbit .orbit-slide {
    z-index: 3;
    position: absolute;
    left: 0; }

.page-header.header-slider .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-header.header-slider .hero-content {
  color: #fefefe; }

.page-header.video #bgndVideo {
  height: 100%;
  position: relative;
  width: 100%; }
  .page-header.video #bgndVideo .mb_YTPBar .buttonBar {
    display: none; }

/*
 * CUSTOM Flexible Modules
 */
.module-panel {
  float: none !important;
  margin: 0;
  background-color: #fefefe;
  border-radius: 0; }
  .module-panel .panel-header {
    padding: 0 1rem; }
    .module-panel .panel-header .panel-title {
      color: #0a0a0a;
      font-weight: 600;
      margin: 0;
      padding: 0;
      text-align: center; }
    .module-panel .panel-header .panel-introduction {
      color: #0a0a0a;
      font-size: 1rem;
      text-align: center;
      max-width: 80%;
      margin: 0 auto; }
      .module-panel .panel-header .panel-introduction h2 {
        font-weight: 600; }
      .module-panel .panel-header .panel-introduction h3 small {
        color: rgba(254, 254, 254, 0.8);
        font-size: 60%;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .module-panel .panel-header .panel-introduction p:last-of-type {
        margin-bottom: 0; }
    .module-panel .panel-header .panel-title + .panel-introduction {
      padding-top: 1rem; }
  .module-panel .panel-content {
    padding: 0 1rem; }
    .module-panel .panel-content::before, .module-panel .panel-content::after {
      display: table;
      content: ' '; }
    .module-panel .panel-content::after {
      clear: both; }
  .module-panel.grid {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .module-panel.grid::before, .module-panel.grid::after {
      display: table;
      content: ' '; }
    .module-panel.grid::after {
      clear: both; }
  .module-panel.full {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .module-panel.full header, .module-panel.full footer,
    .module-panel.full .entry-content, .module-panel.full .panel-content {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto; }
  .module-panel.out {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .module-panel.margin-above {
    margin-top: 5.625rem; }
  .module-panel.margin-below {
    margin-bottom: 5.625rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .module-panel.margin-above {
      margin-top: 2.8125rem; }
    .module-panel.margin-below {
      margin-bottom: 2.8125rem; } }
  @media screen and (max-width: 39.9375em) {
    .module-panel.margin-above {
      margin-top: 0.9375rem; }
    .module-panel.margin-below {
      margin-bottom: 0.9375rem; } }
  .module-panel.col-1 .extra-content + .extra-media {
    margin-top: 0.9375rem; }
  .module-panel.col-2 section .extra-content {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2 section .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2 section .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2 section .extra-media {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2 section .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2 section .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-10-90 .extra-content {
    width: 16.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-10-90 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-10-90 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-10-90 .extra-media {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-10-90 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-10-90 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-20-80 .extra-content {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-20-80 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-20-80 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-20-80 .extra-media {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-20-80 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-20-80 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-30-70 .extra-content {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-30-70 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-30-70 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-30-70 .extra-media {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-30-70 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-30-70 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-40-60 .extra-content {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-40-60 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-40-60 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-40-60 .extra-media {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-40-60 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-40-60 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-50-50 .extra-content {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-50-50 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-50-50 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-50-50 .extra-media {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-50-50 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-50-50 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-60-40 .extra-content {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-60-40 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-60-40 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-60-40 .extra-media {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-60-40 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-60-40 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-70-30 .extra-content {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-70-30 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-70-30 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-70-30 .extra-media {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-70-30 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-70-30 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-80-20 .extra-content {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-80-20 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-80-20 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-80-20 .extra-media {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-80-20 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-80-20 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-90-10 .extra-content {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-90-10 .extra-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-90-10 .extra-content:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.r-90-10 .extra-media {
    width: 16.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .module-panel.col-2.r-90-10 .extra-media {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .module-panel.col-2.r-90-10 .extra-media:last-child:not(:first-child) {
      float: right; }
  .module-panel.col-2.float-left .extra-content {
    float: left; }
  .module-panel.col-2.float-left .extra-media {
    float: right;
    padding-right: 0 !important; }
  .module-panel.col-2.float-right .extra-content {
    float: right; }
  .module-panel.col-2.float-right .extra-media {
    float: left;
    padding-left: 0 !important; }
  @media screen and (max-width: 63.9375em) {
    .module-panel.col-2 .extra-content,
    .module-panel.col-2 .extra-media {
      display: block !important;
      padding: 0 !important;
      width: 100% !important; }
    .module-panel.col-2 .extra-content + .extra-media {
      padding-top: 1rem; } }
  .module-panel.bgimg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; }
    .module-panel.bgimg .panel-header,
    .module-panel.bgimg .panel-introduction,
    .module-panel.bgimg .panel-content {
      color: #fefefe !important; }
  .module-panel:last-of-type {
    margin-bottom: 0; }

.main-content .entry-content {
  padding: 1rem; }
  .main-content .entry-content::before, .main-content .entry-content::after {
    display: table;
    content: ' '; }
  .main-content .entry-content::after {
    clear: both; }
  @media screen and (max-width: 39.9375em) {
    .main-content .entry-content {
      padding: 0; } }

.main-content.grid .entry-content {
  max-width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 39.9375em) {
    .main-content.grid .entry-content {
      max-width: 90%; } }

.main-content.full .entry-content .gmw-posts-wrapper {
  padding: 0; }

.main-content.out .entry-content .gmw-posts-wrapper {
  padding: 0 1rem; }

.posts-panel .posts-list .post-item:not(:last-child) {
  border-bottom: 0.0625rem solid #f1f1f1; }

.posts-panel .post-item {
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 1rem; }
  .posts-panel .post-item:last-child {
    margin-bottom: 0; }
  .posts-panel .post-item .post-thumbnail {
    display: block;
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .posts-panel .post-item .post-thumbnail {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .posts-panel .post-item .post-thumbnail:last-child:not(:first-child) {
      float: right; }
    .posts-panel .post-item .post-thumbnail img {
      width: 100%;
      height: auto; }
  .posts-panel .post-item .post-text {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .posts-panel .post-item .post-text {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .posts-panel .post-item .post-text:last-child:not(:first-child) {
      float: right; }
    .posts-panel .post-item .post-text p {
      margin: 0; }
  .posts-panel .post-item .post-title {
    font-size: 1.625rem; }
  .posts-panel .post-item .post-meta {
    color: #727272;
    font-size: 0.875rem; }
  .posts-panel .post-item .meta {
    display: inline-block;
    margin-right: 0.9375rem; }
  .posts-panel .post-item .meta-icon, .posts-panel .post-item .meta-text {
    display: inline-block;
    padding-right: 0.3125rem; }
  .posts-panel .post-item .post-read-more {
    display: block;
    font-size: 0.875rem; }
    .posts-panel .post-item .post-read-more .fa {
      padding: 0 0.3125rem; }

.posts-panel .pinned-post .post-item {
  border-bottom: 0.0625rem solid #f1f1f1; }

.posts-panel .pinned-post .post-thumbnail {
  display: block;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .posts-panel .pinned-post .post-thumbnail::before, .posts-panel .pinned-post .post-thumbnail::after {
    display: table;
    content: ' '; }
  .posts-panel .pinned-post .post-thumbnail::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .posts-panel .pinned-post .post-thumbnail {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .posts-panel .pinned-post .post-thumbnail:last-child:not(:first-child) {
    float: right; }
  .posts-panel .pinned-post .post-thumbnail, .posts-panel .pinned-post .post-thumbnail:last-child {
    float: none; }
  .posts-panel .pinned-post .post-thumbnail img {
    width: 100%;
    height: auto; }

.posts-panel .pinned-post .post-text {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 0.9375rem; }
  .posts-panel .pinned-post .post-text::before, .posts-panel .pinned-post .post-text::after {
    display: table;
    content: ' '; }
  .posts-panel .pinned-post .post-text::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .posts-panel .pinned-post .post-text {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .posts-panel .pinned-post .post-text:last-child:not(:first-child) {
    float: right; }
  .posts-panel .pinned-post .post-text, .posts-panel .pinned-post .post-text:last-child {
    float: none; }

.posts-panel .panel-content .page .type-page {
  position: relative; }
  .posts-panel .panel-content .page .type-page .entry-image {
    height: 100%;
    padding: 0 !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; }
    .posts-panel .panel-content .page .type-page .entry-image img {
      display: none; }
  .posts-panel .panel-content .page .type-page .allign {
    display: table;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .posts-panel .panel-content .page .type-page .allign header {
      margin-bottom: 0 !important;
      position: relative;
      z-index: 1; }
      .posts-panel .panel-content .page .type-page .allign header h3 {
        color: #fefefe;
        font-weight: 600;
        margin-bottom: 0;
        max-height: 1.5em;
        overflow: hidden; }
        .posts-panel .panel-content .page .type-page .allign header h3 a {
          border-bottom: none; }
    .posts-panel .panel-content .page .type-page .allign .entry-content {
      position: relative;
      z-index: 1; }
      .posts-panel .panel-content .page .type-page .allign .entry-content .button, .posts-panel .panel-content .page .type-page .allign .entry-content #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .posts-panel .panel-content .page .type-page .allign .entry-content a, .posts-panel .panel-content .page .type-page .allign .entry-content ul.gmw-pagination li a, ul.gmw-pagination li .posts-panel .panel-content .page .type-page .allign .entry-content a, .posts-panel .panel-content .page .type-page .allign .entry-content
      ul.gmw-pagination li span,
      ul.gmw-pagination li .posts-panel .panel-content .page .type-page .allign .entry-content span, .posts-panel .panel-content .page .type-page .allign .entry-content div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .posts-panel .panel-content .page .type-page .allign .entry-content li, .posts-panel .panel-content .page .type-page .allign .entry-content div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .posts-panel .panel-content .page .type-page .allign .entry-content .gmw-submit-wrapper, .posts-panel .panel-content .page .type-page .allign .entry-content .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .posts-panel .panel-content .page .type-page .allign .entry-content input, .posts-panel .panel-content .page .type-page .allign .entry-content .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .posts-panel .panel-content .page .type-page .allign .entry-content button {
        margin-bottom: 0; }
    .posts-panel .panel-content .page .type-page .allign footer {
      margin-top: 1rem;
      position: relative;
      z-index: 1; }
  .posts-panel .panel-content .page .type-page.has-post-thumbnail header h3 a,
  .posts-panel .panel-content .page .type-page.has-post-thumbnail .entry-content {
    color: #fefefe; }
  .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign {
    background-color: rgba(10, 10, 10, 0.05);
    height: 100%;
    min-height: 300px;
    padding: 3rem;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign header {
      position: absolute;
      bottom: 3rem;
      top: initial;
      left: 3rem;
      right: 3rem;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign .entry-content {
      top: 100%;
      position: absolute;
      left: 3rem;
      right: 3rem;
      -webkit-transition: top 0.2s ease-in-out;
      transition: top 0.2s ease-in-out; }
    .posts-panel .panel-content .page .type-page.has-post-thumbnail .allign footer {
      bottom: -100%;
      position: absolute;
      left: 3rem;
      right: 3rem;
      -webkit-transition: bottom 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out; }
  .posts-panel .panel-content .page .type-page.has-post-thumbnail:hover .allign {
    background-color: rgba(10, 10, 10, 0.6);
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    .posts-panel .panel-content .page .type-page.has-post-thumbnail:hover .allign header {
      bottom: initial;
      top: 3rem;
      left: 3rem;
      right: 3rem;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .posts-panel .panel-content .page .type-page.has-post-thumbnail:hover .allign .entry-content {
      top: 6rem;
      left: 3rem;
      right: 3rem;
      -webkit-transition: top 0.4s ease-in-out;
      transition: top 0.4s ease-in-out; }
    .posts-panel .panel-content .page .type-page.has-post-thumbnail:hover .allign footer {
      bottom: 3rem;
      left: 3rem;
      right: 3rem;
      -webkit-transition: bottom 0.5s ease-in-out;
      transition: bottom 0.5s ease-in-out; }

.posts-panel.col-2 .panel-content .section .post-item {
  float: left;
  height: 250px;
  margin-bottom: 10px;
  width: 32.333%; }
  .posts-panel.col-2 .panel-content .section .post-item .allign {
    min-height: 250px; }
    .posts-panel.col-2 .panel-content .section .post-item .allign header {
      right: 2rem;
      bottom: 2rem;
      left: 2rem; }
    .posts-panel.col-2 .panel-content .section .post-item .allign footer {
      right: 2rem;
      left: 2rem; }
    .posts-panel.col-2 .panel-content .section .post-item .allign .entry-content {
      max-height: 70px;
      overflow: hidden;
      right: 2rem;
      bottom: 2rem;
      left: 2rem; }
    .posts-panel.col-2 .panel-content .section .post-item .allign:hover header {
      top: 2rem;
      right: 2rem;
      left: 2rem; }
    .posts-panel.col-2 .panel-content .section .post-item .allign:hover footer {
      right: 2rem;
      bottom: 2rem;
      left: 2rem; }
    .posts-panel.col-2 .panel-content .section .post-item .allign:hover .entry-content {
      top: 5rem;
      right: 2rem;
      left: 2rem; }
  .posts-panel.col-2 .panel-content .section .post-item:first-of-type {
    height: 510px;
    margin-right: 1% !important;
    margin-bottom: 0;
    width: 66.6666%; }
    .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign {
      min-height: 510px; }
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header {
        right: 3rem;
        bottom: 3rem;
        left: 3rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header h3 {
          font-size: 2rem; }
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign footer {
        right: 3rem;
        left: 3rem; }
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign .entry-content {
        bottom: -100%;
        border-top: solid 2px #fefefe;
        padding-top: 2rem;
        max-height: 110px; }
    .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign header {
      top: 3rem;
      right: 3rem;
      left: 3rem; }
    .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign footer {
      right: 3rem;
      bottom: 3rem;
      left: 3rem; }
    .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign .entry-content {
      top: 7.5rem;
      right: 3rem;
      left: 3rem; }
  .posts-panel.col-2 .panel-content .section .post-item:not(:first-of-type) .allign header h3 {
    font-size: 1.5rem; }
  .posts-panel.col-2 .panel-content .section .post-item:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .posts-panel.col-2 .panel-content .section .post-item {
      width: 49%; }
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type {
        height: 300px;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign {
          min-height: 300px; }
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header,
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign footer {
            right: 2rem;
            left: 2rem; }
            .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header h3,
            .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign footer h3 {
              font-size: 1.7rem; }
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header {
            bottom: 2rem; }
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign .entry-content {
            padding-top: 2rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign header,
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign footer,
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign .entry-content {
          left: 2rem;
          right: 2rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign header {
          top: 2rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign footer {
          bottom: 2rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign .entry-content {
          top: 6rem; }
      .posts-panel.col-2 .panel-content .section .post-item:nth-of-type(2) {
        margin-right: 2% !important; } }
  @media screen and (max-width: 39.9375em) {
    .posts-panel.col-2 .panel-content .section .post-item {
      height: 200px;
      width: 100%; }
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign,
      .posts-panel.col-2 .panel-content .section .post-item .allign {
        min-height: 200px;
        padding: 1rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header,
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign footer,
        .posts-panel.col-2 .panel-content .section .post-item .allign header,
        .posts-panel.col-2 .panel-content .section .post-item .allign footer {
          right: 1rem;
          left: 1rem; }
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header h3,
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign footer h3,
          .posts-panel.col-2 .panel-content .section .post-item .allign header h3,
          .posts-panel.col-2 .panel-content .section .post-item .allign footer h3 {
            font-size: 1.4rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign header,
        .posts-panel.col-2 .panel-content .section .post-item .allign header {
          bottom: 1rem; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign .entry-content,
        .posts-panel.col-2 .panel-content .section .post-item .allign .entry-content {
          padding-top: 1rem; }
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type {
        height: 300px;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%; }
        .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign {
          min-height: 300px; }
          .posts-panel.col-2 .panel-content .section .post-item:first-of-type .allign .entry-content {
            max-height: 260px; }
      .posts-panel.col-2 .panel-content .section .post-item:hover .allign header,
      .posts-panel.col-2 .panel-content .section .post-item:hover .allign footer,
      .posts-panel.col-2 .panel-content .section .post-item:hover .allign .entry-content, .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign header,
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign footer,
      .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign .entry-content {
        left: 1rem;
        right: 1rem; }
      .posts-panel.col-2 .panel-content .section .post-item:hover .allign header, .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign header {
        top: 1rem; }
      .posts-panel.col-2 .panel-content .section .post-item:hover .allign footer, .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign footer {
        bottom: 1rem; }
      .posts-panel.col-2 .panel-content .section .post-item:hover .allign .entry-content, .posts-panel.col-2 .panel-content .section .post-item:first-of-type:hover .allign .entry-content {
        top: 3rem; } }

.extra-media.gallery, .extra-media.slider {
  background-color: inherit;
  height: inherit;
  margin-top: 0;
  margin-bottom: 0; }

.extra-media.data .graphs {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-bottom: 0; }
  .extra-media.data .graphs::before, .extra-media.data .graphs::after {
    display: table;
    content: ' '; }
  .extra-media.data .graphs::after {
    clear: both; }
  .extra-media.data .graphs .graph {
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    width: 50%; }
    .extra-media.data .graphs .graph:before {
      display: none; }
    .extra-media.data .graphs .graph .title {
      padding: 0 1rem 1rem;
      text-align: center; }

@-webkit-keyframes fillup {
  from {
    stroke-dasharray: 0 100; } }

@keyframes fillup {
  from {
    stroke-dasharray: 0 100; } }
    .extra-media.data .graphs .graph.animate circle.circle {
      -webkit-animation: fillup 1s ease-out forwards;
              animation: fillup 1s ease-out forwards; }
  .extra-media.data .graphs[data-count="1"] .graph {
    width: 100%; }
  .extra-media.data .graphs[data-count="2"] .graph {
    width: 50%; }
    .extra-media.data .graphs[data-count="2"] .graph:nth-of-type(2n) {
      background-color: #f1f1f1; }
  .extra-media.data .graphs[data-count="3"] .graph {
    width: 33%; }
    .extra-media.data .graphs[data-count="3"] .graph:nth-of-type(1), .extra-media.data .graphs[data-count="3"] .graph:nth-of-type(3) {
      background-color: #f1f1f1; }
  .extra-media.data .graphs[data-count="4"] .graph {
    width: 50%; }
    .extra-media.data .graphs[data-count="4"] .graph:nth-of-type(1), .extra-media.data .graphs[data-count="4"] .graph:nth-of-type(4) {
      background-color: #f1f1f1; }
  .extra-media.data .graphs .svg-container {
    margin: 0 auto;
    max-width: 300px;
    padding: 2rem 2rem 1rem 2rem; }
    .extra-media.data .graphs .svg-container:after {
      content: attr(data-percent);
      position: absolute;
      width: 100%;
      left: 0;
      font-size: 2rem;
      text-align: center;
      margin-top: -2rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .extra-media.data .graphs .svg-container svg {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      .extra-media.data .graphs .svg-container svg.percentage {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .extra-media.data .graphs .svg-container circle {
      position: relative; }
      .extra-media.data .graphs .svg-container circle.circle {
        fill: transparent;
        stroke: #1d1d1d;
        stroke-location: outside;
        stroke-width: 7;
        z-index: 1; }
      .extra-media.data .graphs .svg-container circle.back {
        fill: transparent;
        stroke: #f6f6f6;
        stroke-location: inside;
        stroke-width: 7;
        z-index: 0; }
    @media screen and (max-width: 63.9375em) {
      .extra-media.data .graphs .svg-container {
        padding: 1rem 1rem 0 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .extra-media.data .graphs .svg-container:after {
        font-size: 1.5rem;
        margin-top: -2.5rem; } }

.extra-media .orbit-container {
  max-height: 500px; }

.extra-media .responsive-embed {
  margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .extra-media .responsive-embed .responsive-embed {
      padding-bottom: 75%; } }

[data-module="extra_content_media"].out .panel-content {
  padding: 0; }
  @media print, screen and (min-width: 64em) {
    [data-module="extra_content_media"].out .panel-content .extra-content span.max-width {
      display: block;
      margin: 0 auto;
      max-width: 80%;
      width: 100%; } }

[data-module="extra_content_media"] section.content {
  display: table;
  width: 100%; }
  [data-module="extra_content_media"] section.content .extra-content,
  [data-module="extra_content_media"] section.content .extra-media {
    display: table-cell;
    float: none !important;
    vertical-align: middle; }
  [data-module="extra_content_media"] section.content .extra-content {
    padding: 4rem !important; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      [data-module="extra_content_media"] section.content .extra-content {
        padding: 3rem !important; } }
    @media screen and (max-width: 39.9375em) {
      [data-module="extra_content_media"] section.content .extra-content {
        padding: 2rem !important; } }

.hero-slider.grid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.hero-slider .orbit-slide, .hero-slider .orbit-image, .hero-slider .orbit-overlay {
  max-height: 50rem; }

.content-slider .orbit-slide, .content-slider .orbit-image, .content-slider .orbit-overlay {
  max-height: 50rem; }

.menu-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }
  .menu-module li {
    display: inline;
    margin: 0 0.625rem; }

[data-module="contact_form"].full {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

[data-module="contact_form"] .panel-header {
  text-align: center; }
  [data-module="contact_form"] .panel-header .panel-introduction {
    color: #0a0a0a;
    font-size: 1rem;
    max-width: 900px;
    margin: 0 auto; }

[data-module="contact_form"] .panel-header + .panel-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#page-flexible-content .panel-content .section.post .post-item {
  margin-bottom: 1rem; }
  #page-flexible-content .panel-content .section.post .post-item:last-child {
    margin-bottom: 0; }

#page-flexible-content .post-item {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  #page-flexible-content .post-item::before, #page-flexible-content .post-item::after {
    display: table;
    content: ' '; }
  #page-flexible-content .post-item::after {
    clear: both; }
  #page-flexible-content .post-item header {
    margin-bottom: 1rem; }
  #page-flexible-content .post-item .entry-image {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-left: 0 !important; }
    @media print, screen and (min-width: 40em) {
      #page-flexible-content .post-item .entry-image {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-flexible-content .post-item .entry-image:last-child:not(:first-child) {
      float: right; }
    #page-flexible-content .post-item .entry-image img {
      height: auto;
      width: 100%; }

.type-ctas .entry-content + footer {
  margin-top: 0.625rem; }

.type-ctas footer .links {
  margin-bottom: 0; }
  .type-ctas footer .links .button, .type-ctas footer .links #single-post .post-navigation .nav-links a, #single-post .post-navigation .nav-links .type-ctas footer .links a, .type-ctas footer .links ul.gmw-pagination li a, ul.gmw-pagination li .type-ctas footer .links a, .type-ctas footer .links
  ul.gmw-pagination li span,
  ul.gmw-pagination li .type-ctas footer .links span, .type-ctas footer .links div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul li, div.gmw-pt-form-wrapper .gmw-checkbox-taxonomy-wrapper ul .type-ctas footer .links li, .type-ctas footer .links div.gmw-pt-form-wrapper .gmw-submit-wrapper, div.gmw-pt-form-wrapper .type-ctas footer .links .gmw-submit-wrapper, .type-ctas footer .links .gform_wrapper .gform_footer input, .gform_wrapper .gform_footer .type-ctas footer .links input, .type-ctas footer .links .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button, .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer .type-ctas footer .links button {
    margin-bottom: 0; }

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="name"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  font-family: "Gotham", "HelveticaNeue", "Helvetica", Arial, sans-serif;
  height: auto;
  line-height: 1 !important;
  margin: 0;
  min-height: auto !important;
  padding: 1rem !important; }
  input:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="name"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background-color: #e9e9e9;
    border: 2px solid #1d1d1d;
    color: #1d1d1d;
    outline: none; }
  @media screen and (max-width: 39.9375em) {
    input,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="name"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea {
      padding: 0.75rem 0.5rem !important; } }

input[type="submit"] {
  cursor: pointer; }

select {
  background-position: right -1rem center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto;
  margin: 0;
  padding: 1rem;
  padding-right: 2rem;
  padding-bottom: calc(1rem - 1px);
  position: relative; }
  select:focus {
    border: 2px solid #1d1d1d;
    color: #1d1d1d;
    outline: none; }
  select:disabled {
    background-color: transparent;
    cursor: not-allowed;
    color: #1d1d1d; }
  @media screen and (max-width: 39.9375em) {
    select {
      padding: 0.75rem 0.5rem !important; } }

textarea {
  height: auto !important;
  line-height: initial !important; }
  textarea.small {
    height: 54px !important; }
  textarea.medium {
    height: 108px !important; }
  textarea.large {
    height: 162px !important; }

label {
  line-height: 1; }

.gfield,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
  position: relative;
  margin-top: 2rem !important; }
  .gfield label,
  .comment-form-comment label,
  .comment-form-author label,
  .comment-form-email label {
    color: #0a0a0a;
    font-size: 0.8rem !important;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: -5px;
    left: 1 0px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .gfield label span,
    .comment-form-comment label span,
    .comment-form-author label span,
    .comment-form-email label span {
      font-size: 0.7rem;
      line-height: 0.7; }
  .gfield label + small,
  .comment-form-comment label + small,
  .comment-form-author label + small,
  .comment-form-email label + small {
    position: relative;
    top: -1em; }
  .gfield label.on,
  .comment-form-comment label.on,
  .comment-form-author label.on,
  .comment-form-email label.on {
    color: #0a0a0a; }
  .gfield label.show,
  .comment-form-comment label.show,
  .comment-form-author label.show,
  .comment-form-email label.show {
    top: -1rem;
    opacity: 1; }
  .gfield.gfield_error label,
  .gfield.gfield_error label.gfield_label,
  .comment-form-comment.gfield_error label,
  .comment-form-comment.gfield_error label.gfield_label,
  .comment-form-author.gfield_error label,
  .comment-form-author.gfield_error label.gfield_label,
  .comment-form-email.gfield_error label,
  .comment-form-email.gfield_error label.gfield_label {
    background-color: red;
    color: #fefefe;
    top: -9px;
    opacity: 1; }
    .gfield.gfield_error label span,
    .gfield.gfield_error label.gfield_label span,
    .comment-form-comment.gfield_error label span,
    .comment-form-comment.gfield_error label.gfield_label span,
    .comment-form-author.gfield_error label span,
    .comment-form-author.gfield_error label.gfield_label span,
    .comment-form-email.gfield_error label span,
    .comment-form-email.gfield_error label.gfield_label span {
      color: #fefefe; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .gfield,
    .comment-form-comment,
    .comment-form-author,
    .comment-form-email {
      margin-top: 1rem !important; } }
  @media screen and (max-width: 39.9375em) {
    .gfield,
    .comment-form-comment,
    .comment-form-author,
    .comment-form-email {
      margin-top: 0.5rem !important; } }

.select2-container .select2-selection--single {
  border: 2px solid #1d1d1d;
  border-radius: 0;
  height: auto; }

.select2-container .select2-selection__rendered {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1 !important;
  padding: 1em !important; }

.select2-container .select2-selection__arrow {
  height: 100% !important;
  width: 40px !important; }
  .select2-container .select2-selection__arrow b {
    border-color: #0a0a0a; }

.select2-container .select2-dropdown .select2-search__field {
  margin-bottom: 0; }

.select2-container .select2-results__option {
  font-size: 1rem; }
  .select2-container .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #727272;
    color: #0a0a0a; }
  .select2-container .select2-results__option[aria-selected=true] {
    background-color: #8b8b8b;
    color: #0a0a0a; }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper::before, .gform_wrapper::after {
    display: table;
    content: ' '; }
  .gform_wrapper::after {
    clear: both; }
  .gform_wrapper .gform_heading {
    margin-bottom: 0 !important; }
    .gform_wrapper .gform_heading .gform_title {
      font-size: 2.5rem;
      margin: 0; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .gform_wrapper .gform_heading .gform_title {
          font-size: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        .gform_wrapper .gform_heading .gform_title {
          font-size: 1.75rem; } }
    .gform_wrapper .gform_heading .gform_description {
      font-size: 1rem;
      margin-bottom: 1rem;
      width: 100%; }
      .gform_wrapper .gform_heading .gform_description:not(:empty) {
        margin-bottom: 1rem !important; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .gform_wrapper .gform_heading .gform_description {
          font-size: 0.9rem; } }
      @media screen and (max-width: 39.9375em) {
        .gform_wrapper .gform_heading .gform_description {
          font-size: 0.8rem; } }
    .gform_wrapper .gform_heading .gform_title + .gform_description {
      margin-top: 1rem; }
  .gform_wrapper .gform_body ul.gform_fields {
    list-style: none;
    margin: 0; }
    .gform_wrapper .gform_body ul.gform_fields li.gfield {
      padding-right: 0;
      text-align: left; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield:last-of-type {
        margin-bottom: 0; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield.hide-label .gfield_label {
        display: none; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield input {
        height: auto;
        margin-bottom: 0.5em;
        padding: 1em; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield select {
        margin-bottom: 0; }
        .gform_wrapper .gform_body ul.gform_fields li.gfield select.medium {
          width: 50%; }
        .gform_wrapper .gform_body ul.gform_fields li.gfield select.small {
          width: 33%; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label {
        max-width: inherit;
        opacity: inherit;
        position: relative;
        top: 0; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third {
        clear: none !important;
        display: inline-block;
        padding-right: 0.5em; }
        .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half input, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half input, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third input, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third input, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third input {
          margin-bottom: 0; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third {
        padding-right: 0.5em;
        width: 33.3333333333%; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third {
        padding-left: 0.5em;
        padding-right: 0; }
      @media screen and (max-width: 39.9375em) {
        .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third {
          clear: both !important;
          display: block !important;
          padding-left: 0;
          padding-right: 0;
          width: 100% !important; } }
      .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_visibility_ {
        display: none; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half + .gfield, .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third + .gfield {
        clear: both; }
  .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 1rem !important;
    text-align: right; }
    .gform_wrapper .gform_footer input {
      margin: 0 !important;
      text-align: center;
      margin-right: 0.5em; }
  .gform_wrapper div.ginput_container {
    margin-top: 0 !important; }
  .gform_wrapper.gf_custom_horizontal_wrapper {
    background-color: rgba(10, 10, 10, 0.6);
    max-width: 900px;
    margin: 0 auto !important;
    padding: 2rem; }
    .gform_wrapper.gf_custom_horizontal_wrapper .gform_heading .gform_description {
      margin: 0; }
    .gform_wrapper.gf_custom_horizontal_wrapper .gform_body {
      clear: none;
      display: inline-block;
      float: left;
      width: 80%;
      width: calc(100% - 60px); }
      .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gform_fields {
        display: table;
        table-layout: fixed;
        width: 100%; }
      .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield {
        display: table-cell;
        margin-top: 0 !important; }
        .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield input {
          margin: 0 !important; }
        .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield label {
          display: none; }
        .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield:first-of-type {
          padding-left: 0; }
      .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield + .gfield input {
        border-left: 0; }
      .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield:last-of-type input {
        border-right: 0; }
      @media screen and (max-width: 39.9375em) {
        .gform_wrapper.gf_custom_horizontal_wrapper .gform_body {
          width: 100%; }
          .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield {
            display: block;
            margin-top: -2px !important;
            width: 100%; }
            .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield + .gfield {
              border-left: 2px solid #000000; }
            .gform_wrapper.gf_custom_horizontal_wrapper .gform_body .gfield:last-of-type {
              width: 80%;
              width: calc(100% - 50px); } }
    .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer {
      clear: none;
      display: inline-block;
      float: left;
      padding: 0 !important;
      margin-top: 0 !important;
      width: 60px; }
      .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer input {
        border: solid 3px #1d1d1d;
        margin: 0 !important;
        padding: 1rem 0.5rem;
        text-align: center;
        width: 100% !important; }
      .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button {
        background-color: #fefefe !important;
        border: solid 2px #1d1d1d;
        color: #1d1d1d;
        font-size: 1rem;
        margin: 0 !important;
        padding: 1.07rem 0.5rem;
        text-align: center;
        width: 100% !important; }
        .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button:hover {
          background-color: #000000 !important; }
      @media screen and (max-width: 39.9375em) {
        .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer {
          float: right;
          height: 0;
          width: 50px; }
          .gform_wrapper.gf_custom_horizontal_wrapper .gform_footer button {
            float: right;
            height: 47px;
            padding: 0.85rem 0.5rem;
            position: relative;
            top: -47px; } }

/*# sourceMappingURL=foundation.css.map */
