@charset "UTF-8";
/*
Theme Name: Stock Gumshoe 2016
Theme URI: http://gravityswitch.com
Author: Gravity Switch
Description: Custom theme designed by Gravity Switch
Version: 0.5
License: GNU General Public License
License URI: license.txt
*/
/*!
 *  Font Awesome 4.6.3 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.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg") 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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013ΓÇô2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> VARIABLES - TABLE OF CONTENTS:
----------------------------------------------------------------
# Default font-size for site
# Breakpoints
# Animation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default font-size for site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints for site, called on in breakpoint mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animation - base settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Fonts embedded in head through Google Fonts:
----------------------------------------------------------------
# Source Sans Pro
# Khand
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> COLORS - TABLE OF CONTENTS:
----------------------------------------------------------------
# Turquoise
# Orange
# Yellow
# Tan
# Charcoal
# White
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Turquoise
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Orange
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Yellow
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tan
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Charcoal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# White
--------------------------------------------------------------*/
.color-teallighter,
.color-teallighter:focus,
.color-teallighter:hover {
  color: #87dede;
  fill: #87dede;
}
.color-teallight,
.color-teallight:focus,
.color-teallight:hover {
  color: #1ab7b7;
  fill: #1ab7b7;
}
.color-teal,
.color-teal:focus,
.color-teal:hover {
  color: #008383;
  fill: #008383;
}
/*--------------------------------------------------------------
# Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> FUNCTIONS - TABLE OF CONTENTS:
----------------------------------------------------------------
# Rem calculator
# Em calculator
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Rem calculator - Use this to convert px to rem units

> $pixels = pixel value (don't include px)
> $context = default base font size declared in _settings.variables.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# em calculator - Use this to convert px to em units

> $pixels = pixel value (don't include px)
> $context = default base font size declared in _settings.variables.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> MIXINS - TABLE OF CONTENTS:
----------------------------------------------------------------
# font-settings
# typesetting
# breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# font-settings - Use when declaring a font-family. Sets:

> font-family - required
> font-weight - required
> font-style - defaults to normal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# typesetting - Use this for setting font-size and line-height on elements. Enter pixel numbers to have them converted to responsive units. It takes three parameters:

> font-size-pixels - font-size in pixels, just include number without unit (required)
> line-height-pixels - line-height in pixels, just include number without unit (required)
> context - used to set rem units for font-size. The default value is a variable declared in _settings.variables.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# breakpoints - Use for setting breakpoints in em units. There are 7 breakpoints listed below (values listed in _settings.variables.scss). Use only what you need:

> brkpnt-xxs
> brkpnt-xs
> brkpnt-sm
> brkpnt-md
> brkpnt-lg
> brkpnt-xl
> brkpnt-xxl
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. 
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Global styles
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a:focus, a:active,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
[role=tabpanel]:focus,
[role=tabpanel]:active,
.a11y-modal:focus,
.a11y-modal:active,
.btn:focus,
.btn:active {
  outline: 0.1875rem solid #1ab7b7;
  outline-offset: -0.125rem;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  border: none;
  cursor: pointer;
}
::selection {
  background-color: #87dede;
  color: #192220;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
svg {
  overflow: visible;
}
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.container {
  max-width: 76.25rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.container--guide {
  padding: 0;
}
@media only screen and (min-width: 47.9375em) {
  .container--guide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 1.5rem;
  }
}
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}
.grid__item {
  margin: 0;
  padding: 0;
  max-width: 38rem;
}
.grid__item:after {
  display: none;
}
/* ------------------------------------------------------------ *\
	IE 11 Solution (inline-block) for its inability to support full CSS Grid awesomeness
\* ------------------------------------------------------------ */
_:-ms-lang(x),
.grid {
  display: block;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 47.9375em) {
  _:-ms-lang(x),
.grid {
    margin: 0 -0.5rem;
  }
}
_:-ms-lang(x),
.grid__item {
  display: block;
  margin-bottom: 1.75rem;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 47.9375em) {
  _:-ms-lang(x),
.grid__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.75rem 1.75rem;
    width: 45%;
  }
}
@media only screen and (min-width: 56.25em) {
  _:-ms-lang(x),
.grid__item {
    width: 30%;
  }
}
@media only screen and (min-width: 75em) {
  _:-ms-lang(x),
.grid__item {
    width: 31%;
  }
}
/*--------------------------------------------------------------
# Typesetting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TYPESETTING
----------------------------------------------------------------
Generic type settings applied globally
--------------------------------------------------------------*/
html {
  font-size: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #192220;
}
@media only screen and (min-width: 47.9375em) {
  body {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
@media print {
  body {
    color: black;
  }
}
strong {
  font-weight: 700;
}
/*--------------------------------------------------------------
# Labels
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Labels for inputs
--------------------------------------------------------------*/
.form__label {
  display: block;
  cursor: text;
}
/*--------------------------------------------------------------
# Labels for checkboxes
--------------------------------------------------------------*/
.label--checkbox {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  color: #707070;
  transition: color 0.3s ease-in-out;
}
.label--checkbox::before {
  border: 0.0625rem solid #707070;
  content: "";
  height: 1.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.625rem;
}
.label--radio {
  margin-left: 2.5rem;
  cursor: pointer;
  color: #707070;
}
.label--radio::before {
  content: "";
  position: absolute;
  border: 0.0625rem solid #707070;
  width: 1.625rem;
  height: 1.625rem;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.form__element--required .form__label:after {
  content: "*";
  color: red;
  margin-left: 4px;
}
/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General input styles
--------------------------------------------------------------*/
.form__element {
  position: relative;
}
.form__input {
  border: 0.0625rem solid #707070;
  padding: 0.75rem 1.125rem;
  color: #707070;
}
.form__input:focus {
  color: #192220;
}
/*--------------------------------------------------------------
# Input - Errors
--------------------------------------------------------------*/
.error .form__label {
  color: #d34600;
}
.error .form__input {
  border-color: #d34600;
}
.error .form__mssg {
  color: #d34600;
  background-image: url("images/ico-error.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
  margin-top: 0.25rem;
}
.gform_fields {
  margin-left: 0;
  margin-right: 0;
}
.gform_fields li {
  list-style: none !important;
  padding-left: 0;
}
.gform_fields li:before {
  display: none;
  content: none;
}
.input--full-width input, .input--full-width textarea {
  width: 100%;
}
/*
	Table of Contents
	update on Fri May 27 2016 08:03:46 GMT+0300 (FLE Daylight Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Noscroll ---------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	II.  Regions --------------------------------------
	     01. Content ----------------------------------
	     02. Footer -----------------------------------
	     03. Header -----------------------------------
	     04. Intro ------------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	III. Modules --------------------------------------
	     01. Ad ---------------------------------------
	     02. Article ----------------------------------
	         Article-primary --------------------------
	         Article-secondary ------------------------
	     03. Blockquote -------------------------------
	     04. Button -----------------------------------
	         Btn-transparent --------------------------
	         Btn-green --------------------------------
	         Btn-blue ---------------------------------
	         Btn-white --------------------------------
	         Btn-expand -------------------------------
	         Btn-menu ---------------------------------
	     05. Callout ----------------------------------
	         Callout-secondary ------------------------
	     06. Category ---------------------------------
	     07. Comment ----------------------------------
	         Comments-secondary -----------------------
	         Comments-tertiary ------------------------
	     08. Entry ------------------------------------
	     09. Form Elements ----------------------------
	         Radio ------------------------------------
	     10. Form -------------------------------------
	     11. List -------------------------------------
	         List-radios ------------------------------
	         List-updates -----------------------------
	         List-Details -----------------------------
	     12. Logo -------------------------------------
	     13. Nav --------------------------------------
	         Nav-access -------------------------------
	         Nav --------------------------------------
	         Nav-dropdown -----------------------------
	         Nav-secondary ----------------------------
	     14. Search -----------------------------------
	     15. Section ----------------------------------
	         Section-filter ---------------------------
	         Section ----------------------------------
	         Section-articles -------------------------
	         Section-messages -------------------------
	         Section-comments -------------------------
	     16. Socials ----------------------------------
	     17. Subscribe --------------------------------
	     18. Updates ----------------------------------
	     19. Widget -----------------------------------
 */
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: freight-text-pro;
  src: url("../fonts/freight-textblack-webfont.eot");
  src: url("../fonts/freight-textblack-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/freight-textblack-webfont.woff2") format("woff2"), url("fonts/freight-textblack-webfont.woff") format("woff"), url("../fonts/freight-textblack-webfont.ttf") format("truetype"), url("fonts/freight-textblack-webfont.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: freight-text-pro;
  src: url("../fonts/freight-text-bold-opentype-webfont.eot");
  src: url("../fonts/freight-text-bold-opentype-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/freight-text-bold-opentype-webfont.woff2") format("woff2"), url("fonts/freight-text-bold-opentype-webfont.woff") format("woff"), url("../fonts/freight-text-bold-opentype-webfont.ttf") format("truetype"), url("fonts/freight-text-bold-opentype-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: freight-text-pro;
  src: url("../fonts/freighttext-book-webfont.eot");
  src: url("../fonts/freighttext-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/freighttext-book-webfont.woff2") format("woff2"), url("fonts/freighttext-book-webfont.woff") format("woff"), url("../fonts/freighttext-book-webfont.ttf") format("truetype"), url("fonts/freighttext-book-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
/*  Notext  */
/*  Hidden  */
/* Noscroll*/
/*  Alignleft  */
/*  Alignright  */
/*  Disabled  */
/* Grid*/
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Ad
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
/* Article-primary */
/* Article-secondary */
/* ------------------------------------------------------------ *\
	Blockquote
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
/* Btn-transparent*/
/* Btn-green*/
/* Btn-blue*/
/* Btn-white */
/* btn-comments */
/* Btn-expand */
/* Btn-menu*/
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
/* Callout-secondary*/
/* ------------------------------------------------------------ *\
	Category
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Comment
\* ------------------------------------------------------------ */
/* Comments-secondary */
/* Comments-tertiary*/
/* ------------------------------------------------------------ *\
	Entry
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
/* Radio*/
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
/* List-radios */
/* List-updates */
/* List-Details*/
/*Nav*/
/* Nav-dropdown*/
/* Nav-secondary */
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* Section-filter */
/* Section */
/* Section-articles */
/* Section-messages */
/* Section-comments */
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Updates
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/*
#wpcomm span{
  display:none;
}
*/
/* Generated by our-stars (http://www.our-stars.com) on  Tue Apr 04 2017*/
@font-face {
  font-family: "our-stars";
  src: url("../fonts/our-stars.eot");
  src: url("../fonts/our-stars.eot?#iefix") format("embedded-opentype"), url("fonts/our-stars.woff") format("woff"), url("../fonts/our-stars.ttf") format("truetype"), url("fonts/our-stars.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Comments-secondary */
/* Comments-tertiary*/
/*
img.avatar.avatar-default {
  display: none;
}
*/
/* add a microblog formatting */
/* wp-discuz overrides */
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 320px;
  background: #fff;
  font-family: freight-text-pro, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2b2b2b;
}
body > .wrapper {
  overflow: hidden;
}
.ico-arrow-down {
  background-image: url(images/2016/sprite.png);
  background-position: -105px -75px;
  width: 7px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-arrow-left {
  background-image: url(images/2016/sprite.png);
  background-position: -23px -87px;
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-arrow-right {
  background-image: url(images/2016/sprite.png);
  background-position: -23px -103px;
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-facebook {
  background-image: url(images/2016/sprite.png);
  background-position: 0 -112px;
  width: 14px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-message {
  background-image: url(images/2016/sprite.png);
  background-position: -133px -51px;
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-search {
  background-image: url(images/2016/sprite.png);
  background-position: -49px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-search-hover {
  background-image: url(images/2016/sprite.png);
  background-position: -70px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
a {
  cursor: pointer;
  color: #32830e;
  text-decoration: underline;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #2b2b2b;
}
a:hover .ico-search {
  background-image: url(images/2016/sprite.png);
  background-position: -70px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
button {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: none;
}
button:hover .ico-search {
  background-image: url(images/2016/sprite.png);
  background-position: -70px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.hover .ico-search {
  background-image: url(images/2016/sprite.png);
  background-position: -70px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
button.hover .ico-search {
  background-image: url(images/2016/sprite.png);
  background-position: -70px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-search.hover {
  background-image: url(images/2016/sprite.png);
  background-position: -70px -87px;
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-thumb {
  background-image: url(images/2016/sprite.png);
  background-position: 0 -87px;
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-twitter {
  background-image: url(images/2016/sprite.png);
  background-position: -105px -51px;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.logo-small {
  background-image: url(images/logo-2020.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 101px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.logo {
  background-image: url(images/logo-2020.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:focus, *:active, *:click {
  outline: 2px solid #32830e;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
}
footer {
  display: block;
}
header {
  display: block;
}
hgroup {
  display: block;
}
menu {
  display: block;
}
nav {
  display: block;
}
nav ul {
  list-style: none outside none;
}
nav ol {
  list-style: none outside none;
}
section {
  display: block;
}
summary {
  display: block;
}
main {
  display: block;
}
html {
  height: 100%;
  tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  border: 0 none;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: 0 none;
}
video {
  max-width: 100%;
}
audio {
  max-width: 100%;
}
object {
  max-width: 100%;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=submit] {
  cursor: pointer;
}
input[type=button] {
  cursor: pointer;
}
input[type=reset] {
  cursor: pointer;
}
input[type=file] {
  cursor: pointer;
}
input[type=image] {
  cursor: pointer;
}
label[for] {
  cursor: pointer;
}
a[href^=tel] {
  cursor: default;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
}
button[disabled] {
  cursor: default;
}
input[disabled] {
  cursor: default;
}
textarea[disabled] {
  cursor: default;
}
select[disabled] {
  cursor: default;
}
input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=url] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5em 0.725em;
  max-width: 100%;
  border: solid 1px #2b2b2b;
}
input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
}
input[type=time] {
  -webkit-appearance: none;
  appearance: none;
}
input[type=color] {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
optgroup {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.3em;
}
table:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: freight-text-pro, sans-serif;
  font-weight: 900;
  margin: 0 0 1em 0;
  line-height: 1.25;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 42px;
  text-transform: uppercase;
}
h2 {
  font-size: 28px;
  color: #2b2b2b;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font: 700 13px "acumin-pro", acumin-pro, sans-serif;
  letter-spacing: -0.03em;
}
p {
  margin-bottom: 1.3em;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  margin-bottom: 1.3em;
}
ul:last-child {
  margin-bottom: 0;
}
ol {
  margin-bottom: 1.3em;
}
ol:last-child {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.3em;
}
dl:last-child {
  margin-bottom: 0;
}
blockquote {
  margin-bottom: 1.3em;
}
blockquote:last-child {
  margin-bottom: 0;
}
h1[class] {
  margin-bottom: 0;
}
h3[class] {
  margin-bottom: 0;
}
h4[class] {
  margin-bottom: 0;
}
h5[class] {
  margin-bottom: 0;
}
h6[class] {
  margin-bottom: 0;
}
.shell {
  max-width: 1224px;
  margin: auto;
}
.shell:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.main-inner:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.section-inner:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.footer {
  border-top: 1px solid #e5e5e5;
  font-family: freight-text-pro, sans-serif;
  padding: 47px 0;
}
.footer .shell {
  display: flex;
  justify-content: space-between;
}
.footer .col:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.footer p span {
  width: 50%;
  float: left;
  padding-right: 3%;
  line-height: 1.32;
  padding-top: 2px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.footer h4 {
  text-transform: uppercase;
  margin-bottom: 14px;
  font: 900 18px freight-text-pro, sans-serif;
}
.section-articles {
  margin-bottom: 44px;
}
.section-articles .section-content {
  border: 1px solid #ded9d4;
  padding: 40px;
}
.section-articles .section-content:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.section-articles .section-content .article-outer {
  display: none;
}
.section-articles .section-content .article-outer:nth-child(1) {
  display: block;
}
.section-articles .section-content .article-outer:nth-child(2) {
  display: block;
}
.section-articles .section-content .article-outer:nth-child(3) {
  display: block;
}
.section-articles .section-content .article-outer:nth-child(4) {
  display: block;
}
.section-articles .section-content .article-outer:last-child .article-secondary h3 {
  margin-bottom: 0.65em;
}
.section-articles .col-1of2 {
  width: 48%;
  margin-right: 4%;
}
.section-articles .col-1of2:last-child {
  margin-right: 0;
}
.section-articles .section-content.expanded .article-outer {
  display: block;
}
.section-articles .article-secondary h4 {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.section-articles .article-secondary h4 a {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.section-articles .article-secondary h4 a h3:last-child {
  margin-bottom: 0.65em;
}
.form-row:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.comment-head:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.nav-secondary ul {
  border: 3px solid #2b2b2b;
}
.nav-secondary ul:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.nav-secondary li {
  float: left;
  width: 25%;
  text-transform: uppercase;
  text-align: center;
  border-right: 3px solid #2b2b2b;
}
.nav-secondary li:last-child {
  border-right: 0;
}
.nav-secondary a {
  color: #2b2b2b;
  font: 400 11px "acumin-pro", acumin-pro, sans-serif;
  display: inline-block;
  padding: 15px 0 8px;
  transition: 0.3s;
}
.nav-secondary a:hover {
  color: #266118;
}
.nav-secondary a:hover .fa {
  color: #266118;
}
.nav-secondary span {
  display: inline-block;
  margin-top: 6px;
}
.nav-secondary .fa {
  color: #2b2b2b;
  font-size: 30px;
  display: block;
  text-align: center;
}
.nav ul:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.nav > ul {
  display: flex;
  justify-content: center;
  max-width: 1224px;
  margin: auto;
}
.nav > ul > li {
  margin-top: 32px;
  padding: 0 5%;
  border-right: 2px solid #e9e9e9;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  position: relative;
}
.nav > ul > li:first-child {
  padding-left: 0;
  flex-basis: 45%;
}
.nav > ul > li:last-child {
  border-right: none;
  width: 25%;
}
.nav > ul > li:last-child:before {
  content: "";
  left: 21px;
  background-size: 18px 18px;
  width: 21px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC41NzUiIGhlaWdodD0iMTguNCIgdmlld0JveD0iMCAwIDE4LjU3NSAxOC40Ij4KICA8cGF0aCBpZD0iUGF0aF83NSIgZGF0YS1uYW1lPSJQYXRoIDc1IiBkPSJNMzIwNS45NzIsODIuOTczYTksOSwwLDEsMCw5LjA4Nyw5QTkuMDUsOS4wNSwwLDAsMCwzMjA1Ljk3Miw4Mi45NzNabTAsLjY3NGE4LjMyNiw4LjMyNiwwLDEsMS04LjQxMyw4LjMyNkE4LjM2NCw4LjM2NCwwLDAsMSwzMjA1Ljk3Miw4My42NDdabS0uMDA4LDIuMzcyYS40MTYuNDE2LDAsMCwwLS40MDkuNDIxdi44MzZhMi42MDYsMi42MDYsMCwwLDAtMS4xMi40NzMsMi4yODksMi4yODksMCwwLDAtLjkwNywxLjY2NmwwLC4wMjdhMi4xNDksMi4xNDksMCwwLDAsLjY2NywxLjY5MywzLjc1NiwzLjc1NiwwLDAsMCwxLjQuNyw3LjQ1OCw3LjQ1OCwwLDAsMSwxLjMxLjUsMS40MjEsMS40MjEsMCwwLDEsLjcyNC44NTgsMS42NzEsMS42NzEsMCwwLDEtLjM0MiwxLjQyNCwxLjYzMSwxLjYzMSwwLDAsMS0xLjE1Mi41LDEuOTYsMS45NiwwLDAsMS0xLjI3Ny0uNCwxLjYsMS42LDAsMCwxLS42MTUtMS4yNjYuNDE2LjQxNiwwLDAsMC0uODMxLjAxN3YuMDE2YTIuNDkyLDIuNDkyLDAsMCwwLC45MywxLjg4NCwyLjY3NywyLjY3NywwLDAsMCwxLjIxMy41MzVWOTYuN2EuNDE1LjQxNSwwLDAsMCwuODMuMDE0di0uNzg1YTIuNDExLDIuNDExLDAsMCwwLDEuNTE5LS43NTksMi41NjUsMi41NjUsMCwwLDAsLjU0My0yLjE0LjQyNC40MjQsMCwwLDAtLjAxNC0uMDYxLDIuMzMzLDIuMzMzLDAsMCwwLTEuMTE5LTEuMzU4LDcuNTg4LDcuNTg4LDAsMCwwLTEuNDYzLS41NjUsMy4xOTIsMy4xOTIsMCwwLDEtMS4xLS41MzIsMS4yMTUsMS4yMTUsMCwwLDEtLjM4Ny0xLjA0NSwxLjQwNywxLjQwNywwLDAsMSwuNTcyLTEuMDU3LDEuOSwxLjksMCwwLDEsMS4xNzEtLjM0OSwxLjc1MSwxLjc1MSwwLDAsMSwxLjEyMi40MjEsMS40ODgsMS40ODgsMCwwLDEsLjQ3NCwxLjIuNDE1LjQxNSwwLDEsMCwuODMuMDE5di0uMDFhMi4zNzMsMi4zNzMsMCwwLDAtLjc0Ny0xLjgyMiwyLjUwNywyLjUwNywwLDAsMC0xLjQtLjYxNlY4Ni40NGEuNDE1LjQxNSwwLDAsMC0uNDA5LS40MjFoLS4wMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE5Ni42ODQgLTgyLjc3MykiIGZpbGw9IiMyNjYxMTgiIHN0cm9rZT0iIzI2NjExOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNCIvPgo8L3N2Zz4K");
}
.nav > ul > li:nth-last-child(2) {
  width: 35%;
}
.nav > ul > li > strong {
  font: 700 13px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  color: #2b2b2b;
  width: 100%;
}
.nav > ul > li.menu-promo .menu-promo-heading {
  color: #32830e;
}
.nav li:hover a:before {
  background: #fff;
}
.nav li:hover .nav-dropdown a:before {
  background: 0;
}
.nav li:hover > a {
  color: #32830e;
  border-color: #e5e5e5;
}
.nav li .ico-arrow-down {
  margin-left: 6px;
}
.nav li .ico-search {
  margin-right: 5px;
  margin-top: -3px;
}
.nav li.menu-item li a {
  color: #2b2b2b;
}
.nav a .ico-arrow-down {
  transition: 0.3s;
}
.nav .btn-trigger.active {
  color: #32830e;
  border-color: #e5e5e5;
}
.nav .btn-trigger.active:before {
  background: #fff;
  bottom: -2px;
}
[data-role=guest] .nav ul li {
  flex-basis: 25%;
}
.header-bar {
  font: 400 14px acumin-pro, sans-serif;
  padding: 36px 0 0px;
}
.header-bar ul {
  float: right;
  list-style: none;
}
.header-bar ul:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.header-bar:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.header-bar p {
  float: left;
}
.header-bar li {
  float: left;
}
.header-bar li a {
  color: #2b2b2b;
  padding: 0 13px;
  position: relative;
}
.header-bar li a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-bar li a:hover {
  color: #32830e;
}
.header-bar li:last-child a:before {
  background: 0;
}
.articles {
  list-style: none;
  margin-bottom: 24px;
}
.articles:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.articles h3 {
  font-weight: 700;
}
.articles .article-body {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 21px;
}
.articles + .btn-primary {
  position: relative;
  top: -30px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 320px;
  text-align: center;
}
@media (max-width: 768px) {
  .articles + .btn-primary {
    width: 100%;
  }
}
.list-details li {
  margin-bottom: 11px;
}
.list-details li:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.list-details strong {
  float: left;
  width: 20%;
}
.list-details span {
  float: left;
  width: 80%;
}
.widgets {
  list-style: none outside none;
  padding-bottom: 0px;
}
.widgets:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
[hidden] {
  display: none;
}
.hidden {
  display: none;
}
.noscroll {
  overflow: hidden;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
[disabled] {
  cursor: default;
}
.disabled {
  cursor: default;
}
.col {
  float: left;
}
.col-1of2 {
  width: 50%;
}
.content {
  float: left;
  width: 60.38%;
  padding-right: 8%;
  font-size: 18px;
  font-family: freight-text-pro, sans-serif;
}
.content .btn-blue {
  font: 400 14px "acumin-pro", acumin-pro, sans-serif;
}
.content.full-width {
  width: 100%;
  float: none;
  padding-right: 0;
}
.content blockquote {
  position: relative;
  padding-left: 28px;
  margin-left: 28px;
}
.content blockquote:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #a8c0a3;
  position: absolute;
  top: 0;
  left: 0;
}
.content blockquote p {
  margin-bottom: 0.75em;
}
.content-secondary {
  padding: 0 2.9% 0 0;
}
.footer-nav {
  padding-left: 19.1%;
}
.footer-nav li {
  font: 500 13px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header {
  position: relative;
}
.header .logo-small {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-inner {
  color: #2b2b2b;
  padding-left: 3px;
}
.header .header-inner p {
  font: 14px "acumin-pro", acumin-pro, sans-serif;
  padding-top: 20px;
  display: none;
}
.header .header-content {
  border-bottom: 2px solid #e9e9e9;
  padding: 21px 0;
  position: relative;
}
.header .logo {
  flex-grow: 1;
}
.header .header-content-secondary {
  padding: 0;
}
.header .header-content-secondary .logo {
  top: -26px;
}
.header .header-content-secondary .header-inner p {
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
}
.header .header-content-secondary p {
  display: block;
}
.header .nav-access {
  float: right;
}
.header-content-inner {
  display: flex;
  justify-content: stretch;
}
.ico-search.ico-search-new {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44OTYiIGhlaWdodD0iMTMuNzU4IiB2aWV3Qm94PSIwIDAgMTYuODk2IDEzLjc1OCI+CiAgPHBhdGggaWQ9Ik1hZ25pZnlfR2xhc3NfMngucG5nIiBkYXRhLW5hbWU9Ik1hZ25pZnkgR2xhc3NAMngucG5nIiBkPSJNLjQxOSwxMi44MTJBLjI2Ni4yNjYsMCwwLDEsMCwxMi41NWEuMjYzLjI2MywwLDAsMSwuMTA4LS4xNzJsNi41Ny00LjY0MWE1LjA1OSw1LjA1OSwwLDEsMSwuMzA2LjQzNEwuNDE5LDEyLjgxMlpNMTAuMTgyLDkuNUE0LjUxNyw0LjUxNywwLDEsMCw2LjUsNC4yODMsNC41MTYsNC41MTYsMCwwLDAsMTAuMTgyLDkuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDQ2IDAuNDUyKSIgZmlsbD0iIzI2NjExOCIgc3Ryb2tlPSIjMjY2MTE4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMC44ODkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=");
  background-size: 16px 13px;
  padding: 16px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.search-new {
  display: flex;
  flex-grow: 2;
  justify-content: stretch;
  justify-items: stretch;
  width: 33%;
  height: 40px;
  align-self: center;
  margin-left: 40px;
  position: relative;
}
.search-new .search-field {
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #e5e5e5;
  background-color: white;
  color: #2b2b2b;
  height: 100%;
  flex-grow: 1;
  border-right: none;
  padding: 12px 30px;
  line-height: 1em;
}
.search-new .search-field::placeholder {
  color: #2b2b2b;
}
.search-new .search-field:-ms-input-placeholder {
  color: #2b2b2b;
}
.search-new .search-field::-ms-input-placeholder {
  color: #2b2b2b;
}
.search-new .ico-search {
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #e5e5e5;
  background-color: white;
  color: #2b2b2b;
  height: 100%;
  border-left: none;
}
.search-new:after {
  content: "";
  position: absolute;
  right: 2.25em;
  background: #e5e5e5;
  width: 1px;
  height: 50%;
  top: 25%;
}
.login-station {
  width: 180px;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  font: 13px/1 "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  margin: 0 30px;
  white-space: nowrap;
}
.login-station .current-user-avatar {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.intro {
  padding: 30px 0 48px;
  text-align: center;
}
.intro h2 {
  margin-bottom: 81px;
  font-weight: 700;
  line-height: 1.333;
}
.intro .intro-inner {
  border-bottom: 4px solid #1e1e1e;
  position: relative;
  margin-bottom: 64px;
}
.intro .intro-inner:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 29px;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  z-index: 5;
}
.intro .intro-inner p {
  font-size: 18px;
  color: color__grey-medium;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
  padding: 20px 32px 20px 48px;
}
.intro .intro-inner p:empty {
  display: none;
}
.intro .intro-title {
  padding: 27px 0 24px;
}
.intro .intro-title.no-subtitle {
  margin-bottom: 24px;
}
.intro .intro-inner.no-subtitle {
  margin: 0 auto 64px;
}
.intro .archive-meta + .intro-inner.no-subtitle {
  margin-top: 2.6em;
}
.intro .callout .callout-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .intro .callout .callout-title {
    font-size: 28px;
    padding-right: 0 !important;
  }
}
.main {
  position: relative;
}
.main .main-inner {
  padding: 65px 0 24px;
  border-bottom: 2px solid #eaeaea;
}
.sidebar {
  float: right;
  width: 39.62%;
  border-left: 1px solid #e8e8e8;
  padding-left: 7.5%;
  margin-top: 6px;
}
.sidebar .widget.widget-links {
  font-size: 18px;
  font-weight: bold;
}
.sidebar-secondary {
  border-left: 0;
  margin-top: 10px;
}
.ad a {
  display: inline-block;
  padding: 27px 25px 24px;
  border: 1px solid #e8e8e8;
}
.ad .adsbygoogle {
  max-width: 100%;
  overflow: hidden;
}
.ad-secondary {
  text-align: center;
  margin-bottom: 60px;
}
.ad-secondary a {
  display: inline-block;
  padding: 25px 25px 5px 0;
  border: 2px solid #e8e8e8;
}
.ad-tertiary {
  padding: 65px 0 106px;
  text-align: center;
}
.ad-quaternary {
  margin-bottom: 20px;
  text-align: center;
}
.article {
  list-style: none;
}
.article h3 a {
  color: #2b2b2b;
}
.article h2 a {
  font: 700 24px freight-text-pro, sans-serif;
  color: #2b2b2b;
}
.article .article-head {
  margin-bottom: 15px;
}
.article .article-body p {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2b2b2b;
}
.article .article-body p a {
  text-transform: none;
  font: 700 18px freight-text-pro, sans-serif;
  text-decoration: underline;
}
.article .article-body a {
  font: 500 13px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
}
.article .article-body a + a {
  float: right;
  margin-right: 3px;
}
.article + .btn-primary {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.article-primary {
  font-family: freight-text-pro, sans-serif;
}
.article-primary p {
  margin-bottom: 18px;
}
.article-primary p span {
  font-size: 97px;
  line-height: 0.7;
  margin-right: 8px;
  position: relative;
  padding-top: 3px;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  float: none;
  margin-right: 0;
  position: inherit;
  top: 0;
}
.article-primary .tip {
  background: #f8f4ee;
  padding: 10px;
  margin: 0 0 1.33em;
}
.article-primary .tip h2 {
  font-weight: 700;
  font-size: 21px;
  display: block;
}
.article-primary .tip em {
  font-style: normal;
  font-size: 18px;
  line-height: 1.35;
}
.article-primary .tip-inner {
  border: 2px solid #f2ede9;
  padding: 20px 30px 30px;
}
.article-primary .tip-inner h2 {
  text-align: center;
}
.article-primary a {
  text-decoration: underline;
}
.article-secondary {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.35;
}
.article-secondary h4 {
  font-weight: 900;
}
.article-secondary p {
  margin-bottom: 18px;
}
.article-secondary a + a {
  float: right;
  padding-top: 2px;
}
.article-secondary a h3 {
  font-size: 21px;
  text-transform: none;
  color: #2b2b2b;
  font-weight: 700;
  text-decoration: underline;
}
.article-inner a {
  text-decoration: underline;
}
.blockquote {
  font-size: 16px;
  color: color__grey-medium;
  padding: 0 8% 0px 24px;
  position: relative;
  margin-bottom: 20px;
}
.blockquote:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 97%;
  background: #a8c0a3;
  position: absolute;
  top: 2px;
  left: 0;
}
.blockquote p {
  margin-bottom: 15px;
}
.blockquote p:last-child {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  width: 220px;
  text-align: center;
  padding: 20px 0 18px;
}
.btn.btn-transparent {
  padding: 20px 0;
}
.btn-transparent {
  display: inline-block;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #002661;
  color: #002661;
  padding: 8px 19px 10px;
  transition: 0.3s;
}
.btn-transparent:hover {
  background: #002661;
  color: white;
}
.btn-transparent.hidden {
  display: none;
}
.btn-green {
  display: inline-block;
  font-family: "Open Sans", "open sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: #266118;
  color: #002661;
  padding: 10px 31px 10px 33px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s;
}
.btn-green:hover {
  background: #32830e;
  color: #002661;
}
.btn-blue {
  color: white;
  background: #002661;
  border: 1px solid transparent;
  transition: background 0.3s;
}
.btn-blue:hover {
  background: #0055a1;
  color: #002661;
}
.btn-blue .ico-arrow-left {
  margin-right: 3px;
}
.btn-blue .ico-arrow-left {
  margin-left: 3px;
}
.btn-white {
  display: inline-block;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #002661;
  background: white;
  text-transform: uppercase;
  padding: 19px 47px 20px 48px;
  transition: 0.3s;
  border: 2px solid transparent;
}
.btn-white:hover {
  color: white;
  background: #002661;
  border-color: white;
}
.btn-comments {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.btn-comments.show {
  color: #002661;
  background: #002661;
  transition: 0.3s;
}
.btn-expand {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: none;
}
.btn-expand.show {
  color: #002661;
  background: #002661;
  transition: 0.3s;
}
.btn-menu {
  display: inline-block;
  padding: 4px 13px 9px;
  border: 1px solid #002661;
  position: absolute;
  top: 22px;
  right: 16px;
  display: none;
  transition: 0.5s;
  z-index: 65;
}
.btn-menu .ico-menu {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #002661;
  position: relative;
}
.btn-menu .ico-menu:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #002661;
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: -6px;
}
.btn-menu .ico-menu:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #002661;
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 6px;
}
.btn-menu.open .ico-menu {
  background: transparent;
}
.btn-menu.open .ico-menu:before {
  top: 0px;
  left: 0px;
  background: #002661;
  transform: rotate(45deg);
}
.btn-menu.open .ico-menu:after {
  top: 0;
  left: 0px;
  background: #002661;
  transform: rotate(-45deg);
}
.callout {
  background: #f9f4ef;
  padding: 9px 11px;
  margin-bottom: 32px;
}
.callout .callout-inner {
  border: 1px solid #ded9d5;
  padding: 40px 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.callout .callout-title {
  text-align: center;
  margin-bottom: 1.5em;
  width: 100%;
}
@media (max-width: 767px) {
  .callout .btn {
    width: 100%;
  }
}
.callout-secondary {
  width: 100%;
  text-align: center;
  background: #012152;
  color: #002661;
  padding: 53px 8.5% 54px;
  font-weight: 400;
  font-size: 18px;
  z-index: 50;
  transition: 0.3s;
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.callout-secondary:before {
  content: "";
  background: url(images/2016/temp/blur.png) repeat 0 0;
  height: 136px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.callout-secondary h2 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 0.333em;
}
.callout-secondary a {
  color: #002661;
  text-decoration: underline;
  font-weight: 600;
}
.callout-secondary p {
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
.callout-secondary .btn-white {
  color: #002661;
  text-decoration: none;
}
.callout-secondary .btn-white:hover {
  color: #002661;
}
.callout-secondary .callout-inner {
  border: 2px solid #fff;
  padding: 64px 10px 63px;
}
.callout-secondary.visible {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.category {
  float: left;
  width: 100%;
}
.category .category-title {
  color: #266118;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 23px;
  margin-bottom: 12px;
}
.comments {
  list-style: none;
  font-size: 18px;
}
.comment {
  margin-bottom: 50px;
  list-style: none;
}
.comment .comment-head {
  font-family: "acumin-pro", acumin-pro, sans-serif;
  margin-bottom: 15px;
}
.comment .comment-body {
  margin-bottom: 35px;
}
.comment h5 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding-top: 10px;
}
.comment h5 span {
  font-size: 14px;
  color: color__grey-medium;
  font-weight: 400;
  text-transform: initial;
}
.comment p {
  margin-bottom: 18px;
}
.comment a {
  font: 500 13px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
}
.comment a i {
  margin-right: 6px;
}
.comment a + a {
  float: right;
}
.comment .comment-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f9f4ef;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.comment .comment-avatar span {
  font-size: 28px;
  font-weight: 700;
  color: #aca094;
  display: inline-block;
  padding-top: 5px;
  padding-top: 0;
}
.comment .comment-avatar .abbreviation {
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
}
.comment .reply {
  float: right;
}
.comments-secondary {
  position: relative;
  padding-left: 28px;
  margin-left: 50px;
}
.comments-secondary .comment-body {
  margin-bottom: 52px;
}
.comments-secondary .comment:last-child .comment-body {
  margin-bottom: 32px;
}
.comments-secondary:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 67%;
  background: #a8c0a3;
  position: absolute;
  top: 0;
  left: 0;
}
.comments-tertiary {
  position: relative;
  padding-left: 27px;
  margin-left: 25px;
}
.comments-tertiary:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #a8c0a3;
  position: absolute;
  top: 0;
  left: 0;
}
.entry {
  list-style: none;
  font: 400 16px freight-text-pro, sans-serif;
  line-height: 1.5;
  margin-bottom: 36px;
}
.entry .entry-meta {
  font: 14px/1.71 "acumin-pro", acumin-pro, sans-serif;
  margin-bottom: 3px;
  color: color__grey-medium;
}
.entry .entry-meta a {
  font-weight: 500;
}
.entry-content p {
  letter-spacing: 0.01em;
}
.comment-link {
  font: 500 13px/1 "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  margin-top: 0.615em;
}
.field {
  width: 100%;
  background: #f2f2f2;
  padding: 13px 25px 12px 12px;
  border: 1px solid transparent;
  transition: 0.2s;
  border-radius: 0;
}
.field:focus, .field:active {
  border-color: #555960;
  background: #fff;
}
.textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 16px 0 0 12px;
  height: 132px;
  border: 1px solid transparent;
  transition: 0.2s;
  border-radius: 0;
}
.textarea:focus, .textarea:active {
  border-color: #555960;
  background: #fff;
}
.radio {
  display: inline-block;
  font: 16px "acumin-pro", acumin-pro, sans-serif;
  position: relative;
}
.radio .form-label {
  color: #2b2b2b;
  display: inline-block;
  padding-left: 33px;
}
.radio .form-label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #929292;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.radio .form-label:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  visibility: hidden;
}
.radio input {
  display: none;
}
.radio input:checked + .form-label:before {
  border-color: #2b2b2b;
}
.radio input:checked + .form-label:after {
  visibility: visible;
  opacity: 1;
}
.form-message .form-label {
  font: 700 16px freight-text-pro, sans-serif;
  display: inline-block;
  padding-bottom: 6px;
}
.form-message .form-row {
  margin-bottom: 23px;
}
.form-message .form-col {
  float: left;
}
.form-message .form-col-1of2 {
  width: 47.4%;
  margin-right: 5.1%;
}
.form-message .form-col-1of2:last-child {
  margin-right: 0;
}
.form-message .form-actions {
  text-align: right;
  padding-top: 6px;
}
.form-message .form-btn {
  font: 500 13px "acumin-pro", acumin-pro, sans-serif;
  color: #002661;
  border: 0;
  background: #256017;
  padding: 20px 57px 19px 55px;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
[class^=list-] {
  list-style: none outside none;
}
.list-links {
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #e0e0e0;
  margin-bottom: 13px;
}
.list-links li {
  margin-top: 0;
}
.list-radios {
  display: inline-block;
  padding-left: 41px;
  position: relative;
  top: -2px;
}
.list-radios li {
  display: inline-block;
  margin-right: 69px;
}
.list-updates {
  padding: 10px 0 0 19.1%;
}
.list-updates li {
  margin-bottom: 25px;
}
.list-updates a {
  color: #2b2b2b;
}
.list-updates a:hover {
  color: #32830e;
}
.list-updates small {
  display: block;
  font: 14px "acumin-pro", acumin-pro, sans-serif;
  margin-bottom: 3px;
}
.list-updates strong {
  font-size: 16px;
}
.member-side-options {
  display: block;
}
.member-side-options li {
  display: inline-block;
}
.member-side-options li:last-child {
  font: 700 12px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  color: #266118;
}
.member-side-options li:not(:last-child):after {
  content: "|";
  display: inline-block;
  padding: 0 0.25em;
}
.nav-dropdown {
  display: block;
  text-align: left;
  padding-top: 20px;
}
.nav-dropdown li {
  display: block;
  margin-bottom: 20px;
}
.nav-dropdown li a {
  text-transform: none;
  padding: 0;
  border: 0;
  font-size: 16px;
  position: relative;
}
.nav-dropdown li:last-child {
  margin-bottom: 0;
}
.nav-dropdown .list-links li {
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: -23px;
}
.nav-mobile {
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}
.nav-mobile > ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
  justify-items: stretch;
}
.nav-mobile > ul > li.menu-item {
  flex-grow: 1;
  position: relative;
}
.nav-mobile > ul > li.menu-item > a {
  text-align: center;
}
.nav-mobile li a {
  font: 400 13px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  color: #2b2b2b;
  padding: 13px 39px 13px 36px;
  width: 100%;
  display: inline-block;
  transition: 0.3s;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.nav-mobile li:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
}
.nav-mobile .nav-dropdown {
  display: block;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 50vw;
  text-align: left;
  border: 1px solid #e8e8e8;
  padding: 25px 2px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 30;
}
.nav-mobile .nav-dropdown li {
  display: block;
  margin-bottom: 16px;
}
.nav-mobile .nav-dropdown li a {
  text-transform: none;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.nav-mobile .nav-dropdown .list-links li {
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: -23px;
}
.header-content-mobile {
  display: flex;
  height: 42px;
  border-bottom: 2px solid #ececec;
}
.header-content-mobile .btn {
  padding: 8px;
}
.header-content-mobile .mobile-search-container .mobile-search-toggle {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  height: 40px;
  width: 40px;
  background-color: white;
  position: relative;
}
.header-content-mobile .mobile-search-container .mobile-search-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  background: #e5e5e5;
  width: 1px;
  height: 50%;
  top: 25%;
}
.header-content-mobile .mobile-search-container .search-new {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
}
.header-content-mobile .mobile-search-container .search-new:after {
  content: none;
}
.header-content-mobile .mobile-search-container .search-new .search-field {
  width: 100%;
}
.header-content-mobile .mobile-search-container .search-new input[type=submit] {
  display: none;
}
.header-content-mobile .mobile-search-container.active .search-new {
  display: block;
}
.header-content-mobile .login-station {
  flex-grow: 1;
}
.mobile-only .logo {
  display: block;
  margin: 8px auto;
}
.search {
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #e5e5e5;
  padding: 34px 36px 36px;
  width: 557px;
  text-align: right;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.search .search-field {
  width: 100%;
  border: 2px solid #ededed;
  border-radius: 0;
  background: #f5f5f5;
  padding: 15px 19px 14px;
}
.search .search-field::placeholder {
  color: #555960;
}
.search .search-field:focus, .search .search-field:active {
  border-color: #2b2b2b;
  background: #fff;
}
.search p.entry-content {
  word-break: break-word;
}
.search .comments-container {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 48px;
  padding-left: 24px;
}
.search .posts-container {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 48px;
  border-right: 1px solid #e5e5e5;
  padding-right: 24px;
}
.search .comments {
  vertical-align: top;
}
.search .comments li {
  display: inline-block;
  width: 48.5%;
  padding-right: 24px;
  padding-bottom: 24px;
  vertical-align: top;
}
.search .pagination-container {
  border: 1px solid #e5e5e5;
  display: table;
  table-layout: fixed;
  margin: 92px auto 32px;
  max-width: 100%;
}
.search .pagination-container .page-numbers {
  display: table-cell;
  border-left: 1px solid #e5e5e5;
  padding: 20px 28px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.search .pagination-container .page-numbers:hover {
  background-color: #e5e5e5;
}
.search .pagination-container .page-numbers:first-child {
  border-left: none;
}
.search .pagination-container .page-numbers.current {
  font-weight: normal;
  color: white;
  background: #32830e;
}
.search .pagination-container .page-numbers.current:hover {
  background-color: #32830e;
}
.search .pagination-container .page-numbers.prev {
  padding-left: 40px;
}
.search .pagination-container .page-numbers.prev:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-136deg);
}
.search .pagination-container .page-numbers.next {
  padding-right: 40px;
}
.search .pagination-container .page-numbers.next:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.search.active {
  opacity: 1;
  visibility: visible;
}
.section-news {
  border-top: 4px solid #1e1e1e;
  position: relative;
  padding-bottom: 38px;
  font: 400 18px/1.35 freight-text-pro, sans-serif;
}
.section-news p {
  padding-right: 2.8%;
  letter-spacing: 0.01em;
}
.section-news .section-inner {
  position: relative;
  padding-top: 81px;
}
.section-news .section-inner:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 29px;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.section-news .logo-elliotwave {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.section-news .section-title {
  margin-bottom: 15px;
}
.section-filter {
  border-bottom: 2px solid #e5e5e5;
}
.section-filter .section-title {
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 45px 17px 48px;
  border-right: 1px solid #e5e5e5;
}
.section {
  margin-bottom: 44px;
}
.section .section-title {
  margin-bottom: 22px;
  text-transform: uppercase;
}
.section-messages {
  margin-bottom: 31px;
}
.section-comments .section-head {
  margin-bottom: 57px;
  margin-bottom: 0;
}
.mini-disclaimer {
  padding-bottom: 20px;
  flex-grow: 1;
  max-width: 58em;
  padding-right: 4em;
}
.socials {
  align-self: flex-end;
}
.socials ul {
  list-style: none outside none;
  padding-top: 4px;
}
.socials a {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #266118;
  border-radius: 50%;
  text-align: center;
  transition: background 0.3s;
}
.socials a:hover {
  background: #32830e;
}
.socials i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.socials li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.subscribe {
  position: relative;
}
.subscribe .subscribe-btn {
  font: 13px "acumin-pro", acumin-pro, sans-serif;
  color: white;
  border: 0;
  background: #002661;
  text-transform: uppercase;
  padding: 18px 25px 16px 24px;
  position: absolute;
  top: 0;
  right: 0;
  transition: background 0.3s;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}
.subscribe .subscribe-btn:hover {
  background: #0055a1;
}
.subscribe .subscribe-field {
  border: 2px solid #f0f0f0;
  background: #f5f5f5;
  width: 100%;
  padding: 15px 100px 13px 21px;
  transition: 0.2s;
  border-radius: 0;
  top: 0 !important;
}
.subscribe .subscribe-field:focus, .subscribe .subscribe-field:active {
  border-color: #2b2b2b;
  background: #fff;
}
.updates {
  list-style: none;
}
.update {
  margin-bottom: 29px;
}
.update:last-child {
  margin-bottom: 0;
}
.update h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.update h5 {
  font-weight: 700;
  font-family: freight-text-pro, sans-serif;
  color: #2b2b2b;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.update p {
  font: 400 16px freight-text-pro, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 0;
}
.update a {
  font: 500 13px "acumin-pro", acumin-pro, sans-serif;
  text-transform: uppercase;
  margin-top: 0.615em;
}
.widget {
  padding-top: 20px;
  margin-bottom: 56px;
}
.widget .widget-head {
  margin-bottom: 24px;
}
.widget .widget-title {
  text-transform: uppercase;
  color: #2b2b2b;
}
.widget-recent-entries .widget-head {
  margin-bottom: 20px;
}
.widget-recent-entries .list-avatar {
  width: 2em;
  display: inline-block;
  margin-bottom: 0.5em;
}
.widget-recent-entries .gummunities {
  margin-left: 0.5em;
  margin-top: 0;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
.widget-ad {
  text-align: center;
  margin-bottom: 58px;
  list-style: none;
}
.widget-ad .ad-tertiary {
  padding: 0;
}
.widget-recent-comments .widget-head {
  margin-bottom: 20px;
}
.widget-recent-comments .update {
  word-break: break-word;
}
.widget-nav {
  margin-bottom: 29px;
  padding-top: 0;
}
.widget-ad-secondary {
  padding-top: 0;
  margin: -10px 0 29px 0;
  text-align: center;
}
.widget-articles {
  padding-right: 18px;
  margin-bottom: 27px;
}
.widget-articles h3 {
  font-size: 21px;
}
.widget-articles .widget-head {
  margin-bottom: 20px;
}
.widget-articles .article .article-body {
  padding-top: 21px;
}
.widget-articles .article:first-child .article-body {
  padding-top: 0;
}
.widget-articles .article:last-child {
  margin-bottom: 0;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "our-stars", gdrts-icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gdrts-with-font .gdrts-stars-empty {
  font-family: "our-stars", gdrts-icons !important;
  font-size: 32px;
  display: inline-block;
  position: relative;
}
img[src*="irregulars-guy.png"] {
  display: none;
}
.main-inner.no-filter {
  padding-top: 0;
}
.page-header {
  padding-bottom: 20px;
}
table.list td {
  vertical-align: top;
}
body.category {
  float: none;
  width: auto;
}
.category-idea-of-the-month .post {
  margin-bottom: 2em;
}
.category-idea-of-the-month .reviews {
  margin-bottom: 2em;
}
.search-results .post {
  margin-bottom: 2em;
}
.search-results .reviews {
  margin-bottom: 2em;
}
.archive.category .post {
  margin-bottom: 2em;
}
.archive.category .reviews {
  margin-bottom: 2em;
}
.archive.tag .post {
  margin-bottom: 2em;
}
.archive.tag .reviews {
  margin-bottom: 2em;
}
body.author .author-gravitar {
  float: left;
  padding: 1em;
}
body.author #author-archive {
  width: 55%;
  float: left;
}
body.author #author-comments {
  width: 40%;
  float: right;
}
body.author #author-bio {
  display: block;
  padding-bottom: 1em;
}
#author-archive .post {
  margin-bottom: 50px;
  line-height: 1.34;
}
.error404 li {
  list-style-position: inside;
}
.error404 .widget {
  float: left;
  width: 33%;
  padding: 0 1em;
}
.error404 .entry-header {
  padding: 1em;
}
.page-template-reviews-list-page .list {
  padding: 0 2em;
}
.page-template-reviews-list-page .list td {
  width: 33.333%;
  padding-bottom: 2em;
}
.parent-review.reviews-template-default .intro .intro-inner p {
  display: none;
}
body.search {
  background: #fff;
  position: inherit;
  border: none;
  padding: 0;
  width: auto;
  text-align: inherit;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.commentlist .comment-content {
  margin-bottom: 1em;
}
.comment-toggle.hide {
  display: none;
}
.comment.depth-2 {
  position: relative;
  padding-left: 28px;
  margin-left: 50px;
  margin-bottom: 0;
}
.comment.depth-2 .comment-body {
  padding-bottom: 52px;
  margin-bottom: 0;
}
.comment.depth-2:last-child .comment-body {
  padding-bottom: 1px;
}
.comment.depth-2 > .comment {
  margin-bottom: 0;
}
.comment.depth-2:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #a8c0a3;
  position: absolute;
  top: 0;
  left: 0;
}
.comment.depth-3 {
  position: relative;
  padding-left: 27px;
  margin-left: 25px;
}
.comment.depth-3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #a8c0a3;
  position: absolute;
  top: 0;
  left: 0;
}
.ldc-ul_cont {
  float: none;
  background: transparent;
  border: none;
  height: auto;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  outline: 0 none;
  padding: 0;
  position: relative;
  vertical-align: inherit;
  white-space: nowrap;
  word-wrap: normal;
}
.comment-reply-link:before {
  content: "";
  background-image: url(images/2016/sprite.@2x.png);
  background-position: -28px 0;
  background-size: 75px 50px;
  width: 23px;
  height: 19.5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
img.avatar {
  border-radius: 50%;
}
.pfs_postform input {
  border: 1px solid #f2f2f2;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 0.25em 0.5em;
  width: 310px !important;
  font-family: "Open Sans", "open sans", sans-serif;
  font-size: 13px;
  width: 100% !important;
}
.pfs_postform textarea {
  border: 1px solid #f2f2f2;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 3px;
  width: 310px !important;
  font-family: "Open Sans", "open sans", sans-serif;
  font-size: 13px;
  line-height: 29px;
  width: 100% !important;
  text-indent: 0;
}
.pfs_postform select {
  border: 1px solid #f2f2f2;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 3px;
  width: 310px !important;
  font-family: "Open Sans", "open sans", sans-serif;
  font-size: 13px;
  line-height: 29px;
  margin-left: 85px;
  margin-bottom: 10px;
}
.pfs_postform input#submit {
  width: 110px !important;
  line-height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
  text-indent: 0;
  height: auto;
  line-height: 29px;
  margin-bottom: 48px;
}
.pfs_postform input.pfs-submit {
  width: 110px !important;
  line-height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
  text-indent: 0;
  height: auto;
  line-height: 29px;
  margin-bottom: 48px;
}
.pfs_postform label {
  line-height: 29px;
  padding: 0;
  text-align: left;
  display: block;
  position: relative;
  z-index: 75;
}
.pfs_postform #cat-label {
  margin-bottom: 0;
  width: 100%;
  margin-top: 10px;
}
.pfs_postform label[for=pfs_title] {
  margin-bottom: 0;
}
.pfs_postform span.required {
  display: none;
}
.pfs_postform .form-allowed-tags {
  font-size: 11px;
  width: 316px;
}
.pfs_postform #pfs_title {
  margin-bottom: 10px;
}
#criteoscroller {
  max-width: 100%;
  overflow: hidden;
}
#ad-quaternary {
  max-width: 100%;
  overflow: hidden;
}
#aswift_2_expand {
  max-width: 100%;
  overflow: hidden;
}
.callout.callout-sidebar {
  background: #002661;
  color: white;
  text-align: center;
}
.callout.callout-sidebar .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  display: block;
}
.callout.callout-sidebar .btn:last-child {
  margin-bottom: 0;
}
.callout.callout-sidebar .btn-white:hover {
  color: white;
}
.callout.callout-sidebar .btn-transparent {
  color: white;
  border: 1px solid white;
}
.callout.callout-sidebar .btn-transparent:hover {
  background: white;
  color: #002661;
}
.icon {
  vertical-align: middle;
}
.icon-container {
  font-size: 12px;
  color: #aca094;
  margin-bottom: 12px;
}
.karma {
  margin-right: 2px;
  color: #002661;
}
.archive-column {
  width: 22%;
  margin-right: 2.2222%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
}
.wpdiscuz-loading-bar.wpdiscuz-loading-bar-auth {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.wpdiscuz-loading-bar .wpdiscuz-loading-bar-img {
  max-width: 32px !important;
  height: auto;
  top: 48%;
  top: calc(50% - 25px);
  position: absolute;
}
#wpcomm .page-numbers.sneak-join-link {
  background: #266118;
  color: white;
}
#wpcomm .wc-comment-author {
  font-size: 18px;
}
#wpcomm .wc-comment-text {
  font-size: 18px;
}
#wpcomm .gdrts-stars-rating {
  display: none;
}
#wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author {
  color: #32830e;
}
#wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author a {
  color: #32830e;
}
#wpcomm .wc-blog-post_author > .wc-comment-left .wc-comment-label {
  background: #266118;
}
#wpcomm .wpdiscuz-readmore {
  color: #32830e;
}
#wpcomm .wpdiscuz-item .select2-container {
  width: 100% !important;
  display: inline-block;
}
#wpcomm .wpdiscuz-item .selection .select2-selection {
  width: 100% !important;
  display: inline-block;
}
#wpcomm .wc-comment-date {
  color: color__grey-medium;
}
#wpcomm span.wc-comment-img-link-wrap span {
  width: 300px !important;
  margin-left: -150px !important;
}
#comments {
  margin: 0 auto;
}
#comments #wpcomm .wc-blog-administrator > .wc-comment-right .wc-comment-author {
  color: #32830e;
}
#comments #wpcomm .wc-blog-administrator > .wc-comment-right .wc-comment-author a {
  color: #32830e;
}
#comments #wpcomm .wc-blog-administrator > .wc-comment-left .wc-comment-label {
  background: #266118;
}
#comments #wpcomm .wc-blog-irregulars > .wc-comment-right .wc-comment-author {
  color: #32830e;
}
#comments #wpcomm .wc-blog-irregulars > .wc-comment-right .wc-comment-author a {
  color: #32830e;
}
#comments #wpcomm .wc-blog-irregulars > .wc-comment-left .wc-comment-label {
  background: #266118;
}
#comments #wpcomm .wc-comment.wc-reply > .wc-comment-right .wc-comment-author {
  color: #32830e;
}
#comments #wpcomm .wc-comment.wc-reply > .wc-comment-right .wc-comment-author a {
  color: #32830e;
}
#comments #wpcomm .wc-comment.wc-reply > .wc-comment-left .wc-comment-label {
  background: #266118;
}
.rating-instructions {
  font-size: 18px;
  margin-bottom: 3.25rem;
}
.credit a,
.credit a:hover {
  display: inline;
  width: auto;
  background: none;
}
.mini-subtitle {
  text-transform: none;
  font-family: freight-text-pro, sans-serif;
  color: #2b2b2b;
}
.mini-subtitle a {
  text-decoration: underline;
}
.mini-subtitle a + a {
  float: none;
}
.the-date {
  font: 300 14px "acumin-pro", acumin-pro, sans-serif;
  color: color__grey-medium;
  font-weight: 400;
  line-height: 1.5;
}
.the-date strong {
  font-weight: 400;
}
.article-head {
  padding-bottom: 0.25rem;
}
.article-meta {
  font-size: 0.75em;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  padding-top: 1.5em;
}
.article-meta .gummunity-tags .interest-tag {
  padding: 0 0.5em 0.125em;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 4px;
  box-shadow: 0 0.8px 2.5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
}
.article-meta .gummunity-tags .interest-tag:before {
  margin-right: 0.25em;
}
body:not(.search) .article-meta a {
  font: 300 14px "acumin-pro", acumin-pro, sans-serif;
  color: #848484;
}
footer.entry-meta {
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nl-author, .nl-publisher, .nl-description {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
}
.nl-data {
  margin-bottom: 1em;
}
.newsletter-ratings h2 {
  text-transform: uppercase;
}
.newsletter-ratings h3 a {
  font-weight: 700;
  color: #2b2b2b;
  text-decoration: underline;
  font-size: 21px;
}
.newsletter-info {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  margin-right: 5%;
  padding: 1em 5% 0 0;
  min-height: 280px;
  margin-bottom: 2.889em;
}
.newsletter-info div:last-child,
.newsletter-info div:last-child p {
  margin-bottom: 0;
}
.total-info {
  float: left;
  width: 45%;
  clear: right;
  padding: 1em 0 1em;
  text-align: center;
  margin-bottom: 1.5em;
}
.total-info h4.star-rating-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0.5em;
}
.individual-ratings {
  clear: both;
}
.individual-ratings .gdrts-rating-text {
  display: none;
}
.individual-ratings .gdrts-rating-thanks {
  display: none;
}
body.parent-review .content.content-secondary {
  padding: 0;
  width: 66.6666%;
}
body.parent-review aside.sidebar-secondary {
  width: 33.3333%;
  padding-left: 4%;
}
body.parent-review .total-info .gdrts-inner-wrapper {
  text-align: center;
}
.gdrts-stars-rating.gdrts-block-stars {
  height: 24px;
  line-height: 24px;
}
.gdrts-font-star span.gdrts-stars-empty {
  color: #aca094;
  font-size: calc(16px + 2vw);
  line-height: calc(32px + 4vw);
  letter-spacing: 1vw;
}
.big-average {
  color: #32830e;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
  margin-bottom: 0.325em;
}
.small-count {
  font-size: 16px;
  margin-bottom: 1em;
}
span.gdrts-stars-current {
  color: #f7ac3e !important;
}
section.section.section-articles {
  background: #f9f4f0;
  padding: 10px;
}
.article-outer {
  margin-bottom: 28px;
}
.article-outer:last-child {
  margin-bottom: 0;
}
.interactive-rating-container {
  float: left;
  width: 40%;
  padding-left: 10%;
  border-left: 1px solid #ddd;
}
.average-count-container {
  float: left;
  width: 40%;
  text-align: center;
}
.average-count-container .small-count {
  margin-bottom: 0;
}
.nice-rating-container {
  margin-bottom: 58px;
}
.nice-rating-container:after {
  clear: both;
  content: "";
  display: table;
}
.nice-rating-container h4.star-rating-title {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.nice-rating-container .big-average {
  line-height: 0.325em;
  margin-bottom: 0.675em;
}
.nice-rating-container:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5rem;
}
.distribution {
  clear: both;
  display: table;
  width: 80%;
  display: none;
  list-style-type: none;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  margin: 8em auto;
  margin-bottom: 1em !important;
  padding: 2em;
}
.distribution li {
  display: table-row;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  line-height: 2em;
  font-size: 16px;
}
.distribution li .stars-count {
  display: table-cell;
  width: 3.5em;
}
.distribution li .bar {
  display: table-cell;
  flex-grow: 1;
  width: auto;
  background: white;
}
.distribution li .bar .bar-full {
  display: block;
  background-color: #f7ac3e;
}
.distribution li .vote-count {
  display: table-cell;
  width: 4em;
  text-align: right;
}
.distribution-link-container {
  text-align: left;
  width: 100%;
  float: left;
  margin-top: 24px;
}
.distribution-link-container .distribution-link {
  text-transform: uppercase;
  font-family: "Open Sans", "open sans", sans-serif;
  font-size: 12px;
}
.distribution-link-container .distribution-link:before {
  content: "";
  display: inline-block;
  background: url(images/icon-ratings-show.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-top: 4px;
  vertical-align: top;
}
.distribution-link-container .distribution-link.open:before {
  background: url("images/icon-ratings-hide.svg");
}
a.show-more-articles {
  color: white;
  background: #002661;
  padding: 1em 2em;
  display: inline-block;
  margin-top: 0.5em;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Open Sans", "open sans", sans-serif;
}
.wc-comment-text .gdrts-rating-block {
  display: none;
}
.show-more-articles {
  line-height: 32px;
}
.show-more-articles:before {
  font-size: 32px;
  line-height: 1em;
  vertical-align: top;
  content: "+";
  margin-right: 0.5em;
}
.show-more-articles.open:before {
  content: "✕";
}
body.tax-gummunity .main .content {
  padding-right: 0;
}
body.tax-gummunity .main .content .opening-information {
  margin-top: 30px;
  color: white;
  padding: 11px 12px;
}
body.tax-gummunity .main .content .opening-information .opening-information-inner {
  border: 2px solid white;
  padding: 0 72px 46px;
}
body.tax-gummunity .main .content .opening-information .icon-container {
  text-align: center;
  width: 88px;
  padding: 12px;
  border-radius: 96px;
  margin: -42px auto 0;
}
body.tax-gummunity .main .content .opening-information .icon-container i {
  font-size: 48px;
  border: 2px solid white;
  color: white;
  border-radius: 96px;
  width: 64px;
  height: 64px;
  line-height: 56px;
}
body.tax-gummunity .main .content .opening-information a {
  color: white;
  text-decoration: underline;
}
body.tax-gummunity .main .content .opening-information h1 {
  text-align: center;
  font-size: 36px;
}
body.tax-gummunity .main .content .opening-information ul {
  list-style: none;
  display: flex;
}
body.tax-gummunity .main .content .opening-information ul li a {
  background-color: #0055a1;
  padding: 0.5em 1em;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 4px;
  box-shadow: 0 0.8px 2.5px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
  margin-bottom: 1em;
}
body.tax-gummunity .opening-information {
  margin-bottom: 32px;
}
body.tax-gummunity .articles {
  margin-bottom: 0;
}
.widget.gummunity-sign-up .btn.btn-blue:before {
  content: "";
  background-image: url("images/2016/group-signup.svg");
  background-size: 100% 100%;
  background-size: contain;
  width: 33px;
  height: 28px;
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: middle;
}
.widget-promotion .callout .callout-inner {
  padding: 24px;
}
.widget-promotion h3 {
  text-transform: uppercase;
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 20px;
}
.gdrts-fake {
  cursor: default !important;
}
.gdrts-stars-rating.gdrts-fake .gdrts-stars-empty:not(.gdrts-vote-saving) {
  cursor: default !important;
}
section.section-guidelines {
  padding-top: 1.75em;
}
section.section-comments {
  margin-top: 26px;
}
.field-comments-index ul {
  list-style: none;
  text-align: center;
  font-family: "Open Sans", "open sans", sans-serif;
  font-size: 21px;
}
.field-comments-index li {
  display: inline-block;
}
.field-comments-index li + li {
  border-left: 2px solid #ccc;
  padding-left: 1em;
  margin-left: 1em;
}
.field-comments-index li a.link-active {
  font-weight: bold;
}
.am-body-content {
  padding-top: 4em;
}
.am-signup-form .intro-area {
  padding-top: 0;
}
.logged-in .am-body-content .am-tabs ul li:last-child {
  display: none;
}
.bottom-subscribe-reloaded {
  padding-bottom: 1.5em;
}
input.wc-comment-link-input {
  color: #266118;
  font-weight: bold;
  padding: 4px;
  width: 200px;
}
i.fa.fa-clipboard.copy-comment-link {
  cursor: pointer;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid white;
  margin-left: 8px;
  border-radius: 4px;
  transition: 1s background-color;
}
i.fa.fa-clipboard.copy-comment-link:hover {
  transition: 0.5s background-color;
  background-color: #266118;
}
i.fa.fa-clipboard.copy-comment-link:active {
  transition: 0s background-color;
  background-color: white;
  color: #2b2b2b;
}
.tag.archive p.entry-content {
  word-break: break-word;
}
.tag.archive .comments-container {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 48px;
  padding-left: 24px;
}
.tag.archive .posts-container {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 48px;
  border-right: 1px solid #e5e5e5;
  padding-right: 24px;
}
.tag.archive .comments {
  vertical-align: top;
}
.tag.archive .comments li {
  display: inline-block;
  width: 48.5%;
  padding-right: 24px;
  padding-bottom: 24px;
  vertical-align: top;
}
.tag.archive .pagination-container {
  border: 1px solid #e5e5e5;
  display: table;
  table-layout: fixed;
  margin: 92px auto 32px;
  max-width: 100%;
}
.tag.archive .pagination-container .page-numbers {
  display: table-cell;
  border-left: 1px solid #e5e5e5;
  padding: 20px 28px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.tag.archive .pagination-container .page-numbers:hover {
  background-color: #e5e5e5;
}
.tag.archive .pagination-container .page-numbers:first-child {
  border-left: none;
}
.tag.archive .pagination-container .page-numbers.current {
  font-weight: normal;
  color: white;
  background: #32830e;
}
.tag.archive .pagination-container .page-numbers.current:hover {
  background-color: #32830e;
}
.tag.archive .pagination-container .page-numbers.prev {
  padding-left: 40px;
}
.tag.archive .pagination-container .page-numbers.prev:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-136deg);
}
.tag.archive .pagination-container .page-numbers.next {
  padding-right: 40px;
}
.tag.archive .pagination-container .page-numbers.next:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.wpd-bottom-custom-fields {
  display: none;
}
.comment-tags {
  padding: 5px 10px;
}
.comment-tags a {
  margin-right: 1em;
  font-size: 16px;
}
.comment-tags a:before {
  content: "#";
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
ul.tabs li.current {
  background: #fafafa;
}
.tab-content {
  display: none;
  background: #fafafa;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}
ul.am-tabs #menu-member {
  width: auto !important;
  background-image: none !important;
  text-indent: 0 !important;
}
#profile input#email-0 {
  color: color__grey-medium;
}
a#menu-add-renew {
  pointer-events: none;
}
a#menu-add-renew:hover {
  background: transparent;
  border: 1px solid #ccc;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
}
a#menu-add-renew span.arrow {
  background-image: url(scss/premium/application/default/views/public/img/arrow.png);
}
#temp-id-comment-search {
  display: grid;
  float: left;
}
by-wpdiscuz {
  display: none;
}
.ritz.grid-container {
  overflow: scroll;
}
.star-rating-title {
  margin: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.gdrts-rating-block.gdrts-method-stars-rating {
  margin-top: 0;
}
.single-rating {
  margin-bottom: 2.25em;
}
.single-rating h4 {
  margin-bottom: 0.222em;
  margin-top: 0.667em;
}
.page-template-reviews-facets .intro .intro-inner p {
  display: none;
}
.page-template-reviews-facets .main .shell {
  max-width: none;
  border-top: 1px solid #e5e5e5;
  margin: 0 48px;
}
.page-template-reviews-facets .main .main-inner {
  padding: 0;
  border-bottom: none;
}
.page-template-reviews-facets .facet-container {
  float: left;
  width: 315px;
  padding: 24px 32px 32px;
  border-right: 1px solid #e5e5e5;
  text-transform: uppercase;
  font: 900 24px freight-text-pro, sans-serif;
  line-height: 1;
  margin-bottom: 0px;
}
.page-template-reviews-facets .facet-container h2 {
  color: #2b2b2b;
  text-transform: uppercase;
  font: 900 24px freight-text-pro, sans-serif;
  line-height: 1;
  margin-bottom: 40px;
}
.page-template-reviews-facets .reset {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 14px;
  background-color: #002661;
  display: block;
  width: 188px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 48px;
  transition: background 0.3s ease-in-out;
}
.page-template-reviews-facets .reset:hover {
  background-color: #0055a1;
}
.page-template-reviews-facets .toggle-filter {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 14px;
  background-color: #002661;
  display: block;
  width: 188px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 48px;
  transition: background 0.3s ease-in-out;
  display: none;
  position: relative;
}
.page-template-reviews-facets .toggle-filter:hover {
  background-color: #0055a1;
}
.page-template-reviews-facets .toggle-filter:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(136deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.page-template-reviews-facets .toggle-filter.active:after {
  transform: rotate(-45deg);
  top: 26px;
}
.page-template-reviews-facets div[data-name=reviews] {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.page-template-reviews-facets .single-review {
  display: inline-block;
  width: calc(50% - 8px);
  padding-right: 28px;
  padding-bottom: 52px;
  vertical-align: top;
}
.page-template-reviews-facets .single-review:nth-child(even) {
  padding-right: 0;
}
.page-template-reviews-facets .single-review h3.entry-title {
  font-size: 24px;
  line-height: 1.16666667;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-template-reviews-facets .single-review .nl-author {
  font-size: 16px;
  color: #2b2b2b;
}
.page-template-reviews-facets .single-review .nl-publisher {
  font-size: 16px;
  color: #2b2b2b;
}
.page-template-reviews-facets .single-review .gdrts-inner-wrapper .gdrts-stars-rating {
  height: 18px !important;
  line-height: 18px !important;
  font-size: 18px !important;
  margin-top: 4px;
}
.page-template-reviews-facets .single-review .gdrts-inner-wrapper .gdrts-stars-rating .gdrts-stars-empty {
  line-height: 18px !important;
  font-size: 18px !important;
  letter-spacing: 4px !important;
}
.page-template-reviews-facets .collection-facets {
  list-style: none;
  display: block;
  margin: 0;
}
.page-template-reviews-facets .collection-facets h3 {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.page-template-reviews-facets .collection-facets .facetwp-facet.facetwp-facet-ratings {
  margin-bottom: 0;
}
.page-template-reviews-facets .collection-facets .facetwp-facet-not_yet_rated {
  margin-bottom: 0;
}
.page-template-reviews-facets .collection-facets .double-facet {
  margin-bottom: 40px;
}
.page-template-reviews-facets .collection-facets .fake-facet {
  margin-bottom: 40px;
}
.page-template-reviews-facets input.facetwp-autocomplete.ready {
  font-size: 0.75em;
  width: 100%;
}
.page-template-reviews-facets .facetwp-facet.facetwp-type-alpha .facetwp-alpha {
  width: 40px;
  height: 34px;
  border: 1px solid #e5e5e5;
  line-height: 34px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-weight: 400;
  transition: background-color 0.3s ease-in-out;
}
.page-template-reviews-facets .facetwp-facet.facetwp-type-alpha .facetwp-alpha:hover {
  background-color: #e5e5e5;
}
.page-template-reviews-facets .facetwp-facet.facetwp-type-alpha .facetwp-alpha.available {
  color: #2b2b2b;
}
.page-template-reviews-facets .facetwp-facet.facetwp-type-alpha .facetwp-alpha.selected {
  font-weight: 400;
  background: #32830e;
  color: white;
}
.page-template-reviews-facets .facetwp-checkbox {
  background: url(images/2016/checkbox.svg) 8px 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 14px 8px 14px 32px;
  margin-bottom: 0;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-reviews-facets .facetwp-checkbox .facetwp-counter {
  color: #32830e;
  float: right;
}
.page-template-reviews-facets .facetwp-checkbox:first-child {
  border-top: 1px solid #ddd;
}
.page-template-reviews-facets .facetwp-radio {
  background: url(images/2016/checkbox.svg) 8px 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 14px 8px 14px 32px;
  margin-bottom: 0;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-reviews-facets .facetwp-radio .facetwp-counter {
  color: #32830e;
  float: right;
}
.page-template-reviews-facets .facetwp-radio:first-child {
  border-top: 1px solid #ddd;
}
.page-template-reviews-facets .facetwp-checkbox.checked {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reviews-facets .facetwp-checkbox.selected {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reviews-facets .facetwp-radio.checked {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reviews-facets .facetwp-radio.selected {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reviews-facets .facetwp-checkbox.disabled {
  opacity: 1;
  background-image: none;
}
.page-template-reviews-facets .facetwp-radio.disabled {
  opacity: 1;
  background-image: none;
}
.page-template-reviews-facets .facetwp-facet-ratings .facetwp-checkbox .adhoc-stars {
  font-family: "our-stars", gdrts-icons;
  color: #f7ac3e;
}
.page-template-reviews-facets .facetwp-facet-ratings .facetwp-checkbox .facetwp-display-value {
  display: none;
}
.page-template-reviews-facets .facetwp-facet-ratings .facetwp-checkbox .adhoc-stars.nice {
  color: #aca094;
}
.page-template-reviews-facets .facetwp-facet-ratings .facetwp-checkbox:last-child {
  border-bottom: none;
}
.page-template-reviews-facets input.facetwp-autocomplete-update {
  display: none;
}
.page-template-reviews-facets .results {
  float: left;
  width: calc(100% - 315px);
  padding: 0px 0 85px 50px;
}
.page-template-reviews-facets .results .counters {
  position: relative;
  height: 80px;
}
.page-template-reviews-facets .results .counters .counter-inner {
  position: absolute;
  top: 20px;
  right: 0;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
}
.page-template-reviews-facets .facetwp-pager {
  border: 1px solid #e5e5e5;
  display: table;
  table-layout: fixed;
  margin: 92px auto 32px;
  max-width: 100%;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page {
  display: table-cell;
  border-left: 1px solid #e5e5e5;
  padding: 20px 28px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page:hover {
  background-color: #e5e5e5;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page:first-child {
  border-left: none;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page.active {
  font-weight: normal;
  color: white;
  background: #32830e;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page.active:hover {
  background-color: #32830e;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page.prev {
  padding-left: 40px;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page.prev:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-136deg);
}
.page-template-reviews-facets .facetwp-pager .facetwp-page.next {
  padding-right: 40px;
}
.page-template-reviews-facets .facetwp-pager .facetwp-page.next:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.page-template-reviews-facets .field-disclaimer-content {
  max-width: 640px;
  width: 100%;
  padding: 0 24px 24px;
  margin: 0 auto;
}
.page-template-advanced-search .intro .intro-inner p {
  display: none;
}
.page-template-advanced-search .main .shell {
  max-width: none;
  border-top: 1px solid #e5e5e5;
  margin: 0 48px;
}
.page-template-advanced-search .main .main-inner {
  padding: 0;
  border-bottom: none;
}
.page-template-advanced-search .facet-container {
  float: left;
  width: 315px;
  padding: 24px 32px 32px;
  border-right: 1px solid #e5e5e5;
  text-transform: uppercase;
  font: 900 24px freight-text-pro, sans-serif;
  line-height: 1;
  margin-bottom: 0px;
}
.page-template-advanced-search .facet-container h2 {
  color: #2b2b2b;
  text-transform: uppercase;
  font: 900 24px freight-text-pro, sans-serif;
  line-height: 1;
  margin-bottom: 40px;
}
.page-template-advanced-search .reset {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 14px;
  background-color: #002661;
  display: block;
  width: 188px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 48px;
  transition: background 0.3s ease-in-out;
}
.page-template-advanced-search .reset:hover {
  background-color: #0055a1;
}
.page-template-advanced-search .toggle-filter {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 14px;
  background-color: #002661;
  display: block;
  width: 188px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 48px;
  transition: background 0.3s ease-in-out;
  display: none;
  position: relative;
}
.page-template-advanced-search .toggle-filter:hover {
  background-color: #0055a1;
}
.page-template-advanced-search .toggle-filter:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(136deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.page-template-advanced-search .toggle-filter.active:after {
  transform: rotate(-45deg);
  top: 26px;
}
.page-template-advanced-search div[data-name=reviews] {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.page-template-advanced-search .single-review {
  display: inline-block;
  width: calc(50% - 8px);
  padding-right: 28px;
  padding-bottom: 52px;
  vertical-align: top;
}
.page-template-advanced-search .single-review:nth-child(even) {
  padding-right: 0;
}
.page-template-advanced-search .single-review h3.entry-title {
  font-size: 24px;
  line-height: 1.16666667;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-template-advanced-search .single-review .nl-author {
  font-size: 16px;
  color: #2b2b2b;
}
.page-template-advanced-search .single-review .nl-publisher {
  font-size: 16px;
  color: #2b2b2b;
}
.page-template-advanced-search .single-review .gdrts-inner-wrapper .gdrts-stars-rating {
  height: 18px !important;
  line-height: 18px !important;
  font-size: 18px !important;
  margin-top: 4px;
}
.page-template-advanced-search .single-review .gdrts-inner-wrapper .gdrts-stars-rating .gdrts-stars-empty {
  line-height: 18px !important;
  font-size: 18px !important;
  letter-spacing: 4px !important;
}
.page-template-advanced-search .collection-facets {
  list-style: none;
  display: block;
  margin: 0;
}
.page-template-advanced-search .collection-facets h3 {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.page-template-advanced-search .collection-facets .facetwp-facet.facetwp-facet-ratings {
  margin-bottom: 0;
}
.page-template-advanced-search .collection-facets .facetwp-facet-not_yet_rated {
  margin-bottom: 0;
}
.page-template-advanced-search .collection-facets .double-facet {
  margin-bottom: 40px;
}
.page-template-advanced-search .collection-facets .fake-facet {
  margin-bottom: 40px;
}
.page-template-advanced-search .facetwp-facet.facetwp-type-alpha .facetwp-alpha {
  width: 40px;
  height: 34px;
  border: 1px solid #e5e5e5;
  line-height: 34px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-weight: 400;
  transition: background-color 0.3s ease-in-out;
}
.page-template-advanced-search .facetwp-facet.facetwp-type-alpha .facetwp-alpha:hover {
  background-color: #e5e5e5;
}
.page-template-advanced-search .facetwp-facet.facetwp-type-alpha .facetwp-alpha.available {
  color: #2b2b2b;
}
.page-template-advanced-search .facetwp-facet.facetwp-type-alpha .facetwp-alpha.selected {
  font-weight: 400;
  background: #32830e;
  color: white;
}
.page-template-advanced-search .facetwp-checkbox {
  background: url(images/2016/checkbox.svg) 8px 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 14px 8px 14px 32px;
  margin-bottom: 0;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-advanced-search .facetwp-checkbox .facetwp-counter {
  color: #32830e;
  float: right;
}
.page-template-advanced-search .facetwp-checkbox:first-child {
  border-top: 1px solid #ddd;
}
.page-template-advanced-search .facetwp-radio {
  background: url(images/2016/checkbox.svg) 8px 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 14px 8px 14px 32px;
  margin-bottom: 0;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-advanced-search .facetwp-radio .facetwp-counter {
  color: #32830e;
  float: right;
}
.page-template-advanced-search .facetwp-radio:first-child {
  border-top: 1px solid #ddd;
}
.page-template-advanced-search .facetwp-checkbox.checked {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-advanced-search .facetwp-checkbox.selected {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-advanced-search .facetwp-radio.checked {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-advanced-search .facetwp-radio.selected {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-advanced-search .facetwp-checkbox.disabled {
  opacity: 1;
  background-image: none;
}
.page-template-advanced-search .facetwp-radio.disabled {
  opacity: 1;
  background-image: none;
}
.page-template-advanced-search .facetwp-facet-ratings .facetwp-checkbox .adhoc-stars {
  font-family: "our-stars", gdrts-icons;
  color: #f7ac3e;
}
.page-template-advanced-search .facetwp-facet-ratings .facetwp-checkbox .adhoc-stars.nice {
  color: #aca094;
}
.page-template-advanced-search .facetwp-facet-ratings .facetwp-checkbox:last-child {
  border-bottom: none;
}
.page-template-advanced-search input.facetwp-autocomplete-update {
  display: none;
}
.page-template-advanced-search .results {
  float: left;
  width: calc(100% - 315px);
  padding: 0px 0 85px 50px;
}
.page-template-advanced-search .results .counters {
  position: relative;
  height: 80px;
}
.page-template-advanced-search .results .counters .counter-inner {
  position: absolute;
  top: 20px;
  right: 0;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
}
.page-template-advanced-search .facetwp-pager {
  border: 1px solid #e5e5e5;
  display: table;
  table-layout: fixed;
  margin: 92px auto 32px;
  max-width: 100%;
}
.page-template-advanced-search .facetwp-pager .facetwp-page {
  display: table-cell;
  border-left: 1px solid #e5e5e5;
  padding: 20px 28px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.page-template-advanced-search .facetwp-pager .facetwp-page:hover {
  background-color: #e5e5e5;
}
.page-template-advanced-search .facetwp-pager .facetwp-page:first-child {
  border-left: none;
}
.page-template-advanced-search .facetwp-pager .facetwp-page.active {
  font-weight: normal;
  color: white;
  background: #32830e;
}
.page-template-advanced-search .facetwp-pager .facetwp-page.active:hover {
  background-color: #32830e;
}
.page-template-advanced-search .facetwp-pager .facetwp-page.prev {
  padding-left: 40px;
}
.page-template-advanced-search .facetwp-pager .facetwp-page.prev:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-136deg);
}
.page-template-advanced-search .facetwp-pager .facetwp-page.next {
  padding-right: 40px;
}
.page-template-advanced-search .facetwp-pager .facetwp-page.next:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.page-template-advanced-search .field-disclaimer-content {
  max-width: 640px;
  width: 100%;
  padding: 0 24px 24px;
  margin: 0 auto;
}
.page-template-reader-discussions .intro .intro-inner p {
  display: none;
}
.page-template-reader-discussions .main .shell {
  max-width: none;
  border-top: 1px solid #e5e5e5;
  margin: 0 48px;
}
.page-template-reader-discussions .main .main-inner {
  padding: 0;
  border-bottom: none;
}
.page-template-reader-discussions .facet-container {
  float: left;
  width: 315px;
  padding: 24px 32px 32px;
  border-right: 1px solid #e5e5e5;
  text-transform: uppercase;
  font: 900 24px freight-text-pro, sans-serif;
  line-height: 1;
  margin-bottom: 0px;
}
.page-template-reader-discussions .facet-container h2 {
  color: #2b2b2b;
  text-transform: uppercase;
  font: 900 24px freight-text-pro, sans-serif;
  line-height: 1;
  margin-bottom: 40px;
}
.page-template-reader-discussions .reset {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 14px;
  background-color: #002661;
  display: block;
  width: 188px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 48px;
  transition: background 0.3s ease-in-out;
}
.page-template-reader-discussions .reset:hover {
  background-color: #0055a1;
}
.page-template-reader-discussions .toggle-filter {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 14px;
  background-color: #002661;
  display: block;
  width: 188px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 48px;
  transition: background 0.3s ease-in-out;
  display: none;
  position: relative;
}
.page-template-reader-discussions .toggle-filter:hover {
  background-color: #0055a1;
}
.page-template-reader-discussions .toggle-filter:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(136deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.page-template-reader-discussions .toggle-filter.active:after {
  transform: rotate(-45deg);
  top: 26px;
}
.page-template-reader-discussions div[data-name=reviews] {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.page-template-reader-discussions .single-review {
  display: inline-block;
  width: calc(50% - 8px);
  padding-right: 28px;
  padding-bottom: 52px;
  vertical-align: top;
  width: calc(33% - 8px);
}
.page-template-reader-discussions .single-review:nth-child(even) {
  padding-right: 0;
  padding-right: 28px;
}
.page-template-reader-discussions .single-review a h3 {
  text-decoration: underline;
}
.page-template-reader-discussions .single-review h3.entry-title {
  font-size: 24px;
  line-height: 1.16666667;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-template-reader-discussions .single-review .article-author a {
  color: #2b2b2b;
}
.page-template-reader-discussions .single-review .nl-author {
  font-size: 16px;
  color: #2b2b2b;
}
.page-template-reader-discussions .single-review .nl-publisher {
  font-size: 16px;
  color: #2b2b2b;
}
.page-template-reader-discussions .single-review .gdrts-inner-wrapper .gdrts-stars-rating {
  height: 18px !important;
  line-height: 18px !important;
  font-size: 18px !important;
  margin-top: 4px;
}
.page-template-reader-discussions .single-review .gdrts-inner-wrapper .gdrts-stars-rating .gdrts-stars-empty {
  line-height: 18px !important;
  font-size: 18px !important;
  letter-spacing: 4px !important;
}
.page-template-reader-discussions .collection-facets {
  list-style: none;
  display: block;
  margin: 0;
}
.page-template-reader-discussions .collection-facets h3 {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.page-template-reader-discussions .collection-facets .facetwp-facet.facetwp-facet-ratings {
  margin-bottom: 0;
}
.page-template-reader-discussions .collection-facets .facetwp-facet-not_yet_rated {
  margin-bottom: 0;
}
.page-template-reader-discussions .collection-facets .double-facet {
  margin-bottom: 40px;
}
.page-template-reader-discussions .collection-facets .fake-facet {
  margin-bottom: 40px;
}
.page-template-reader-discussions .collection-facets .fake-facet:not(:last-child) {
  margin-bottom: 0;
}
.page-template-reader-discussions .collection-facets .fake-facet:not(:last-child) .facetwp-checkbox {
  border-bottom: none;
}
.page-template-reader-discussions .facetwp-facet.facetwp-type-alpha .facetwp-alpha {
  width: 40px;
  height: 34px;
  border: 1px solid #e5e5e5;
  line-height: 34px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-weight: 400;
  transition: background-color 0.3s ease-in-out;
}
.page-template-reader-discussions .facetwp-facet.facetwp-type-alpha .facetwp-alpha:hover {
  background-color: #e5e5e5;
}
.page-template-reader-discussions .facetwp-facet.facetwp-type-alpha .facetwp-alpha.available {
  color: #2b2b2b;
}
.page-template-reader-discussions .facetwp-facet.facetwp-type-alpha .facetwp-alpha.selected {
  font-weight: 400;
  background: #32830e;
  color: white;
}
.page-template-reader-discussions .facetwp-checkbox {
  background: url(images/2016/checkbox.svg) 8px 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 14px 8px 14px 32px;
  margin-bottom: 0;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-reader-discussions .facetwp-checkbox .facetwp-counter {
  color: #32830e;
  float: right;
}
.page-template-reader-discussions .facetwp-checkbox:first-child {
  border-top: 1px solid #ddd;
}
.page-template-reader-discussions .facetwp-radio {
  background: url(images/2016/checkbox.svg) 8px 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 14px 8px 14px 32px;
  margin-bottom: 0;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-reader-discussions .facetwp-radio .facetwp-counter {
  color: #32830e;
  float: right;
}
.page-template-reader-discussions .facetwp-radio:first-child {
  border-top: 1px solid #ddd;
}
.page-template-reader-discussions .facetwp-checkbox.checked {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reader-discussions .facetwp-checkbox.selected {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reader-discussions .facetwp-radio.checked {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reader-discussions .facetwp-radio.selected {
  background-color: white;
  background-image: url(images/2016/checkbox-selected.svg);
}
.page-template-reader-discussions .facetwp-checkbox.disabled {
  opacity: 1;
  background-image: none;
}
.page-template-reader-discussions .facetwp-radio.disabled {
  opacity: 1;
  background-image: none;
}
.page-template-reader-discussions .facetwp-facet-ratings .facetwp-checkbox .adhoc-stars {
  font-family: "our-stars", gdrts-icons;
  color: #f7ac3e;
}
.page-template-reader-discussions .facetwp-facet-ratings .facetwp-checkbox .adhoc-stars.nice {
  color: #aca094;
}
.page-template-reader-discussions .facetwp-facet-ratings .facetwp-checkbox:last-child {
  border-bottom: none;
}
.page-template-reader-discussions input.facetwp-autocomplete-update {
  display: none;
}
.page-template-reader-discussions .results {
  float: left;
  width: calc(100% - 315px);
  padding: 0px 0 85px 50px;
  padding-top: 50px;
}
.page-template-reader-discussions .results .counters {
  position: relative;
  height: 80px;
}
.page-template-reader-discussions .results .counters .counter-inner {
  position: absolute;
  top: 20px;
  right: 0;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
}
.page-template-reader-discussions .results .tab {
  display: none;
}
.page-template-reader-discussions .results .tab.tab-open {
  display: block;
}
.page-template-reader-discussions .facetwp-pager {
  border: 1px solid #e5e5e5;
  display: table;
  table-layout: fixed;
  margin: 92px auto 32px;
  max-width: 100%;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page {
  display: table-cell;
  border-left: 1px solid #e5e5e5;
  padding: 20px 28px;
  font-size: 16px;
  font-family: "acumin-pro", acumin-pro, sans-serif;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page:hover {
  background-color: #e5e5e5;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page:first-child {
  border-left: none;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page.active {
  font-weight: normal;
  color: white;
  background: #32830e;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page.active:hover {
  background-color: #32830e;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page.prev {
  padding-left: 40px;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page.prev:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-136deg);
}
.page-template-reader-discussions .facetwp-pager .facetwp-page.next {
  padding-right: 40px;
}
.page-template-reader-discussions .facetwp-pager .facetwp-page.next:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.page-template-reader-discussions .field-disclaimer-content {
  max-width: 640px;
  width: 100%;
  padding: 0 24px 24px;
  margin: 0 auto;
}
.page-template-reader-discussions h3 {
  word-break: break-word;
}
.menu a[title=newsletter-rankings]:after {
  font-family: "our-stars", gdrts-icons;
  content: "s";
  margin-left: 0.5em;
  vertical-align: top;
  line-height: 1.1em;
  color: #f7ac3e;
}
.menu .current_page_item a:before {
  content: "";
  border-bottom: 2px solid #32830e !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translate(0, 3px);
}
.menu .premium-content-item:after {
  content: url(images/dollar-sign-green-bkg.svg);
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.9em;
  color: #e5ab49;
}
h1.fa {
  font-size: 42px;
  margin-bottom: 0.65em;
}
h1.fa:before {
  margin-right: 0.25em;
}
h2.fa {
  font-size: 36px;
  margin-bottom: 0.65em;
}
h2.fa:before {
  margin-right: 0.25em;
}
.gummunity-badges {
  font: 300 12px "acumin-pro", acumin-pro, sans-serif;
}
.gummunity-badges .interest-badge-container {
  display: inline-block;
  margin-top: 18px;
  margin-right: 24px;
  color: #848484;
}
.gummunity-badges .interest-badge-container .badge-icon {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 32px;
  border: 1px solid #838383;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.gummunity-badges .interest-badge-container .interest-badge {
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .ico-arrow-down {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -40px -23px;
    background-size: 97px 50px;
    width: 7px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-left {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px 0;
    background-size: 97px 50px;
    width: 22px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-right {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -75px 0;
    background-size: 97px 50px;
    width: 22px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-facebook {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: 0 -23px;
    background-size: 97px 50px;
    width: 16px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-message {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -28px 0;
    background-size: 97px 50px;
    width: 23px;
    height: 19.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -18px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search-hover {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  a:hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  button:hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  a.hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  button.hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search.hover {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-thumb {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -18px -23px;
    background-size: 97px 50px;
    width: 20px;
    height: 21.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-twitter {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: 0 0;
    background-size: 97px 50px;
    width: 26px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-down {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -40px -23px;
    background-size: 97px 50px;
    width: 7px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-left {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px 0;
    background-size: 97px 50px;
    width: 22px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-arrow-right {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -75px 0;
    background-size: 97px 50px;
    width: 22px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-facebook {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: 0 -23px;
    background-size: 97px 50px;
    width: 16px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-message {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -28px 0;
    background-size: 97px 50px;
    width: 23px;
    height: 19.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -18px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search-hover {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  a:hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  button:hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  a.hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  button.hover .ico-search {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 97px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-search.hover {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -53px -33px;
    background-size: 75px 50px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-thumb {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: -18px -23px;
    background-size: 75px 50px;
    width: 20px;
    height: 21.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-twitter {
    background-image: url(images/2016/sprite.@2x.png);
    background-position: 0 0;
    background-size: 97px 50px;
    width: 26px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .col-1of2 + .col-1of2 {
    margin-bottom: 14px;
  }
  .header .header-inner .visible {
    width: 50vw;
    z-index: 65;
  }
  .header .header-inner .visible a {
    display: block;
  }
  .header .header-inner p {
    position: fixed;
    top: 0;
    right: 0;
    width: 50vw;
    text-align: center;
    z-index: 55;
    display: block;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    font: 900 24px freight-text-pro, sans-serif;
  }
  .header .header-inner p:before {
    content: "";
    display: inline-block;
    width: 52%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    bottom: -24%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-bar {
    display: none;
  }
  .header .header-content-secondary {
    padding: 40px 0;
  }
  .header .header-content-secondary .logo {
    top: 50%;
  }
  .header .header-content-secondary .btn-menu {
    display: block;
  }
  .header .header-content-secondary .header-inner .visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 0.3s;
    margin-top: 13vh;
  }
  .header-content .btn-transparent {
    padding: 8px 15px 10px;
  }
  .intro {
    padding-bottom: 20px;
  }
  .intro h2 {
    margin-bottom: 74px;
  }
  .intro .intro-inner p {
    width: 68%;
  }
  .main .main-inner {
    padding-top: 28px;
    border-bottom: 0;
  }
  .ad-secondary {
    margin-bottom: 32px;
  }
  .ad-tertiary {
    padding: 0 0 29px;
  }
  .articles {
    margin-bottom: 30px;
  }
  .article {
    margin-bottom: 26px;
  }
  .article .article-head {
    margin-bottom: 11px;
  }
  .article .article-body p {
    margin-bottom: 11px;
    font-size: 16px;
  }
  .article-secondary p {
    font-size: 16px;
  }
  .btn-menu.open {
    position: fixed;
    top: 22px;
    right: 40%;
  }
  .btn {
    width: 204px;
    margin-right: 0;
  }
  .btn-comments {
    width: 100%;
  }
  .callout .callout-inner {
    padding: 40px 48px;
  }
  .callout .callout-title {
    margin-bottom: 23px;
  }
  .callout .btn-blue {
    margin-right: 0;
  }
  .callout .btn-transparent {
    margin-left: 0;
  }
  .callout-secondary .callout-inner {
    padding: 44px 17px;
  }
  .callout-secondary p {
    margin-bottom: 20px;
  }
  .comments-secondary {
    margin-left: 17px;
  }
  .comments-secondary .comment-body {
    margin-bottom: 42px;
  }
  .radio .form-label {
    padding-left: 27px;
  }
  .list-updates {
    padding: 3px 0 0 14%;
    line-height: 1.2;
  }
  .list-updates li {
    margin-bottom: 27px;
  }
  .list-updates small {
    margin-bottom: 1px;
  }
  .nav-mobile li:hover .ico-arrow-down {
    transform: rotate(180deg);
  }
  .nav-mobile li a {
    padding: 13px 5px 13px 5px;
  }
  .nav-mobile li:first-child a {
    padding-left: 13px;
  }
  .nav-mobile li .ico-arrow-down {
    margin-left: 2px;
  }
  .nav-mobile:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-mobile .nav-dropdown li {
    float: none;
    width: 100%;
    width: auto;
  }
  .nav-mobile .nav-dropdown li a {
    padding-left: 23px;
    position: relative;
  }
  .nav-mobile .nav-dropdown li:first-child a {
    padding-left: 23px;
  }
  .nav-mobile .nav-dropdown .category {
    width: 50%;
    float: left;
  }
  .nav-dropdown li a {
    padding: 0;
  }
  .search {
    width: 480px;
  }
  .section-news {
    padding-bottom: 0;
  }
  .section-news .section-inner {
    padding-top: 51px;
  }
  .section-news p {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-news .col-1of2:nth-child(2) {
    width: 45%;
  }
  .section-news .col-1of2:first-child {
    width: 55%;
  }
  .socials li {
    margin-right: 28px;
  }
  .update h5 {
    margin-bottom: 1px;
  }
  .widget-subscribe {
    margin-bottom: 34px;
  }
  .widget-recent-entries .widget-head {
    margin-bottom: 18px;
  }
  .widget-ad-secondary {
    padding-top: 28px;
    margin-top: 0;
  }
  .widget-articles {
    padding-right: 0;
  }
  .widget-articles .article {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .widget-articles .article .article-body {
    padding-top: 21px;
  }
  .widget-articles .article:first-child .article-body {
    padding-top: 0;
  }
  .widget-articles .article:last-child {
    margin-right: 0;
  }
  .widget-articles h3 {
    font-size: 21px;
    line-height: 1.33;
  }
  .desktop-only {
    display: none !important;
  }
  .comment.depth-1 > .children {
    margin-left: 17px;
  }
  .comment.depth-1 > .children .comment-body {
    padding-bottom: 42px;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 23px;
  }
  .content {
    padding-right: 0;
  }
  .content .btn-blue {
    display: none;
  }
  .content .btn-blue.show {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .content .btn-articles {
    display: block;
  }
  .content-secondary {
    padding: 11px 0 0;
  }
  .footer {
    border: 0;
    position: relative;
  }
  .footer:before {
    content: "";
    display: inline-block;
    width: 82%;
    height: 2px;
    background: #e5e5ee 5px;
    position: absolute;
    top: 0;
    left: 28px;
  }
  .footer .col {
    padding: 0 0 24px;
    float: none;
  }
  .footer .footer-nav {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-bottom: 24px;
  }
  .footer .socials {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .header .shell {
    padding: 0 20px;
  }
  .header .header-content {
    padding: 10px 0 10px;
  }
  .header .header-content-secondary {
    padding: 40px 0 15px;
  }
  .header .header-content-secondary .header-inner .visible {
    margin-top: 25%;
  }
  .header .header-content-secondary .logo-small {
    top: 25%;
  }
  .header .header-inner .visible {
    width: 100vw;
    padding-top: 0;
  }
  .header .btn-transparent {
    display: none;
  }
  .intro {
    padding-top: 30px;
  }
  .intro .intro-title {
    padding-top: 0;
    padding-bottom: 9px;
    line-height: 1.1;
  }
  .intro .intro-inner {
    margin-bottom: 22px;
    border: 0;
  }
  .intro .intro-inner:before {
    border: 0;
  }
  .intro .intro-inner p {
    font-size: 14px;
    width: 100%;
    padding: 4px 10px 0;
    margin-bottom: 30px;
  }
  .intro h2 {
    font-size: 18px;
    margin-bottom: 79px;
    position: relative;
  }
  .intro h3:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #e8e8e8;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .shell {
    padding: 0 28px;
  }
  .sidebar-secondary {
    padding: 0;
  }
  .ad {
    padding-top: 23px;
  }
  .ad a {
    padding: 6px;
  }
  .articles .article {
    display: none;
  }
  .articles .article:nth-child(1) {
    display: block;
  }
  .articles .article:nth-child(2) {
    display: block;
  }
  .articles .article:nth-child(3) {
    display: block;
  }
  .articles .article.show {
    display: block;
  }
  .article h3 {
    font-size: 21px;
  }
  .article-grid .article.no-membership-section,
.article-list .article.no-membership-section {
    padding-top: 12px;
  }
  .article-primary {
    font-size: 16px;
  }
  .article-primary p span {
    font-size: 92px;
    line-height: 0.6;
    padding-top: 6px;
  }
  .article-primary .tip {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .article-primary .tip h2 {
    font-size: 18px;
  }
  .article-primary .tip em {
    font-size: 16px;
    line-height: 1.2;
  }
  .btn {
    width: 220px;
  }
  .btn-transparent.hidden {
    display: block;
    font-size: 12px;
    padding: 8px 12px 10px;
  }
  .btn-menu {
    top: 10px;
  }
  .btn-menu.open {
    right: 80%;
    top: 10px;
  }
  .btn-green {
    padding: 8px 13px 10px;
    font-size: 12px;
  }
  .btn-expand {
    display: block;
  }
  .btn-comments {
    width: 100%;
  }
  .btn-white {
    padding: 15px 34px;
  }
  .callout .callout-inner {
    padding: 32px 40px;
  }
  .callout .btn-blue {
    margin-bottom: 10px;
  }
  .callout-secondary {
    padding: 12px 14px;
    text-align: center;
    font-size: 13px;
    margin: 0 -28px 0 -28px;
  }
  .callout-secondary h2 {
    font-size: 20px;
  }
  .callout-secondary p {
    margin-bottom: 10px;
  }
  .callout-secondary .callout-inner {
    padding: 15px 17px;
  }
  .category {
    padding-left: 32px;
  }
  .category .category-title {
    padding-left: 0;
  }
  .entry {
    display: none;
  }
  .entry:nth-child(1) {
    display: block;
  }
  .entry:nth-child(2) {
    display: block;
  }
  .entry:nth-child(3) {
    display: block;
  }
  .entry.show {
    display: block;
  }
  .radio {
    text-align: left;
  }
  .radio .form-label {
    padding-left: 33px;
  }
  .form-message .form-col-1of2 {
    width: 100%;
    float: none;
    margin-bottom: 23px;
  }
  .form-message .form-col-1of2:last-child {
    margin-bottom: 0;
  }
  .form-message .form-btn {
    width: 100%;
  }
  .list-updates {
    padding-left: 0;
  }
  .list-radios {
    padding: 30px 0 0;
  }
  .list-radios li {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
  }
  .list-radios li:nth-child(2) {
    text-align: left;
  }
  .list-radios li:nth-child(2) .radio {
    margin-left: 0;
  }
  .list-radios li:nth-child(3) {
    text-align: left;
  }
  .list-details strong {
    display: block;
    width: 100%;
  }
  .list-links {
    margin-left: 0;
  }
  .nav-mobile a i {
    display: none;
  }
  .nav-mobile li:first-child a {
    padding-left: 5px;
  }
  .nav-mobile li a {
    border-right-color: #e5e5e5;
    padding: 13px 0 8px 0;
    font-size: 11px;
  }
  .nav-mobile li:nth-child(2) .nav-dropdown {
    transform: translateX(-29%);
    width: 94vw;
  }
  .nav-mobile li:nth-child(2) .category {
    width: 100%;
  }
  .nav-mobile li:nth-child(3) .nav-dropdown {
    left: auto;
    right: 0;
    width: 95vw;
    transform: translateX(12%);
  }
  .nav-mobile li:nth-child(3) .category {
    width: 100%;
  }
  .nav-mobile li .ico-search {
    margin-right: 0;
  }
  .nav-mobile li .btn-trigger {
    border-right: 0;
  }
  .nav-mobile li .btn-trigger .ico-search {
    display: inline-block;
  }
  .nav-mobile li .btn-trigger span {
    display: none;
  }
  .nav-mobile .nav-dropdown li {
    float: none;
    width: 100%;
  }
  .nav-mobile .nav-dropdown li a {
    font-size: 16px;
    padding-left: 0;
  }
  .nav-mobile .nav-dropdown li:first-child a {
    padding-left: 0;
  }
  .nav-mobile .nav-dropdown .category {
    float: none;
    width: 100%;
  }
  .nav-dropdown {
    padding-top: 16px;
    width: 94vw;
  }
  .nav-dropdown li a {
    padding: 0;
  }
  .nav-dropdown .list-links li {
    margin-left: 0;
  }
  .nav-secondary a {
    padding: 13px 0 12px;
  }
  .nav-secondary span {
    display: none;
  }
  .search {
    width: 94vw;
    padding: 15px 36px;
    font-size: 16px;
  }
  .search .search-field {
    background: #fff;
    border: 0;
  }
  .section {
    margin-bottom: 30px;
  }
  .section-articles .col-1of2 {
    float: none;
    width: 100%;
  }
  .section-news {
    border-top: 0;
  }
  .section-news .section-inner:before {
    border: 0;
  }
  .section-news .col-1of2:nth-child(2) {
    display: block;
    width: 100%;
  }
  .section-news .col-1of2:first-child {
    display: block;
    width: 100%;
  }
  .section-news .col {
    margin-bottom: 27px;
  }
  .socials {
    padding-left: 0;
  }
  .subscribe .subscribe-btn {
    position: static;
    width: 100%;
  }
  .subscribe .subscribe-field {
    margin-bottom: 23px;
  }
  .update {
    display: none;
  }
  .update:nth-child(1) {
    display: block;
  }
  .update:nth-child(2) {
    display: block;
  }
  .update:nth-child(3) {
    display: block;
  }
  .update.show {
    display: block;
  }
  .widgets {
    padding-bottom: 0;
  }
  .widget-recent-entries {
    display: block;
    width: 100%;
    float: none;
  }
  .widget-recent-comments {
    display: block;
    width: 100%;
    float: none;
  }
  .widget-ad {
    position: static;
    transform: translateX(0);
  }
  .widget-ad-secondary {
    padding-top: 18px;
  }
  .widget-articles {
    margin-bottom: 50px;
  }
  .widget-articles .article {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .page-template-reviews-facets .intro .intro-inner {
    margin-bottom: 22px;
    border: 0;
    border-bottom: 4px solid #1e1e1e;
  }
  .page-template-reviews-facets .intro .intro-inner:before {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    bottom: -1px;
  }
  .page-template-reviews-facets .intro .intro-inner.no-subtitle {
    margin-bottom: 0;
  }
  .page-template-reviews-facets .main .shell {
    margin: 0 28px;
  }
  .page-template-reviews-facets .toggle-filter {
    margin-top: 32px;
  }
  .page-template-reviews-facets .single-review {
    width: 100%;
  }
  .page-template-reviews-facets .single-review h3.entry-title {
    font-weight: 700;
  }
  .page-template-reviews-facets .footer:before {
    width: 85%;
    height: 1px;
  }
  .page-template-advanced-search .intro .intro-inner {
    margin-bottom: 22px;
    border: 0;
    border-bottom: 4px solid #1e1e1e;
  }
  .page-template-advanced-search .intro .intro-inner:before {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    bottom: -1px;
  }
  .page-template-advanced-search .intro .intro-inner.no-subtitle {
    margin-bottom: 0;
  }
  .page-template-advanced-search .main .shell {
    margin: 0 28px;
  }
  .page-template-advanced-search .toggle-filter {
    margin-top: 32px;
  }
  .page-template-advanced-search .single-review {
    width: 100%;
  }
  .page-template-advanced-search .single-review h3.entry-title {
    font-weight: 700;
  }
  .page-template-advanced-search .footer:before {
    width: 85%;
    height: 1px;
  }
  .page-template-reader-discussions .intro .intro-inner {
    margin-bottom: 22px;
    border: 0;
    border-bottom: 4px solid #1e1e1e;
  }
  .page-template-reader-discussions .intro .intro-inner:before {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    bottom: -1px;
  }
  .page-template-reader-discussions .intro .intro-inner.no-subtitle {
    margin-bottom: 0;
  }
  .page-template-reader-discussions .main .shell {
    margin: 0 28px;
  }
  .page-template-reader-discussions .toggle-filter {
    margin-top: 32px;
  }
  .page-template-reader-discussions .single-review {
    width: 100%;
  }
  .page-template-reader-discussions .single-review h3.entry-title {
    font-weight: 700;
  }
  .page-template-reader-discussions .footer:before {
    width: 85%;
    height: 1px;
  }
}
.reviews-template-default .intro .intro-inner.no-subtitle {
  border-bottom: 4px solid #1e1e1e;
}
.reviews-template-default .intro .intro-inner:before {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
}
@media (max-width: 1000px) {
  .content-secondary {
    padding-right: 0;
    padding: 33px 12px 0;
  }
  .content {
    float: none;
    width: 100% !important;
    padding-right: 0;
    position: relative;
  }
  .footer {
    padding: 35px 0 10px;
  }
  .footer .col {
    width: 100%;
    float: none;
    padding: 0 40px 24px 29px;
  }
  .footer p span {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .footer-nav {
    padding-left: 3px;
  }
  .header .header-inner {
    padding-left: 0;
  }
  .header .header-content {
    position: relative;
    padding: 21px 0;
  }
  .header .header-content-secondary p {
    display: none;
  }
  .header .header-content-secondary .logo {
    top: 10%;
    left: 50%;
  }
  .header .header-bar {
    display: block;
    border-bottom: 2px solid #f2f2f2;
    padding: 15px 0 0;
    margin-bottom: 30px;
  }
  .intro {
    padding-top: 38px;
  }
  .intro .intro-inner p {
    width: 63%;
  }
  .intro .intro-title {
    padding: 13px 0 26px;
    line-height: 1;
  }
  .sidebar-secondary {
    padding-left: 4.5%;
    padding: 0;
  }
  .sidebar {
    float: none;
    width: 100% !important;
    border-left: 0;
    padding-left: 0 !important;
    margin-top: 31px;
  }
  .body.parent-review .aside.sidebar-secondary {
    float: none;
    width: 100% !important;
    border-left: 0;
    padding-left: 0 !important;
    margin-top: 31px;
  }
  .ad-tertiary {
    padding: 65px 0 49px;
  }
  .callout-secondary {
    margin-bottom: 0;
    right: 0;
    width: auto;
    margin: 0 -34px 0 -34px;
  }
  .list-radios {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 11px 0 11px;
    letter-spacing: -0.03em;
  }
  .list-radios li {
    width: 33%;
    margin-right: 0;
    float: left;
  }
  .list-radios li:nth-child(2) {
    text-align: center;
  }
  .list-radios li:nth-child(2) .radio {
    margin-left: -32px;
  }
  .list-radios li:nth-child(3) {
    text-align: right;
  }
  .section-filter {
    border-bottom-width: 1px;
  }
  .section-filter .section-title {
    display: block;
    padding-left: 0;
    font-size: 13px;
    border-right: 0;
    padding-bottom: 9px;
  }
  .widgets {
    position: relative;
  }
  .widgets-secondary {
    padding-bottom: 0;
  }
  .widgets-secondary .widget-ad {
    padding-top: 0;
    position: static;
    transform: translateX(0);
  }
  .guest .widgets,
.free .widgets {
    padding-bottom: 661px;
  }
  .guest .widget-recent-entries,
.free .widget-recent-entries {
    float: left;
    width: 46%;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 6%;
  }
  .guest .widget-recent-comments,
.free .widget-recent-comments {
    float: left;
    width: 46%;
    vertical-align: top;
    margin-bottom: 0;
  }
  .guest .widget-ad,
.free .widget-ad {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 19px;
    padding-top: 0;
  }
}
@media (max-width: 1292px) {
  .shell {
    padding: 0 34px;
  }
  .page-template-reviews-facets .main .shell {
    padding: 0;
  }
  .page-template-advanced-search .main .shell {
    padding: 0;
  }
  .page-template-reader-discussions .main .shell {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .callout .callout-title {
    text-align: left;
  }
  .callout .btn-blue {
    margin-right: 5px;
    display: block;
    justify-self: end;
    margin-left: auto;
  }
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 874px) {
  .ad .adsbygoogle {
    display: none !important;
  }
  .page-template-reviews-list-page .list td {
    display: block;
    width: 100%;
  }
  .reviews-template-default .intro .intro-inner.no-subtitle {
    margin-bottom: 32px;
  }
  .reviews-template-default .intro .intro-inner + .ad {
    padding-top: 0;
  }
}
@media (max-width: 1000px) and (min-width: 640px) {
  .callout .callout-title {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .callout.callout-sidebar .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .archive-column {
    width: 45%;
  }
  .footer .shell {
    display: block;
  }
  .mini-disclaimer {
    padding-bottom: 20px;
    max-width: 100%;
    padding-right: 0;
  }
}
@media all and (max-width: 1000px) {
  .interactive-rating-container {
    float: none;
    width: 100% !important;
    text-align: center !important;
    border-left: none;
    padding-left: 0;
    margin-top: 32px;
  }
  .average-count-container {
    float: none;
    width: 100% !important;
    text-align: center !important;
  }
  .nice-rating-container {
    text-align: center !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.4em;
    margin-bottom: 1.6em;
  }
  .nice-rating-container:last-child {
    padding-bottom: 1.4em;
  }
  .nice-rating-container .gdrts-inner-wrapper {
    text-align: center !important;
  }
  .distribution-link-container {
    text-align: center;
  }
  .gdrts-rating-block {
    margin-bottom: 2px;
  }
  .gdrts-stars-rating.gdrts-block-stars {
    height: auto !important;
  }
}
@media all and (max-width: 600px) {
  #wpcomm span.wc-comment-img-link-wrap span {
    margin-left: -280px !important;
  }
  #wpcomm span.wc-comment-img-link-wrap span:after {
    left: 93% !important;
  }
}
@media all and (max-width: 960px) {
  .search .comments-container {
    display: block;
    width: 100%;
    padding-left: 24px;
  }
  .search .posts-container {
    display: block;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .search .pagination-container .page-numbers {
    display: none;
  }
  .search .pagination-container .page-numbers.current {
    display: table-cell;
    padding: 20px 24px;
  }
  .search .pagination-container .page-numbers.prev {
    display: table-cell;
    padding: 20px 24px;
  }
  .search .pagination-container .page-numbers.next {
    display: table-cell;
    padding: 20px 24px;
  }
  .tag.archive .comments-container {
    display: block;
    width: 100%;
    padding-left: 24px;
  }
  .tag.archive .posts-container {
    display: block;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .tag.archive .pagination-container .page-numbers {
    display: none;
  }
  .tag.archive .pagination-container .page-numbers.current {
    display: table-cell;
    padding: 20px 24px;
  }
  .tag.archive .pagination-container .page-numbers.prev {
    display: table-cell;
    padding: 20px 24px;
  }
  .tag.archive .pagination-container .page-numbers.next {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page {
    display: none;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.active {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.prev {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.next {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page {
    display: none;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.active {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.prev {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.next {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page {
    display: none;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.active {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.prev {
    display: table-cell;
    padding: 20px 24px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.next {
    display: table-cell;
    padding: 20px 24px;
  }
}
@media all and (max-width: 520px) {
  .search .comments li {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .tag.archive .comments li {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .newsletter-info {
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    padding-bottom: 1.4em;
  }
  .total-info {
    border-bottom: 1px solid #ccc;
    float: none;
    width: 100%;
  }
  .distribution {
    width: 100%;
    margin-top: 5em;
  }
}
@media all and (max-width: 1200px) {
  .search .pagination-container .page-numbers {
    padding: 16px 20px;
  }
  .tag.archive .pagination-container .page-numbers {
    padding: 16px 20px;
  }
  .page-template-reviews-facets .results {
    padding-right: 24px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page {
    padding: 16px 20px;
  }
  .page-template-advanced-search .results {
    padding-right: 24px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page {
    padding: 16px 20px;
  }
  .page-template-reader-discussions .results {
    padding-right: 24px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page {
    padding: 16px 20px;
  }
}
@media (max-width: 768px) {
  .search .pagination-container {
    margin: 32px auto 0;
  }
  .search .pagination-container .page-numbers.next:after {
    top: 27px;
  }
  .tag.archive .pagination-container {
    margin: 32px auto 0;
  }
  .tag.archive .pagination-container .page-numbers.next:after {
    top: 27px;
  }
  .page-template-reviews-facets .intro {
    padding-bottom: 0;
  }
  .page-template-reviews-facets .main .shell {
    border-top: none;
  }
  .page-template-reviews-facets .facet-container {
    margin-bottom: 48px;
    padding: 24px 32px 32px;
    display: none;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    width: 100%;
    float: none;
    padding: 20px 24px 32px;
  }
  .page-template-reviews-facets .reset {
    display: block;
    margin: 0 auto 48px;
    margin: 52px auto 4px;
  }
  .page-template-reviews-facets .toggle-filter {
    display: block;
    margin: 0 auto 48px;
    display: block;
  }
  .page-template-reviews-facets .single-review {
    width: 49%;
  }
  .page-template-reviews-facets .results {
    width: 100%;
    float: none;
    padding: 0px 0 42px;
    border-top: 1px solid #e5e5e5;
  }
  .page-template-reviews-facets .results .counters {
    height: 64px;
  }
  .page-template-reviews-facets .facetwp-pager {
    margin: 32px auto 0;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.next:after {
    top: 27px;
  }
  .page-template-advanced-search .intro {
    padding-bottom: 0;
  }
  .page-template-advanced-search .main .shell {
    border-top: none;
  }
  .page-template-advanced-search .facet-container {
    margin-bottom: 48px;
    padding: 24px 32px 32px;
    display: none;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    width: 100%;
    float: none;
    padding: 20px 24px 32px;
  }
  .page-template-advanced-search .reset {
    display: block;
    margin: 0 auto 48px;
    margin: 52px auto 4px;
  }
  .page-template-advanced-search .toggle-filter {
    display: block;
    margin: 0 auto 48px;
    display: block;
  }
  .page-template-advanced-search .single-review {
    width: 49%;
  }
  .page-template-advanced-search .results {
    width: 100%;
    float: none;
    padding: 0px 0 42px;
    border-top: 1px solid #e5e5e5;
  }
  .page-template-advanced-search .results .counters {
    height: 64px;
  }
  .page-template-advanced-search .facetwp-pager {
    margin: 32px auto 0;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.next:after {
    top: 27px;
  }
  .page-template-reader-discussions .intro {
    padding-bottom: 0;
  }
  .page-template-reader-discussions .main .shell {
    border-top: none;
  }
  .page-template-reader-discussions .facet-container {
    margin-bottom: 48px;
    padding: 24px 32px 32px;
    display: none;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    width: 100%;
    float: none;
    padding: 20px 24px 32px;
  }
  .page-template-reader-discussions .reset {
    display: block;
    margin: 0 auto 48px;
    margin: 52px auto 4px;
  }
  .page-template-reader-discussions .toggle-filter {
    display: block;
    margin: 0 auto 48px;
    display: block;
  }
  .page-template-reader-discussions .single-review {
    width: 49%;
  }
  .page-template-reader-discussions .results {
    width: 100% !important;
    float: none;
    padding: 0px 0 42px;
    border-top: 1px solid #e5e5e5;
  }
  .page-template-reader-discussions .results .counters {
    height: 64px;
  }
  .page-template-reader-discussions .facetwp-pager {
    margin: 32px auto 0;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.next:after {
    top: 27px;
  }
}
@media (max-width: 1200px) {
  .search .pagination-container .page-numbers.prev:before {
    top: 22px;
  }
  .search .pagination-container .page-numbers.next:after {
    top: 22px;
  }
  .tag.archive .pagination-container .page-numbers.prev:before {
    top: 22px;
  }
  .tag.archive .pagination-container .page-numbers.next:after {
    top: 22px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.prev:before {
    top: 22px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.next:after {
    top: 22px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.prev:before {
    top: 22px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.next:after {
    top: 22px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.prev:before {
    top: 22px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.next:after {
    top: 22px;
  }
}
@media (max-width: 960px) {
  .search .pagination-container .page-numbers.prev:before {
    top: 27px;
  }
  .search .pagination-container .page-numbers.next:after {
    top: 27px;
  }
  .tag.archive .pagination-container .page-numbers.prev:before {
    top: 27px;
  }
  .tag.archive .pagination-container .page-numbers.next:after {
    top: 27px;
  }
  .page-template-reviews-facets div[data-name=reviews] {
    width: 90%;
  }
  .page-template-reviews-facets .single-review {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .page-template-reviews-facets .single-review h3.entry-title {
    font-size: 24px;
    font-weight: 600;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.prev:before {
    top: 27px;
  }
  .page-template-reviews-facets .facetwp-pager .facetwp-page.next:after {
    top: 27px;
  }
  .page-template-advanced-search div[data-name=reviews] {
    width: 90%;
  }
  .page-template-advanced-search .single-review {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .page-template-advanced-search .single-review h3.entry-title {
    font-size: 24px;
    font-weight: 600;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.prev:before {
    top: 27px;
  }
  .page-template-advanced-search .facetwp-pager .facetwp-page.next:after {
    top: 27px;
  }
  .page-template-reader-discussions div[data-name=reviews] {
    width: 90%;
  }
  .page-template-reader-discussions .single-review {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .page-template-reader-discussions .single-review h3.entry-title {
    font-size: 24px;
    font-weight: 600;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.prev:before {
    top: 27px;
  }
  .page-template-reader-discussions .facetwp-pager .facetwp-page.next:after {
    top: 27px;
  }
}
@media all and (max-width: 768px) {
  .page-template-reviews-facets .facet-container h2 {
    display: none;
  }
  .page-template-reviews-facets .collection-facets h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .page-template-reviews-facets .collection-facets > li:not(:first-child) h3 {
    border-bottom: none;
  }
  .page-template-advanced-search .facet-container h2 {
    display: none;
  }
  .page-template-advanced-search .collection-facets h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .page-template-advanced-search .collection-facets > li:not(:first-child) h3 {
    border-bottom: none;
  }
  .page-template-reader-discussions .facet-container h2 {
    display: none;
  }
  .page-template-reader-discussions .collection-facets h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .page-template-reader-discussions .collection-facets > li:not(:first-child) h3 {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .page-template-reviews-facets .facet-container {
    width: 285px;
  }
  .page-template-reviews-facets div[data-name=reviews] {
    width: 100%;
  }
  .page-template-reviews-facets .single-review h3.entry-title {
    font-size: 20px;
  }
  .page-template-reviews-facets .results {
    width: calc(100% - 285px);
    padding-right: 0;
    width: calc(100% - 285px);
  }
  .page-template-advanced-search .facet-container {
    width: 285px;
  }
  .page-template-advanced-search div[data-name=reviews] {
    width: 100%;
  }
  .page-template-advanced-search .single-review h3.entry-title {
    font-size: 20px;
  }
  .page-template-advanced-search .results {
    width: calc(100% - 285px);
    padding-right: 0;
    width: calc(100% - 285px);
  }
  .page-template-reader-discussions .facet-container {
    width: 285px;
  }
  .page-template-reader-discussions div[data-name=reviews] {
    width: 100%;
  }
  .page-template-reader-discussions .single-review h3.entry-title {
    font-size: 20px;
  }
  .page-template-reader-discussions .results {
    width: calc(100% - 285px);
    padding-right: 0;
    width: calc(100% - 285px);
  }
}
@media (min-width: 769px) {
  .page-template-reviews-facets .facet-container {
    display: block !important;
  }
  .page-template-advanced-search .facet-container {
    display: block !important;
  }
  .page-template-reader-discussions .facet-container {
    display: block !important;
  }
}
.premium-welcome.callout .premium-welcome-section {
  border: 1px solid #ded9d5;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 98%;
}
.premium-welcome.callout .premium-profile-options {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  margin-bottom: 20px !important;
}
.premium-welcome.callout .premium-profile-options .premium-options a {
  color: #3c3c3c;
  text-transform: uppercase;
  font-family: "acumin-pro", acumin-pro, sans-serif;
}
.premium-welcome.callout .premium-profile-options li {
  margin-right: 5%;
}
.premium-welcome.callout .premium-profile-options li + li {
  padding-left: 5%;
  border: 1px solid #ded9d5;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.premium-welcome.callout .premium-stats {
  margin-top: 20px;
}
.premium-welcome.callout .premium-stat-heading {
  font-style: normal;
  font-weight: bolder;
  margin-bottom: 2%;
  text-transform: uppercase;
}
.premium-welcome.callout .welcome-heading {
  margin-bottom: 20px !important;
  line-height: 2;
}
.premium-welcome.callout .welcome-heading a {
  margin-left: 0.5em;
}
.premium-welcome.callout .premium-stat-columns {
  margin: 0 auto;
}
@media (min-width: 720px) {
  .premium-welcome.callout .callout-inner {
    display: flex;
    flex-direction: column;
  }
  .premium-welcome.callout .premium-stat-columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .premium-welcome.callout .premium-stats {
    padding-left: 60px;
    padding-right: 60px;
  }
  .premium-welcome.callout .premium-stats + .premium-welcome.callout .premium-stats {
    border: 1px solid #ded5d9;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
  }
}
/* Test 1 - Homepage premium content */
.test1.articles .article-body {
  border-bottom: none;
}
.test1 .article .article-body a + a {
  position: relative;
  margin-left: 20px;
  float: none;
}
.test1 .article .article-body a + a:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ded5d9;
  left: -11px;
  top: 0;
  height: 14px;
}
.test1 .membership-section .membership-level {
  font-size: 14px;
  margin-top: 2.5%;
}
.test1 .membership-section {
  position: relative;
  top: 0;
  left: 0;
  color: white;
  font-size: large;
  padding-top: 1%;
  background-color: #266118;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-left: 2%;
  padding-right: 2%;
  min-width: 170px;
}
.test1 .article-meta {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ded5d9;
  padding-bottom: 2%;
  margin-bottom: 24px;
}
.test1 .article-meta .meta-text {
  margin-top: 8px;
}
.test1 .article-meta .meta-text span {
  padding-left: 2px;
  padding-right: 2px;
}
.test1 .membership-icon {
  margin-bottom: 5px;
}
.test1 .membership-level {
  margin-left: 10px;
}
.test1 .membership-section + .meta-text {
  margin-left: 2%;
}
.test1 .article {
  position: relative;
  margin-bottom: 23px;
}
/* Test 2 - Homepage premium content */
.test2 .article {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 25%;
}
.test2 .article .article-body a + a {
  position: relative;
  margin-left: 20px;
  float: none;
}
.test2 .article .article-body a + a:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ded5d9;
  left: -11px;
  top: 0;
  height: 14px;
}
.test2 .articles .article-body {
  padding-bottom: 28px;
}
.test2 .membership-section {
  position: absolute;
  left: -34%;
  top: 25%;
  display: flex;
  flex-direction: column;
  width: 20%;
}
.test2 .membership-section svg {
  fill: #848484;
  height: 32px;
  width: 32px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.test2 .membership-section .membership-level {
  font: 700 13px "acumin-pro", acumin-pro, sans-serif;
  letter-spacing: 0.02em;
  margin-top: 8px;
  text-transform: uppercase;
  text-align: center;
  color: #32830e;
  position: relative;
}
.test2 .membership-section .free .membership-level {
  color: #848484;
}
.test2 .separator {
  border-left: 1px solid #ded5d9;
  position: absolute;
  left: -1.9em;
  bottom: 0;
  top: 0;
  margin-bottom: 24px;
  margin-top: 24px;
}
.test2 .article-meta {
  border-bottom: 1px solid #ded5d9;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .test2 .separator {
    left: -3.3em;
  }
}
@media (max-width: 320px) {
  .test2 .membership-section {
    left: -55% !important;
    width: 40% !important;
  }
  .test2 .article {
    margin-left: 30% !important;
  }
}
.test2 .article-body {
  border-bottom: 0px !important;
}
.article-grid .content {
  width: 100%;
  float: none;
  padding-right: 0;
}
.article-grid .article,
.article-list .article {
  position: relative;
  border: solid 1px #ded5d9;
  padding: 58px 40px 52px;
}
.article-grid .article.no-membership-section,
.article-list .article.no-membership-section {
  padding-top: 16px;
}
.article-list .article {
  margin-bottom: 20px;
}
.article-links {
  border: solid 1px #ded5d9;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  padding: 14px 0;
}
.article-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
.article-links a + a {
  border: solid 1px #ded5d9;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.gridded p {
  display: none;
}
.gridded {
  border-bottom: 0 !important;
}
.article-grid .membership-section,
.article-list .membership-section {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: large;
  background-color: #266118;
  width: 10.5em;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  padding: 0.5em 0.75em;
}
.membership-section svg {
  fill: white;
  stroke-width: 0.5px !important;
  height: 25px;
  width: 25px;
}
.membership-section .membership-level {
  font-size: medium;
  margin-top: 2%;
}
.sidebar-grid {
  width: 100% !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.article-filters {
  border-top: 2px solid #ded5d9;
  border-bottom: 2px solid #ded5d9;
  padding-top: 2%;
  padding-bottom: 2%;
}
.article-filters .filter-text {
  margin-right: 4em;
  text-transform: uppercase;
  position: relative;
  min-width: 156px;
  min-height: 21px;
}
.article-filters .filter-text .filter-title {
  position: absolute;
  width: 156px;
  height: 21px;
  display: block;
}
.article-filters .filter-text .filter-sep {
  display: none;
  border-right: 2px solid #ded5d9;
  margin-left: 2em;
  position: absolute;
  left: 150px;
  top: -50%;
  bottom: -50%;
}
.comments-grid .widget-head {
  text-align: center;
  position: relative;
}
.article-filter-form {
  display: flex;
  flex-direction: row;
}
.article-filter-form div {
  position: relative;
  padding-left: 2em;
}
.article-filter-form div + div {
  margin-left: 2em;
}
.article-filter-form label input {
  margin-right: 0.5em;
  height: 1.333333em;
  width: 1.33333333em;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background-color: initial;
  -webkit-appearance: radio;
}
.article-filter-form label:before {
  border: 0.111111em solid #ded5d9;
  content: "";
  height: 1.3333em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.3333333em;
  border-radius: 100%;
}
.article-filter-form input:checked + label:after {
  content: "";
  width: 0.777777em;
  height: 0.777777em;
  background-color: black;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 100%;
  margin: 0.27em;
}
.radio-container input {
  height: 1.33333em;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1.333333333em;
  z-index: 2;
}
.widget-grid .title-grid {
  margin-bottom: 5%;
}
.tip-symbol {
  width: 5em;
  margin-left: auto;
  margin-right: auto;
  height: 5em;
  margin-top: -4em;
  position: relative;
  background: #f8f4ee;
  border-radius: 5em;
}
.tip-symbol svg {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 80%;
  top: 10%;
  padding: 0.5em;
  border: 2px solid #f2ede9;
  border-radius: 50%;
}
.premium-icon {
  vertical-align: bottom;
  margin-right: 0.5em;
}
.gridded .article-links .icon svg {
  vertical-align: middle;
  margin-right: 0.8em;
  height: 1.615em;
}
@media (min-width: 768px) {
  .article-grid .content .articles {
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .widget-grid .updates {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .title-grid {
    text-align: center !important;
    position: relative;
  }
  .title-grid:before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    overflow: hidden;
    width: 20%;
    height: 4px;
    content: " ";
    background-color: black;
  }
  .title-grid:after {
    position: absolute;
    top: calc(50% - 2px);
    overflow: hidden;
    width: 20%;
    height: 4px;
    content: " ";
    right: 0;
    background-color: black;
  }
  .widget-grid .widget-recent-entries {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: solid 1px #ded5d9;
  }
  .verticalLeft {
    border-left: solid 1px #ded5d9;
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 5%;
  }
  .verticalRight {
    border-right: solid 1px #ded5d9;
    position: absolute;
    top: 15%;
    bottom: 5%;
    right: 0;
  }
  .widget-grid .updates li:nth-child(3n+1) {
    padding-right: 10px;
  }
  .widget-grid .updates li:nth-child(3n+2) {
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
  }
  .widget-grid .updates li:nth-child(3n+3) {
    padding-left: 10px;
  }
  .widget-grid .updates li:nth-child(n+4) {
    border-top: solid 1px #ded5d9;
    padding-top: 20%;
  }
  .widget-grid .entries {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .widget-grid .entry {
    border-bottom: 1px solid #ded5d9;
  }
  .widget-grid .entries li:nth-child(2n+1) {
    margin-right: 10%;
  }
  .widget-grid .entries li:nth-child(2n+2) {
    margin-left: 10%;
  }
  .widget-grid .entries li:nth-last-child(-n+2) {
    border: none;
    margin-bottom: 0;
  }
  .title-grid + .widget-body {
    position: relative;
  }
  .widget-grid .entry {
    flex-direction: row;
    display: flex;
  }
  .widget-body > .vertical {
    top: 0;
    bottom: 3%;
    position: absolute;
    left: 50%;
    right: 50%;
    border-left: 1px solid #ded5d9;
  }
  .widget-grid .entries li.entry {
    padding-bottom: 3%;
  }
  .article-filters {
    display: flex;
    flex-direction: row;
    margin-bottom: 5%;
  }
  .article-filters .filter-text .filter-sep {
    display: block;
  }
}
.home .free-add,
.home .widget-ad,
.home .ad-tertiary {
  display: none;
}
.home .main .main-inner {
  border-bottom: none;
}
.premium-content-subheading-links {
  position: relative;
  top: -3em;
  margin-bottom: 1.3em;
}
.premium-content-homepage-links {
  margin-top: 1.3em;
}
@media (max-width: 600px) {
  .test1 .article-meta {
    flex-wrap: wrap;
  }
  .test1 .article:first-child {
    margin-bottom: 0;
  }
  .test1 .article:first-child .article-meta {
    padding-top: 0;
  }
  .test1 .article + .article {
    margin-bottom: 0;
  }
  .test1 .membership-section {
    padding-top: 1.5%;
    padding-right: 3%;
  }
  .test1 .membership-section + .meta-text {
    margin-left: 0;
  }
  .page-template-test-1 .main .main-inner {
    padding-top: 0;
  }
  .test2 .article {
    margin-left: 0;
    display: block;
  }
  .test2 .article-meta {
    padding-top: 10px;
  }
  .test2 .membership-section {
    position: relative;
    flex-direction: row;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .test2 .membership-section svg {
    height: 24px;
    width: 24px;
    position: relative;
    margin-right: 10px;
    margin-left: 0;
  }
  .test2 .membership-section .membership-level {
    margin-top: 0;
    position: relative;
  }
  .test2 .membership-section .article-meta {
    padding-top: 10px;
  }
}
.menu-promo-content a.btn.btn-blue {
  color: white;
}
/*

...                            
;::::;                           
;::::; :;                          
;:::::'   :;                         
;:::::;     ;.                        
,:::::'       ;           OOO\         
::::::;       ;          OOOOO\        
;:::::;       ;         OOOOOOOO       
,;::::::;     ;'         / OOOOOOO      
;:::::::::`. ,,,;.        /  / DOOOOOO    
.';:::::::::::::::::;,     /  /     DOOOO   
,::::::;::::::;;;;::::;,   /  /        DOOO  
;`::::::`'::::::;;;::::: ,#/  /          DOOO 
:`:::::::`;::::::;;::: ;::#  /            DOOO
::`:::::::`;:::::::: ;::::# /              DOO
`:`:::::::`;:::::: ;::::::#/               DOO
:::`:::::::`;; ;:::::::::##                OO
::::`:::::::`;::::::::;:::#                OO
`:::::`::::::::::::;'`:;::#                O 
`:::::`::::::::;' /  / `:#                  
::::::`:::::;'  /  /   `#

BEWARE, THOSE WHO WOULD BREAK THE SACRED ORDER OF COMPONENTS - brenda */
/*--------------------------------------------------------------
# @import for every .scss in /compontents
--------------------------------------------------------------*/
/* BEWARE!!!!!!!!!!! - brenda */
.star-rating-title {
  margin: 0;
  margin-bottom: 0.75em;
}
.gdrts-rating-block.gdrts-method-stars-rating {
  margin-top: 0;
}
.gdpr__inner {
  display: flex;
  flex-direction: row;
  padding-top: 1.75em;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-bottom: 0.79em;
}
.gdpr-container {
  width: 100%;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  transform-origin: bottom;
  transition: all 1s;
  background-color: #002661;
  color: #fff;
  z-index: 500;
  box-shadow: none;
}
.gdpr-container.active {
  visibility: visible;
  transform: scaleY(1);
}
.gdpr-container .shell {
  max-width: 75em;
}
.gdpr__content {
  margin-bottom: 0.875em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-left: 0;
  margin-right: 1.75em;
}
.gdpr__content p {
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
}
.gdpr__actions {
  display: flex;
  flex-direction: row;
}
.gdpr__actions .gdpr-accept {
  width: 8.813em;
}
.gdpr__actions a {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.gdpr__actions a + a {
  padding-left: 2.175em;
}
.gdpr .btn, .gdpr .link {
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1em;
}
.gdpr .btn {
  text-decoration: none;
  width: 8.5em;
  border: none;
}
.gdpr .link {
  font-weight: bold;
  color: #E0A322;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
.gdpr .link:hover {
  color: #0055a1;
}
.gdpr .gdpr-decline {
  box-shadow: none;
}
.gdpr-link {
  font: 600 13px acumin-pro, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  text-decoration: none;
}
.gdpr-link:hover {
  text-decoration: underline;
  color: inherit;
}
.gdpr-link .link__arrow .icon {
  vertical-align: baseline;
}
.gdpr .btn {
  background-color: #fff;
  color: #002661;
  font: 600 13px acumin-pro, sans-serif;
  padding: 17px 20px;
  width: auto;
  border: 1px solid #fff;
}
.gdpr .btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.gdpr__aside {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gdpr-container .gdpr__content {
    margin-bottom: 1.5em;
  }
  .gdpr__inner {
    flex-direction: column;
    padding-top: 1.25em;
    padding-bottom: 1.313em;
    padding-left: 0;
    margin-bottom: 0.25em;
  }
  .gdpr .btn {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .gdpr .link {
    margin-top: 1.563em;
    margin-right: auto;
  }
  .gdpr a + a {
    padding: none;
  }
}
#wpcomm .wc-comment-right .wc-comment-text,
#wpcomm .wc-comment-right .wc-comment-text * {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
#wpcomm .wc-reply .wc-comment-right .wc-comment-text,
#wpcomm .wc-reply .wc-comment-right .wc-comment-text * {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
#wpcomm .wc-reply .wc-comment-date {
  font-size: 13px !important;
}
#wpcomm .wc-reply .wc-comment-label span {
  font-size: 14px !important;
}
#wpcomm .wc-reply .wc-comment-author {
  font-size: 18px !important;
}
#wpcomm .wc-footer-left .wc-cta-button,
#wpcomm .wc-footer-left .wc-cta-button-x {
  font: 13px acumin-pro, sans-serif !important;
  text-transform: uppercase !important;
}
#wpcomm .wc-footer-left .wc-cta-button:hover,
#wpcomm .wc-footer-left .wc-cta-button-x:hover {
  color: #fff;
}
#wpcomm .wc-comment-date {
  font: 300 14px acumin-pro, sans-serif !important;
  color: #767676 !important;
}
#wpcomm .wc-comment .wc-comment-left .wc-comment-label {
  font-family: acumin-pro, sans-serif !important;
  font-weight: 300 !important;
}
#wpcomm .wc-comment-label span {
  font-size: 14px !important;
}
#wpcomm .wc-comment-author {
  font-size: 18px !important;
}
#wpcomm .wc-comment-author a {
  font-size: 18px !important;
}
.am-form div.element-title {
  color: #2b2b2b !important;
}
.am-form div.element-title label {
  margin-bottom: 0 !important;
}
.am-form input[type=text],
.am-form input[type=password],
.am-form select,
.am-form textarea {
  border: 1px solid #2b2b2b !important;
  border-radius: 0 !important;
}
.am-form input[type=text]:focus, .am-form input[type=text]:active,
.am-form input[type=password]:focus,
.am-form input[type=password]:active,
.am-form select:focus,
.am-form select:active,
.am-form textarea:focus,
.am-form textarea:active {
  outline: 2px solid #32830e !important;
  background-color: transparent !important;
}
.am-form div.row {
  margin-bottom: 2em !important;
}
.am-admin input,
.am-admin textarea,
.am-admin select,
.am-body-content input,
.am-body-content textarea,
.am-body-content select,
.am-popup input,
.am-popup textarea,
.am-popup select {
  font-family: freight-text-pro, sans-serif !important;
  font-size: 18px !important;
}
.am-admin a.button,
.am-admin button,
.am-admin input[type=button],
.am-admin input[type=submit],
.am-body-content a.button,
.am-body-content button,
.am-body-content input[type=button],
.am-body-content input[type=submit],
.am-popup a.button,
.am-popup button,
.am-popup input[type=button],
.am-popup input[type=submit] {
  border-radius: 0 !important;
  font: 600 13px acumin-pro, sans-serif !important;
}
#row-email-0, #row-login-0, #row-pass-0 {
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  #row-email-0, #row-login-0, #row-pass-0 {
    margin-bottom: 16px !important;
  }
  .am-form div.row br {
    display: none !important;
  }
}
@media all and (max-width: 890px) {
  .step-menu {
    display: flex !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
    justify-content: space-between !important;
  }
  .step-menu li {
    font-size: 17px !important;
    margin-bottom: 1em !important;
    flex: 0 1 auto !important;
    flex-direction: column !important;
    text-align: center !important;
    max-width: 388px !important;
    margin: 0 auto !important;
  }
  .step-menu li:before {
    margin: 0 auto !important;
  }
  .step-menu li:after {
    content: none !important;
  }
}
*:focus {
  outline: 2px solid #3b8c19;
  background: #fff;
}
/*# sourceMappingURL=style.css.map */
