/*!
Theme Name: Football Fantastico
Theme URI: http://dougal.co
Author: Dougal Crowder
Author URI: http://dougal.co
Description: Theme for FFS based on Ashdown, a starter theme named after Ashdown Forest in East Sussex. It s a personal mashup of the HTML5 Boilerplate, Blankslate, Bourbon styles and my own preferences. It relies on Codekit... heavily.
Version: 0.9.2

*/
@media only screen and (min-width: 401px) {
  .ffs_mobile_view {
    display: none !important; } }

@media only screen and (max-width: 400px) {
  .ffs_desktop_view {
    display: none !important; } }

html {
  box-sizing: border-box; }

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

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

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

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

[hidden] {
  display: none; }

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

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

p, pre {
  margin: 1em 0; }

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.clear {
  clear: both; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #008f5b;
  text-shadow: none;
  color: white; }

::selection {
  background: #008f5b;
  text-shadow: none;
  color: white; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  background: black; }

@media (min-width: 960px) {
  body {
    background: url(images/bg.jpg) no-repeat center top black;
    background-attachment: fixed; } }

body #wrapper {
  z-index: 2;
  overflow: hidden; }

@media (max-width: 767px) {
  body #wrapper {
    padding-top: 47px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  body #wrapper {
    padding-top: 58px; } }

@media (min-width: 1024px) {
  body #wrapper {
    padding-top: 180px; } }

@media (min-width: 1024px) {
  .sticky-nav body #wrapper {
    padding-top: 58px; } }

body #wrapper #content {
  background-color: #ffffff;
  position: relative; }

#header {
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 9999; }

@media (max-width: 1023px) {
  #header {
    position: fixed; } }

@media (min-width: 1024px) {
  .sticky-nav #header {
    position: fixed;
    margin-top: -122px; } }

@media (max-width: 959px) {
  #header {
    background-color: #00794d; } }

#header .head-inner {
  padding: 0;
  position: relative;
  background-color: #008f5b; }

@media (min-width: 1024px) {
  #header .head-inner {
    background-color: white; } }

#header #site-title {
  text-indent: -99999px;
  background-image: url(images/logo-mob.png);
  background-size: 175px 29px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 47px;
  margin-left: 0;
  background-color: #008f5b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  z-index: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #header #site-title {
    background-image: url(images/logo-mob_2x.png);
    background-size: 175px 29px; } }

@media (min-width: 768px) {
  #header #site-title {
    margin: 0 0 0 144px;
    height: 58px;
    background-position: left center; } }

@media (min-width: 960px) {
  #header #site-title {
    background-position: center center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 238px; } }

@media (min-width: 1024px) {
  #header #site-title {
    width: 220px;
    height: 122px;
    background-image: url(images/footer-logo-hd.png);
    background-size: 175px 102px; } }

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 1024px) and (min-resolution: 125dpi), only screen and (min-width: 1024px) and (min-resolution: 1.3dppx) {
  #header #site-title {
    background-image: url(images/footer-logo-hd_2x.png);
    background-size: 175px 102px; } }

@media (min-width: 1024px) {
  .sticky-nav #header #site-title {
    background-image: url(images/header-fix-logo.png);
    background-size: 175px 29px;
    background-repeat: no-repeat;
    background-position: 22px 134px; } }

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 1024px) and (min-resolution: 125dpi), only screen and (min-width: 1024px) and (min-resolution: 1.3dppx) {
  .sticky-nav #header #site-title {
    background-image: url(images/header-fix-logo_2x.png);
    background-size: 175px 29px; } }

#header #site-title h1 {
  font-size: 15px;
  margin: 0;
  line-height: 1; }

#header #site-title a {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.466666;
  display: block;
  height: 47px; }

@media (min-width: 1024px) {
  #header #site-title a {
    height: 120px; } 
    .sticky-nav #site-title a {
    height: 80px !important;
  }
  .sticky-nav #site-title h1 {
    height: 80px !important;
  }
  .sticky-nav #site-title h1 {
    height: 80px !important;
  }
  }

#header .header-ad {
  display: none; }

@media (min-width: 1024px) {
  #header .header-ad {
    display: block;
    width: 966px;
    padding: 16px 0 16px 238px;
    margin: 0 auto;
    height: 122px; } }

@media (min-width: 1440px) {
  #header .header-ad {
    padding: 16px 0 16px 16px; } }

@media (max-width: 959px) {
  #header .header-ad {
    display: none; } }

@media (min-width: 960px) {
  #header .nav-container {
    display: block;
    position: relative;
    height: 58px;
    background-color: #00794d;
    z-index: 9000; } }

@media (min-width: 960px) {
  #header .nav-container {
    position: absolute;
    right: 0;
    bottom: 0; } }

@media (min-width: 1024px) {
  html body #wrapper #header .outlaw {
    height: 122px !important;
    display: block !important;
    visibility: visible !important;
    -moz-binding: none !important; } }

@media (min-width: 1024px) {
  html body #wrapper #header .header-ad {
    display: block !important;
    visibility: visible !important;
    -moz-binding: none !important; } }

@media (min-width: 960px) {
  html body #wrapper #panel #content #sidebar #primary .xoxo .top-ad.advert, html body #wrapper #panel #content #sidebar #primary .xoxo .bot-ad.advert {
    display: block !important;
    visibility: visible !important; } }

@media (min-width: 960px) {
  html body #wrapper #panel #footer .footie.inner .outlaw {
    height: 132px !important;
    display: block !important;
    visibility: visible !important;
    -moz-binding: none !important; } }

@media (min-width: 960px) {
  html body #wrapper #panel #footer .footie.inner .footer-ad {
    display: block !important;
    visibility: visible !important;
    min-height: 132px;
    -moz-binding: none !important; } }

@media (min-width: 768px) {
  #content {
    border-left: 20px solid #008f5b; } }

@media (min-width: 960px) {
  #content .page, #content .inside, #content .post-archives, #content .posts-area, #content .not-found {
    width: calc(100% - 385px);
    float: left; } }

@media (min-width: 960px) {
  .page-template-page-full #content .page, .page-template-page-full #content .inside, .page-template-page-full #content .post-archives, .page-template-page-full #content .posts-area, .page-template-page-full #content .not-found {
    width: 100%;
    padding-right: 36px !important; }
  .page-template-page-full #content .page .sideload #sidebar, .page-template-page-full #content .inside .sideload #sidebar, .page-template-page-full #content .post-archives .sideload #sidebar, .page-template-page-full #content .posts-area .sideload #sidebar, .page-template-page-full #content .not-found .sideload #sidebar {
    display: none; } }

@media (min-width: 1440px) {
  .page-template-page-full #content .page, .page-template-page-full #content .inside, .page-template-page-full #content .post-archives, .page-template-page-full #content .posts-area, .page-template-page-full #content .not-found {
    width: calc(100% - 385px);
    padding-right: 0; }
  .page-template-page-full #content .page .sideload #sidebar, .page-template-page-full #content .inside .sideload #sidebar, .page-template-page-full #content .post-archives .sideload #sidebar, .page-template-page-full #content .posts-area .sideload #sidebar, .page-template-page-full #content .not-found .sideload #sidebar {
    display: block; } }

@media (min-width: 960px) {
  .page-template-page-no-sidebar #content .page, .page-template-page-no-sidebar #content .inside, .page-template-page-no-sidebar #content .post-archives, .page-template-page-no-sidebar #content .posts-area, .page-template-page-no-sidebar #content .not-found {
    width: 100%;
    padding-right: 36px !important; }
  .page-template-page-no-sidebar #content .page .sideload #sidebar, .page-template-page-no-sidebar #content .inside .sideload #sidebar, .page-template-page-no-sidebar #content .post-archives .sideload #sidebar, .page-template-page-no-sidebar #content .posts-area .sideload #sidebar, .page-template-page-no-sidebar #content .not-found .sideload #sidebar {
    display: none; } }

@media (min-width: 1440px) {
  .page-template-page-no-sidebar #content .page, .page-template-page-no-sidebar #content .inside, .page-template-page-no-sidebar #content .post-archives, .page-template-page-no-sidebar #content .posts-area, .page-template-page-no-sidebar #content .not-found {
    width: 100%;
    padding-right: 0; } }

@media (min-width: 960px) {
  #content #desktop-sidebar {
    width: 385px;
    float: left; } }

@media (min-width: 960px) {
  #mobile-sidebar {
    display: none; } }

#desktop-sidebar {
  display: none; }

@media (min-width: 960px) {
  #desktop-sidebar {
    display: block; } }

#footer {
  color: #777777; }

#footer .footer-inner {
  padding: 0 0 24px 0;
  background-color: #000000; }

#footer .footie {
  padding: 0;
  position: relative;
  background-color: #fff; }

@media (min-width: 768px) {
  #footer .footie {
    border-left: 20px solid #008f5b; } }

@media (min-width: 960px) {
  #footer .footie {
    border-left: 0;
    padding-left: 238px; } }

#footer .footie .footer-ad {
  max-width: 728px;
  margin: 0 auto 20px;
  padding-top: 12px; }

@media (min-width: 1440px) {
  #footer .footie .footer-ad {
    margin: 0 0 20px 16px; } }

#footer #copyright {
  max-width: 818px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 86%;
  padding: 0 18px 24px 18px;
  color: white;
  font-size: 11px; }

@media (min-width: 960px) {
  #footer #copyright {
    font-size: 14px; } }

#footer #copyright a {
  color: #f4f4f4; }

#footer #copyright a:hover {
  color: #ffffff; }

@media (max-width: 959px) {
  #footer #copyright {
    background-image: url(images/footer-logo.png);
    background-size: 101px 59px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 36px;
    padding-bottom: 90px; } }

@media only screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 959px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 959px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 959px) and (min-resolution: 125dpi), only screen and (max-width: 959px) and (min-resolution: 1.3dppx) {
  #footer #copyright {
    background-image: url(images/footer-logo_2x.png);
    background-size: 101px 59px; } }

.footer-logo {
  display: none; }

@media (min-width: 960px) {
  .footer-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 238px;
    background-color: #008f5b;
    background-image: url(images/footer-logo-hd.png);
    background-size: 175px 102px;
    background-position: center center;
    background-repeat: no-repeat; } }

@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 960px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 960px) and (min-resolution: 125dpi), only screen and (min-width: 960px) and (min-resolution: 1.3dppx) {
  .footer-logo {
    background-image: url(images/footer-logo-hd_2x.png);
    background-size: 175px 102px; } }

.footer-list {
  margin: 0;
  padding: 0; }

#sidebar ul.xoxo {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media (min-width: 960px) {
  #sidebar ul.xoxo {
    padding: 0; }
  #sidebar ul.xoxo .liteTabs div {
    padding: 0 42px 0 0; } }

@media (min-width: 480px) and (max-width: 767px) {
  #sidebar .widget-area ul.xoxo {
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
    /*
    			@include clearfix;
				.first-left, .second-left {
					@include span-columns(3 of 6);
				}
				.first-right, .second-right {
					@include span-columns(3 of 6);
					@include omega;
				}
				.suspension-tightrope {
					@include span-columns(3 of 6);
					@include shift(1.5);
				}
				.widget_ffssuspensiontightropewidget {
    				float: left;
    				width: 100%;
				}
*/ } }

@media (min-width: 480px) and (max-width: 959px) {
  #sidebar .widget-area {
    display: block; }
  #sidebar .widget-area::after {
    clear: both;
    content: "";
    display: block; }
  #sidebar .widget-area .tabcontainer {
    display: block;
    margin: 0 12px; }
  #sidebar .widget-area .tabcontainer::after {
    clear: both;
    content: "";
    display: block; } }

#sidebar .mob-ads {
  display: block;
  padding: 24px 0 24px; }

#sidebar .mob-ads::after {
  clear: both;
  content: "";
  display: block; }

#sidebar .mob-ads .advert {
  text-align: center; }

#sidebar .mob-ads .advert a {
  display: inline-block;
  margin-bottom: 24px; }

.inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 12px; }

.inner::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 960px) {
  .inner {
    padding: 0;
    max-width: 960px; } }

@media (min-width: 1024px) {
  .inner {
    max-width: 1024px; } }

@media (min-width: 1440px) {
  .inner {
    max-width: 1440px; } }

.showfullsite .inner {
  min-width: 1024px; }

#cookie-bar, #info-bar {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 40px;
  background: #008f5b;
  color: #fff; }

#cookie-bar .inner, #info-bar .inner {
  padding: 6px;
  font-size: 14px;
  line-height: 1.4; }

@media (min-width: 768px) {
  #cookie-bar .inner, #info-bar .inner {
    padding: 12px 12px 12px 97px;
    background: url(images/cookie-logo.svg) no-repeat 12px 12px;
    background-size: 85px 50px; } }

@media (min-width: 960px) {
  #cookie-bar .inner, #info-bar .inner {
    background-position: left 12px; } }

#cookie-bar .inner .buttons a, #info-bar .inner .buttons a {
  color: #fff;
  text-decoration: underline; }

#cookie-bar .inner .buttons a.cta, #info-bar .inner .buttons a.cta {
  height: 49px;
  background-color: #008f5b;
  line-height: 45px;
  text-align: center;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 4px solid #00794d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
  width: auto;
  padding: 0 12px;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #222222;
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  margin: 12px 0; }

#cookie-bar .inner .buttons a.cta:hover, #info-bar .inner .buttons a.cta:hover {
  background-color: #00794d;
  border-color: #005a39;
  color: #fff; }

@media (min-width: 768px) {
  #cookie-bar .inner .buttons a.cta, #info-bar .inner .buttons a.cta {
    margin: 0 0 0 6px; } }

.desktop {
  display: none; }

@media (min-width: 960px) {
  .desktop {
    display: block; } }

@media (min-width: 960px) {
  .mobile {
    display: none; } }

.flex-item {
  display: flex; }

.flex-item-force {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.flex-direction-column {
  -webkit-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -moz-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-direction-row {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -moz-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-justify-center {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important; }

.flex-justify-end {
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important; }

.flex-justify-start {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important; }

.flex-justify-space-between {
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  -ms-flex-pack: space-between !important; }

.flex-justify-space-around {
  -webkit-justify-content: space-around !important;
  -moz-justify-content: space-around !important;
  -ms-justify-content: space-around !important;
  justify-content: space-around !important;
  -ms-flex-pack: space-around !important; }

.flex-justify-self-center {
  -webkit-justify-self: center !important;
  -moz-justify-self: center !important;
  -ms-justify-self: center !important;
  justify-self: center !important; }

.flex-justify-self-end {
  -webkit-justify-self: flex-end !important;
  -moz-justify-self: flex-end !important;
  -ms-justify-self: flex-end !important;
  justify-self: flex-end !important; }

.flex-justify-self-start {
  -webkit-justify-self: flex-start !important;
  -moz-justify-self: flex-start !important;
  -ms-justify-self: flex-start !important;
  justify-self: flex-start !important; }

.flex-justify-self-start {
  -webkit-justify-self: stretch !important;
  -moz-justify-self: stretch !important;
  -ms-justify-self: stretch !important;
  justify-self: stretch !important; }

.flex-align-center {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  -webkit-align-content: center !important;
  -moz-align-content: center !important;
  -ms-align-content: center !important;
  align-content: center !important; }

.flex-align-start {
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
  -webkit-align-content: flex-start !important;
  -moz-align-content: flex-start !important;
  -ms-align-content: flex-start !important;
  align-content: flex-start !important; }

.flex-align-end {
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
  -webkit-align-content: flex-end !important;
  -moz-align-content: flex-end !important;
  -ms-align-content: flex-end !important;
  align-content: flex-end !important; }

.flex-center {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important; }

.flex-start {
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important; }

.flex-end {
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important; }

.flex-align-self-center {
  -webkit-align-self: center !important;
  -moz-align-self: center !important;
  -ms-align-self: center !important;
  align-self: center !important; }

.flex-align-self-start {
  -webkit-align-self: flex-start !important;
  -moz-align-self: flex-start !important;
  -ms-align-self: flex-start !important;
  align-self: flex-start !important; }

.flex-align-self-end {
  -webkit-align-self: flex-end !important;
  -moz-align-self: flex-end !important;
  -ms-align-self: flex-end !important;
  align-self: flex-end !important; }

.flex-align-self-stretch {
  align-self: stretch; }

.flex-justify-flex-end {
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important; }

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-shrink-1 {
  flex-shrink: 1; }

.flex-align-items-center {
  align-items: center; }

.flex-align-items-start {
  align-items: flex-start; }

.flex-align-items-end {
  align-items: flex-end; }

.flex-align-items-stretch {
  align-items: stretch; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

@media (min-width: 960px) {
  .flex-item-desktop {
    display: flex; }
  .flex-item-force-desktop {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .flex-direction-column-desktop {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-direction-column-reverse-desktop {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-direction-row-desktop {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-direction-row-reverse-desktop {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-justify-center-desktop {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }
  .flex-justify-end-desktop {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }
  .flex-justify-start-desktop {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }
  .flex-justify-space-between-desktop {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }
  .flex-justify-space-around-desktop {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }
  .flex-justify-self-center-desktop {
    -webkit-justify-self: center !important;
    -moz-justify-self: center !important;
    -ms-justify-self: center !important;
    justify-self: center !important; }
  .flex-justify-self-end-desktop {
    -webkit-justify-self: flex-end !important;
    -moz-justify-self: flex-end !important;
    -ms-justify-self: flex-end !important;
    justify-self: flex-end !important; }
  .flex-justify-self-start-desktop {
    -webkit-justify-self: flex-start !important;
    -moz-justify-self: flex-start !important;
    -ms-justify-self: flex-start !important;
    justify-self: flex-start !important; }
  .flex-justify-self-start-desktop {
    -webkit-justify-self: stretch !important;
    -moz-justify-self: stretch !important;
    -ms-justify-self: stretch !important;
    justify-self: stretch !important; }
  .flex-align-center-desktop {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }
  .flex-align-start-desktop {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    align-items: flex-start !important;
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }
  .flex-align-end-desktop {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    align-items: flex-end !important;
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }
  .flex-center-desktop {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }
  .flex-start-desktop {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    align-items: flex-start !important;
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }
  .flex-end-desktop {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    align-items: flex-end !important;
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }
  .flex-align-self-center-desktop {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }
  .flex-align-self-start-desktop {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }
  .flex-align-self-end-desktop {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }
  .flex-align-self-stretch-desktop {
    align-self: stretch; }
  .flex-justify-flex-end-desktop {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }
  .flex-1-desktop {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-grow-1-desktop {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-shrink-1-desktop {
    flex-shrink: 1; }
  .flex-align-items-center-desktop {
    align-items: center; }
  .flex-align-items-start-desktop {
    align-items: flex-start; }
  .flex-align-items-end-desktop {
    align-items: flex-end; }
  .flex-align-items-stretch-desktop {
    align-items: stretch; }
  .flex-wrap-desktop {
    flex-wrap: wrap; }
  .flex-nowrap-desktop {
    flex-wrap: nowrap; }
  .flex-wrap-reverse-desktop {
    flex-wrap: wrap-reverse; } }

body {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.866666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 38px;
  line-height: 42px;
  margin: 12px 0;
  color: #008f5b; }

@media (min-width: 960px) {
  h1 {
    font-size: 52px;
    line-height: 60px; } }

h2 {
  margin: 24px 0;
  line-height: 26px;
  font-size: 25px;
  text-transform: uppercase; }

h3 {
  margin: 36px 0 36px 0;
  line-height: 34px;
  font-size: 25px;
  color: #5a5a5a;
  text-transform: uppercase; }

h4 {
  margin: 24px 0 36px 0;
  line-height: 30px;
  font-size: 22px; }

h5 {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #008f5b; }

p {
  margin: 0 0 12px 0; }

a {
  color: #008f5b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  outline: none; }

a:focus {
  outline: none; }

a:hover {
  color: #005c3b; }

.entry-content a {
  font-weight: 700; }

ul {
  list-style-type: disc;
  margin: 0 0 12px 12px;
  padding-left: 24px; }

ul li ul {
  margin-left: 0; }

ol {
  list-style-type: decimal;
  margin: 0 0 12px 0;
  padding-left: 6px; }

@media (min-width: 768px) {
  ol {
    margin: 0 0 12px 12px;
    padding-left: 12px; } }

ol li ul {
  margin-left: 0; }

dl {
  margin-bottom: 6px; }

dl dt {
  font-weight: bold;
  margin-top: 6px; }

dl dd {
  margin: 0; }

blockquote {
  display: block;
  margin: 36px -22px;
  background-color: #eeeeee;
  padding: 78px 22px 36px 22px;
  font-style: italic;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 22px -1943px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  blockquote {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

.post-stat {
  float: left;
  margin: 3px 5px 0 0;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #008f5b;
  line-height: 0.7; }

.text-grey {
  color: #8A98A8 !important; }

.text-bold {
  font-weight: bold !important; }

fieldset {
  background: #f8f8f8;
  border: 1px solid #999;
  margin: 0 0 6px 0;
  padding: 6px; }

input,
label,
select {
  display: block; }

label {
  font-weight: bold;
  margin-bottom: 6px; }

label.required:after {
  content: "*"; }

label abbr {
  display: none; }

input[type="text"], input[type="submit"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  box-sizing: border-box;
  background-color: #ffffff;
  border: 3px solid #222222;
  border-width: 3px 0 0 3px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 6px;
  padding: 0 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #8c8c8c; }

textarea:focus,
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #737373;
  outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 3px; }

input[type="file"] {
  padding-bottom: 6px;
  width: 100%; }

select {
  margin-bottom: 12px;
  max-width: 100%;
  width: auto;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400; }

.button-primary, .ffs_btn, #community-articles-form .cta {
  height: 49px;
  background-color: #008f5b;
  line-height: 45px;
  text-align: center;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 4px solid #00794d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.button-primary:hover, .ffs_btn:hover, #community-articles-form .cta:hover {
  background-color: #00794d;
  border-color: #005a39;
  color: #fff; }

#community-articles-form .cta {
  width: auto;
  padding-left: 22px;
  padding-right: 22px; }

.ffs_btn-small {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px; }

.search-form {
  position: relative;
  background-color: #373737;
  padding: 6px 12px; }

.search-form input[type="search"] {
  width: 100%;
  background-color: #222222;
  border-radius: 33px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  border: 0;
  padding-left: 40px; }

@media (max-width: 767px) {
  .search-form input[type="search"] {
    padding-left: 50px; } }

.search-form button[type="submit"] {
  height: 16px;
  text-indent: -99999px;
  width: 16px;
  display: block;
  border: 0;
  background-color: transparent;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 19px;
  left: 36px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .search-form button[type="submit"] {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

@media (max-width: 767px) {
  .search-form button[type="submit"] {
    left: 24px; } }

@media (min-width: 768px) {
  .search-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 155px;
    width: 137px;
    padding-right: 12px;
    z-index: 2;
    padding-left: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .search-form input[type="search"]::-webkit-input-placeholder {
    color: #222222; }
  .search-form input[type="search"]::-moz-placeholder {
    color: #222222; }
  .search-form input[type="search"]:-moz-placeholder {
    color: #222222; }
  .search-form input[type="search"]:-ms-input-placeholder {
    color: #222222; } }

@media (min-width: 960px) {
  .search-form {
    right: 115px; } }

@media (min-width: 1440px) {
  .search-form {
    width: 270px; }
  .search-form input[type="search"]::-webkit-input-placeholder {
    color: #fff; }
  .search-form input[type="search"]::-moz-placeholder {
    color: #fff; }
  .search-form input[type="search"]:-moz-placeholder {
    color: #fff; }
  .search-form input[type="search"]:-ms-input-placeholder {
    color: #fff; } }

@media (min-width: 768px) {
  .search-form.focus {
    right: 42px;
    width: 250px; }
  .search-form.focus input[type="search"]::-webkit-input-placeholder {
    color: #fff; }
  .search-form.focus input[type="search"]::-moz-placeholder {
    color: #fff; }
  .search-form.focus input[type="search"]:-moz-placeholder {
    color: #fff; }
  .search-form.focus input[type="search"]:-ms-input-placeholder {
    color: #fff; } }

@media (min-width: 960px) {
  .search-form.focus {
    width: 210px; } }

@media (min-width: 1440px) {
  .search-form.focus {
    right: 115px;
    width: 270px; } }

.login-form {
  background-color: #373737;
  padding: 6px 12px 12px 12px; }

@media (min-width: 768px) {
  .login-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 42px;
    width: 250px;
    padding: 0;
    z-index: 1; }
  .login-form form {
    padding: 12px 24px 12px 24px;
    background-color: #373737; }
  .js .login-form form {
    display: none; }
  .login-form form .login-submit {
    margin-bottom: 0; } }

@media (min-width: 960px) {
  .login-form {
    right: 0; } }

@media (min-width: 768px) {
  .account-drop {
    position: absolute;
    top: 58px;
    right: 0;
    width: 250px;
    padding: 24px 24px 24px 24px;
    z-index: 1;
    background-color: #373737; }
  .js .account-drop {
    display: none; }
  .account-drop a {
    height: 49px;
    background-color: #008f5b;
    line-height: 45px;
    text-align: center;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 4px solid #00794d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 0;
    height: 49px;
    line-height: 45px;
    width: 100%;
    display: block; }
  .account-drop a:hover {
    background-color: #00794d;
    border-color: #005a39;
    color: #fff; }
  .account-drop a.view-profile {
    margin-bottom: 12px;
    background-color: #6a6a6a;
    border-color: #4E4E4E; }
  .account-drop a.view-profile:hover {
    background-color: #606060;
    border-color: #464646; } }

.login-here, .logmeout {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 17px;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right -50px;
  padding-right: 27px;
  width: 116px;
  line-height: 33px;
  height: 33px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .login-here, .logmeout {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

@media (min-width: 768px) {
  .login-here, .logmeout {
    height: 58px;
    line-height: 58px;
    padding-left: 143px;
    padding-right: 0;
    width: 250px;
    background-position: 188px -39px;
    cursor: pointer; } }

.login-here a, .logmeout a {
  color: #fff; }

.login-here span.gravatar, .logmeout span.gravatar {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  z-index: 300;
  display: block; }

.login-here span.gravatar img, .logmeout span.gravatar img {
  border-radius: 100%; }

.login-form .login-here:hover, .login-form .logmeout:hover {
  color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

#loginform-header label {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1; }

.placeholder #loginform-header label {
  display: none; }

.placeholder #loginform-header .login-remember label {
  display: inline-block; }

.slideout-menu .login-remember label {
  color: #fff; }

.placeholder .slideout-menu .login-username label, .placeholder .slideout-menu .login-password label {
  display: none; }

.lost-pass-link {
  background-color: #373737;
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  padding-bottom: 12px; }

.js .lost-pass-link {
  display: none; }

.lost-pass-link:hover {
  color: black; }

.register-link {
  background-color: #373737;
  display: block;
  text-align: center;
  font-size: 14px;
  padding-bottom: 12px; }

.register-link:hover {
  color: #005c3b; }

.js .register-link {
  display: none; }

.js .lost-pass-link.show, .js .register-link.show {
  display: block; }

.side-register-link, .side-lost-pass-link {
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  padding-bottom: 12px; }

.side-register-link:hover, .side-lost-pass-link:hover {
  color: #005c3b; }

.side-register-link {
  display: none;
  color: #008f5b; }

@media (min-width: 960px) {
  .side-register-link {
    display: block; } }

#community-articles-form {
  padding: 12px 12px 60px 12px;
  background-color: #e9e9e9; }

table {
  border-collapse: collapse;
  margin: 6px 0;
  table-layout: auto;
  width: 100%; }

@media (max-width: 479px) {
  table.respond, .page-id-384 .entry-content table {
    overflow-x: auto;
    display: block; } }

th {
  font-weight: bold;
  padding: 0 3px 0 0;
  text-align: left;
  line-height: 21px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999; }

td {
  padding: 4px 6px 4px 0; }

tr,
td,
th {
  vertical-align: middle;
  font-size: 12px; }

#watchlist-key th {
  border: 0;
  width: 20%;
  font-weight: 400; }

.entry-content tr {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999; }

.entry-content .scoreboard {
  margin-bottom: 24px;
  border-bottom: 1px solid #E9E9E9; }

.entry-content .scoreboard tr {
  border: 0; }

.entry-content .scoreboard tr td {
  vertical-align: top; }

.entry-content .scoreboard tr th {
  border-bottom: 4px solid #E9E9E9;
  border-top: 0;
  padding: 6px 0;
  color: #5a5a5a; }

.nav-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 47px;
  height: 47px;
  width: 50px;
  background-color: #00794d;
  cursor: pointer;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-position: -13px -310px; }

@media (min-width: 768px) {
  .nav-toggle {
    right: 0;
    left: auto; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .nav-toggle {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

@media (min-width: 768px) {
  .nav-toggle {
    background-position: 47px -310px;
    width: 108px; } }

.nav-toggle em {
  font-style: normal;
  padding-left: 16.8px;
  display: none; }

@media (min-width: 768px) {
  .nav-toggle em {
    display: block;
    line-height: 58px; } }

@media (min-width: 768px) and (max-width: 959px) {
  .nav-toggle {
    top: 0;
    right: auto;
    left: 0;
    bottom: 6px;
    z-index: 9999;
    background-position: left -305px;
    width: 126px;
    padding-left: 50px;
    height: 58px; } }

@media (min-width: 960px) {
  .nav-toggle {
    display: none; } }

@media (min-width: 960px) {
  .sticky-nav div#site-title {
        height: 80px !important;
    width: 100px !important;
    top: 95px !important;
    background: url(images/small-scout.png) !important;
    background-size: 20px !important;
    background-position: 10px 35px !important;
    background-repeat: no-repeat !important;
    /*height: 100px !important;
    width: 100px !important;
    top: 80px !important;
    background: url(images/small-scout.png) !important;
    background-size: 20px auto !important;
    background-position: 13px 50px !important;
    background-repeat: no-repeat !important; */} }

@media (min-width: 960px) {
  nav#menu {
    background-color: #00794d; } }

nav#menu .menu-main-nav-container {
  background-color: #222; }

@media (min-width: 960px) {
  nav#menu .menu-main-nav-container {
    display: block;
    margin-left: 30px;
    z-index: 9001;
    margin-right: 260px;
    display: flex;
    flex-wrap: wrap;
    background-color: #00794d; } }

nav#menu .menu-main-nav-container .sign-up-button {
  align-self: center;
  min-width: 155px;
  margin-left: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

@media (min-width: 960px) {
  nav#menu .menu-main-nav-container .sign-up-button {
    display: none; } }

@media (min-width: 1440px) {
  nav#menu .menu-main-nav-container .sign-up-button {
    display: block; } }

nav#menu div {
  position: relative; }

nav#menu div ul.menu {
  flex-grow: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: left; }

nav#menu div ul.menu::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 960px) {
  nav#menu div ul.menu {
    padding-left: 4px; } }

nav#menu div ul.menu li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #222;
  border-bottom: 1px solid #252525; }

@media (min-width: 960px) {
  nav#menu div ul.menu li {
    display: block;
    width: auto;
    background-color: #00794d;
    border-bottom: 0;
    float: left; } }

nav#menu div ul.menu li a {
  display: block;
  padding: 8px 18px;
  color: #fff;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px;
  border-bottom: 1px solid #111111; }

@media (min-width: 960px) {
  nav#menu div ul.menu li a {
    padding: 16px 6px;
    font-size: 13px;
    border-bottom: 0; } }

@media (min-width: 1024px) {
  nav#menu div ul.menu li a {
    font-size: 15px;
    padding: 16px 7px; } }

@media (min-width: 1440px) {
  nav#menu div ul.menu li a {
    font-size: 17px;
    padding: 16px 8px; } }

nav#menu div ul.menu li ul {
  background: #00794d;
  margin: 0;
  padding: 0; }

nav#menu div ul.menu li ul li a {
  display: block;
  padding: 8px 18px;
  color: #fff; }

@media (min-width: 960px) {
  nav#menu div ul.menu li ul {
    position: absolute;
    width: 200px; }
  nav#menu div ul.menu li ul li {
    width: 200px; }
  nav#menu div ul.menu li ul li a:hover {
    background-color: #00794d;
    color: #005033; } }

nav#menu div ul.menu li .fallback {
  display: none; }

nav#menu div ul.menu li:hover {
  background-color: #303030; }

@media (min-width: 1024px) {
  nav#menu div ul.menu li:hover {
    background-color: #00794d; } }

nav#menu div ul.menu li:hover a {
  color: #fff; }

@media (min-width: 1024px) {
  nav#menu div ul.menu li:hover a {
    color: #fff; } }

nav#menu div ul.menu li:hover .fallback {
  display: block; }

nav#menu div ul.menu li.current_page_item,
nav#menu div ul.menu li.current_page_parent {
  background-color: #303030;
  position: relative; }

@media (min-width: 1024px) {
  nav#menu div ul.menu li.current_page_item,
  nav#menu div ul.menu li.current_page_parent {
    background-color: #00794d; } }

nav#menu div ul.menu li.current_page_item a,
nav#menu div ul.menu li.current_page_parent a {
  color: #fff; }

@media (min-width: 1024px) {
  nav#menu div ul.menu li.current_page_item:after,
  nav#menu div ul.menu li.dropper:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #00794d;
    border-width: 18px;
    margin-left: -18px;
    z-index: 100; } }

nav#menu div ul.menu li.dropdown {
  position: relative; }

nav#menu div ul.greyarrows li.current_page_item:after {
  border-top-color: transparent; }

nav#menu div ul.greyarrows li.dropper:after {
  border-top-color: #00794d; }

.footer-list .widget_nav_menu {
  background-color: #00794d; }

.footer-list .widget_nav_menu .widget-title.toggler {
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-position: 0 -305px;
  padding-left: 84px;
  line-height: 58px;
  font-size: 17px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  background-color: #008f5b;
  cursor: pointer; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-list .widget_nav_menu .widget-title.toggler {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

@media (min-width: 768px) {
  .footer-list .widget_nav_menu .widget-title.toggler {
    display: none; } }

.footer-list .menu {
  margin: 0;
  padding: 6px 0; }

@media (min-width: 768px) {
  .footer-list .menu {
    text-align: center;
    padding: 0; }
  .footer-list .menu::after {
    clear: both;
    content: "";
    display: block; } }

@media (min-width: 1440px) {
  .footer-list .menu {
    margin-left: 0; } }

.footer-list .menu li {
  list-style-type: none;
  text-align: center; }

@media (min-width: 768px) {
  .footer-list .menu li {
    display: inline-block;
    height: 58px; } }

.footer-list .menu li a {
  display: block;
  padding: 8px 18px;
  color: #fff;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px; }

@media (min-width: 768px) {
  .footer-list .menu li a {
    padding: 0 8px;
    line-height: 58px;
    height: 58px; } }

.view-profile-mob {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right -50px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .view-profile-mob {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

.sidemenu .logmeout {
  background-image: none; }

#nav-below {
  padding: 24px 0 36px 0;
  position: relative; }

#nav-below::after {
  clear: both;
  content: "";
  display: block; }

#nav-below a {
  display: block;
  width: auto;
  padding: 0 24px;
  height: 53px;
  line-height: 53px;
  font-size: 22px;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #nav-below a {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

#nav-below .nav-previous {
  float: left; }

#nav-below .nav-previous a {
  padding-left: 82px;
  margin-left: -22px;
  background-position: 24px -591px; }

#nav-below .nav-next {
  float: right; }

#nav-below .nav-next a {
  padding-right: 60px;
  background-position: 154px -641px; }

@media (min-width: 768px) {
  .nav-holder .search-form,
  .nav-holder .login-form {
    display: none; } }

@media (max-width: 767px) {
  .nav-holder .search-form {
    background-color: #222;
    border-bottom: 1px solid #111; }
  .nav-holder .search-form input[type="search"] {
    background-color: #181818;
    width: 170px; }
  .nav-holder .login-form {
    border-top: 1px solid #252525;
    background-color: #222; } }

@media (max-width: 767px) {
  .nav-container .search-form,
  .nav-container .login-form {
    display: none; } }

nav#menu div ul.menu li.menu-item-has-children > a {
  pointer-events: none; }

@media (min-width: 960px) {
  nav#menu div ul.menu li.menu-item-has-children > a {
    pointer-events: all; } }

@media (max-width: 959px) {
  body {
    width: 100%;
    height: 100%; }
  .nav-holder {
    display: none; } }

.nav-toggle-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background-color: #222222;
  height: 47px;
  text-align: center;
  padding-top: 6px; }

@media (min-width: 768px) {
  .nav-toggle-right {
    height: 58px;
    padding-top: 10px;
    width: 42px; } }

.nav-toggle-right .lamb,
.nav-toggle-right .mutton,
.nav-toggle-right .shish {
  display: inline-block;
  background-color: white;
  border-radius: 100%;
  margin: 0 2px;
  width: 5px;
  height: 5px;
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: all 0.21s linear; }

.nav-toggle-right .lamb {
  overflow: hidden;
  text-indent: -9000px; }

@media (min-width: 960px) {
  .nav-toggle-right {
    display: none; } }

.nav-toggle-right.active .lamb {
  overflow: hidden;
  text-indent: -9000px;
  -webkit-transform: translateX(9px) translateY(-9px);
  -moz-transform: translateX(9px) translateY(-9px);
  -ms-transform: translateX(9px) translateY(-9px);
  -o-transform: translateX(9px) translateY(-9px); }

.nav-toggle-right.active .shish {
  -webkit-transform: translateX(-9px) translateY(9px);
  -moz-transform: translateX(-9px) translateY(9px);
  -ms-transform: translateX(-9px) translateY(9px);
  -o-transform: translateX(-9px) translateY(9px); }

@media (max-width: 959px) {
  .nav-holder {
    display: block;
    position: fixed;
    top: 47px;
    height: calc(100% - 47px);
    z-index: 999999;
    width: 256px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    left: -257px;
    right: auto;
    background-color: #222;
    border-right: 1px solid #000;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease; } }

@media screen and (max-width: 959px) and (min-width: 768px) {
  .nav-holder {
    top: 58px; } }

.nav-holder.active {
  left: 0; }

@media (max-width: 959px) {
  #mobile-sidebar {
    display: block;
    position: fixed;
    top: 47px;
    height: 100%;
    z-index: 999999;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    right: -320px;
    left: auto;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease; } }

@media screen and (max-width: 959px) and (min-width: 768px) {
  #mobile-sidebar {
    top: 58px; } }

#mobile-sidebar.active {
  right: 0; }

@media (max-width: 959px) {
  #panel {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  #panel.goright {
    overflow: hidden;
    transform: translate(257px, 0); }
  #panel.goleft {
    overflow: hidden;
    transform: translate(-320px, 0); } }

#article-menu-wrap {
  display: none;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  z-index: 1000; }

.sticky-nav #article-menu-wrap {
  top: 58px;
  position: fixed;
  z-index: 998; }

#article-menu-wrap #article-menu {
  /*

			max-width: 1140px;
		@include breakpoint(big){
			max-width: 1440px;
		}
*/
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  height: 444px;
  background-color: #222222;
  border-bottom: 54px solid #00794d; }

#article-menu-wrap #article-menu::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 960px) {
  #article-menu-wrap #article-menu {
    padding: 0;
    max-width: 960px; } }

@media (min-width: 1024px) {
  #article-menu-wrap #article-menu {
    max-width: 1024px; } }

@media (min-width: 1440px) {
  #article-menu-wrap #article-menu {
    max-width: 1440px; } }

#article-menu-wrap .art-wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-bottom: 54px;
  height: 444px; }

#article-menu-wrap .art-wrap .post-categories {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  height: 54px;
  overflow: visible; }

#article-menu-wrap .art-wrap .post-categories li {
  width: 14.285714%;
  background-color: #00794d;
  line-height: 1; }

#article-menu-wrap .art-wrap .post-categories li a {
  color: #fff;
  height: 54px;
  font-size: 17px;
  line-height: 20px;
  padding: 7px 38px 7px 12px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative; }

#article-menu-wrap .art-wrap .post-categories li a:hover {
  background-color: #008f5b; }

#article-menu-wrap .art-wrap .post-categories li a.latest {
  line-height: 40px; }

#article-menu-wrap .art-wrap .post-categories li a.selected {
  background-color: #008f5b; }

#article-menu-wrap .art-wrap .post-categories li a.selected:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #008f5b;
  border-width: 18px;
  margin-left: -18px;
  z-index: 999; }

#article-menu-wrap .art-wrap > div {
  background-color: #222222; }

.articles-closer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: none; }

.articles-closer.active {
  z-index: 999;
  display: block; }

a.backtotop {
  position: fixed;
  right: 8px;
  bottom: 8px;
  background: url(images/backtotop.png) no-repeat center center;
  width: 36px;
  height: 36px;
  display: block;
  z-index: 9999;
  text-indent: -99999px; }

.svg a.backtotop {
  background: url(images/backtotop.svg) no-repeat center center; }

@media (min-width: 960px) {
  a.backtotop {
    display: none; } }

#view-full {
  display: block;
  width: 46px;
  height: 42px;
  position: fixed;
  bottom: 0;
  left: 6px;
  color: white;
  cursor: pointer;
  z-index: 9998;
  border-radius: 2px 2px 0 0;
  overflow: hidden; }

#view-full:hover svg {
  fill: #00794d; }

@media screen and (min-width: 1024px) {
  #view-full {
    display: none; } }

.showfullsite #view-full {
  display: none; }

#view-responsive {
  display: none; }

.showfullsite #view-responsive {
  position: fixed;
  display: block;
  bottom: 0;
  left: 6px;
  width: 38px;
  height: 52px;
  cursor: pointer;
  z-index: 9998;
  border-radius: 2px 2px 0 0;
  overflow: hidden; }

.showfullsite #view-responsive:hover svg {
  fill: #00794d; }

@media screen and (min-width: 1024px) {
  .showfullsite #view-responsive {
    width: 66px;
    height: 90px; } }

.page #content .type-page, .page #content .not-found, .error404 #content .type-page, .error404 #content .not-found {
  padding: 12px; }

@media (min-width: 768px) {
  .page #content .type-page, .page #content .not-found, .error404 #content .type-page, .error404 #content .not-found {
    padding: 36px 0 48px 36px; } }

@media (min-width: 960px) {
  .page-template-page-no-sidebar .page #content .type-page, .page-template-page-no-sidebar .page #content .not-found, .page-template-page-no-sidebar .error404 #content .type-page, .page-template-page-no-sidebar .error404 #content .not-found {
    padding: 50.4px; } }

.page-template-page-no-sidebar #content .type-page {
  padding: 12px; }

@media (min-width: 960px) {
  .page-template-page-no-sidebar #content .type-page {
    padding: 50.4px; } }

.mobile-menu form.sticky {
  display: none; }

.mobile-menu li.posts.active, .mobile-menu li.posts:hover {
  background-position: center -1225px; }

.mobile-menu li.comments {
  background-position: center -790px; }

.mobile-menu li.comments.active, .mobile-menu li.comments:hover {
  background-position: center -1300px; }

.mobile-menu li.twitter {
  background-position: center -870px; }

.mobile-menu li.twitter.active, .mobile-menu li.twitter:hover {
  background-position: center -1380px; }

.mobile-menu li.fixtures {
  background-position: center -946px; }

.mobile-menu li.fixtures.active, .mobile-menu li.fixtures:hover {
  background-position: center -1456px; }

.mobile-menu li.scout {
  background-position: center -1042px; }

.mobile-menu li.scout.active, .mobile-menu li.scout:hover {
  background-position: center -1552px; }

.mobile-menu li.suspension {
  background-position: center -1142px; }

.mobile-menu li.suspension.active, .mobile-menu li.suspension:hover {
  background-position: center -1652px; }

.mobile-menu li:nth-child(odd) {
  background-color: #008f5b; }

.mobile-menu li.active {
  background-color: #e2e2e2; }

.mobile-menu li.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #e2e2e2;
  border-width: 12px;
  margin-left: -12px; }

@media (max-width: 767px) {
  .mobile-menu.mobster {
    display: block; } }

@media (min-width: 768px) {
  .mobile-menu.tabster {
    display: block; } }

@media (min-width: 960px) {
  .mobile-menu.tabster {
    display: none; } }

.social-menu {
  list-style-type: none;
  margin: 0 10px 36px 10px;
  padding: 0; }

.home .social-menu {
  margin-bottom: 0;
  padding-bottom: 12px; }

@media (min-width: 960px) {
  .home .social-menu {
    margin-bottom: 12px;
    padding-bottom: 0; } }

.social-menu::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 960px) {
  .social-menu {
    display: none; } }

.social-menu li {
  float: left;
  display: block;
  width: 25%;
  overflow: hidden;
  text-align: center; }

.social-menu li a {
  background-image: url(images/social.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 41px;
  height: 41px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .social-menu li a {
    background-image: url(images/social_2x.png);
    background-size: 269px 41px; } }

.social-menu li a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85); }

.social-menu .twitter {
  background-position: 0 center; }

.social-menu .youtube {
  background-position: -76px center; }

.social-menu .instagram {
  background-position: -152px center; }

.social-menu .facebook {
  background-position: -229px center; }

.single #content .social {
  display: none; }

.white.social-menu {
  display: none; }

@media (min-width: 960px) {
  .white.social-menu {
    display: block;
    margin: 0px auto;
    max-width: 310px; } }

.white.social-menu li a {
  background-image: url(images/social-white.png);
  background-size: 269px 41px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .white.social-menu li a {
    background-image: url(images/social-white_2x.png);
    background-size: 269px 41px; } }

.white.social-menu.grey, .page-template-page-full .white.social-menu, .single .white.social-menu, .archive .white.social-menu {
  margin-top: 20px; }

.white.social-menu.grey li a, .page-template-page-full .white.social-menu li a, .single .white.social-menu li a, .archive .white.social-menu li a {
  background-image: url(images/social.png);
  background-size: 269px 41px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .white.social-menu.grey li a, .page-template-page-full .white.social-menu li a, .single .white.social-menu li a, .archive .white.social-menu li a {
    background-image: url(images/social_2x.png);
    background-size: 269px 41px; } }

@media (min-width: 768px) {
  .white.social-menu.grey li a, .page-template-page-full .white.social-menu li a, .single .white.social-menu li a, .archive .white.social-menu li a {
    background-image: url(images/social-white.png);
    background-size: 269px 41px; } }

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
  .white.social-menu.grey li a, .page-template-page-full .white.social-menu li a, .single .white.social-menu li a, .archive .white.social-menu li a {
    background-image: url(images/social-white_2x.png);
    background-size: 269px 41px; } }

@media (min-width: 1440px) {
  .white.social-menu.grey li a, .page-template-page-full .white.social-menu li a, .single .white.social-menu li a, .archive .white.social-menu li a {
    background-image: url(images/social.png);
    background-size: 269px 41px; } }

@media only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1440px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1440px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 1440px) and (min-resolution: 125dpi), only screen and (min-width: 1440px) and (min-resolution: 1.3dppx) {
  .white.social-menu.grey li a, .page-template-page-full .white.social-menu li a, .single .white.social-menu li a, .archive .white.social-menu li a {
    background-image: url(images/social_2x.png);
    background-size: 269px 41px; } }

.archive .white.social-menu {
  margin-top: 20px; }

.archive .white.social-menu li a {
  background-image: url(images/social.png);
  background-size: 269px 41px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .archive .white.social-menu li a {
    background-image: url(images/social_2x.png);
    background-size: 269px 41px; } }

@media (min-width: 768px) {
  .archive .white.social-menu li a {
    background-image: url(images/social-white.png);
    background-size: 269px 41px; } }

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
  .archive .white.social-menu li a {
    background-image: url(images/social-white_2x.png);
    background-size: 269px 41px; } }

@media (min-width: 960px) {
  .archive .white.social-menu {
    margin-bottom: 20px; }
  .archive .white.social-menu li a {
    background-image: url(images/social.png);
    background-size: 269px 41px; } }

@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 960px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 960px) and (min-resolution: 125dpi), only screen and (min-width: 960px) and (min-resolution: 1.3dppx) {
  .archive .white.social-menu li a {
    background-image: url(images/social_2x.png);
    background-size: 269px 41px; } }

@media (min-width: 1440px) {
  .archive .white.social-menu {
    margin-bottom: 0; } }

@media (min-width: 960px) {
  .page-template-page-full .white.social-menu {
    margin-top: 36px; } }

@media (max-width: 959px) {
  .home #content #sidebar {
    margin-top: 0 !important; } }

@media (min-width: 960px) {
  .home #content #sidebar {
    margin-top: -320px;
    position: relative;
    z-index: 997; } }

@media (min-width: 1024px) {
  .home #content #sidebar {
    margin-top: -285px; } }

@media (min-width: 1440px) {
  .home #content #sidebar {
    margin-top: -560px; }
  .home #content #sidebar .social .social-menu {
    margin-top: 0px; } }

@media (min-width: 1440px) {
  .home #content .posts-area .home-post-inner {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 67.29217%;
    overflow: hidden; }
  .home #content .posts-area .home-post-inner:last-child {
    margin-right: 0; } }

@media (min-width: 1440px) {
  .home #content .posts-area .home-side {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 29.41995%; }
  .home #content .posts-area .home-side:last-child {
    margin-right: 0; } }

@media (max-width: 959px) {
  .category #content #sidebar {
    margin-top: 20px !important; } }

@media (min-width: 960px) {
  .category #content #sidebar {
    margin-top: -142px;
    position: relative;
    z-index: 997; } }

@media (min-width: 1024px) {
  .category #content #sidebar {
    margin-top: -144px; } }

@media (min-width: 1440px) {
  .category #content #sidebar {
    margin-top: -436px;
    width: 385px; }
  .category #content #sidebar .social .social-menu {
    margin-bottom: 12px; } }

@media (min-width: 1440px) {
  .category #content .posts-area .home-post-inner {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 67.29217%;
    overflow: hidden; }
  .category #content .posts-area .home-post-inner:last-child {
    margin-right: 0; } }

@media (min-width: 1440px) {
  .category #content .posts-area .home-side {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 29.41995%; }
  .category #content .posts-area .home-side:last-child {
    margin-right: 0; } }

@media (max-width: 959px) {
  .archive #content.archives #sidebar {
    margin-top: 20px !important; } }

@media (min-width: 960px) {
  .archive #content.archives #sidebar {
    margin-top: -142px;
    position: relative;
    z-index: 997; } }

@media (min-width: 1024px) {
  .archive #content.archives #sidebar {
    margin-top: -144px; } }

@media (min-width: 1440px) {
  .archive #content.archives #sidebar {
    margin-top: -100px;
    width: 385px; }
  .archive #content.archives #sidebar .social .social-menu {
    margin-bottom: 12px; } }

@media (min-width: 1440px) {
  .archive #content.archives .posts-area .home-post-inner {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 67.29217%;
    overflow: hidden; }
  .archive #content.archives .posts-area .home-post-inner:last-child {
    margin-right: 0; } }

@media (min-width: 1440px) {
  .archive #content.archives .posts-area .home-side {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 29.41995%; }
  .archive #content.archives .posts-area .home-side:last-child {
    margin-right: 0; } }

@media (min-width: 960px) {
  .category #content.no-img #sidebar {
    margin-top: -186px; } }

@media (min-width: 1024px) {
  .category #content.no-img #sidebar {
    margin-top: -146px; } }

@media (min-width: 1440px) {
  .category #content.no-img #sidebar {
    position: absolute;
    right: 0;
    top: 0px;
    margin-top: 0; } }

#members-ad {
  margin: 0 -22px; }

@media (min-width: 960px) {
  #members-ad {
    margin: 0; } }

.member-ad {
  display: block; }

@media (min-width: 768px) {
  #content #members-ad .member-ad img {
    max-width: 150%;
    width: 100%; } }

.allpostsheader {
  padding: 24px 0 12px 0; }

.allpostsheader::after {
  clear: both;
  content: "";
  display: block; }

.page header .subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding-top: 18px;
  display: block; }

.page-template-page-no-sidebar h1.entry-title {
  font-size: 52px;
  margin: 0;
  line-height: 1.4; }

.page-template-page-no-sidebar .entry-meta .sharer {
  background-position: -27px -231px;
  padding-left: 25px; }

#post-5202 {
  padding: 0px !important;
  background: #eeeeee;
  padding: 0 !important; }

#post-5202 .entry-content div.header {
  background: url(/wp-content/themes/football-fantastico/images/benefits-background.png);
  height: 500px;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }

#post-5202 .entry-content div.header .container {
  max-width: 550px;
  text-align: center;
  color: #fff; }

#post-5202 .entry-content div.header .container h1 {
  font-family: 'open sans';
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem; }

#post-5202 header.header {
  position: absolute;
  left: 30px;
  color: #fff; }

#post-5202 h1.entry-title, #post-5202 a.post-edit-link {
  color: #fff; }

#post-5202 img.subscription-image {
  height: 220px !important;
  width: 100% !important;
  object-fit: cover;
  margin-top: -30px;
  border-radius: 10px; }

#post-5202 .banner-best-value {
  position: absolute;
  top: 22px;
  z-index: 1;
  background: #FC9A02;
  transform: rotate(-50deg);
  width: 98px;
  left: -6px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 4px;
  font-weight: bold;
  text-transform: uppercase; }

#post-5202 .banner-best-value:after {
  content: '';
  background: transparent;
  top: 0px;
  position: absolute;
  border-top: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #fc9a02;
  height: 0;
  width: 0;
  transform: rotate(-87deg);
  right: -32px; }

#post-5202 .banner-best-value:before {
  content: '';
  background: transparent;
  top: -1px;
  position: absolute;
  border-top: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #fc9a02;
  height: 0;
  width: 0;
  transform: rotate(-178deg);
  left: -33px;
  border-right: 1s; }

#post-5202 .ffs-streamline p {
  color: #333; }

#post-5202 .banner-coming-soon {
  position: absolute;
  top: 43px;
  z-index: 1;
  background: #662D90;
  color: #ffffff;
  transform: rotate(-50deg);
  width: 130px;
  left: 0px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 4px;
  font-weight: bold;
  text-transform: uppercase; }

#post-5202 .banner-coming-soon:after {
  content: '';
  background: transparent;
  top: 0px;
  position: absolute;
  border-top: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #662D90;
  height: 0;
  width: 0;
  transform: rotate(-87deg);
  right: -32px; }

#post-5202 .banner-coming-soon:before {
  content: '';
  background: transparent;
  top: -1px;
  position: absolute;
  border-top: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #662D90;
  height: 0;
  width: 0;
  transform: rotate(-178deg);
  left: -33px;
  border-right: 1s; }

#post-5202 h3 {
  text-align: center;
  color: #008F5D;
  font-size: 21px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0 !important;
  text-transform: capitalize !important;
  font-family: 'Open Sans'; }

#post-5202 .body p, #post-5202 .body li {
  line-height: 1.25;
  margin: 10px 0;
  font-size: 0.85rem; }

#post-5202 p.price {
  margin-top: auto;
  text-align: center;
  font-size: 21px; }

#post-5202 ul {
  padding-left: none; }

#post-5202 .container {
  max-width: 750px;
  text-align: center;
  color: #fff; }

#post-5202 .container h2 {
  font-family: 'open sans';
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: capitalize;
  margin-top: 0px !important; }

#post-5202 .banner-signup {
  display: flex;
  align-items: center;
  width: 100%;
  background-size: cover;
  background: url(/wp-content/themes/football-fantastico/images/benefits-content-background.png);
  background-position: 0;
  height: 275px; }

#post-5202 img.benefit-image {
  max-height: 150px;
  max-width: 150px; }

#post-5202 .benefit-container {
  width: 100%; }

@media (min-width: 960px) {
  #post-5202 .benefit-container {
    width: 33%; } }

#post-5202 .quote-section {
  flex-basis: 100%; }

@media (min-width: 960px) {
  #post-5202 .quote-section {
    flex-basis: 50%; } }

#post-5202 .benefits-youtube {
  height: 300px; }

@media (min-width: 960px) {
  #post-5202 .benefits-youtube {
    height: 700px; } }

#post-5202 img.black-grav {
  max-height: 100px;
  display: none; }

@media (min-width: 960px) {
  #post-5202 img.black-grav {
    display: block; } }

#post-5202 .card.card-quotes {
  position: relative;
  height: 100%; }

#post-5202 .card.card-quotes:after {
  content: '';
  height: 50px;
  position: absolute;
  top: 65%;
  border-top: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #fff;
  height: 0;
  width: 0;
  transform: rotate(405deg);
  left: -10px; }

#post-5202 .quote-container:nth-child(2) .black-grav, #post-5202 .quote-container:nth-child(4) .black-grav {
  order: 3; }

#post-5202 .quote-container:nth-child(2) .card.card-quotes:after, #post-5202 .quote-container:nth-child(4) .card.card-quotes:after {
  right: -10px;
  left: unset; }

#post-5202 .quote-container:nth-child(3) .card.card-quotes:after, #post-5202 .quote-container:nth-child(4) .card.card-quotes:after {
  top: 25%;
  transform: rotate(223deg); }

#post-5202 .splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

#post-5202 .splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-height: 600px;
  width: auto;
  justify-content: center;
  object-fit: cover; }

#post-5202 .inner img, #post-5202 iframe img {
  max-width: 100%;
  height: 100%;
  display: block;
  max-height: auto;
  object-fit: cover; }

@media (min-width: 960px) {
  .page-template-page-no-sidebar #content #post-5202.type-page {
    padding: 0 !important; } }

html body.page-id-5202 #wrapper #panel #footer .footie.inner .outlaw {
  background: #eeeeee !important; }

html body.page-id-5202 #desktop-sidebar {
  display: none !important;
  width: 0px !important; }

article#post-5202 {
  width: 100% !important; }

.entry-summary.thumbnail::after {
  clear: both;
  content: "";
  display: block; }

.entry-summary.thumbnail img {
  float: left;
  margin: 0 12px 12px 0; }

.single article {
  padding: 0 10px; }

.single article::after {
  clear: both;
  content: "";
  display: block; }

.single article h1 {
  margin-top: 18px; }

@media (min-width: 960px) {
  .single article {
    padding: 0 0 22px 0; } }

.single article header {
  position: relative; }

@media (min-width: 768px) {
  .single article header {
    margin-top: -80px;
    background-color: white;
    padding: 0 48px;
    border-left: 20px solid #008f5b;
    margin-left: -42px;
    margin-right: 142px; } }

@media (min-width: 960px) {
  .single article header {
    margin-top: -80px;
    background-color: white;
    position: relative;
    padding: 0 48px;
    border-left: 20px solid #008f5b;
    margin-left: -20px;
    margin-right: 0px; } }

@media (min-width: 1440px) {
  .single article header {
    margin-top: -140px; } }

.single article header .post-edit-link {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #008f5b;
  background-color: white;
  padding: 6px 12px;
  margin-bottom: 6px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0; }

@media (min-width: 768px) {
  .single article header .post-edit-link {
    top: 0; } }

.single article header .post-edit-link:hover {
  background-color: #008f5b;
  color: white; }

@media (min-width: 960px) {
  .single article .article-holder .entry-content {
    padding: 0 48px; }
  .single article .article-holder .entry-content blockquote {
    margin: 36px 0 36px -48px;
    padding-left: 48px;
    padding-right: 48px;
    background-position: 46px -1943px; }
  .single article .article-holder footer.entry-footer {
    margin-left: 0;
    padding-left: 48px; } }

@media (min-width: 1440px) {
  .single article .article-holder {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 67.29217%; }
  .single article .article-holder:last-child {
    margin-right: 0; } }

.single article .content-aside {
  padding-top: 26px; }

@media (min-width: 960px) {
  .single article .content-aside {
    padding-top: 102px; } }

@media (min-width: 1440px) {
  .single article .content-aside {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 29.41995%;
    margin-right: 0;
    padding-top: 104px; }
  .single article .content-aside:last-child {
    margin-right: 0; } }

@media (min-width: 960px) {
  .single article .content-aside .hide-polls .poll-widget {
    display: none; } }

@media (min-width: 960px) {
  .single article .content-aside .hide-leagues .scout-league-widget {
    display: none; } }

@media (min-width: 960px) {
  .single article .content-aside .hide-twitter .scout-tweets-module {
    display: none; } }

@media (min-width: 960px) {
  .single article .content-aside .hide-twitter .twitter_more {
    display: none; } }

.single .postimage {
  margin: 0 -12px;
  position: relative;
  min-height: 100px;
  background-color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

@media (min-width: 480px) {
  .single .postimage {
    min-height: 230px; } }

@media (min-width: 768px) {
  .single .postimage {
    margin: 0 -12px 0 -32px;
    min-height: 315px; } }

@media (min-width: 960px) {
  .single .postimage {
    margin: 0 0 0 -20px;
    min-height: 380px; } }

@media (min-width: 1440px) {
  .single .postimage {
    min-height: 545px; } }

.single .postimage .sbu_image {
  max-width: 200%;
  width: 100%; }

@media (min-width: 960px) {
  .single #sidebar {
    margin-top: 68px; } }

.post-comments-link {
  position: absolute;
  font-size: 22px;
  color: #fff;
  display: block;
  line-height: 42px;
  padding: 0 12px 0 40px;
  background-color: #008f5b;
  right: 22px;
  bottom: 0;
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: -17px -105px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .post-comments-link {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

@media (min-width: 768px) {
  .post-comments-link {
    display: none; } }

.entry-meta {
  margin-bottom: 24px; }

.entry-meta .post-comments-link {
  position: relative;
  color: #008f5b;
  background-color: #fff;
  background-position: -22px -168px;
  right: auto;
  display: inline-block;
  font-size: 24px;
  padding-left: 34px;
  padding-right: 24px; }

.entry-meta .post-comments-link span {
  color: #a6a6a6; }

.entry-meta .author {
  display: none; }

@media (min-width: 768px) {
  .entry-meta .author {
    display: block;
    text-align: center;
    min-width: 86px;
    font-weight: 700;
    text-transform: uppercase;
    color: #525252;
    position: absolute;
    right: -130px;
    top: 40px; }
  .entry-meta .author a {
    color: #525252; }
  .entry-meta .author a:hover {
    color: #008f5b; } }

@media (min-width: 960px) {
  .entry-meta .author {
    right: -345px;
    top: 40px; } }

@media (min-width: 1440px) {
  .entry-meta .author {
    right: -650px;
    top: 100px; } }

.entry-meta .author img.avatar {
  display: none; }

@media (min-width: 768px) {
  .entry-meta .author img.avatar {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 86px;
    border: 7px solid white;
    background-color: white; } }

.entry-meta .sharer {
  background-image: url(images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: -18px -231px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  line-height: 42px;
  padding-left: 34px;
  text-transform: uppercase; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .entry-meta .sharer {
    background-image: url(images/sprite_2x.png);
    background-size: 76px 2000px; } }

.entry-meta .sharer:hover {
  cursor: pointer; }

.entry-meta .socials {
  display: block; }

@media (min-width: 480px) {
  .entry-meta .socials {
    display: inline-block;
    padding-left: 12px; } }

.entry-meta .socials .addthis_sharing_toolbox {
  display: none; }

.entry-meta .socials .addthis_sharing_toolbox a {
  margin: 12px 30px 12px 0; }

@media (min-width: 960px) {
  .entry-meta .socials .addthis_sharing_toolbox a {
    margin: 0; } }

footer.entry-footer {
  margin: 36px 0 0;
  margin-left: -22px;
  border-top: 11px solid #e9e9e9;
  padding: 44px 0 44px 22px;
  font-style: italic; }

footer.entry-footer .auther-name {
  font-weight: bold;
  text-transform: capitalize; }

.cat-links {
  display: block;
  background-color: #008f5b;
  width: auto;
  padding: 0 12px;
  float: left;
  margin-right: 22px; }

.cat-links a {
  color: #fff;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase; }

.entry-date {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  padding-top: 17px;
  display: block; }

.articles > header {
  padding-top: 12px; }

@media (min-width: 768px) {
  .articles > header {
    padding-top: 0; } }

@media (min-width: 768px) {
  .articles {
    padding: 36px 0 0 22px; } }

.articles::after {
  clear: both;
  content: "";
  display: block; }

.articles .articles-header {
  margin-bottom: 36px; }

.articles article {
  height: auto !important; }

.search .articles article {
  margin-bottom: 24px; }

@media (min-width: 480px) and (max-width: 767px) {
  .articles article {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 48.35606%; }
  .articles article:last-child {
    margin-right: 0; } }

@media (min-width: 768px) {
  .articles article {
    float: left;
    display: block;
    margin-right: 2.16815%;
    width: 31.8879%; }
  .articles article:last-child {
    margin-right: 0; }
  .search .articles article {
    height: 298px;
    overflow: hidden;
    margin-bottom: 24px; } }

@media (min-width: 960px) {
  .articles article {
    float: left;
    display: block;
    margin-right: 3.28787%;
    width: 48.35606%; }
  .articles article:last-child {
    margin-right: 0; } }

@media (min-width: 1180px) {
  .articles article {
    float: left;
    display: block;
    margin-right: 2.16815%;
    width: 31.8879%; }
  .articles article:last-child {
    margin-right: 0; }
  .search .articles article {
    height: 302px;
    overflow: hidden;
    margin-bottom: 24px; } }

.articles article h2 {
  margin: 12px 0;
  font-size: 32px;
  line-height: 37px;
  text-transform: none; }

@media (min-width: 480px) {
  .articles article h2 {
    font-size: 20px;
    line-height: 26px; } }

.articles article header {
  height: 106px;
  overflow: hidden; }

.search .articles article header {
  height: auto; }

@media (min-width: 480px) and (max-width: 767px) {
  .articles article.even {
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 959px) {
  .articles .article-3 {
    margin-right: 0; } }

@media (min-width: 960px) and (max-width: 1023px) {
  .articles article.even {
    margin-right: 0; } }

@media (min-width: 1024px) and (max-width: 1179px) {
  .articles article.even {
    margin-right: 0; } }

@media (min-width: 1180px) {
  .articles .article-3 {
    margin-right: 0; } }

.articles .article-image {
  position: relative;
  overflow: hidden; }

.articles .article-image .cat-links {
  position: absolute;
  bottom: 0;
  left: 0; }

.articles .oldimg {
  position: relative;
  padding-bottom: 60.9589%;
  background-color: #e9e9e9; }

.articles .oldimg img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 200%;
  width: auto;
  height: 100%; }

.articles .oldimg img.sbu_image {
  left: -16%; }

.articles .pagination {
  float: left;
  display: block;
  margin-right: 2.16815%;
  width: 100%; }

.articles .pagination:last-child {
  margin-right: 0; }

.menu-post.first {
  margin: 36px 36px 36px 24px;
  float: left;
  width: 474px;
  width: 46.28906%;
  margin-left: 2.343375%;
  margin-right: 3.51562%;
  position: relative;
  height: 312px;
  overflow: hidden; }

.menu-post.first .date {
  float: left;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }

.menu-post.first .cat-links {
  float: right;
  margin-right: 0; }

.menu-post.first a strong {
  font-size: 20px;
  color: white;
  text-transform: none;
  position: absolute;
  left: 24px;
  bottom: 18px;
  right: 60px; }

.menu-post.first a .gradient {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  bottom: 0; }

.menu-post.first .post-comments-count {
  bottom: 12px;
  right: 12px; }

.menu-post.norm {
  float: left;
  width: 141px;
  width: 13.76953%;
  position: relative;
  margin: 36px 12px 36px 0;
  margin-right: 1.17187%;
  overflow: hidden; }

.menu-post.norm .cat-links {
  height: 38px;
  width: 100%;
  top: 112px;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  color: #008f5b;
  padding-top: 3px; }

.menu-post.norm .cat-links a {
  line-height: 12px;
  display: block;
  overflow: hidden;
  height: 24px;
  margin-top: 5px; }

.menu-post.norm a strong {
  font-size: 15px;
  color: white;
  text-transform: none;
  float: left;
  margin-top: 46px;
  height: 67px;
  overflow: hidden;
  line-height: 21px; }

.menu-post.norm .date {
  float: left;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  height: 28px; }

.menu-post.norm .date::after {
  clear: both;
  content: "";
  display: block; }

.menu-post.norm a.image-hold {
  display: block;
  height: 84px;
  background: #151515;
  margin-top: 28px; }

.menu-post.norm .post-comments-count {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  right: auto;
  bottom: auto; }

.gotoarchive {
  display: block;
  font-size: 12px;
  color: #5a5a5a;
  text-transform: uppercase;
  width: 448px;
  text-align: center;
  position: absolute;
  bottom: 91px;
  right: 46px;
  font-weight: 700; }

.home-featured .home-post::after,
.cat-featured .home-post::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 1440px) {
  .home-featured .home-post,
  .cat-featured .home-post {
    margin-right: 385px; } }

#content .home-featured .home-post .banner img.sbu_large_image_image, #content
.cat-featured .home-post .banner img.sbu_large_image_image {
  max-width: 200%;
  width: 100%; }

.home-featured .content-area.wrap,
.cat-featured .content-area.wrap {
  position: relative; }

@media (min-width: 960px) {
  .home-featured .content-area.wrap,
  .cat-featured .content-area.wrap {
    padding: 0; } }

@media (min-width: 768px) {
  .home-featured .content-area.wrap header,
  .cat-featured .content-area.wrap header {
    margin-top: -80px;
    min-height: 80px;
    background-color: white;
    position: relative;
    padding: 0 48px;
    margin-right: 142px;
    border-left: 20px solid #008f5b;
    margin-left: -42px; } }

@media (min-width: 960px) {
  .home-featured .content-area.wrap header,
  .cat-featured .content-area.wrap header {
    margin-right: 480px;
    margin-left: -30px; } }

.home-featured .content-area.bottom,
.cat-featured .content-area.bottom {
  /*
		@include breakpoint(gt1260){
			.rightside {
				right: 325px;
			}
		}
*/ }

@media (min-width: 768px) {
  .home-featured .content-area.bottom,
  .cat-featured .content-area.bottom {
    padding: 0 48px;
    margin-right: 140px;
    margin-left: -42px;
    border-left: 20px solid #008f5b; }
  .home-featured .content-area.bottom .rightside,
  .cat-featured .content-area.bottom .rightside {
    display: block;
    position: absolute;
    top: 90px;
    right: 50px;
    text-align: left;
    width: 90px; }
  .home-featured .content-area.bottom .rightside .author,
  .cat-featured .content-area.bottom .rightside .author {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px; }
  .home-featured .content-area.bottom .rightside .author a,
  .cat-featured .content-area.bottom .rightside .author a {
    color: #008f5b; }
  .home-featured .content-area.bottom .rightside .author a:hover,
  .cat-featured .content-area.bottom .rightside .author a:hover {
    color: #00794d; }
  .home-featured .content-area.bottom .rightside .post-comments-count,
  .cat-featured .content-area.bottom .rightside .post-comments-count {
    position: relative;
    display: inline-block;
    bottom: auto;
    right: auto;
    top: auto; } }

@media (min-width: 960px) {
  .home-featured .content-area.bottom,
  .cat-featured .content-area.bottom {
    margin-right: 440px;
    margin-left: -30px; }
  .home-featured .content-area.bottom .rightside,
  .cat-featured .content-area.bottom .rightside {
    display: block;
    position: absolute;
    top: 90px;
    right: 385px;
    text-align: left;
    width: 90px; } }

@media (min-width: 1180px) {
  .home-featured .content-area.bottom,
  .cat-featured .content-area.bottom {
    margin-right: 440px; } }

.home-post {
  padding: 0 10px;
  margin-bottom: 10px; }

.home-post .banner {
  margin-left: -22px;
  margin-right: -22px;
  overflow: hidden; }

@media (min-width: 960px) {
  .home-post .banner {
    margin-left: -10px;
    margin-right: -12px; }
  .archive .home-post .banner {
    margin-right: -10px; } }

.home-post .banner img.sbu_image sbu_large_image_image,
.home-post .banner .category-image {
  max-width: 200%; }

.home-post .banner .category-image {
  width: 100%; }

.home-post h2 {
  font-size: 28px;
  text-transform: none;
  margin: 15px 0 15px;
  line-height: 33px; }

@media (min-width: 960px) {
  .home-post h2 {
    font-size: 38px;
    line-height: 42px; } }

.home-post .first-post h2 {
  font-size: 32px;
  text-transform: none;
  margin: 15px 0 15px;
  line-height: 37px; }

@media (min-width: 960px) {
  .home-post .first-post h2 {
    font-size: 40px;
    line-height: 44px; } }

@media (max-width: 959px) {
  .home-post p {
    font-style: italic; } }

.home-post .date,
.home-post .latest-notice {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #525252;
  display: inline-block;
  padding-top: 12px; }

.home-post .latest-notice {
  display: none; }

@media (min-width: 960px) {
  .home-post .latest-notice {
    float: right;
    display: inline-block; } }

.home-post header {
  position: relative; }

.home-post .rightside .post-comments-count {
  bottom: auto;
  top: -40px;
  right: 0; }

@media (max-width: 959px) {
  .home-post .rightside .author {
    display: none; } }

.home-post .homepost {
  position: relative; }

.homefeatposts {
  margin: 0 -12px; }

.csstransforms .homefeatposts {
  padding-right: 18px; }

@media screen and (min-width: 768px) {
  .homefeatposts {
    margin: 0;
    position: relative; } }

.homefeatposts h5 {
  margin: 0 22px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 12px;
  color: #525252; }

@media (min-width: 960px) {
  .csstransforms .homefeatposts h5 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    position: absolute;
    display: block;
    line-height: 29px;
    height: 25px;
    left: 97.6%;
    top: -19px;
    margin: 0;
    width: 300px; } }

.homefeatposts .rightside {
  display: none; }

.home-featured .banner {
  background-color: black; }

.home-featured .banner .gradient {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

@media (min-width: 960px) {
  .home-featured .banner {
    margin-left: -30px;
    margin-right: -10px;
    min-height: 390px;
    position: relative; }
  .home-featured .banner .gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%); } }

@media (min-width: 1260px) {
  .home-featured .banner {
    min-height: 329px; } }

@media (min-width: 1440px) {
  .home-featured .banner {
    min-height: 400px; } }

.slidehold {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  top: -18px; }

@media (min-width: 768px) {
  .slidehold .featured-posts {
    height: 275px; } }

@media (min-width: 827px) {
  .slidehold .featured-posts {
    height: 298px; } }

@media (min-width: 910px) {
  .slidehold .featured-posts {
    height: 311px; } }

@media (min-width: 960px) {
  .slidehold .featured-posts {
    height: 255px; } }

@media (min-width: 1024px) {
  .slidehold .featured-posts {
    height: 244px; } }

@media (min-width: 1440px) {
  .slidehold .featured-posts {
    height: 264px; } }

.slidehold .featured-posts .outer {
  height: 100%; }

.featured .banner {
  position: relative;
  margin: 0; }

.featured .banner .post-comments-count {
  top: auto;
  bottom: 22px;
  right: 34px; }

@media (min-width: 960px) {
  .reg {
    overflow: hidden; } }

.reg .banner {
  position: relative; }

.reg .banner img {
  max-width: 200%;
  width: 100%; }

.reg .oldimg {
  padding-bottom: 53.45997%;
  background-color: black; }

.reg .oldimg img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto; }

.reg .oldimg img.sbu_image {
  left: -15%; }

@media (min-width: 960px) {
  .reg header {
    margin: -70px 180px 0 -10px;
    background-color: white;
    position: relative;
    padding: 0 48px; } }

@media (min-width: 960px) {
  .reg header .rightside {
    display: block; }
  .reg header .rightside .entry-meta {
    width: 180px;
    position: absolute;
    right: -180px;
    height: auto;
    top: -20px;
    text-align: center;
    padding-left: 50px; }
  .reg header .rightside .entry-meta .author {
    display: block;
    right: auto;
    top: auto;
    margin: 5px auto 0;
    position: relative; }
  .reg header .rightside .entry-meta .post-comments-count {
    right: auto;
    top: -15px;
    bottom: auto;
    display: inline-block;
    position: relative; } }

@media (min-width: 960px) {
  .reg > p {
    margin-left: 36px;
    margin-right: 160px; } }

.dynamic-home-posts-desk {
  padding-top: 36px;
  margin-bottom: 0; }

@media (max-width: 959px) {
  .dynamic-home-posts-desk {
    margin-left: -12px;
    margin-right: -12px; } }

@media (max-width: 767px) {
  .dynamic-home-posts-desk {
    margin-left: -12px;
    margin-right: -12px; } }

@media (max-width: 959px) {
  .dynamic-home-posts-mob {
    margin-left: -12px;
    margin-right: -12px; } }

@media (max-width: 767px) {
  .dynamic-home-posts-mob {
    margin-left: 0;
    margin-right: -22px; } }

.slidehold {
  overflow: hidden;
  padding: 24px 0 0 0; }

.slidehold ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

@media (max-width: 479px) {
  .slidehold ul {
    min-height: 300px; } }

.slidehold ul .outer {
  width: 100%;
  margin-right: 2.4458005549%; }

.slidehold ul li {
  padding: 0;
  width: 100%;
  background-color: white; }

@media screen and (min-width: 768px) {
  .slidehold ul li {
    float: left;
    display: block;
    margin-right: 2.4458%;
    width: 48.7771%;
    float: left;
    list-style: none;
    padding: 0;
    display: block; }
  .slidehold ul li:last-child {
    margin-right: 0; } }

.slidehold ul li .banner img {
  max-width: 200%;
  width: 100%;
  height: auto; }

.slidehold ul li .oldimg {
  position: relative;
  padding-bottom: 60.9589%; }

.slidehold ul li .oldimg img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%; }

.slidehold ul li .oldimg img.sbu_image {
  left: -16%; }

.slidehold ul li h4 {
  font-size: 22px;
  line-height: 31px;
  margin: 16px 22px 0 22px; }

@media screen and (min-width: 800px) {
  .slidehold ul li h4 {
    margin-left: 0; } }

@media screen and (min-width: 800px) {
  .slidehold ul li.first h4 {
    margin-left: 48px; } }

@media (max-width: 767px) {
  #nav-below {
    padding-bottom: 56px; } }

#nav-below .nav-previous.home a {
  padding-left: 36px;
  margin-left: -12px;
  background-position: -12px -591px; }

@media (min-width: 960px) {
  #nav-below .nav-previous.home a {
    margin-left: 0; } }

#nav-below .nav-next.home a {
  padding-right: 36px;
  margin-right: -12px;
  background-position: 133px -641px; }

@media (min-width: 960px) {
  #nav-below .nav-next.home a {
    margin-right: 0; } }

@media (max-width: 479px) {
  #nav-below .nav-next.home a,
  #nav-below .nav-previous.home a {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 16px; } }

@media (max-width: 479px) {
  #nav-below .nav-next.home a {
    padding-right: 22px;
    background-position: 76px -650px; } }

@media (max-width: 479px) {
  #nav-below .nav-previous.home a {
    background-position: -29px -600px;
    padding-left: 22px; } }

.footposts {
  display: none;
  float: left;
  display: block;
  margin-right: 0.80219%;
  width: 100%;
  margin: 0; }

.footposts:last-child {
  margin-right: 0; }

@media (min-width: 768px) {
  .footposts {
    padding: 0 36px 0 0; } }

@media (min-width: 960px) {
  .footposts {
    display: block; } }

@media (max-width: 767px) {
  .footposts ul {
    margin: 0;
    padding: 0; } }

.footposts li {
  list-style-type: none;
  padding: 7px 7px 0 7px;
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 49.19133%; }

.footposts li:last-child {
  margin-right: 0; }

@media (min-width: 768px) {
  .footposts li {
    float: left;
    display: block;
    margin-right: 2.16815%;
    width: 31.8879%; }
  .footposts li:last-child {
    margin-right: 0; } }

@media (min-width: 1440px) {
  .footposts li {
    float: left;
    display: block;
    margin-right: 2.4458%;
    width: 23.16565%;
    padding: 7px 7px 0 7px;
    min-height: 298px; }
  .footposts li:last-child {
    margin-right: 0; } }

.footposts li .cat-post-image {
  position: relative;
  background-color: #e9e9e9;
  padding-bottom: 4px;
  overflow: hidden; }

.footposts li .cat-post-image img {
  max-width: 200%;
  width: 100%;
  height: auto; }

.footposts li .oldimg {
  position: relative;
  padding-bottom: 60.9589%; }

.footposts li .oldimg img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%; }

.footposts li .oldimg img.sbu_image {
  left: -16%; }

.footposts li .post-comments-count {
  bottom: auto;
  top: 8px; }

.footposts li .cat-name {
  color: #fff;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0; }

.footposts li .posts-in-cat {
  position: absolute;
  height: 26px;
  line-height: 26px;
  color: #525252;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #e9e9e9;
  padding: 0 8px;
  font-weight: 700;
  bottom: 0;
  right: 0; }

.footposts li h4 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px; }

@media (max-width: 767px) {
  .footposts li.second {
    margin-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .footposts li.third {
    margin-right: 0; } }

@media (min-width: 1440px) {
  .footposts li.fourth {
    margin-right: 0; } }

.archive #content .header h1,
.category #content .header h1,
.tag #content .header h1 {
  margin: 0;
  padding: 12px 0 0 0; }

@media (min-width: 960px) {
  .archive #content .no-img .banner,
  .category #content .no-img .banner,
  .tag #content .no-img .banner {
    padding-top: 70px; } }

.author #content .header {
  padding-bottom: 22px; }

@media (min-width: 960px) {
  .category .cat-featured .content-area .first-post {
    padding-top: 24px;
    padding-bottom: 12px; } }

.category .cat-featured .content-area .first-post h2 {
  color: #008f5b; }

.category .home-post.reg header .cat-links {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px; }

.category .home-post.reg .banner img.category-img {
  max-width: 150%;
  width: 100%;
  height: auto; }

#comments {
  padding-top: 50px;
  margin-top: -50px; }

@media (min-width: 768px) {
  #comments {
    padding-top: 68px;
    margin-top: -68px; } }

@media (min-width: 960px) {
  header.archived {
    padding-left: 22px;
    width: calc(100% - 385px);
    float: left; } }

header.archived h1 {
  margin: 0;
  padding: 24px 0; }

.special_cat_image {
  position: absolute;
  display: block;
  right: 0;
  top: 28px;
  width: 140px;
  height: 54px;
  z-index: 30; }

.special_cat_image img {
  max-width: 100%;
  height: auto; }

.menu-post.norm .special_cat_image {
  top: 94px; }

.first .special_cat_image {
  z-index: 100; }

.article-image.post-thmb .special_cat_image {
  top: auto;
  left: 0;
  bottom: 0; }

header.first-post .special_cat_image,
.home-post.reg .special_cat_image,
.article-holder .special_cat_image {
  right: auto;
  left: 0;
  top: 0;
  max-width: 110px; }

.date.shoved {
  margin-left: 116px; }

.entry-date.shoved {
  margin-left: 90px; }

.entry-date.shoved-more {
  margin-left: 126px; }

.menu-post .date {
  line-height: 28px; }

.special_menu_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 140px;
  height: 54px; }

.inner img, iframe img {
  max-width: 100%;
  height: auto;
  display: block; }

.alignright {
  float: right;
  margin: 6px 0 12px 12px; }

.alignleft {
  float: left;
  margin: 6px 12px 12px 0; }

.aligncenter {
  margin: 0 auto; }

#div-gpt-ad-1376012048153-0 {
  max-width: 100%;
  overflow: hidden; }

#sidebar h3.widget-title {
  background: #D6D6D6;
  color: #525252;
  line-height: 26px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-weight: bold;
  display: inline-block;
  margin: 0; }

@media (min-width: 960px) {
  #sidebar h3.widget-title {
    margin-left: 42px; } }

#sidebar .textwidget {
  border-top: 5px solid #D6D6D6;
  margin: 0 0 36px 0; }

@media (min-width: 960px) {
  #sidebar .textwidget {
    margin-left: 42px; } }

#sidebar .mob-ads .hello {
  width: 300px;
  height: 304px;
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  max-height: 304px; }

#sidebar .xoxo .advert {
  width: 100%;
  margin: 0 0 36px 0; }

@media (min-width: 960px) {
  #sidebar .xoxo .advert {
    margin: 0; } }

#sidebar .xoxo .advert a {
  display: block;
  width: 100%; }

#sidebar .xoxo .advert a img {
  margin: 0 auto; }

#sidebar .xoxo .advert .hello {
  width: 300px;
  height: 250px;
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  max-height: 250px; }

#sidebar .xoxo .top-ad {
  padding-top: 10px; }

.home #sidebar .xoxo .top-ad {
  padding-top: 18px; }

@media (min-width: 1440px) {
  .home #sidebar .xoxo .top-ad {
    padding-top: 28px; } }

@media (min-width: 960px) {
  .page #sidebar .xoxo .top-ad {
    padding-top: 28px; } }

.single #sidebar .xoxo .top-ad {
  padding-top: 36px; }

#sidebar .xoxo .first-call, #sidebar .xoxo .second-call, #sidebar .xoxo .third-call, #sidebar .xoxo .fourth-call {
  display: none; }

@media (min-width: 960px) {
  #sidebar .xoxo .fourth-call {
    display: block;
    min-height: auto; } }

@media (min-width: 960px) {
  #sidebar .xoxo .first-call, #sidebar .xoxo .second-call, #sidebar .xoxo .third-call {
    display: block;
    min-height: 304px; } }

#sidebar .xoxo .tablet-poll {
  display: none; }

#sidebar .xoxo .tablet-watchlist {
  display: none; }

#sidebar .xoxo .ffs-wl-widget {
  margin: 0 0 36px 0; }

@media (min-width: 960px) {
  #sidebar .xoxo .ffs-wl-widget {
    margin-left: 42px; } }

#sidebar .xoxo .table-wrap {
  border-top: 5px solid #D6D6D6;
  margin: 0 0 20px 0;
  padding: 12px 0 0 0; }

@media (min-width: 960px) {
  #sidebar .xoxo .table-wrap {
    margin-left: 42px;
    padding-right: 42px; } }

#sidebar .xoxo .ffs-pu-widget {
  margin: 0 0 36px 0; }

@media (min-width: 960px) {
  #sidebar .xoxo .ffs-pu-widget {
    margin-left: 42px; } }

#sidebar .xoxo .h2h-league-table-widget .ffs-h2h-widget {
  margin: 0 0 36px 0; }

@media (min-width: 960px) {
  #sidebar .xoxo .h2h-league-table-widget .h2h-league-table-widget .ffs-h2h-widget {
    margin-left: 42px; } }

@media (min-width: 960px) {
  #sidebar .widget_ffsscoutpickswidget {
    width: 100%; } }

#sidebar .widget_ffsscoutpickswidget .scout-picks {
  margin: 0 auto 36px auto;
  width: 100%;
  background-size: 100% 356px; }

@media (min-width: 960px) {
  #sidebar .widget_ffsscoutpickswidget .scout-picks {
    width: 343px;
    height: 382px;
    background-size: 343px 356px; } }

@media (min-width: 960px) {
  #sidebar .widget_ffsscoutpickswidget .scout-picks {
    margin: 0 0 36px 42px; } }

#sidebar .widget_ffsscoutpickswidget .scout-picks h4 {
  float: left;
  display: block;
  background-color: #008f5b;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0 36px 0 12px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-weight: 700; }

#sidebar .widget_ffsscoutpickswidget .scout-picks .scoutpicksweek {
  width: 100%;
  float: left;
  background-color: #008f5b;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 44px;
  line-height: 33px;
  padding: 0 12px 10px 11px; }

@media (min-width: 960px) {
  #hc_comments_widget {
    margin-left: 42px; } }

#sidebar .widget-container .line {
  margin-bottom: 10px;
  height: 5px;
  background-color: #D6D6D6;
  margin-left: 42px; }

.twitter-area h3.widget-title, .poll-widget h3.widget-title, .scout-league-widget h3.widget-title {
  color: #525252;
  line-height: 26px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 12px; }

.twitter-area .textwidget, .poll-widget .textwidget, .scout-league-widget .textwidget {
  border-top: 5px solid #D6D6D6;
  margin: 0 0 36px 12px;
  padding-bottom: 24px; }

.twitter-area .textwidget ul, .poll-widget .textwidget ul, .scout-league-widget .textwidget ul {
  margin: 0;
  padding: 24px 36px 0 36px; }

.twitter-area .textwidget ul li, .poll-widget .textwidget ul li, .scout-league-widget .textwidget ul li {
  list-style-type: none;
  font-size: 14px; }

.twitter-area .textwidget ul li a, .poll-widget .textwidget ul li a, .scout-league-widget .textwidget ul li a {
  font-weight: 700; }

.twitter-area .textwidget br, .poll-widget .textwidget br, .scout-league-widget .textwidget br {
  display: none; }

@media (max-width: 767px) {
  .scout-league-widget li {
    text-align: center; } }

.twitter-area h3.widget-title {
  background: #D6D6D6; }

.twitter-area .textwidget {
  background-color: #ededed; }

@media (min-width: 1440px) {
  #sidebar .poll-widget, #sidebar .scout-league-widget {
    display: none; } }

.content-aside::after, .recommended-area::after {
  clear: both;
  content: "";
  display: block; }

.content-aside strong.rec-title, .recommended-area strong.rec-title {
  float: right;
  display: block;
  background-color: #D6D6D6;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  color: #525252;
  margin: -26px 0 0 0;
  padding: 0 12px; }

@media (min-width: 1440px) {
  .content-aside strong.rec-title, .recommended-area strong.rec-title {
    margin: 0; } }

.post-ajax {
  max-width: 480px; }

.post-ajax h4 {
  margin-left: 12px; }

@media (min-width: 1440px) {
  .post-ajax h4 {
    margin-left: 0; } }

.post-ajax .ajax-post-img {
  position: relative;
  margin-left: -22px; }

.post-ajax .ajax-post-img .wp-post-image {
  width: 100%;
  height: auto; }

@media (min-width: 480px) {
  .post-ajax {
    float: left;
    display: block;
    margin-right: 2.4458%;
    width: 48.7771%; }
  .post-ajax:last-child {
    margin-right: 0; }
  .post-ajax .ajax-post-img {
    margin-left: 0; }
  .post-ajax .oldimg {
    position: relative;
    padding-bottom: 60.9589%;
    overflow: hidden; }
  .post-ajax .oldimg img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 200%;
    width: auto;
    height: 100%; }
  .post-ajax .oldimg img.sbu_image {
    left: -16%; } }

@media (min-width: 1440px) {
  .post-ajax {
    float: left;
    display: block;
    margin-right: 2.4458%;
    width: 100%; }
  .post-ajax:last-child {
    margin-right: 0; } }

@media (min-width: 480px) {
  .post-ajax.even {
    margin-right: 0; } }

.post-ajax.even h4 {
  margin-left: 0; }

.post-comments-count {
  height: 24px;
  line-height: 24px;
  background-image: none;
  border-radius: 24px;
  font-size: 12px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-weight: 700;
  padding: 0 12px;
  bottom: 8px;
  right: 8px;
  display: block;
  position: absolute;
  background-color: #008f5b;
  color: white;
  text-align: center; }

#footer-two .textwidget {
  font-size: 11px;
  color: white;
  padding: 18px;
  text-align: center;
  max-width: 818px;
  margin: 0 auto; }

.scout-tweets-module {
  width: 100%;
  background-color: #008f5b;
  height: 279px;
  position: relative;
  overflow: hidden;
  margin: 0 0 48px 0; }

.scout-tweets-module .widgettitle {
  display: none; }

.scout-tweets-module .tweets-holder {
  width: 100%;
  height: 288px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #008f5b; }

.scout-tweets-module .tweets-holder::after {
  clear: both;
  content: "";
  display: block; }

.scout-tweets-module ol.tweets {
  width: 410px;
  height: 288px;
  float: left;
  margin: 0;
  padding: 0;
  /*
		li:nth-child(2), li:nth-child(3), li:nth-child(6) {
			background-color: $headerdark;
		}
		li:nth-child(odd) {
			blockquote {
				padding-right: 40px;
			}
		}
*/ }

.scout-tweets-module ol.tweets::after {
  clear: both;
  content: "";
  display: block; }

.scout-tweets-module ol.tweets li {
  width: 410px;
  height: 96px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #008f5b; }

.scout-tweets-module ol.tweets li blockquote {
  margin: 0;
  background-color: transparent;
  background-image: none;
  padding: 20px 20px 20px 100px;
  min-height: 96px;
  font-size: 14px;
  color: white;
  line-height: 18px;
  font-style: normal;
  background-image: url(images/ffs-gravatar.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 19px center; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .scout-tweets-module ol.tweets li blockquote {
    background-image: url(images/ffs-gravatar_2x.png);
    background-size: 60px 60px; } }

.scout-tweets-module ol.tweets li blockquote a {
  color: white;
  position: relative;
  z-index: 401; }

.scout-tweets-module ol.tweets li blockquote a:hover {
  color: #C2FFE9; }

.scout-tweets-module ol.tweets li blockquote p {
  text-indent: 20px;
  background-image: url(images/twitter.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .scout-tweets-module ol.tweets li blockquote p {
    background-image: url(images/twitter_2x.png);
    background-size: 16px 14px; } }

.scout-tweets-module .tweets:nth-child(odd) li blockquote {
  padding-right: 40px; }

.scout-tweets-module .tweets:nth-child(odd) li:nth-child(2) {
  background-color: #00794d; }

.scout-tweets-module .tweets:nth-child(even) li blockquote {
  margin-left: -49px; }

.scout-tweets-module .tweets:nth-child(even) li:nth-child(1), .scout-tweets-module .tweets:nth-child(even) li:nth-child(3) {
  background-color: #00794d; }

#content-twitter {
  display: none;
  padding-right: 18px; }

@media (min-width: 960px) {
  #content-twitter {
    display: block; } }

@media (min-width: 1440px) {
  #content-twitter {
    display: none; } }

#content-twitter .scout-tweets-module {
  overflow: visible; }

#content-twitter .scout-tweets-module h5 {
  margin: 0 22px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 12px;
  color: #525252; }

@media (min-width: 768px) and (max-width: 959px) {
  #content-twitter .scout-tweets-module h5 {
    top: -28px;
    position: relative; } }

#content-twitter .scout-tweets-module h5 a {
  color: #008f5b; }

@media (min-width: 960px) {
  .csstransforms #content-twitter .scout-tweets-module h5 {
    z-index: 200;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    position: absolute;
    display: block;
    line-height: 29px;
    height: 25px;
    left: 100.6%;
    top: -20px;
    margin: 0;
    width: 300px; } }

.twitter_more {
  padding-left: 30px;
  margin-bottom: 48px; }

.twitter_more .ffs_btn {
  display: inline-block; }

@media (min-width: 1440px) {
  .scout-tweets-module.empty {
    margin-top: 92px; } }

.twitter-area, .twitter-side {
  /*
	.scout-tweets-module:hover {
    	overflow-y: auto;
    	ol.tweets {
        	li {
            	padding-right: 0;
        	}
    	}
	}
*/ }

.twitter-area .scout-tweets-module, .twitter-side .scout-tweets-module {
  height: auto;
  background-color: transparent;
  max-height: 620px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 12px; }

.twitter-area .scout-tweets-module::after, .twitter-side .scout-tweets-module::after {
  clear: both;
  content: "";
  display: block; }

.twitter-area .scout-tweets-module ol.tweets, .twitter-side .scout-tweets-module ol.tweets {
  width: 100%;
  height: auto;
  position: relative; }

.twitter-area .scout-tweets-module ol.tweets li, .twitter-side .scout-tweets-module ol.tweets li {
  float: none;
  width: 100%;
  width: auto;
  height: auto;
  margin-left: 30px;
  padding-right: 16px;
  background-color: #008f5b; }

.twitter-area .scout-tweets-module ol.tweets li blockquote, .twitter-side .scout-tweets-module ol.tweets li blockquote {
  background-position: 0 center;
  padding: 10px 10px 10px 70px;
  margin-left: -30px;
  min-height: 70px; }

.twitter-area .scout-tweets-module ol.tweets li:nth-child(odd), .twitter-side .scout-tweets-module ol.tweets li:nth-child(odd) {
  background-color: #00794d; }

.twitter-area .scout-tweets-module ol.tweets li:first-child, .twitter-side .scout-tweets-module ol.tweets li:first-child {
  border-top: 40px solid #008f5b; }

@media (max-width: 767px) {
  .twitter-side {
    margin-right: 12px; } }

.footer-list li {
  list-style-type: none; }

.PDS_Poll {
  display: block !important; }

.PDS_Poll .pds-answer-feedback-bar {
  background: #008f5b !important; }

.pds-box {
  width: 100% !important;
  background-color: transparent !important;
  border: 0  !important;
  padding: 12px 24px 0 !important; }

.pds-box .pds-answer-group {
  padding: 2px 0 !important; }

.pds-box .pds-answer-input {
  margin-right: 14px !important; }

.pds-box .pds-answer label {
  color: #525252 !important;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  width: auto !important;
  float: none !important; }

.pds-box input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 20px;
  box-shadow: inset 0 2px 0px #BCBCBC;
  background: #FFF;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.pds-box input[type="radio"]:focus, .pds-box input[type="radio"]:checked {
  background: #008f5b;
  color: #008f5b;
  outline: 0;
  box-shadow: none; }

.pds-box .pds-vote-button {
  height: 57px !important;
  background-color: #008f5b !important;
  line-height: 57px !important;
  text-align: center !important;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  color: #fff !important;
  font-size: 22px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  width: 100% !important;
  border-bottom: 4px solid #00794d !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 100% !important;
  background-image: none  !important;
  display: block !important;
  margin: 0 !important; }

.pds-box .pds-vote-button:hover {
  background-color: #00794d !important;
  border-color: #008f5b !important;
  color: #fff !important; }

.pds-box .pds-links a.pds-view-results {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #008f5b !important;
  text-decoration: none !important;
  margin-bottom: 6px !important;
  display: block !important;
  text-align: center !important; }

.pds-box .pds-links a.pds-view-results:hover {
  color: #00794d; }

.pds-box .pds-links a.pds-pd-link {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  color: #bbbbbb !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-decoration: none !important; }

.pds-box .pds-links a.pds-pd-link:hover {
  color: #929292 !important; }

.pds-box .pds-votebutton-outer .pds-vote-button-load {
  margin: 0 auto !important;
  width: 80px !important;
  height: 23px !important;
  display: block !important; }

.pds-question-top {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important; }

#youtube-player {
  margin-left: 0px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% + 9px); }

#youtube-player h5 {
  margin: 0; }

#youtube-player h5 a {
  writing-mode: vertical-rl;
  font-size: 13px;
  color: #525252;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.9px; }

/*
#secondary-sidebar {
	display: none;
}
#secondary-sidebar {
	@include breakpoint(med){
		display: block;
}
}
*/
.animated {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes menuInLeft {
  from {
    -webkit-transform: translate3d(-256px, 0, 0);
    transform: translate3d(-256px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.menuInLeft {
  animation-name: menuInLeft; }

.mobile-intro-bg {
  position: fixed;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 143, 91, 0.9);
  z-index: 9998; }

.mobile-intro {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

@media screen and (min-height: 569px) {
  .mobile-intro {
    position: fixed; } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%); }
  25% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  75% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%); } }

@-moz-keyframes slideIn {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%); }
  25% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  75% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%); } }

.inside-help {
  position: relative;
  top: 3%;
  padding-top: 36px;
  margin: 0 auto;
  width: 288px;
  max-width: 288px;
  overflow: hidden;
  background: url(images/mobile-intro/header-bg.png) no-repeat center top #fff;
  background-size: 288px 36px;
  text-align: center; }

.inside-help .help-text {
  padding: 12px; }

@media screen and (min-width: 350px) {
  .inside-help .help-text {
    padding: 18px; } }

@media screen and (min-width: 410px) {
  .inside-help .help-text {
    padding: 24px; } }

.inside-help .animated-image {
  height: 180px;
  background: url(images/mobile-intro/sidebar-bg.png) no-repeat center top #fff;
  width: 576px;
  background-size: 576px 252.5px;
  -webkit-animation-name: slideIn;
  -moz-animation-name: slideIn;
  -o-animation-name: slideIn;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  position: relative; }

@media screen and (min-width: 350px) {
  .inside-help .animated-image {
    height: 202px; } }

.inside-help .animated-image .shader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); }

.inside-help .button-primary {
  display: block;
  background-color: #222222;
  border: 0;
  font-size: 20px; }

.inside-help .button-primary:hover {
  background-color: #373737; }

.ticker-spinner {
  background: #fff;
  width: 300px;
  padding: 20px 0;
  color: #8e8e8e;
  text-align: center; }

.team-disc {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 29px;
  height: 29px;
  margin-right: 3px;
  vertical-align: middle; }

.scout-picks li .team-disc {
  width: 22px;
  height: 22px; }

.news > li::after {
  clear: both;
  content: "";
  display: block; }

.news h2 {
  line-height: 33px; }

.news h2 > .team-disc {
  width: 33px;
  height: 36px;
  background-position: center top; }

/*
.ffs-ib {
    .team-disc {
        width: 29px;
        height: 29px;
        background-size: 100% auto;
    }
}
*/
.ars-dark {
  background: url(images/teams/arsenal.svg) no-repeat center center; }

.ars-light {
  background: url(images/teams/arsenal-l.svg) no-repeat center center; }

.avl-dark {
  background: url(images/teams/villa.svg) no-repeat center center; }

.avl-light {
  background: url(images/teams/villa-l.svg) no-repeat center center; }

.bou-dark {
  background: url(images/teams/bournemouth.svg) no-repeat center center; }

.bou-light {
  background: url(images/teams/bournemouth-l.svg) no-repeat center center; }

.che-dark {
  background: url(images/teams/chelsea.svg) no-repeat center center; }

.che-light {
  background: url(images/teams/chelsea-l.svg) no-repeat center center; }

.cpl-dark, .cry-dark {
  background: url(images/teams/palace.svg) no-repeat center center; }

.cpl-light, .cry-light {
  background: url(images/teams/palace-l.svg) no-repeat center center; }

.eve-dark {
  background: url(images/teams/everton.svg) no-repeat center center; }

.eve-light {
  background: url(images/teams/everton-l.svg) no-repeat center center; }

.ful-dark {
  background: url(images/teams/fullham-white.svg) no-repeat center center; }

.ful-light {
  background: url(images/teams/fullham-grey.svg) no-repeat center center; }

.hul-dark {
  background: url(images/teams/hull.svg) no-repeat center center; }

.hul-light {
  background: url(images/teams/hull-l.svg) no-repeat center center; }

.lee-dark {
  background: url(images/teams/leeds.svg) no-repeat center center; }

.lee-light {
  background: url(images/teams/leeds-l.svg) no-repeat center center; }

.liv-dark {
  background: url(images/teams/liverpool.svg) no-repeat center center; }

.liv-light {
  background: url(images/teams/liverpool-l.svg) no-repeat center center; }

.mci-dark {
  background: url(images/teams/mancity.svg) no-repeat center center; }

.mci-light {
  background: url(images/teams/mancity-l.svg) no-repeat center center; }

.mid-dark {
  background: url(images/teams/boro.svg) no-repeat center center; }

.mid-light {
  background: url(images/teams/boro-l.svg) no-repeat center center; }

.mun-dark {
  background: url(images/teams/manu.svg) no-repeat center center; }

.mun-light {
  background: url(images/teams/manu-l.svg) no-repeat center center; }

.new-dark {
  background: url(images/teams/newcastle.svg) no-repeat center center; }

.new-light {
  background: url(images/teams/newcastle-l.svg) no-repeat center center; }

.nor-dark {
  background: url(images/teams/norwich.svg) no-repeat center center; }

.nor-light {
  background: url(images/teams/norwich-l.svg) no-repeat center center; }

.qpr-dark {
  background: url(images/teams/qpr.svg) no-repeat center center; }

.qpr-light {
  background: url(images/teams/qpr-l.svg) no-repeat center center; }

.sot-dark, .sou-dark {
  background: url(images/teams/soton.svg) no-repeat center center; }

.sot-light, .sou-light {
  background: url(images/teams/soton-l.svg) no-repeat center center; }

.sto-dark, .stk-dark, .shu-dark, .bre-dark {
  background: url(images/teams/stoke.svg) no-repeat center center; }

.sto-light, .stk-light, .shu-light, .bre-light {
  background: url(images/teams/stoke-l.svg) no-repeat center center; }

.sun-dark {
  background: url(images/teams/sunderland.svg) no-repeat center center; }

.sun-light {
  background: url(images/teams/sunderland-l.svg) no-repeat center center; }

.swa-dark {
  background: url(images/teams/swansea.svg) no-repeat center center; }

.swa-light {
  background: url(images/teams/swansea-l.svg) no-repeat center center; }

.tot-dark {
  background: url(images/teams/spurs.svg) no-repeat center center; }

.tot-light {
  background: url(images/teams/spurs-l.svg) no-repeat center center; }

.wba-dark {
  background: url(images/teams/wbrom.svg) no-repeat center center; }

.wba-light {
  background: url(images/teams/wbrom-l.svg) no-repeat center center; }

.whm-dark, .whu-dark {
  background: url(images/teams/wham.svg) no-repeat center center; }

.whm-light, .whu-light {
  background: url(images/teams/wham-l.svg) no-repeat center center; }

.wat-dark {
  background: url(images/teams/watford.svg) no-repeat center center; }

.wat-light {
  background: url(images/teams/watford-l.svg) no-repeat center center; }

.brn-dark, .bur-dark {
  background: url(images/teams/burnley.svg) no-repeat center center; }

.brn-light, .bur-light {
  background: url(images/teams/burnley-l.svg) no-repeat center center; }

.lei-dark {
  background: url(images/teams/leicester.svg) no-repeat center center; }

.lei-light {
  background: url(images/teams/leicester-l.svg) no-repeat center center; }

.hud-dark {
  background: url(images/teams/huddersfield.svg) no-repeat center center; }

.hud-light {
  background: url(images/teams/huddersfield-l.svg) no-repeat center center; }

.bha-dark {
  background: url(images/teams/brighton.svg) no-repeat center center; }

.bha-light {
  background: url(images/teams/brighton-l.svg) no-repeat center center; }

.status {
  display: inline-block;
  background-image: url(images/statuses.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 29px;
  margin-right: 3px;
  vertical-align: middle; }

.svg .status {
  background-image: url(images/statuses.svg); }

.available-for-selection, .available {
  background-position: center -2px;
  width: 16px; }

.doubt-25 {
  background-position: center -79px; }

.doubt-50 {
  background-position: center -158px; }

.doubt-75 {
  background-position: center -237px; }

.injured {
  background-position: center -317px;
  width: 16px; }

.knock {
  background-position: center -398px;
  width: 16px; }

.on-loan {
  background-position: center -476px;
  width: 18px; }

.suspended, .disciplinary, .appeal-lodged, .disciplinary-charge {
  background-position: center -632px;
  width: 16px; }

.unavailable {
  background-position: center -553px;
  width: 18px; }

.ffs-ib-full-content th.club, .ffs-ib-full-content th.inj-status, .ffs-ib-full-content td.inj-status {
  text-align: center; }

.ffs-ib-full-content td.team {
  text-align: center; }

.ffs-ib-full-content td.team span.team-disc {
  display: block;
  width: 100%;
  padding-bottom: 3px;
  background-size: 22px 22px; }

.arrow {
  display: inline-block;
  background-image: url(images/arrows.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  margin-right: 3px;
  vertical-align: middle; }

.svg .arrow {
  background-image: url(images/arrows.svg); }

.down {
  background-position: 0 0; }

.no-change {
  background-position: 0 -79px; }

.up {
  background-position: 0 -158px; }

.status span, .arrow span {
  position: absolute;
  top: 0;
  left: -3000px; }

.ffs-team-news .formation li .player-name, .scout-picks li .player-name {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  font-size: 8px;
  padding: 3px 1px;
  margin: 0; }

.community-articles .img {
  height: 100px; }

/*************************************************
*
*	project:  	liteTabs - Lightweight jQuery tabs plugin
*	author:   	Nicola Hibbert
*	url:	  	http://nicolahibbert.com/lightweight-jquery-tab-plugin/
*	demo:	  	http://www.nicolahibbert.com/demo/liteTabs/
*
/*************************************************/
/****************************************** Core ++ Have aded styles for jquiry ui as well */
.liteTabs {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%; }

.liteTabs ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 5px solid #d6d6d6; }

.liteTabs li {
  float: left;
  list-style-type: none; }

.liteTabs li > a, .liteTabs li .hc-cta, .liteTabs .cta, .hc-tabs-nav li a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 5px 12px;
  margin-right: 7px;
  color: #fff;
  background: #008f5b;
  font-weight: bold;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none; }

@media (max-width: 479px) {
  .liteTabs li > a, .liteTabs li .hc-cta, .liteTabs .cta, .hc-tabs-nav li a {
    font-size: 11px;
    padding: 5px 7px; } }

.liteTabs .hc-cta:hover, .liteTabs .cta:hover {
  background: #d6d6d6;
  color: #525252;
  text-decoration: none; }

.liteTabs a:focus {
  background: #d6d6d6;
  color: #525252; }

.liteTabs a.selected, .liteTabs a.selected:hover {
  background: #d6d6d6;
  color: #525252;
  text-decoration: none; }

.liteTabs > div {
  float: left;
  width: 100%;
  background: white; }

.liteTabs div.selected {
  position: static !important; }

/*************************************** Rounded */
.rounded ul {
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }

.rounded li a {
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }

.rounded div {
  -moz-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px; }

/**************************************** Borders */
.borders ul {
  position: relative;
  top: 1px; }

.borders li a {
  border: 1px solid #999;
  border-bottom: 0; }

.borders div {
  border: 1px solid #999; }

/****************************************** Boxed */
.boxed {
  padding: 2px;
  background: #ddd;
  border: 1px solid #666; }

.boxed ul {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #eeeeee));
  background: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 100%); }

.ffs-wl-tabs ul {
  margin-bottom: 12px; }

.ffs-wl-tabs div > table th {
  border-top: 0; }

.ffs-ib {
  background: #fff;
  border-bottom: 2px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  font-size: 100%; }

.ffs-ib thead th {
  background: none;
  border: 1px solid #ccc;
  border-width: 1px 0;
  white-space: nowrap; }

.ffs-ib tbody tr {
  margin: 3px 0; }

.ffs-ib tbody tr:nth-child(odd) {
  background: #eee; }

.ffs-ib tbody td {
  border: none;
  vertical-align: top; }

.ffs-ib th {
  font-weight: bold; }

.ffs-ib th, .ffs-ib td {
  padding: 3px 5px; }

.ffs-ib th.sorting_asc {
  background: #ddd url(../images/sorting/asc.gif) no-repeat center right;
  padding-right: 17px;
  cursor: pointer;
  cursor: hand; }

.ffs-ib th.sorting_desc {
  background: #ddd url(../images/sorting/desc.gif) no-repeat center right;
  padding-right: 17px;
  cursor: pointer;
  cursor: hand; }

.ffs-ib .player {
  float: left;
  margin-right: 5px;
  border-radius: 2px; }

.ffs-ib .first-name {
  display: block;
  color: #555; }

.ffs-ib img {
  vertical-align: middle; }

.ffs-ib .latest-news {
  width: 300px;
  color: #555; }

.ffs-ib-key img, .ffs-ib .team img {
  margin-right: 2px;
  vertical-align: middle; }

ul.ffs-ib-key {
  padding: 0;
  margin: 10px 0 20px 0; }

ul.ffs-ib-key li {
  list-style-type: none;
  display: inline-block;
  padding: 0 6px;
  margin-right: 6px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin-bottom: 6px;
  line-height: 29px;
  font-size: 85%; }

ul.ffs-ib-key li > span {
  margin-right: 4px; }

.ffs-ib-widget-content {
  font-size: 92%; }

.ffs-ib-widget-content tbody td {
  vertical-align: middle; }

.ffs-ib-more {
  margin: 10px 0;
  font-size: 92%; }

/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: transparent; }

#content-twitter .flickity-prev-next-button {
  background-image: linear-gradient(90deg, rgba(0, 143, 91, 0), #008f5b);
  background-color: transparent; }

.mobslide .flickity-prev-next-button {
  bottom: auto;
  height: 60%; }

.flickity-prev-next-button.previous {
  background-color: transparent; }

#content-twitter .flickity-prev-next-button.previous {
  background-image: linear-gradient(90deg, #008f5b, rgba(0, 143, 91, 0));
  background-color: transparent; }

#content-twitter .flickity-prev-next-button:hover {
  background-image: linear-gradient(90deg, rgba(0, 121, 77, 0), #00794d); }

.mobslide .flickity-prev-next-button:hover .arrow {
  fill: #008f5b; }

.flickity-prev-next-button.previous:hover {
  background-color: transparent; }

#content-twitter .flickity-prev-next-button.previous:hover {
  background-image: linear-gradient(90deg, #00794d, rgba(0, 121, 77, 0)); }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=0);
  /* IE8 */
  opacity: 0;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

@media (min-width: 480px) {
  .home-community-articles .flickity-prev-next-button svg, .featured-posts .flickity-prev-next-button svg {
    top: 38%; } }

@media (min-width: 768px) {
  .home-community-articles .flickity-prev-next-button svg, .featured-posts .flickity-prev-next-button svg {
    top: 10%; } }

.flickity-prev-next-button .arrow {
  fill: #fff; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  top: -25px;
  padding: 0 22px 0 0;
  margin: 0;
  list-style: none;
  text-align: right;
  line-height: 1; }

@media (min-width: 768px) {
  .flickity-page-dots {
    padding: 0 6px 0 0; } }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
  background-color: #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
  float: none; }

.flickity-page-dots .dot.is-selected {
  background-color: #008f5b; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		REMOVED by Dougal 6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 100%;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 20px; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  /* width: 12px */
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  /* width: 8px */
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #006540; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #006540; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #006540; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-color: pink;
  right: 0;
  left: 30px;
  height: 40px;
  display: block;
  z-index: 401; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-image: linear-gradient(180deg, #008f5b, rgba(0, 143, 91, 0));
  background-color: transparent;
  background-position: center top; }

.mCSB_scrollTools .mCSB_buttonUp:hover {
  background-image: linear-gradient(180deg, #00794d, rgba(0, 121, 77, 0));
  background-color: transparent; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-image: linear-gradient(0deg, #008f5b, rgba(0, 143, 91, 0));
  background-color: transparent;
  overflow: visible;
  background-position: center bottom; }

.mCSB_scrollTools .mCSB_buttonDown:hover {
  background-image: linear-gradient(0deg, #00794d, rgba(0, 121, 77, 0));
  background-color: transparent; }

.mCSB_scrollTools .mCSB_buttonDown:after {
  background-image: url(images/svg/uppdydowny.svg);
  background-repeat: no-repeat;
  background-position: center -44px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px; }

.mCSB_scrollTools .mCSB_buttonUp:after {
  background-image: url(images/svg/uppdydowny.svg);
  background-repeat: no-repeat;
  background-position: center 4px;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px; }

.mCSB_scrollTools .mCSB_buttonDown:before {
  content: " ";
  width: 30px;
  height: 40px;
  position: absolute;
  left: -30px;
  bottom: 0;
  display: block;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  background-color: transparent;
  text-indent: -9999px; }

.twitter-side .mCSB_scrollTools .mCSB_buttonUp:before {
  content: " ";
  width: 30px;
  height: 40px;
  position: absolute;
  left: -30px;
  top: 0;
  display: block;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  background-color: transparent;
  text-indent: -9999px; }

.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.SlectBox {
  padding: 0; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
  vertical-align: bottom; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 12px;
  margin-bottom: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  margin-bottom: 0; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("images/svg/uppdydowny.svg");
  background-position: center bottom;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 0 6px;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #e9e9e9; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  color: #008f5b;
  margin-bottom: 0; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  left: 0px;
  bottom: 0px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
        .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
        .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
        */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

.accordion-tabs {
  background-color: #222222;
  margin: 0 0 24px 0;
  padding: 0;
  border: 0;
  border-radius: 0; }

.accordion-tabs::after {
  clear: both;
  content: "";
  display: block; }

.accordion-tabs .tab-header-and-content {
  list-style: none;
  display: inline; }

@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0; } }

.accordion-tabs .tab-link {
  background-color: #222222;
  display: block;
  text-align: center;
  width: 24%;
  padding-top: 12px;
  text-decoration: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  display: inline-block; }

.accordion-tabs .tab-link:hover {
  color: #477dca; }

.accordion-tabs .tab-link:focus {
  outline: none; }

.accordion-tabs .tab-link.is-active {
  background-color: white;
  border: 0;
  border-bottom-color: white;
  margin-bottom: -1px; }

.accordion-tabs .tab-link.is-active svg path {
  fill: #008f5b; }

.accordion-tabs .tab-content {
  background: white;
  display: none;
  padding: 15px;
  width: 100%;
  float: left; }

.accordion-tabs .tab-content .widget-container {
  margin-bottom: 36px; }

/*!
 * # Semantic UI 2.1.7 - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Sticky
*******************************/
.ui.sticky {
  position: static;
  -webkit-transition: none;
  transition: none;
  z-index: 800; }

/*******************************
            States
*******************************/
/* Bound */
.ui.sticky.bound {
  position: absolute;
  left: auto;
  right: auto; }

/* Fixed */
.ui.sticky.fixed {
  position: fixed;
  left: auto;
  right: auto; }

/* Bound/Fixed Position */
.ui.sticky.bound.top,
.ui.sticky.fixed.top {
  top: 0px;
  bottom: auto; }

.ui.sticky.bound.bottom,
.ui.sticky.fixed.bottom {
  top: auto;
  bottom: 0px; }

/*******************************
            Types
*******************************/
.ui.native.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.btn.btn-ffs-purple {
  background: #662D90;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600; }

.btn.btn-ffs-purple:active, .btn.btn-ffs-purple:focus, .btn.btn-ffs-purple:hover {
  background: #4a2169; }

.card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card .card-body {
  padding: 20px; }

.margin-top-none {
  margin-top: 0px; }

.no-margin-top-none {
  margin-top: 0; }

.minus-margin-top-none {
  margin-top: -0px; }

.no-minus-margin-top-none {
  margin-top: 0; }

.margin-top-force-none {
  margin-top: 0px !important; }

.no-margin-top-force-none {
  margin-top: 0  !important; }

.minus-margin-top-force-none {
  margin-top: -0px !important; }

.no-minus-margin-top-force-none {
  margin-top: 0  !important; }

.padding-top-none {
  padding-top: 0px; }

.no-padding-top-none {
  padding-top: 0; }

.minus-padding-top-none {
  padding-top: -0px; }

.no-minus-padding-top-none {
  padding-top: 0; }

.padding-top-force-none {
  padding-top: 0px !important; }

.no-padding-top-force-none {
  padding-top: 0  !important; }

.minus-padding-top-force-none {
  padding-top: -0px !important; }

.no-minus-padding-top-force-none {
  padding-top: 0  !important; }

.margin-right-none {
  margin-right: 0px; }

.no-margin-right-none {
  margin-right: 0; }

.minus-margin-right-none {
  margin-right: -0px; }

.no-minus-margin-right-none {
  margin-right: 0; }

.margin-right-force-none {
  margin-right: 0px !important; }

.no-margin-right-force-none {
  margin-right: 0  !important; }

.minus-margin-right-force-none {
  margin-right: -0px !important; }

.no-minus-margin-right-force-none {
  margin-right: 0  !important; }

.padding-right-none {
  padding-right: 0px; }

.no-padding-right-none {
  padding-right: 0; }

.minus-padding-right-none {
  padding-right: -0px; }

.no-minus-padding-right-none {
  padding-right: 0; }

.padding-right-force-none {
  padding-right: 0px !important; }

.no-padding-right-force-none {
  padding-right: 0  !important; }

.minus-padding-right-force-none {
  padding-right: -0px !important; }

.no-minus-padding-right-force-none {
  padding-right: 0  !important; }

.margin-bottom-none {
  margin-bottom: 0px; }

.no-margin-bottom-none {
  margin-bottom: 0; }

.minus-margin-bottom-none {
  margin-bottom: -0px; }

.no-minus-margin-bottom-none {
  margin-bottom: 0; }

.margin-bottom-force-none {
  margin-bottom: 0px !important; }

.no-margin-bottom-force-none {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-none {
  margin-bottom: -0px !important; }

.no-minus-margin-bottom-force-none {
  margin-bottom: 0  !important; }

.padding-bottom-none {
  padding-bottom: 0px; }

.no-padding-bottom-none {
  padding-bottom: 0; }

.minus-padding-bottom-none {
  padding-bottom: -0px; }

.no-minus-padding-bottom-none {
  padding-bottom: 0; }

.padding-bottom-force-none {
  padding-bottom: 0px !important; }

.no-padding-bottom-force-none {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-none {
  padding-bottom: -0px !important; }

.no-minus-padding-bottom-force-none {
  padding-bottom: 0  !important; }

.margin-left-none {
  margin-left: 0px; }

.no-margin-left-none {
  margin-left: 0; }

.minus-margin-left-none {
  margin-left: -0px; }

.no-minus-margin-left-none {
  margin-left: 0; }

.margin-left-force-none {
  margin-left: 0px !important; }

.no-margin-left-force-none {
  margin-left: 0  !important; }

.minus-margin-left-force-none {
  margin-left: -0px !important; }

.no-minus-margin-left-force-none {
  margin-left: 0  !important; }

.padding-left-none {
  padding-left: 0px; }

.no-padding-left-none {
  padding-left: 0; }

.minus-padding-left-none {
  padding-left: -0px; }

.no-minus-padding-left-none {
  padding-left: 0; }

.padding-left-force-none {
  padding-left: 0px !important; }

.no-padding-left-force-none {
  padding-left: 0  !important; }

.minus-padding-left-force-none {
  padding-left: -0px !important; }

.no-minus-padding-left-force-none {
  padding-left: 0  !important; }

.margin-none {
  margin: 0px; }

.no-margin-none {
  margin: 0; }

.minus-margin-none {
  margin: -0px; }

.no-minus-margin-none {
  margin: 0; }

.margin-force-none {
  margin: 0px !important; }

.no-margin-force-none {
  margin: 0  !important; }

.minus-margin-force-none {
  margin: -0px !important; }

.no-minus-margin-force-none {
  margin: 0  !important; }

.padding-none {
  padding: 0px; }

.no-padding-none {
  padding: 0; }

.minus-padding-none {
  padding: -0px; }

.no-minus-padding-none {
  padding: 0; }

.padding-force-none {
  padding: 0px !important; }

.no-padding-force-none {
  padding: 0  !important; }

.minus-padding-force-none {
  padding: -0px !important; }

.no-minus-padding-force-none {
  padding: 0  !important; }

.margin-top-xs {
  margin-top: 5px; }

.no-margin-top-xs {
  margin-top: 0; }

.minus-margin-top-xs {
  margin-top: -5px; }

.no-minus-margin-top-xs {
  margin-top: 0; }

.margin-top-force-xs {
  margin-top: 5px !important; }

.no-margin-top-force-xs {
  margin-top: 0  !important; }

.minus-margin-top-force-xs {
  margin-top: -5px !important; }

.no-minus-margin-top-force-xs {
  margin-top: 0  !important; }

.padding-top-xs {
  padding-top: 5px; }

.no-padding-top-xs {
  padding-top: 0; }

.minus-padding-top-xs {
  padding-top: -5px; }

.no-minus-padding-top-xs {
  padding-top: 0; }

.padding-top-force-xs {
  padding-top: 5px !important; }

.no-padding-top-force-xs {
  padding-top: 0  !important; }

.minus-padding-top-force-xs {
  padding-top: -5px !important; }

.no-minus-padding-top-force-xs {
  padding-top: 0  !important; }

.margin-right-xs {
  margin-right: 5px; }

.no-margin-right-xs {
  margin-right: 0; }

.minus-margin-right-xs {
  margin-right: -5px; }

.no-minus-margin-right-xs {
  margin-right: 0; }

.margin-right-force-xs {
  margin-right: 5px !important; }

.no-margin-right-force-xs {
  margin-right: 0  !important; }

.minus-margin-right-force-xs {
  margin-right: -5px !important; }

.no-minus-margin-right-force-xs {
  margin-right: 0  !important; }

.padding-right-xs {
  padding-right: 5px; }

.no-padding-right-xs {
  padding-right: 0; }

.minus-padding-right-xs {
  padding-right: -5px; }

.no-minus-padding-right-xs {
  padding-right: 0; }

.padding-right-force-xs {
  padding-right: 5px !important; }

.no-padding-right-force-xs {
  padding-right: 0  !important; }

.minus-padding-right-force-xs {
  padding-right: -5px !important; }

.no-minus-padding-right-force-xs {
  padding-right: 0  !important; }

.margin-bottom-xs {
  margin-bottom: 5px; }

.no-margin-bottom-xs {
  margin-bottom: 0; }

.minus-margin-bottom-xs {
  margin-bottom: -5px; }

.no-minus-margin-bottom-xs {
  margin-bottom: 0; }

.margin-bottom-force-xs {
  margin-bottom: 5px !important; }

.no-margin-bottom-force-xs {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-xs {
  margin-bottom: -5px !important; }

.no-minus-margin-bottom-force-xs {
  margin-bottom: 0  !important; }

.padding-bottom-xs {
  padding-bottom: 5px; }

.no-padding-bottom-xs {
  padding-bottom: 0; }

.minus-padding-bottom-xs {
  padding-bottom: -5px; }

.no-minus-padding-bottom-xs {
  padding-bottom: 0; }

.padding-bottom-force-xs {
  padding-bottom: 5px !important; }

.no-padding-bottom-force-xs {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-xs {
  padding-bottom: -5px !important; }

.no-minus-padding-bottom-force-xs {
  padding-bottom: 0  !important; }

.margin-left-xs {
  margin-left: 5px; }

.no-margin-left-xs {
  margin-left: 0; }

.minus-margin-left-xs {
  margin-left: -5px; }

.no-minus-margin-left-xs {
  margin-left: 0; }

.margin-left-force-xs {
  margin-left: 5px !important; }

.no-margin-left-force-xs {
  margin-left: 0  !important; }

.minus-margin-left-force-xs {
  margin-left: -5px !important; }

.no-minus-margin-left-force-xs {
  margin-left: 0  !important; }

.padding-left-xs {
  padding-left: 5px; }

.no-padding-left-xs {
  padding-left: 0; }

.minus-padding-left-xs {
  padding-left: -5px; }

.no-minus-padding-left-xs {
  padding-left: 0; }

.padding-left-force-xs {
  padding-left: 5px !important; }

.no-padding-left-force-xs {
  padding-left: 0  !important; }

.minus-padding-left-force-xs {
  padding-left: -5px !important; }

.no-minus-padding-left-force-xs {
  padding-left: 0  !important; }

.margin-xs {
  margin: 5px; }

.no-margin-xs {
  margin: 0; }

.minus-margin-xs {
  margin: -5px; }

.no-minus-margin-xs {
  margin: 0; }

.margin-force-xs {
  margin: 5px !important; }

.no-margin-force-xs {
  margin: 0  !important; }

.minus-margin-force-xs {
  margin: -5px !important; }

.no-minus-margin-force-xs {
  margin: 0  !important; }

.padding-xs {
  padding: 5px; }

.no-padding-xs {
  padding: 0; }

.minus-padding-xs {
  padding: -5px; }

.no-minus-padding-xs {
  padding: 0; }

.padding-force-xs {
  padding: 5px !important; }

.no-padding-force-xs {
  padding: 0  !important; }

.minus-padding-force-xs {
  padding: -5px !important; }

.no-minus-padding-force-xs {
  padding: 0  !important; }

.margin-top-sm {
  margin-top: 10px; }

.no-margin-top-sm {
  margin-top: 0; }

.minus-margin-top-sm {
  margin-top: -10px; }

.no-minus-margin-top-sm {
  margin-top: 0; }

.margin-top-force-sm {
  margin-top: 10px !important; }

.no-margin-top-force-sm {
  margin-top: 0  !important; }

.minus-margin-top-force-sm {
  margin-top: -10px !important; }

.no-minus-margin-top-force-sm {
  margin-top: 0  !important; }

.padding-top-sm {
  padding-top: 10px; }

.no-padding-top-sm {
  padding-top: 0; }

.minus-padding-top-sm {
  padding-top: -10px; }

.no-minus-padding-top-sm {
  padding-top: 0; }

.padding-top-force-sm {
  padding-top: 10px !important; }

.no-padding-top-force-sm {
  padding-top: 0  !important; }

.minus-padding-top-force-sm {
  padding-top: -10px !important; }

.no-minus-padding-top-force-sm {
  padding-top: 0  !important; }

.margin-right-sm {
  margin-right: 10px; }

.no-margin-right-sm {
  margin-right: 0; }

.minus-margin-right-sm {
  margin-right: -10px; }

.no-minus-margin-right-sm {
  margin-right: 0; }

.margin-right-force-sm {
  margin-right: 10px !important; }

.no-margin-right-force-sm {
  margin-right: 0  !important; }

.minus-margin-right-force-sm {
  margin-right: -10px !important; }

.no-minus-margin-right-force-sm {
  margin-right: 0  !important; }

.padding-right-sm {
  padding-right: 10px; }

.no-padding-right-sm {
  padding-right: 0; }

.minus-padding-right-sm {
  padding-right: -10px; }

.no-minus-padding-right-sm {
  padding-right: 0; }

.padding-right-force-sm {
  padding-right: 10px !important; }

.no-padding-right-force-sm {
  padding-right: 0  !important; }

.minus-padding-right-force-sm {
  padding-right: -10px !important; }

.no-minus-padding-right-force-sm {
  padding-right: 0  !important; }

.margin-bottom-sm {
  margin-bottom: 10px; }

.no-margin-bottom-sm {
  margin-bottom: 0; }

.minus-margin-bottom-sm {
  margin-bottom: -10px; }

.no-minus-margin-bottom-sm {
  margin-bottom: 0; }

.margin-bottom-force-sm {
  margin-bottom: 10px !important; }

.no-margin-bottom-force-sm {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-sm {
  margin-bottom: -10px !important; }

.no-minus-margin-bottom-force-sm {
  margin-bottom: 0  !important; }

.padding-bottom-sm {
  padding-bottom: 10px; }

.no-padding-bottom-sm {
  padding-bottom: 0; }

.minus-padding-bottom-sm {
  padding-bottom: -10px; }

.no-minus-padding-bottom-sm {
  padding-bottom: 0; }

.padding-bottom-force-sm {
  padding-bottom: 10px !important; }

.no-padding-bottom-force-sm {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-sm {
  padding-bottom: -10px !important; }

.no-minus-padding-bottom-force-sm {
  padding-bottom: 0  !important; }

.margin-left-sm {
  margin-left: 10px; }

.no-margin-left-sm {
  margin-left: 0; }

.minus-margin-left-sm {
  margin-left: -10px; }

.no-minus-margin-left-sm {
  margin-left: 0; }

.margin-left-force-sm {
  margin-left: 10px !important; }

.no-margin-left-force-sm {
  margin-left: 0  !important; }

.minus-margin-left-force-sm {
  margin-left: -10px !important; }

.no-minus-margin-left-force-sm {
  margin-left: 0  !important; }

.padding-left-sm {
  padding-left: 10px; }

.no-padding-left-sm {
  padding-left: 0; }

.minus-padding-left-sm {
  padding-left: -10px; }

.no-minus-padding-left-sm {
  padding-left: 0; }

.padding-left-force-sm {
  padding-left: 10px !important; }

.no-padding-left-force-sm {
  padding-left: 0  !important; }

.minus-padding-left-force-sm {
  padding-left: -10px !important; }

.no-minus-padding-left-force-sm {
  padding-left: 0  !important; }

.margin-sm {
  margin: 10px; }

.no-margin-sm {
  margin: 0; }

.minus-margin-sm {
  margin: -10px; }

.no-minus-margin-sm {
  margin: 0; }

.margin-force-sm {
  margin: 10px !important; }

.no-margin-force-sm {
  margin: 0  !important; }

.minus-margin-force-sm {
  margin: -10px !important; }

.no-minus-margin-force-sm {
  margin: 0  !important; }

.padding-sm {
  padding: 10px; }

.no-padding-sm {
  padding: 0; }

.minus-padding-sm {
  padding: -10px; }

.no-minus-padding-sm {
  padding: 0; }

.padding-force-sm {
  padding: 10px !important; }

.no-padding-force-sm {
  padding: 0  !important; }

.minus-padding-force-sm {
  padding: -10px !important; }

.no-minus-padding-force-sm {
  padding: 0  !important; }

.margin-top-md {
  margin-top: 15px; }

.no-margin-top-md {
  margin-top: 0; }

.minus-margin-top-md {
  margin-top: -15px; }

.no-minus-margin-top-md {
  margin-top: 0; }

.margin-top-force-md {
  margin-top: 15px !important; }

.no-margin-top-force-md {
  margin-top: 0  !important; }

.minus-margin-top-force-md {
  margin-top: -15px !important; }

.no-minus-margin-top-force-md {
  margin-top: 0  !important; }

.padding-top-md {
  padding-top: 15px; }

.no-padding-top-md {
  padding-top: 0; }

.minus-padding-top-md {
  padding-top: -15px; }

.no-minus-padding-top-md {
  padding-top: 0; }

.padding-top-force-md {
  padding-top: 15px !important; }

.no-padding-top-force-md {
  padding-top: 0  !important; }

.minus-padding-top-force-md {
  padding-top: -15px !important; }

.no-minus-padding-top-force-md {
  padding-top: 0  !important; }

.margin-right-md {
  margin-right: 15px; }

.no-margin-right-md {
  margin-right: 0; }

.minus-margin-right-md {
  margin-right: -15px; }

.no-minus-margin-right-md {
  margin-right: 0; }

.margin-right-force-md {
  margin-right: 15px !important; }

.no-margin-right-force-md {
  margin-right: 0  !important; }

.minus-margin-right-force-md {
  margin-right: -15px !important; }

.no-minus-margin-right-force-md {
  margin-right: 0  !important; }

.padding-right-md {
  padding-right: 15px; }

.no-padding-right-md {
  padding-right: 0; }

.minus-padding-right-md {
  padding-right: -15px; }

.no-minus-padding-right-md {
  padding-right: 0; }

.padding-right-force-md {
  padding-right: 15px !important; }

.no-padding-right-force-md {
  padding-right: 0  !important; }

.minus-padding-right-force-md {
  padding-right: -15px !important; }

.no-minus-padding-right-force-md {
  padding-right: 0  !important; }

.margin-bottom-md {
  margin-bottom: 15px; }

.no-margin-bottom-md {
  margin-bottom: 0; }

.minus-margin-bottom-md {
  margin-bottom: -15px; }

.no-minus-margin-bottom-md {
  margin-bottom: 0; }

.margin-bottom-force-md {
  margin-bottom: 15px !important; }

.no-margin-bottom-force-md {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-md {
  margin-bottom: -15px !important; }

.no-minus-margin-bottom-force-md {
  margin-bottom: 0  !important; }

.padding-bottom-md {
  padding-bottom: 15px; }

.no-padding-bottom-md {
  padding-bottom: 0; }

.minus-padding-bottom-md {
  padding-bottom: -15px; }

.no-minus-padding-bottom-md {
  padding-bottom: 0; }

.padding-bottom-force-md {
  padding-bottom: 15px !important; }

.no-padding-bottom-force-md {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-md {
  padding-bottom: -15px !important; }

.no-minus-padding-bottom-force-md {
  padding-bottom: 0  !important; }

.margin-left-md {
  margin-left: 15px; }

.no-margin-left-md {
  margin-left: 0; }

.minus-margin-left-md {
  margin-left: -15px; }

.no-minus-margin-left-md {
  margin-left: 0; }

.margin-left-force-md {
  margin-left: 15px !important; }

.no-margin-left-force-md {
  margin-left: 0  !important; }

.minus-margin-left-force-md {
  margin-left: -15px !important; }

.no-minus-margin-left-force-md {
  margin-left: 0  !important; }

.padding-left-md {
  padding-left: 15px; }

.no-padding-left-md {
  padding-left: 0; }

.minus-padding-left-md {
  padding-left: -15px; }

.no-minus-padding-left-md {
  padding-left: 0; }

.padding-left-force-md {
  padding-left: 15px !important; }

.no-padding-left-force-md {
  padding-left: 0  !important; }

.minus-padding-left-force-md {
  padding-left: -15px !important; }

.no-minus-padding-left-force-md {
  padding-left: 0  !important; }

.margin-md {
  margin: 15px; }

.no-margin-md {
  margin: 0; }

.minus-margin-md {
  margin: -15px; }

.no-minus-margin-md {
  margin: 0; }

.margin-force-md {
  margin: 15px !important; }

.no-margin-force-md {
  margin: 0  !important; }

.minus-margin-force-md {
  margin: -15px !important; }

.no-minus-margin-force-md {
  margin: 0  !important; }

.padding-md {
  padding: 15px; }

.no-padding-md {
  padding: 0; }

.minus-padding-md {
  padding: -15px; }

.no-minus-padding-md {
  padding: 0; }

.padding-force-md {
  padding: 15px !important; }

.no-padding-force-md {
  padding: 0  !important; }

.minus-padding-force-md {
  padding: -15px !important; }

.no-minus-padding-force-md {
  padding: 0  !important; }

.margin-top-lg {
  margin-top: 20px; }

.no-margin-top-lg {
  margin-top: 0; }

.minus-margin-top-lg {
  margin-top: -20px; }

.no-minus-margin-top-lg {
  margin-top: 0; }

.margin-top-force-lg {
  margin-top: 20px !important; }

.no-margin-top-force-lg {
  margin-top: 0  !important; }

.minus-margin-top-force-lg {
  margin-top: -20px !important; }

.no-minus-margin-top-force-lg {
  margin-top: 0  !important; }

.padding-top-lg {
  padding-top: 20px; }

.no-padding-top-lg {
  padding-top: 0; }

.minus-padding-top-lg {
  padding-top: -20px; }

.no-minus-padding-top-lg {
  padding-top: 0; }

.padding-top-force-lg {
  padding-top: 20px !important; }

.no-padding-top-force-lg {
  padding-top: 0  !important; }

.minus-padding-top-force-lg {
  padding-top: -20px !important; }

.no-minus-padding-top-force-lg {
  padding-top: 0  !important; }

.margin-right-lg {
  margin-right: 20px; }

.no-margin-right-lg {
  margin-right: 0; }

.minus-margin-right-lg {
  margin-right: -20px; }

.no-minus-margin-right-lg {
  margin-right: 0; }

.margin-right-force-lg {
  margin-right: 20px !important; }

.no-margin-right-force-lg {
  margin-right: 0  !important; }

.minus-margin-right-force-lg {
  margin-right: -20px !important; }

.no-minus-margin-right-force-lg {
  margin-right: 0  !important; }

.padding-right-lg {
  padding-right: 20px; }

.no-padding-right-lg {
  padding-right: 0; }

.minus-padding-right-lg {
  padding-right: -20px; }

.no-minus-padding-right-lg {
  padding-right: 0; }

.padding-right-force-lg {
  padding-right: 20px !important; }

.no-padding-right-force-lg {
  padding-right: 0  !important; }

.minus-padding-right-force-lg {
  padding-right: -20px !important; }

.no-minus-padding-right-force-lg {
  padding-right: 0  !important; }

.margin-bottom-lg {
  margin-bottom: 20px; }

.no-margin-bottom-lg {
  margin-bottom: 0; }

.minus-margin-bottom-lg {
  margin-bottom: -20px; }

.no-minus-margin-bottom-lg {
  margin-bottom: 0; }

.margin-bottom-force-lg {
  margin-bottom: 20px !important; }

.no-margin-bottom-force-lg {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-lg {
  margin-bottom: -20px !important; }

.no-minus-margin-bottom-force-lg {
  margin-bottom: 0  !important; }

.padding-bottom-lg {
  padding-bottom: 20px; }

.no-padding-bottom-lg {
  padding-bottom: 0; }

.minus-padding-bottom-lg {
  padding-bottom: -20px; }

.no-minus-padding-bottom-lg {
  padding-bottom: 0; }

.padding-bottom-force-lg {
  padding-bottom: 20px !important; }

.no-padding-bottom-force-lg {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-lg {
  padding-bottom: -20px !important; }

.no-minus-padding-bottom-force-lg {
  padding-bottom: 0  !important; }

.margin-left-lg {
  margin-left: 20px; }

.no-margin-left-lg {
  margin-left: 0; }

.minus-margin-left-lg {
  margin-left: -20px; }

.no-minus-margin-left-lg {
  margin-left: 0; }

.margin-left-force-lg {
  margin-left: 20px !important; }

.no-margin-left-force-lg {
  margin-left: 0  !important; }

.minus-margin-left-force-lg {
  margin-left: -20px !important; }

.no-minus-margin-left-force-lg {
  margin-left: 0  !important; }

.padding-left-lg {
  padding-left: 20px; }

.no-padding-left-lg {
  padding-left: 0; }

.minus-padding-left-lg {
  padding-left: -20px; }

.no-minus-padding-left-lg {
  padding-left: 0; }

.padding-left-force-lg {
  padding-left: 20px !important; }

.no-padding-left-force-lg {
  padding-left: 0  !important; }

.minus-padding-left-force-lg {
  padding-left: -20px !important; }

.no-minus-padding-left-force-lg {
  padding-left: 0  !important; }

.margin-lg {
  margin: 20px; }

.no-margin-lg {
  margin: 0; }

.minus-margin-lg {
  margin: -20px; }

.no-minus-margin-lg {
  margin: 0; }

.margin-force-lg {
  margin: 20px !important; }

.no-margin-force-lg {
  margin: 0  !important; }

.minus-margin-force-lg {
  margin: -20px !important; }

.no-minus-margin-force-lg {
  margin: 0  !important; }

.padding-lg {
  padding: 20px; }

.no-padding-lg {
  padding: 0; }

.minus-padding-lg {
  padding: -20px; }

.no-minus-padding-lg {
  padding: 0; }

.padding-force-lg {
  padding: 20px !important; }

.no-padding-force-lg {
  padding: 0  !important; }

.minus-padding-force-lg {
  padding: -20px !important; }

.no-minus-padding-force-lg {
  padding: 0  !important; }

.margin-top-xl {
  margin-top: 30px; }

.no-margin-top-xl {
  margin-top: 0; }

.minus-margin-top-xl {
  margin-top: -30px; }

.no-minus-margin-top-xl {
  margin-top: 0; }

.margin-top-force-xl {
  margin-top: 30px !important; }

.no-margin-top-force-xl {
  margin-top: 0  !important; }

.minus-margin-top-force-xl {
  margin-top: -30px !important; }

.no-minus-margin-top-force-xl {
  margin-top: 0  !important; }

.padding-top-xl {
  padding-top: 30px; }

.no-padding-top-xl {
  padding-top: 0; }

.minus-padding-top-xl {
  padding-top: -30px; }

.no-minus-padding-top-xl {
  padding-top: 0; }

.padding-top-force-xl {
  padding-top: 30px !important; }

.no-padding-top-force-xl {
  padding-top: 0  !important; }

.minus-padding-top-force-xl {
  padding-top: -30px !important; }

.no-minus-padding-top-force-xl {
  padding-top: 0  !important; }

.margin-right-xl {
  margin-right: 30px; }

.no-margin-right-xl {
  margin-right: 0; }

.minus-margin-right-xl {
  margin-right: -30px; }

.no-minus-margin-right-xl {
  margin-right: 0; }

.margin-right-force-xl {
  margin-right: 30px !important; }

.no-margin-right-force-xl {
  margin-right: 0  !important; }

.minus-margin-right-force-xl {
  margin-right: -30px !important; }

.no-minus-margin-right-force-xl {
  margin-right: 0  !important; }

.padding-right-xl {
  padding-right: 30px; }

.no-padding-right-xl {
  padding-right: 0; }

.minus-padding-right-xl {
  padding-right: -30px; }

.no-minus-padding-right-xl {
  padding-right: 0; }

.padding-right-force-xl {
  padding-right: 30px !important; }

.no-padding-right-force-xl {
  padding-right: 0  !important; }

.minus-padding-right-force-xl {
  padding-right: -30px !important; }

.no-minus-padding-right-force-xl {
  padding-right: 0  !important; }

.margin-bottom-xl {
  margin-bottom: 30px; }

.no-margin-bottom-xl {
  margin-bottom: 0; }

.minus-margin-bottom-xl {
  margin-bottom: -30px; }

.no-minus-margin-bottom-xl {
  margin-bottom: 0; }

.margin-bottom-force-xl {
  margin-bottom: 30px !important; }

.no-margin-bottom-force-xl {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-xl {
  margin-bottom: -30px !important; }

.no-minus-margin-bottom-force-xl {
  margin-bottom: 0  !important; }

.padding-bottom-xl {
  padding-bottom: 30px; }

.no-padding-bottom-xl {
  padding-bottom: 0; }

.minus-padding-bottom-xl {
  padding-bottom: -30px; }

.no-minus-padding-bottom-xl {
  padding-bottom: 0; }

.padding-bottom-force-xl {
  padding-bottom: 30px !important; }

.no-padding-bottom-force-xl {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-xl {
  padding-bottom: -30px !important; }

.no-minus-padding-bottom-force-xl {
  padding-bottom: 0  !important; }

.margin-left-xl {
  margin-left: 30px; }

.no-margin-left-xl {
  margin-left: 0; }

.minus-margin-left-xl {
  margin-left: -30px; }

.no-minus-margin-left-xl {
  margin-left: 0; }

.margin-left-force-xl {
  margin-left: 30px !important; }

.no-margin-left-force-xl {
  margin-left: 0  !important; }

.minus-margin-left-force-xl {
  margin-left: -30px !important; }

.no-minus-margin-left-force-xl {
  margin-left: 0  !important; }

.padding-left-xl {
  padding-left: 30px; }

.no-padding-left-xl {
  padding-left: 0; }

.minus-padding-left-xl {
  padding-left: -30px; }

.no-minus-padding-left-xl {
  padding-left: 0; }

.padding-left-force-xl {
  padding-left: 30px !important; }

.no-padding-left-force-xl {
  padding-left: 0  !important; }

.minus-padding-left-force-xl {
  padding-left: -30px !important; }

.no-minus-padding-left-force-xl {
  padding-left: 0  !important; }

.margin-xl {
  margin: 30px; }

.no-margin-xl {
  margin: 0; }

.minus-margin-xl {
  margin: -30px; }

.no-minus-margin-xl {
  margin: 0; }

.margin-force-xl {
  margin: 30px !important; }

.no-margin-force-xl {
  margin: 0  !important; }

.minus-margin-force-xl {
  margin: -30px !important; }

.no-minus-margin-force-xl {
  margin: 0  !important; }

.padding-xl {
  padding: 30px; }

.no-padding-xl {
  padding: 0; }

.minus-padding-xl {
  padding: -30px; }

.no-minus-padding-xl {
  padding: 0; }

.padding-force-xl {
  padding: 30px !important; }

.no-padding-force-xl {
  padding: 0  !important; }

.minus-padding-force-xl {
  padding: -30px !important; }

.no-minus-padding-force-xl {
  padding: 0  !important; }

.margin-top-xxl {
  margin-top: 50px; }

.no-margin-top-xxl {
  margin-top: 0; }

.minus-margin-top-xxl {
  margin-top: -50px; }

.no-minus-margin-top-xxl {
  margin-top: 0; }

.margin-top-force-xxl {
  margin-top: 50px !important; }

.no-margin-top-force-xxl {
  margin-top: 0  !important; }

.minus-margin-top-force-xxl {
  margin-top: -50px !important; }

.no-minus-margin-top-force-xxl {
  margin-top: 0  !important; }

.padding-top-xxl {
  padding-top: 50px; }

.no-padding-top-xxl {
  padding-top: 0; }

.minus-padding-top-xxl {
  padding-top: -50px; }

.no-minus-padding-top-xxl {
  padding-top: 0; }

.padding-top-force-xxl {
  padding-top: 50px !important; }

.no-padding-top-force-xxl {
  padding-top: 0  !important; }

.minus-padding-top-force-xxl {
  padding-top: -50px !important; }

.no-minus-padding-top-force-xxl {
  padding-top: 0  !important; }

.margin-right-xxl {
  margin-right: 50px; }

.no-margin-right-xxl {
  margin-right: 0; }

.minus-margin-right-xxl {
  margin-right: -50px; }

.no-minus-margin-right-xxl {
  margin-right: 0; }

.margin-right-force-xxl {
  margin-right: 50px !important; }

.no-margin-right-force-xxl {
  margin-right: 0  !important; }

.minus-margin-right-force-xxl {
  margin-right: -50px !important; }

.no-minus-margin-right-force-xxl {
  margin-right: 0  !important; }

.padding-right-xxl {
  padding-right: 50px; }

.no-padding-right-xxl {
  padding-right: 0; }

.minus-padding-right-xxl {
  padding-right: -50px; }

.no-minus-padding-right-xxl {
  padding-right: 0; }

.padding-right-force-xxl {
  padding-right: 50px !important; }

.no-padding-right-force-xxl {
  padding-right: 0  !important; }

.minus-padding-right-force-xxl {
  padding-right: -50px !important; }

.no-minus-padding-right-force-xxl {
  padding-right: 0  !important; }

.margin-bottom-xxl {
  margin-bottom: 50px; }

.no-margin-bottom-xxl {
  margin-bottom: 0; }

.minus-margin-bottom-xxl {
  margin-bottom: -50px; }

.no-minus-margin-bottom-xxl {
  margin-bottom: 0; }

.margin-bottom-force-xxl {
  margin-bottom: 50px !important; }

.no-margin-bottom-force-xxl {
  margin-bottom: 0  !important; }

.minus-margin-bottom-force-xxl {
  margin-bottom: -50px !important; }

.no-minus-margin-bottom-force-xxl {
  margin-bottom: 0  !important; }

.padding-bottom-xxl {
  padding-bottom: 50px; }

.no-padding-bottom-xxl {
  padding-bottom: 0; }

.minus-padding-bottom-xxl {
  padding-bottom: -50px; }

.no-minus-padding-bottom-xxl {
  padding-bottom: 0; }

.padding-bottom-force-xxl {
  padding-bottom: 50px !important; }

.no-padding-bottom-force-xxl {
  padding-bottom: 0  !important; }

.minus-padding-bottom-force-xxl {
  padding-bottom: -50px !important; }

.no-minus-padding-bottom-force-xxl {
  padding-bottom: 0  !important; }

.margin-left-xxl {
  margin-left: 50px; }

.no-margin-left-xxl {
  margin-left: 0; }

.minus-margin-left-xxl {
  margin-left: -50px; }

.no-minus-margin-left-xxl {
  margin-left: 0; }

.margin-left-force-xxl {
  margin-left: 50px !important; }

.no-margin-left-force-xxl {
  margin-left: 0  !important; }

.minus-margin-left-force-xxl {
  margin-left: -50px !important; }

.no-minus-margin-left-force-xxl {
  margin-left: 0  !important; }

.padding-left-xxl {
  padding-left: 50px; }

.no-padding-left-xxl {
  padding-left: 0; }

.minus-padding-left-xxl {
  padding-left: -50px; }

.no-minus-padding-left-xxl {
  padding-left: 0; }

.padding-left-force-xxl {
  padding-left: 50px !important; }

.no-padding-left-force-xxl {
  padding-left: 0  !important; }

.minus-padding-left-force-xxl {
  padding-left: -50px !important; }

.no-minus-padding-left-force-xxl {
  padding-left: 0  !important; }

.margin-xxl {
  margin: 50px; }

.no-margin-xxl {
  margin: 0; }

.minus-margin-xxl {
  margin: -50px; }

.no-minus-margin-xxl {
  margin: 0; }

.margin-force-xxl {
  margin: 50px !important; }

.no-margin-force-xxl {
  margin: 0  !important; }

.minus-margin-force-xxl {
  margin: -50px !important; }

.no-minus-margin-force-xxl {
  margin: 0  !important; }

.padding-xxl {
  padding: 50px; }

.no-padding-xxl {
  padding: 0; }

.minus-padding-xxl {
  padding: -50px; }

.no-minus-padding-xxl {
  padding: 0; }

.padding-force-xxl {
  padding: 50px !important; }

.no-padding-force-xxl {
  padding: 0  !important; }

.minus-padding-force-xxl {
  padding: -50px !important; }

.no-minus-padding-force-xxl {
  padding: 0  !important; }

@media (min-width: 960px) {
  .margin-top-none-desktop {
    margin-top: 0px; }
  .no-margin-top-none-desktop {
    margin-top: 0; }
  .minus-margin-top-none-desktop {
    margin-top: -0px; }
  .no-minus-margin-top-none-desktop {
    margin-top: 0; }
  .margin-top-force-none-desktop {
    margin-top: 0px !important; }
  .no-margin-top-force-none-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-none-desktop {
    margin-top: -0px !important; }
  .no-minus-margin-top-force-none-desktop {
    margin-top: 0  !important; }
  .padding-top-none-desktop {
    padding-top: 0px; }
  .no-padding-top-none-desktop {
    padding-top: 0; }
  .minus-padding-top-none-desktop {
    padding-top: -0px; }
  .no-minus-padding-top-none-desktop {
    padding-top: 0; }
  .padding-top-force-none-desktop {
    padding-top: 0px !important; }
  .no-padding-top-force-none-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-none-desktop {
    padding-top: -0px !important; }
  .no-minus-padding-top-force-none-desktop {
    padding-top: 0  !important; }
  .margin-right-none-desktop {
    margin-right: 0px; }
  .no-margin-right-none-desktop {
    margin-right: 0; }
  .minus-margin-right-none-desktop {
    margin-right: -0px; }
  .no-minus-margin-right-none-desktop {
    margin-right: 0; }
  .margin-right-force-none-desktop {
    margin-right: 0px !important; }
  .no-margin-right-force-none-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-none-desktop {
    margin-right: -0px !important; }
  .no-minus-margin-right-force-none-desktop {
    margin-right: 0  !important; }
  .padding-right-none-desktop {
    padding-right: 0px; }
  .no-padding-right-none-desktop {
    padding-right: 0; }
  .minus-padding-right-none-desktop {
    padding-right: -0px; }
  .no-minus-padding-right-none-desktop {
    padding-right: 0; }
  .padding-right-force-none-desktop {
    padding-right: 0px !important; }
  .no-padding-right-force-none-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-none-desktop {
    padding-right: -0px !important; }
  .no-minus-padding-right-force-none-desktop {
    padding-right: 0  !important; }
  .margin-bottom-none-desktop {
    margin-bottom: 0px; }
  .no-margin-bottom-none-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-none-desktop {
    margin-bottom: -0px; }
  .no-minus-margin-bottom-none-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-none-desktop {
    margin-bottom: 0px !important; }
  .no-margin-bottom-force-none-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-none-desktop {
    margin-bottom: -0px !important; }
  .no-minus-margin-bottom-force-none-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-none-desktop {
    padding-bottom: 0px; }
  .no-padding-bottom-none-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-none-desktop {
    padding-bottom: -0px; }
  .no-minus-padding-bottom-none-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-none-desktop {
    padding-bottom: 0px !important; }
  .no-padding-bottom-force-none-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-none-desktop {
    padding-bottom: -0px !important; }
  .no-minus-padding-bottom-force-none-desktop {
    padding-bottom: 0  !important; }
  .margin-left-none-desktop {
    margin-left: 0px; }
  .no-margin-left-none-desktop {
    margin-left: 0; }
  .minus-margin-left-none-desktop {
    margin-left: -0px; }
  .no-minus-margin-left-none-desktop {
    margin-left: 0; }
  .margin-left-force-none-desktop {
    margin-left: 0px !important; }
  .no-margin-left-force-none-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-none-desktop {
    margin-left: -0px !important; }
  .no-minus-margin-left-force-none-desktop {
    margin-left: 0  !important; }
  .padding-left-none-desktop {
    padding-left: 0px; }
  .no-padding-left-none-desktop {
    padding-left: 0; }
  .minus-padding-left-none-desktop {
    padding-left: -0px; }
  .no-minus-padding-left-none-desktop {
    padding-left: 0; }
  .padding-left-force-none-desktop {
    padding-left: 0px !important; }
  .no-padding-left-force-none-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-none-desktop {
    padding-left: -0px !important; }
  .no-minus-padding-left-force-none-desktop {
    padding-left: 0  !important; }
  .margin-none-desktop {
    margin: 0px; }
  .no-margin-none-desktop {
    margin: 0; }
  .minus-margin-none-desktop {
    margin: -0px; }
  .no-minus-margin-none-desktop {
    margin: 0; }
  .margin-force-none-desktop {
    margin: 0px !important; }
  .no-margin-force-none-desktop {
    margin: 0  !important; }
  .minus-margin-force-none-desktop {
    margin: -0px !important; }
  .no-minus-margin-force-none-desktop {
    margin: 0  !important; }
  .padding-none-desktop {
    padding: 0px; }
  .no-padding-none-desktop {
    padding: 0; }
  .minus-padding-none-desktop {
    padding: -0px; }
  .no-minus-padding-none-desktop {
    padding: 0; }
  .padding-force-none-desktop {
    padding: 0px !important; }
  .no-padding-force-none-desktop {
    padding: 0  !important; }
  .minus-padding-force-none-desktop {
    padding: -0px !important; }
  .no-minus-padding-force-none-desktop {
    padding: 0  !important; }
  .margin-top-xs-desktop {
    margin-top: 5px; }
  .no-margin-top-xs-desktop {
    margin-top: 0; }
  .minus-margin-top-xs-desktop {
    margin-top: -5px; }
  .no-minus-margin-top-xs-desktop {
    margin-top: 0; }
  .margin-top-force-xs-desktop {
    margin-top: 5px !important; }
  .no-margin-top-force-xs-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-xs-desktop {
    margin-top: -5px !important; }
  .no-minus-margin-top-force-xs-desktop {
    margin-top: 0  !important; }
  .padding-top-xs-desktop {
    padding-top: 5px; }
  .no-padding-top-xs-desktop {
    padding-top: 0; }
  .minus-padding-top-xs-desktop {
    padding-top: -5px; }
  .no-minus-padding-top-xs-desktop {
    padding-top: 0; }
  .padding-top-force-xs-desktop {
    padding-top: 5px !important; }
  .no-padding-top-force-xs-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-xs-desktop {
    padding-top: -5px !important; }
  .no-minus-padding-top-force-xs-desktop {
    padding-top: 0  !important; }
  .margin-right-xs-desktop {
    margin-right: 5px; }
  .no-margin-right-xs-desktop {
    margin-right: 0; }
  .minus-margin-right-xs-desktop {
    margin-right: -5px; }
  .no-minus-margin-right-xs-desktop {
    margin-right: 0; }
  .margin-right-force-xs-desktop {
    margin-right: 5px !important; }
  .no-margin-right-force-xs-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-xs-desktop {
    margin-right: -5px !important; }
  .no-minus-margin-right-force-xs-desktop {
    margin-right: 0  !important; }
  .padding-right-xs-desktop {
    padding-right: 5px; }
  .no-padding-right-xs-desktop {
    padding-right: 0; }
  .minus-padding-right-xs-desktop {
    padding-right: -5px; }
  .no-minus-padding-right-xs-desktop {
    padding-right: 0; }
  .padding-right-force-xs-desktop {
    padding-right: 5px !important; }
  .no-padding-right-force-xs-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-xs-desktop {
    padding-right: -5px !important; }
  .no-minus-padding-right-force-xs-desktop {
    padding-right: 0  !important; }
  .margin-bottom-xs-desktop {
    margin-bottom: 5px; }
  .no-margin-bottom-xs-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-xs-desktop {
    margin-bottom: -5px; }
  .no-minus-margin-bottom-xs-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-xs-desktop {
    margin-bottom: 5px !important; }
  .no-margin-bottom-force-xs-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-xs-desktop {
    margin-bottom: -5px !important; }
  .no-minus-margin-bottom-force-xs-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-xs-desktop {
    padding-bottom: 5px; }
  .no-padding-bottom-xs-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-xs-desktop {
    padding-bottom: -5px; }
  .no-minus-padding-bottom-xs-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-xs-desktop {
    padding-bottom: 5px !important; }
  .no-padding-bottom-force-xs-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-xs-desktop {
    padding-bottom: -5px !important; }
  .no-minus-padding-bottom-force-xs-desktop {
    padding-bottom: 0  !important; }
  .margin-left-xs-desktop {
    margin-left: 5px; }
  .no-margin-left-xs-desktop {
    margin-left: 0; }
  .minus-margin-left-xs-desktop {
    margin-left: -5px; }
  .no-minus-margin-left-xs-desktop {
    margin-left: 0; }
  .margin-left-force-xs-desktop {
    margin-left: 5px !important; }
  .no-margin-left-force-xs-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-xs-desktop {
    margin-left: -5px !important; }
  .no-minus-margin-left-force-xs-desktop {
    margin-left: 0  !important; }
  .padding-left-xs-desktop {
    padding-left: 5px; }
  .no-padding-left-xs-desktop {
    padding-left: 0; }
  .minus-padding-left-xs-desktop {
    padding-left: -5px; }
  .no-minus-padding-left-xs-desktop {
    padding-left: 0; }
  .padding-left-force-xs-desktop {
    padding-left: 5px !important; }
  .no-padding-left-force-xs-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-xs-desktop {
    padding-left: -5px !important; }
  .no-minus-padding-left-force-xs-desktop {
    padding-left: 0  !important; }
  .margin-xs-desktop {
    margin: 5px; }
  .no-margin-xs-desktop {
    margin: 0; }
  .minus-margin-xs-desktop {
    margin: -5px; }
  .no-minus-margin-xs-desktop {
    margin: 0; }
  .margin-force-xs-desktop {
    margin: 5px !important; }
  .no-margin-force-xs-desktop {
    margin: 0  !important; }
  .minus-margin-force-xs-desktop {
    margin: -5px !important; }
  .no-minus-margin-force-xs-desktop {
    margin: 0  !important; }
  .padding-xs-desktop {
    padding: 5px; }
  .no-padding-xs-desktop {
    padding: 0; }
  .minus-padding-xs-desktop {
    padding: -5px; }
  .no-minus-padding-xs-desktop {
    padding: 0; }
  .padding-force-xs-desktop {
    padding: 5px !important; }
  .no-padding-force-xs-desktop {
    padding: 0  !important; }
  .minus-padding-force-xs-desktop {
    padding: -5px !important; }
  .no-minus-padding-force-xs-desktop {
    padding: 0  !important; }
  .margin-top-sm-desktop {
    margin-top: 10px; }
  .no-margin-top-sm-desktop {
    margin-top: 0; }
  .minus-margin-top-sm-desktop {
    margin-top: -10px; }
  .no-minus-margin-top-sm-desktop {
    margin-top: 0; }
  .margin-top-force-sm-desktop {
    margin-top: 10px !important; }
  .no-margin-top-force-sm-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-sm-desktop {
    margin-top: -10px !important; }
  .no-minus-margin-top-force-sm-desktop {
    margin-top: 0  !important; }
  .padding-top-sm-desktop {
    padding-top: 10px; }
  .no-padding-top-sm-desktop {
    padding-top: 0; }
  .minus-padding-top-sm-desktop {
    padding-top: -10px; }
  .no-minus-padding-top-sm-desktop {
    padding-top: 0; }
  .padding-top-force-sm-desktop {
    padding-top: 10px !important; }
  .no-padding-top-force-sm-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-sm-desktop {
    padding-top: -10px !important; }
  .no-minus-padding-top-force-sm-desktop {
    padding-top: 0  !important; }
  .margin-right-sm-desktop {
    margin-right: 10px; }
  .no-margin-right-sm-desktop {
    margin-right: 0; }
  .minus-margin-right-sm-desktop {
    margin-right: -10px; }
  .no-minus-margin-right-sm-desktop {
    margin-right: 0; }
  .margin-right-force-sm-desktop {
    margin-right: 10px !important; }
  .no-margin-right-force-sm-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-sm-desktop {
    margin-right: -10px !important; }
  .no-minus-margin-right-force-sm-desktop {
    margin-right: 0  !important; }
  .padding-right-sm-desktop {
    padding-right: 10px; }
  .no-padding-right-sm-desktop {
    padding-right: 0; }
  .minus-padding-right-sm-desktop {
    padding-right: -10px; }
  .no-minus-padding-right-sm-desktop {
    padding-right: 0; }
  .padding-right-force-sm-desktop {
    padding-right: 10px !important; }
  .no-padding-right-force-sm-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-sm-desktop {
    padding-right: -10px !important; }
  .no-minus-padding-right-force-sm-desktop {
    padding-right: 0  !important; }
  .margin-bottom-sm-desktop {
    margin-bottom: 10px; }
  .no-margin-bottom-sm-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-sm-desktop {
    margin-bottom: -10px; }
  .no-minus-margin-bottom-sm-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-sm-desktop {
    margin-bottom: 10px !important; }
  .no-margin-bottom-force-sm-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-sm-desktop {
    margin-bottom: -10px !important; }
  .no-minus-margin-bottom-force-sm-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-sm-desktop {
    padding-bottom: 10px; }
  .no-padding-bottom-sm-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-sm-desktop {
    padding-bottom: -10px; }
  .no-minus-padding-bottom-sm-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-sm-desktop {
    padding-bottom: 10px !important; }
  .no-padding-bottom-force-sm-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-sm-desktop {
    padding-bottom: -10px !important; }
  .no-minus-padding-bottom-force-sm-desktop {
    padding-bottom: 0  !important; }
  .margin-left-sm-desktop {
    margin-left: 10px; }
  .no-margin-left-sm-desktop {
    margin-left: 0; }
  .minus-margin-left-sm-desktop {
    margin-left: -10px; }
  .no-minus-margin-left-sm-desktop {
    margin-left: 0; }
  .margin-left-force-sm-desktop {
    margin-left: 10px !important; }
  .no-margin-left-force-sm-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-sm-desktop {
    margin-left: -10px !important; }
  .no-minus-margin-left-force-sm-desktop {
    margin-left: 0  !important; }
  .padding-left-sm-desktop {
    padding-left: 10px; }
  .no-padding-left-sm-desktop {
    padding-left: 0; }
  .minus-padding-left-sm-desktop {
    padding-left: -10px; }
  .no-minus-padding-left-sm-desktop {
    padding-left: 0; }
  .padding-left-force-sm-desktop {
    padding-left: 10px !important; }
  .no-padding-left-force-sm-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-sm-desktop {
    padding-left: -10px !important; }
  .no-minus-padding-left-force-sm-desktop {
    padding-left: 0  !important; }
  .margin-sm-desktop {
    margin: 10px; }
  .no-margin-sm-desktop {
    margin: 0; }
  .minus-margin-sm-desktop {
    margin: -10px; }
  .no-minus-margin-sm-desktop {
    margin: 0; }
  .margin-force-sm-desktop {
    margin: 10px !important; }
  .no-margin-force-sm-desktop {
    margin: 0  !important; }
  .minus-margin-force-sm-desktop {
    margin: -10px !important; }
  .no-minus-margin-force-sm-desktop {
    margin: 0  !important; }
  .padding-sm-desktop {
    padding: 10px; }
  .no-padding-sm-desktop {
    padding: 0; }
  .minus-padding-sm-desktop {
    padding: -10px; }
  .no-minus-padding-sm-desktop {
    padding: 0; }
  .padding-force-sm-desktop {
    padding: 10px !important; }
  .no-padding-force-sm-desktop {
    padding: 0  !important; }
  .minus-padding-force-sm-desktop {
    padding: -10px !important; }
  .no-minus-padding-force-sm-desktop {
    padding: 0  !important; }
  .margin-top-md-desktop {
    margin-top: 15px; }
  .no-margin-top-md-desktop {
    margin-top: 0; }
  .minus-margin-top-md-desktop {
    margin-top: -15px; }
  .no-minus-margin-top-md-desktop {
    margin-top: 0; }
  .margin-top-force-md-desktop {
    margin-top: 15px !important; }
  .no-margin-top-force-md-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-md-desktop {
    margin-top: -15px !important; }
  .no-minus-margin-top-force-md-desktop {
    margin-top: 0  !important; }
  .padding-top-md-desktop {
    padding-top: 15px; }
  .no-padding-top-md-desktop {
    padding-top: 0; }
  .minus-padding-top-md-desktop {
    padding-top: -15px; }
  .no-minus-padding-top-md-desktop {
    padding-top: 0; }
  .padding-top-force-md-desktop {
    padding-top: 15px !important; }
  .no-padding-top-force-md-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-md-desktop {
    padding-top: -15px !important; }
  .no-minus-padding-top-force-md-desktop {
    padding-top: 0  !important; }
  .margin-right-md-desktop {
    margin-right: 15px; }
  .no-margin-right-md-desktop {
    margin-right: 0; }
  .minus-margin-right-md-desktop {
    margin-right: -15px; }
  .no-minus-margin-right-md-desktop {
    margin-right: 0; }
  .margin-right-force-md-desktop {
    margin-right: 15px !important; }
  .no-margin-right-force-md-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-md-desktop {
    margin-right: -15px !important; }
  .no-minus-margin-right-force-md-desktop {
    margin-right: 0  !important; }
  .padding-right-md-desktop {
    padding-right: 15px; }
  .no-padding-right-md-desktop {
    padding-right: 0; }
  .minus-padding-right-md-desktop {
    padding-right: -15px; }
  .no-minus-padding-right-md-desktop {
    padding-right: 0; }
  .padding-right-force-md-desktop {
    padding-right: 15px !important; }
  .no-padding-right-force-md-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-md-desktop {
    padding-right: -15px !important; }
  .no-minus-padding-right-force-md-desktop {
    padding-right: 0  !important; }
  .margin-bottom-md-desktop {
    margin-bottom: 15px; }
  .no-margin-bottom-md-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-md-desktop {
    margin-bottom: -15px; }
  .no-minus-margin-bottom-md-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-md-desktop {
    margin-bottom: 15px !important; }
  .no-margin-bottom-force-md-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-md-desktop {
    margin-bottom: -15px !important; }
  .no-minus-margin-bottom-force-md-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-md-desktop {
    padding-bottom: 15px; }
  .no-padding-bottom-md-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-md-desktop {
    padding-bottom: -15px; }
  .no-minus-padding-bottom-md-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-md-desktop {
    padding-bottom: 15px !important; }
  .no-padding-bottom-force-md-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-md-desktop {
    padding-bottom: -15px !important; }
  .no-minus-padding-bottom-force-md-desktop {
    padding-bottom: 0  !important; }
  .margin-left-md-desktop {
    margin-left: 15px; }
  .no-margin-left-md-desktop {
    margin-left: 0; }
  .minus-margin-left-md-desktop {
    margin-left: -15px; }
  .no-minus-margin-left-md-desktop {
    margin-left: 0; }
  .margin-left-force-md-desktop {
    margin-left: 15px !important; }
  .no-margin-left-force-md-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-md-desktop {
    margin-left: -15px !important; }
  .no-minus-margin-left-force-md-desktop {
    margin-left: 0  !important; }
  .padding-left-md-desktop {
    padding-left: 15px; }
  .no-padding-left-md-desktop {
    padding-left: 0; }
  .minus-padding-left-md-desktop {
    padding-left: -15px; }
  .no-minus-padding-left-md-desktop {
    padding-left: 0; }
  .padding-left-force-md-desktop {
    padding-left: 15px !important; }
  .no-padding-left-force-md-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-md-desktop {
    padding-left: -15px !important; }
  .no-minus-padding-left-force-md-desktop {
    padding-left: 0  !important; }
  .margin-md-desktop {
    margin: 15px; }
  .no-margin-md-desktop {
    margin: 0; }
  .minus-margin-md-desktop {
    margin: -15px; }
  .no-minus-margin-md-desktop {
    margin: 0; }
  .margin-force-md-desktop {
    margin: 15px !important; }
  .no-margin-force-md-desktop {
    margin: 0  !important; }
  .minus-margin-force-md-desktop {
    margin: -15px !important; }
  .no-minus-margin-force-md-desktop {
    margin: 0  !important; }
  .padding-md-desktop {
    padding: 15px; }
  .no-padding-md-desktop {
    padding: 0; }
  .minus-padding-md-desktop {
    padding: -15px; }
  .no-minus-padding-md-desktop {
    padding: 0; }
  .padding-force-md-desktop {
    padding: 15px !important; }
  .no-padding-force-md-desktop {
    padding: 0  !important; }
  .minus-padding-force-md-desktop {
    padding: -15px !important; }
  .no-minus-padding-force-md-desktop {
    padding: 0  !important; }
  .margin-top-lg-desktop {
    margin-top: 20px; }
  .no-margin-top-lg-desktop {
    margin-top: 0; }
  .minus-margin-top-lg-desktop {
    margin-top: -20px; }
  .no-minus-margin-top-lg-desktop {
    margin-top: 0; }
  .margin-top-force-lg-desktop {
    margin-top: 20px !important; }
  .no-margin-top-force-lg-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-lg-desktop {
    margin-top: -20px !important; }
  .no-minus-margin-top-force-lg-desktop {
    margin-top: 0  !important; }
  .padding-top-lg-desktop {
    padding-top: 20px; }
  .no-padding-top-lg-desktop {
    padding-top: 0; }
  .minus-padding-top-lg-desktop {
    padding-top: -20px; }
  .no-minus-padding-top-lg-desktop {
    padding-top: 0; }
  .padding-top-force-lg-desktop {
    padding-top: 20px !important; }
  .no-padding-top-force-lg-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-lg-desktop {
    padding-top: -20px !important; }
  .no-minus-padding-top-force-lg-desktop {
    padding-top: 0  !important; }
  .margin-right-lg-desktop {
    margin-right: 20px; }
  .no-margin-right-lg-desktop {
    margin-right: 0; }
  .minus-margin-right-lg-desktop {
    margin-right: -20px; }
  .no-minus-margin-right-lg-desktop {
    margin-right: 0; }
  .margin-right-force-lg-desktop {
    margin-right: 20px !important; }
  .no-margin-right-force-lg-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-lg-desktop {
    margin-right: -20px !important; }
  .no-minus-margin-right-force-lg-desktop {
    margin-right: 0  !important; }
  .padding-right-lg-desktop {
    padding-right: 20px; }
  .no-padding-right-lg-desktop {
    padding-right: 0; }
  .minus-padding-right-lg-desktop {
    padding-right: -20px; }
  .no-minus-padding-right-lg-desktop {
    padding-right: 0; }
  .padding-right-force-lg-desktop {
    padding-right: 20px !important; }
  .no-padding-right-force-lg-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-lg-desktop {
    padding-right: -20px !important; }
  .no-minus-padding-right-force-lg-desktop {
    padding-right: 0  !important; }
  .margin-bottom-lg-desktop {
    margin-bottom: 20px; }
  .no-margin-bottom-lg-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-lg-desktop {
    margin-bottom: -20px; }
  .no-minus-margin-bottom-lg-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-lg-desktop {
    margin-bottom: 20px !important; }
  .no-margin-bottom-force-lg-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-lg-desktop {
    margin-bottom: -20px !important; }
  .no-minus-margin-bottom-force-lg-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-lg-desktop {
    padding-bottom: 20px; }
  .no-padding-bottom-lg-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-lg-desktop {
    padding-bottom: -20px; }
  .no-minus-padding-bottom-lg-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-lg-desktop {
    padding-bottom: 20px !important; }
  .no-padding-bottom-force-lg-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-lg-desktop {
    padding-bottom: -20px !important; }
  .no-minus-padding-bottom-force-lg-desktop {
    padding-bottom: 0  !important; }
  .margin-left-lg-desktop {
    margin-left: 20px; }
  .no-margin-left-lg-desktop {
    margin-left: 0; }
  .minus-margin-left-lg-desktop {
    margin-left: -20px; }
  .no-minus-margin-left-lg-desktop {
    margin-left: 0; }
  .margin-left-force-lg-desktop {
    margin-left: 20px !important; }
  .no-margin-left-force-lg-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-lg-desktop {
    margin-left: -20px !important; }
  .no-minus-margin-left-force-lg-desktop {
    margin-left: 0  !important; }
  .padding-left-lg-desktop {
    padding-left: 20px; }
  .no-padding-left-lg-desktop {
    padding-left: 0; }
  .minus-padding-left-lg-desktop {
    padding-left: -20px; }
  .no-minus-padding-left-lg-desktop {
    padding-left: 0; }
  .padding-left-force-lg-desktop {
    padding-left: 20px !important; }
  .no-padding-left-force-lg-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-lg-desktop {
    padding-left: -20px !important; }
  .no-minus-padding-left-force-lg-desktop {
    padding-left: 0  !important; }
  .margin-lg-desktop {
    margin: 20px; }
  .no-margin-lg-desktop {
    margin: 0; }
  .minus-margin-lg-desktop {
    margin: -20px; }
  .no-minus-margin-lg-desktop {
    margin: 0; }
  .margin-force-lg-desktop {
    margin: 20px !important; }
  .no-margin-force-lg-desktop {
    margin: 0  !important; }
  .minus-margin-force-lg-desktop {
    margin: -20px !important; }
  .no-minus-margin-force-lg-desktop {
    margin: 0  !important; }
  .padding-lg-desktop {
    padding: 20px; }
  .no-padding-lg-desktop {
    padding: 0; }
  .minus-padding-lg-desktop {
    padding: -20px; }
  .no-minus-padding-lg-desktop {
    padding: 0; }
  .padding-force-lg-desktop {
    padding: 20px !important; }
  .no-padding-force-lg-desktop {
    padding: 0  !important; }
  .minus-padding-force-lg-desktop {
    padding: -20px !important; }
  .no-minus-padding-force-lg-desktop {
    padding: 0  !important; }
  .margin-top-xl-desktop {
    margin-top: 30px; }
  .no-margin-top-xl-desktop {
    margin-top: 0; }
  .minus-margin-top-xl-desktop {
    margin-top: -30px; }
  .no-minus-margin-top-xl-desktop {
    margin-top: 0; }
  .margin-top-force-xl-desktop {
    margin-top: 30px !important; }
  .no-margin-top-force-xl-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-xl-desktop {
    margin-top: -30px !important; }
  .no-minus-margin-top-force-xl-desktop {
    margin-top: 0  !important; }
  .padding-top-xl-desktop {
    padding-top: 30px; }
  .no-padding-top-xl-desktop {
    padding-top: 0; }
  .minus-padding-top-xl-desktop {
    padding-top: -30px; }
  .no-minus-padding-top-xl-desktop {
    padding-top: 0; }
  .padding-top-force-xl-desktop {
    padding-top: 30px !important; }
  .no-padding-top-force-xl-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-xl-desktop {
    padding-top: -30px !important; }
  .no-minus-padding-top-force-xl-desktop {
    padding-top: 0  !important; }
  .margin-right-xl-desktop {
    margin-right: 30px; }
  .no-margin-right-xl-desktop {
    margin-right: 0; }
  .minus-margin-right-xl-desktop {
    margin-right: -30px; }
  .no-minus-margin-right-xl-desktop {
    margin-right: 0; }
  .margin-right-force-xl-desktop {
    margin-right: 30px !important; }
  .no-margin-right-force-xl-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-xl-desktop {
    margin-right: -30px !important; }
  .no-minus-margin-right-force-xl-desktop {
    margin-right: 0  !important; }
  .padding-right-xl-desktop {
    padding-right: 30px; }
  .no-padding-right-xl-desktop {
    padding-right: 0; }
  .minus-padding-right-xl-desktop {
    padding-right: -30px; }
  .no-minus-padding-right-xl-desktop {
    padding-right: 0; }
  .padding-right-force-xl-desktop {
    padding-right: 30px !important; }
  .no-padding-right-force-xl-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-xl-desktop {
    padding-right: -30px !important; }
  .no-minus-padding-right-force-xl-desktop {
    padding-right: 0  !important; }
  .margin-bottom-xl-desktop {
    margin-bottom: 30px; }
  .no-margin-bottom-xl-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-xl-desktop {
    margin-bottom: -30px; }
  .no-minus-margin-bottom-xl-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-xl-desktop {
    margin-bottom: 30px !important; }
  .no-margin-bottom-force-xl-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-xl-desktop {
    margin-bottom: -30px !important; }
  .no-minus-margin-bottom-force-xl-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-xl-desktop {
    padding-bottom: 30px; }
  .no-padding-bottom-xl-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-xl-desktop {
    padding-bottom: -30px; }
  .no-minus-padding-bottom-xl-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-xl-desktop {
    padding-bottom: 30px !important; }
  .no-padding-bottom-force-xl-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-xl-desktop {
    padding-bottom: -30px !important; }
  .no-minus-padding-bottom-force-xl-desktop {
    padding-bottom: 0  !important; }
  .margin-left-xl-desktop {
    margin-left: 30px; }
  .no-margin-left-xl-desktop {
    margin-left: 0; }
  .minus-margin-left-xl-desktop {
    margin-left: -30px; }
  .no-minus-margin-left-xl-desktop {
    margin-left: 0; }
  .margin-left-force-xl-desktop {
    margin-left: 30px !important; }
  .no-margin-left-force-xl-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-xl-desktop {
    margin-left: -30px !important; }
  .no-minus-margin-left-force-xl-desktop {
    margin-left: 0  !important; }
  .padding-left-xl-desktop {
    padding-left: 30px; }
  .no-padding-left-xl-desktop {
    padding-left: 0; }
  .minus-padding-left-xl-desktop {
    padding-left: -30px; }
  .no-minus-padding-left-xl-desktop {
    padding-left: 0; }
  .padding-left-force-xl-desktop {
    padding-left: 30px !important; }
  .no-padding-left-force-xl-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-xl-desktop {
    padding-left: -30px !important; }
  .no-minus-padding-left-force-xl-desktop {
    padding-left: 0  !important; }
  .margin-xl-desktop {
    margin: 30px; }
  .no-margin-xl-desktop {
    margin: 0; }
  .minus-margin-xl-desktop {
    margin: -30px; }
  .no-minus-margin-xl-desktop {
    margin: 0; }
  .margin-force-xl-desktop {
    margin: 30px !important; }
  .no-margin-force-xl-desktop {
    margin: 0  !important; }
  .minus-margin-force-xl-desktop {
    margin: -30px !important; }
  .no-minus-margin-force-xl-desktop {
    margin: 0  !important; }
  .padding-xl-desktop {
    padding: 30px; }
  .no-padding-xl-desktop {
    padding: 0; }
  .minus-padding-xl-desktop {
    padding: -30px; }
  .no-minus-padding-xl-desktop {
    padding: 0; }
  .padding-force-xl-desktop {
    padding: 30px !important; }
  .no-padding-force-xl-desktop {
    padding: 0  !important; }
  .minus-padding-force-xl-desktop {
    padding: -30px !important; }
  .no-minus-padding-force-xl-desktop {
    padding: 0  !important; }
  .margin-top-xxl-desktop {
    margin-top: 50px; }
  .no-margin-top-xxl-desktop {
    margin-top: 0; }
  .minus-margin-top-xxl-desktop {
    margin-top: -50px; }
  .no-minus-margin-top-xxl-desktop {
    margin-top: 0; }
  .margin-top-force-xxl-desktop {
    margin-top: 50px !important; }
  .no-margin-top-force-xxl-desktop {
    margin-top: 0  !important; }
  .minus-margin-top-force-xxl-desktop {
    margin-top: -50px !important; }
  .no-minus-margin-top-force-xxl-desktop {
    margin-top: 0  !important; }
  .padding-top-xxl-desktop {
    padding-top: 50px; }
  .no-padding-top-xxl-desktop {
    padding-top: 0; }
  .minus-padding-top-xxl-desktop {
    padding-top: -50px; }
  .no-minus-padding-top-xxl-desktop {
    padding-top: 0; }
  .padding-top-force-xxl-desktop {
    padding-top: 50px !important; }
  .no-padding-top-force-xxl-desktop {
    padding-top: 0  !important; }
  .minus-padding-top-force-xxl-desktop {
    padding-top: -50px !important; }
  .no-minus-padding-top-force-xxl-desktop {
    padding-top: 0  !important; }
  .margin-right-xxl-desktop {
    margin-right: 50px; }
  .no-margin-right-xxl-desktop {
    margin-right: 0; }
  .minus-margin-right-xxl-desktop {
    margin-right: -50px; }
  .no-minus-margin-right-xxl-desktop {
    margin-right: 0; }
  .margin-right-force-xxl-desktop {
    margin-right: 50px !important; }
  .no-margin-right-force-xxl-desktop {
    margin-right: 0  !important; }
  .minus-margin-right-force-xxl-desktop {
    margin-right: -50px !important; }
  .no-minus-margin-right-force-xxl-desktop {
    margin-right: 0  !important; }
  .padding-right-xxl-desktop {
    padding-right: 50px; }
  .no-padding-right-xxl-desktop {
    padding-right: 0; }
  .minus-padding-right-xxl-desktop {
    padding-right: -50px; }
  .no-minus-padding-right-xxl-desktop {
    padding-right: 0; }
  .padding-right-force-xxl-desktop {
    padding-right: 50px !important; }
  .no-padding-right-force-xxl-desktop {
    padding-right: 0  !important; }
  .minus-padding-right-force-xxl-desktop {
    padding-right: -50px !important; }
  .no-minus-padding-right-force-xxl-desktop {
    padding-right: 0  !important; }
  .margin-bottom-xxl-desktop {
    margin-bottom: 50px; }
  .no-margin-bottom-xxl-desktop {
    margin-bottom: 0; }
  .minus-margin-bottom-xxl-desktop {
    margin-bottom: -50px; }
  .no-minus-margin-bottom-xxl-desktop {
    margin-bottom: 0; }
  .margin-bottom-force-xxl-desktop {
    margin-bottom: 50px !important; }
  .no-margin-bottom-force-xxl-desktop {
    margin-bottom: 0  !important; }
  .minus-margin-bottom-force-xxl-desktop {
    margin-bottom: -50px !important; }
  .no-minus-margin-bottom-force-xxl-desktop {
    margin-bottom: 0  !important; }
  .padding-bottom-xxl-desktop {
    padding-bottom: 50px; }
  .no-padding-bottom-xxl-desktop {
    padding-bottom: 0; }
  .minus-padding-bottom-xxl-desktop {
    padding-bottom: -50px; }
  .no-minus-padding-bottom-xxl-desktop {
    padding-bottom: 0; }
  .padding-bottom-force-xxl-desktop {
    padding-bottom: 50px !important; }
  .no-padding-bottom-force-xxl-desktop {
    padding-bottom: 0  !important; }
  .minus-padding-bottom-force-xxl-desktop {
    padding-bottom: -50px !important; }
  .no-minus-padding-bottom-force-xxl-desktop {
    padding-bottom: 0  !important; }
  .margin-left-xxl-desktop {
    margin-left: 50px; }
  .no-margin-left-xxl-desktop {
    margin-left: 0; }
  .minus-margin-left-xxl-desktop {
    margin-left: -50px; }
  .no-minus-margin-left-xxl-desktop {
    margin-left: 0; }
  .margin-left-force-xxl-desktop {
    margin-left: 50px !important; }
  .no-margin-left-force-xxl-desktop {
    margin-left: 0  !important; }
  .minus-margin-left-force-xxl-desktop {
    margin-left: -50px !important; }
  .no-minus-margin-left-force-xxl-desktop {
    margin-left: 0  !important; }
  .padding-left-xxl-desktop {
    padding-left: 50px; }
  .no-padding-left-xxl-desktop {
    padding-left: 0; }
  .minus-padding-left-xxl-desktop {
    padding-left: -50px; }
  .no-minus-padding-left-xxl-desktop {
    padding-left: 0; }
  .padding-left-force-xxl-desktop {
    padding-left: 50px !important; }
  .no-padding-left-force-xxl-desktop {
    padding-left: 0  !important; }
  .minus-padding-left-force-xxl-desktop {
    padding-left: -50px !important; }
  .no-minus-padding-left-force-xxl-desktop {
    padding-left: 0  !important; }
  .margin-xxl-desktop {
    margin: 50px; }
  .no-margin-xxl-desktop {
    margin: 0; }
  .minus-margin-xxl-desktop {
    margin: -50px; }
  .no-minus-margin-xxl-desktop {
    margin: 0; }
  .margin-force-xxl-desktop {
    margin: 50px !important; }
  .no-margin-force-xxl-desktop {
    margin: 0  !important; }
  .minus-margin-force-xxl-desktop {
    margin: -50px !important; }
  .no-minus-margin-force-xxl-desktop {
    margin: 0  !important; }
  .padding-xxl-desktop {
    padding: 50px; }
  .no-padding-xxl-desktop {
    padding: 0; }
  .minus-padding-xxl-desktop {
    padding: -50px; }
  .no-minus-padding-xxl-desktop {
    padding: 0; }
  .padding-force-xxl-desktop {
    padding: 50px !important; }
  .no-padding-force-xxl-desktop {
    padding: 0  !important; }
  .minus-padding-force-xxl-desktop {
    padding: -50px !important; }
  .no-minus-padding-force-xxl-desktop {
    padding: 0  !important; } }

.height-100 {
  height: 100%; }

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

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translateY(50%); }

.cdf-dark, .car-dark {
  background: url(images/teams/cardiff-white.svg) no-repeat center center; }

.cdf-light, .car-light {
  background: url(images/teams/cardiff-grey.svg) no-repeat center center; }

.ful-dark {
  background: url(images/teams/fullham-white.svg) no-repeat center center; }

.ful-light {
  background: url(images/teams/fullham-grey.svg) no-repeat center center; }

.wlv-dark, .wol-dark {
  background: url(images/teams/wolves-white.svg) no-repeat center center; }

.wlv-light, .wol-light {
  background: url(images/teams/wolves-grey.svg) no-repeat center center; }

.ffs-ib th.sorting_asc {
  background: #ddd url(images/sorting/asc.gif) no-repeat center right; }

.ffs-ib th.sorting_desc {
  background: #ddd url(images/sorting/desc.gif) no-repeat center right; }

.category .cat-featured .content-area .first-post h2, #content-twitter .scout-tweets-module h5 a {
  color: #008f5b; }

#sidebar .xoxo .ffs-wl-widget, #sidebar .xoxo .ffs-pu-widget, #sidebar .xoxo .ffs-h2h-widget {
  margin: 0 0 36px; }

.message-icon {
  position: absolute;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 9002;
  top: 0;
  display: none;
  padding: 0; }

.entry-meta .es-author {
  top: 100px; }

.slidehold .featured-posts {
  height: 306px; }

.mobile-leaderboard-ad {
  display: block;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
  height: auto;
  padding: 2px 0; }

.mobile-footer-ad {
  display: block;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
  height: auto;
  padding: 2px 0; }

.footer-ad {
  display: none; }

@media (min-width: 960px) {
  .mobile-leaderboard-ad, .mobile-footer-ad, .mobile-footer-ad {
    display: none !important; }
  html body #wrapper #panel #footer .footie.inner .footer-ad {
    display: block !important;
    visibility: visible !important;
    min-height: 132px;
    -moz-binding: none !important; }
  #footer .footie .footer-ad {
    max-width: 728px;
    margin: 0 auto 20px;
    padding-top: 12px; }
  #sidebar h3.widget-title, #sidebar .textwidget, #sidebar .xoxo .ffs-wl-widget, #sidebar .xoxo .ffs-pu-widget, #sidebar .xoxo .ffs-h2h-widget, #hc_comments_widget {
    margin-left: 42px; } }

.message-icon {
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 9002;
  top: 0;
  display: none;
  padding: 0; }

.entry-meta .es-author {
  display: block;
  text-align: center;
  min-width: 86px;
  font-weight: 700;
  text-transform: uppercase;
  color: #525252;
  position: absolute;
  top: 40px; }

.entry-meta .author img.avatar, .es-author img.avatar {
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 86px;
  border: 7px solid #FFF;
  background-color: #FFF;
  margin: 0 auto; }

.slidehold .featured-posts {
  height: 330px; }

.entry-meta .author a, .entry-meta .es-author a {
  color: #525252; }

.entry-meta .author a:hover, .entry-meta .es-author a:hover, .home-featured .content-area.bottom .rightside .author a, .cat-featured .content-area.bottom .rightside .author a {
  color: #008f5b; }

.entry-meta .es-author {
  top: 180px; }

.slidehold .featured-posts {
  height: 316px; }

@media (min-width: 1180px) {
  .entry-meta .es-author {
    top: 100px; } }

@media (min-width: 827px) {
  .slidehold .featured-posts {
    height: 357px; } }

@media (min-width: 910px) {
  .slidehold .featured-posts {
    height: 373px; } }
