@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i&display=swap");
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe, .videoContainer object, .videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#give-gateway-gocardless-10599-1, #give-gateway-option-gocardless {
  display: none;
}

.classHide {
  display: none !important;
}

.meta-details {
  opacity: 0;
}

.event-description {
  display: none !important;
}

.cool-timeline .timeline-post .timeline-content h2.content-title, .ctl-popup-content h2 {
  text-transform: none !important;
}

.containerScroll {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 75px;
}
.containerScroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.containerScroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.containerScroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.containerScroll .chevron:before,
.containerScroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.containerScroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.containerScroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.containerScroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}

@font-face {
  font-family: "edsfont";
  src: url("../fonts/edsfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/edsfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edsfont.woff") format("woff"), url("../fonts/edsfont.ttf") format("truetype"), url("../fonts/edsfont.svg#edsfont") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Olivier;
  src: url("../fonts/olivier.woff") format("woff"), url("../fonts/olivier.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: GlyphiconsHalflings;
  src: url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Thunderhouse;
  src: url("../fonts/thunderhouse.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Brushup;
  src: url("../fonts/brushup.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Bitterbrush;
  src: url("../fonts/bitterbrush-regular-webfont.woff2") format("woff2"), url("../fonts/bitterbrush-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Veneer;
  src: url("../fonts/veneer-webfont.woff2") format("woff2"), url("../fonts/veneer-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
	Theme Name: viva Blank
	Description: viva Blank WordPress Theme
	Tags: Blank, viva, CSS3
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .blogCampLoop .wrapper {
    padding: 5px;
  }
}
/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #545454;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #545454;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #545454;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table, td, th {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

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

html {
  font-size: 16px;
  /* Box sizing - only works in IE8+ - http://caniuse.com/#feat=css3-boxsizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 12px;
  }
}
*, *:before, *:after {
  /* Box sizing - only works in IE8+ - http://caniuse.com/#feat=css3-boxsizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base Styles
------------------------------------------------------------------------------------ */
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

main {
  padding: 10px;
}

@media screen and (max-width: 1400px) {
  body {
    font-family: "Montserrat", sans-serif;
    color: #444444;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-family: "Montserrat", sans-serif;
    color: #444444;
  }
}
h1, h2, h3, h1 a, h2 a, h3 a {
  font-family: Bitterbrush;
}
h1 strong, h2 strong, h3 strong, h1 a strong, h2 a strong, h3 a strong {
  font-family: Bitterbrush;
}

.bitterbrush h1, .bitterbrush h2, .bitterbrush h3, .bitterbrush h1 a, .bitterbrush h2 a, .bitterbrush h3 a {
  font-family: Bitterbrush;
}
.bitterbrush h1 strong, .bitterbrush h2 strong, .bitterbrush h3 strong, .bitterbrush h1 a strong, .bitterbrush h2 a strong, .bitterbrush h3 a strong {
  font-family: Bitterbrush;
}

.brushup h1, .brushup h2, .brushup h3, .brushup h1 a, .brushup h2 a, .brushup h3 a {
  font-family: Brushup;
}
.brushup h1 strong, .brushup h2 strong, .brushup h3 strong, .brushup h1 a strong, .brushup h2 a strong, .brushup h3 a strong {
  font-family: Brushup;
}

.veneer h1, .veneer h2, .veneer h3, .veneer h1 a, .veneer h2 a, .veneer h3 a {
  font-family: Veneer;
}
.veneer h1 strong, .veneer h2 strong, .veneer h3 strong, .veneer h1 a strong, .veneer h2 a strong, .veneer h3 a strong {
  font-family: Veneer;
}

.olivier h1, .olivier h2, .olivier h3, .olivier h1 a, .olivier h2 a, .olivier h3 a {
  font-family: Olivier;
}
.olivier h1 strong, .olivier h2 strong, .olivier h3 strong, .olivier h1 a strong, .olivier h2 a strong, .olivier h3 a strong {
  font-family: Olivier;
}

.thunderhouse h1, .thunderhouse h2, .thunderhouse h3, .thunderhouse h1 a, .thunderhouse h2 a, .thunderhouse h3 a {
  font-family: Thunderhouse;
}
.thunderhouse h1 strong, .thunderhouse h2 strong, .thunderhouse h3 strong, .thunderhouse h1 a strong, .thunderhouse h2 a strong, .thunderhouse h3 a strong {
  font-family: Thunderhouse;
}

.montserrat h1, .montserrat h2, .montserrat h3, .montserrat h1 a, .montserrat h2 a, .montserrat h3 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.montserrat h1 strong, .montserrat h2 strong, .montserrat h3 strong, .montserrat h1 a strong, .montserrat h2 a strong, .montserrat h3 a strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-weight: 600;
  font-size: 1.2em;
}

h1, h2, h3, h4, h5, p {
  margin: 20px 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  h1, h2, h3, h4, h5, p {
    margin: 10px 0;
  }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
    margin-top: 0;
  }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child {
    margin-bottom: 0;
  }

  p {
    line-height: 1.3em;
  }
}
p {
  line-height: 1.5em;
  color: #444444;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }
}
a {
  color: #D71920;
  text-decoration: none;
}

a:hover {
  color: #8B0304;
}

a:focus {
  outline: 0;
}

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

input:focus {
  outline: 0;
  border: 1px solid #757575;
}

h1 a, h2 a, h3 a, h1 a a, h2 a a, h3 a a {
  color: #444444;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h1 a a:hover, h2 a a:hover, h3 a a:hover {
  color: #222222;
}

ul {
  margin-left: 36px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.colSearch ul {
  margin-left: 0px;
  margin-right: 20px;
}

ol {
  margin-left: 36px;
  margin-bottom: 1em;
}
ol li {
  margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
  h1, h2, h3, h4, h5, p {
    margin: 10px 0;
  }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
    margin-top: 0;
  }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child {
    margin-bottom: 0;
  }

  p {
    line-height: 1.5em;
  }
}
strong,
.important {
  font-family: "Montserrat", sans-serif;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0 5%;
  font-style: italic;
  font-weight: 600;
}

/* Layout
------------------------------------------------------------------------------------ */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ffffff;
}

/* Logos
----------------------------------------------------------------------------------------------------------------------- */
.logoTop {
  width: 100%;
  height: 140px;
  text-align: center;
}
.logoTop img {
  width: 300px;
}

img.mega-menu-logo {
  max-width: 180px;
}

@media screen and (max-width: 1100px) {
  img.mega-menu-logo {
    max-height: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  img.mega-menu-logo {
    max-height: 30px !important;
    min-width: 60px !important;
  }
}
@media screen and (min-width: 1100px) {
  .mega-menu-logo {
    min-width: 170px !important;
  }
}
/* Menu 
----------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1550px) {
  #mega-toggle-block-3, #mega-toggle-block-4 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  #mega-toggle-block-5, #mega-toggle-block-6 {
    display: none !important;
  }

  #mega-menu-wrap-footer-menu #mega-toggle-block-4 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #mega-menu-wrap-footer-menu #mega-toggle-block-3 {
    display: block !important;
  }

  .mega-toggle-label-closed, .mega-toggle-label-open {
    vertical-align: top;
  }

  #mega-toggle-block-7, #mega-toggle-block-8, #mega-toggle-block-13, #mega-toggle-block-14 {
    display: none !important;
  }

  #mega-menu-wrap-footer-menu #mega-toggle-block-4, #mega-menu-wrap-footer-menu #mega-toggle-block-5 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  #mega-toggle-block-8, #mega-toggle-block-9, #mega-toggle-block-10 {
    display: none !important;
  }

  .searchMobile {
    display: block;
  }

  #mega-menu-wrap-footer-menu #mega-toggle-block-4, #mega-menu-wrap-footer-menu #mega-toggle-block-5 {
    display: block !important;
  }
}
@media screen and (max-width: 390px) {
  #mega-toggle-block-15 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .donate_menu {
    padding: 0 5px !important;
  }

  .mega-toggle-block.mega-spacer-block.mega-toggle-block-12 {
    margin-right: 0px !important;
  }

  #mega-menu-wrap-footer-menu #mega-toggle-block-4, #mega-menu-wrap-footer-menu #mega-toggle-block-5 {
    display: block !important;
  }
}
@media screen and (max-width: 345px) {
  #mega-toggle-block-11, #mega-toggle-block-12 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .the_champ_horizontal_sharing li {
    width: 25px;
  }
  .the_champ_horizontal_sharing li i {
    width: 25px !important;
    height: 25px !important;
  }
}
.searchMobile {
  display: none;
  background-color: #f7f8f2;
  text-align: center;
  min-height: 3rem;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li#mega-menu-item-10651 .mega-search-wrap {
  width: 95%;
  margin: 10px 10px;
}

#mega-menu-wrap-white-menu #mega-menu-white-menu li#mega-menu-item-10651 .mega-search .search-icon {
  display: none;
}

@media screen and (max-width: 700px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle {
    line-height: 35px;
    height: 35px;
  }

  img.mega-menu-logo {
    max-height: 25px !important;
  }

  #mega-menu-wrap-sidebar-menu .mega-menu-toggle {
    line-height: 35px;
    height: 35px;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-14 {
    width: 0px;
    margin: 0;
    margin-right: 1px !important;
  }

  .mega-toggle-block.mega-spacer-block.mega-toggle-block-10, .mega-toggle-block.mega-spacer-block.mega-toggle-block-12 {
    margin-right: 0px !important;
    width: 0px !important;
  }

  .donate_menu {
    padding: 0 10px !important;
  }

  .sidebar {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
}
.appealMenu {
  margin-top: 0px !important;
}

#mega-menu-header-menu .arrowLink ::after, #mega-menu-extra-menu .arrowLink ::after {
  content: "";
  font-family: dashicons;
  margin-left: 7px;
  color: #fff;
  width: 40px;
  height: 100%;
  font-weight: normal;
  position: absolute;
}

#mega-menu-white-menu .mega-search-wrap {
  display: none !important;
}

.goUP {
  text-align: right;
  cursor: pointer;
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.goUP:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 100%;
  font-weight: 600;
  margin-left: 5px;
  transition: 0.5s;
}

.goUP:hover {
  padding-bottom: 3px;
}

@media screen and (max-width: 650px) {
  .goUP {
    position: fixed;
    right: 0;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: none;
  }

  .goUP2 {
    position: relative;
    right: 0;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0 0 0 10px;
    width: auto;
    text-align: center;
  }
}
#rum_sst_tab {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em !important;
  top: 45vh !important;
}

.rum_sst_right {
  -moz-border-radius-topright: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-top-left-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.6) -2px 2px 5px -1px;
}

.rum_sst_contents {
  padding: 8px 18px 8px 18px;
}

/* Typography
----------------------------------------------------------------------------------------------------------------------- */
.topAuthor {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.topCategories {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
}
.topCategories a {
  color: #fff;
  background-color: #d71920;
  transition: 0.5s;
  padding: 4px 10px;
  font-weight: 600;
}
.topCategories a:hover {
  background-color: #8b0304;
  color: #fff;
}

.topDate {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-bottom: 20px;
}

.timeClock {
  vertical-align: middle;
  margin-right: 3px;
}

.timeClock:after {
  content: "";
  font-family: "dashicons";
  font-size: 1.5em;
}

.topTime {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-bottom: 30px;
}

.bottomAuthor {
  font-family: Bitterbrush;
  font-size: 1.5em;
}

@media screen and (max-width: 700px) {
  .topDate {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .topTime {
    margin-bottom: 10px;
  }
}
.loopPostCredits {
  font-size: 0.7em;
}

.bodyText {
  opacity: 1;
}

/* Buttons
----------------------------------------------------------------------------------------------------------------------- */
/* Buttons
----------------------------------------------------------------------------------------------------------------------- */
button {
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 60px;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  padding: 0.5em 1em;
  line-height: 1.6rem;
  border: 1px solid #444444;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  background-color: transparent;
  color: #ffffff;
}

@media screen and (min-width: 1500px) {
  button {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  button {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  button {
    font-size: 11px;
    font-size: 1.1rem;
    min-width: 40px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background-color: #545454;
  color: #fff;
  transition: 0.5s;
}

.btn:hover {
  background-color: #757575;
  color: #fff;
}

.buttonLink {
  background: #545454;
  color: #ffffff;
  padding: 1em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}
.buttonLink a, .buttonLink a:hover {
  color: #ffffff;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .buttonLink {
    background: #545454;
    color: #ffffff;
    padding: 0.5em;
    font-size: 1.3em;
  }
}
.color-neutral .buttonLink {
  background: #545454;
}
.color-neutral .buttonLink a, .color-neutral .buttonLink a:hover {
  background: #757575;
}
.color-neutral .buttonLink a, .color-neutral .buttonLink a:focus {
  background: #222222;
}
.color-neutral .btn .colTitle {
  background-color: #545454;
}
.color-neutral .btn:hover {
  background-color: #222222;
}

.color-blue .buttonLink {
  background: #00ABE6;
}
.color-blue .buttonLink a, .color-blue .buttonLink a:hover {
  background: #D1E8F8;
  color: #ffffff;
}
.color-blue .buttonLink a, .color-blue .buttonLink a:focus {
  background: #005496;
  color: #ffffff;
}
.color-blue .btn, .color-blue .colTitle {
  background-color: #00ABE6;
  color: #ffffff;
}
.color-blue .btn:hover {
  background-color: #005496;
  color: #ffffff;
}
.color-blue a {
  color: #00ABE6;
}
.color-blue a:hover {
  color: #005496;
}
.color-blue h1 a, .color-blue h2 a, .color-blue h3 a, .color-blue h1 a a, .color-blue h2 a a, .color-blue h3 a a {
  color: #444444;
  text-decoration: none;
}
.color-blue h1 a:hover, .color-blue h2 a:hover, .color-blue h3 a:hover, .color-blue h1 a a:hover, .color-blue h2 a a:hover, .color-blue h3 a a:hover {
  color: #222222;
}
.color-blue .pagination .current {
  background-color: #00ABE6;
}

.color-red .buttonLink {
  background: #D71920;
}
.color-red .buttonLink a, .color-red .buttonLink a:hover {
  background: #FCD3C1;
  color: #ffffff;
}
.color-red .buttonLink a, .color-red .buttonLink a:focus {
  background: #8B0304;
  color: #ffffff;
}
.color-red .btn, .color-red .colTitle {
  background-color: #D71920;
  color: #ffffff;
}
.color-red .colTitle {
  font-weight: 600;
  font-size: 1.3em;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .color-red .colTitle {
    line-height: 1;
  }
}
.color-red .btn:hover {
  background-color: #8B0304;
  color: #ffffff;
}
.color-red a {
  color: #D71920;
}
.color-red a:hover {
  color: #8B0304;
}
.color-red h1 a, .color-red h2 a, .color-red h3 a, .color-red h1 a a, .color-red h2 a a, .color-red h3 a a {
  color: #444444;
  text-decoration: none;
  font-weight: 300;
}
.color-red h1 a:hover, .color-red h2 a:hover, .color-red h3 a:hover, .color-red h1 a a:hover, .color-red h2 a a:hover, .color-red h3 a a:hover {
  color: #222222;
}

.color-green .buttonLink {
  background: #A6CE39;
}
.color-green .buttonLink a, .color-green .buttonLink a:hover {
  background: #EAF3D5;
  color: #ffffff;
}
.color-green .buttonLink a, .color-green .buttonLink a:focus {
  background: #218A3D;
  color: #ffffff;
}
.color-green .btn, .color-green .colTitle {
  background-color: #A6CE39;
  color: #ffffff;
}
.color-green .btn:hover {
  background-color: #218A3D;
  color: #ffffff;
}
.color-green a {
  color: #A6CE39;
  font-weight: 600;
}
.color-green a:hover {
  color: #218A3D;
}
.color-green h1 a, .color-green h2 a, .color-green h3 a, .color-green h1 a a, .color-green h2 a a, .color-green h3 a a {
  color: #444444;
  text-decoration: none;
  font-weight: 300;
}
.color-green h1 a:hover, .color-green h2 a:hover, .color-green h3 a:hover, .color-green h1 a a:hover, .color-green h2 a a:hover, .color-green h3 a a:hover {
  color: #222222;
}
.color-green .pagination .current {
  background-color: #A6CE39;
}

.color-orange .buttonLink {
  background: #FCAF17;
}
.color-orange .buttonLink a, .color-orange .buttonLink a:hover {
  background: #FFECCD;
  color: #ffffff;
  font-weight: 300;
}
.color-orange .buttonLink a, .color-orange .buttonLink a:focus {
  background: #F15A22;
  color: #ffffff;
}
.color-orange .btn, .color-orange .colTitle {
  background-color: #FCAF17;
  color: #ffffff;
}
.color-orange .btn:hover {
  background-color: #F15A22;
  color: #ffffff;
}
.color-orange a {
  color: #FCAF17;
  font-weight: 600;
}
.color-orange a h1 a, .color-orange a h2 a, .color-orange a h3 a, .color-orange a h1 a a, .color-orange a h2 a a, .color-orange a h3 a a {
  color: #444444;
  text-decoration: none;
  font-weight: 300;
}
.color-orange a:hover {
  color: #F15A22;
}
.color-orange a:hover h1 a:hover, .color-orange a:hover h2 a:hover, .color-orange a:hover h3 a:hover, .color-orange a:hover h1 a a:hover, .color-orange a:hover h2 a a:hover, .color-orange a:hover h3 a a:hover {
  color: #222222;
}
.color-orange h1 a, .color-orange h2 a, .color-orange h3 a, .color-orange h1 a a, .color-orange h2 a a, .color-orange h3 a a {
  color: #444444;
  text-decoration: none;
  font-weight: 300;
}
.color-orange h1 a:hover, .color-orange h2 a:hover, .color-orange h3 a:hover, .color-orange h1 a a:hover, .color-orange h2 a a:hover, .color-orange h3 a a:hover {
  color: #222222;
}
.color-orange .pagination .current {
  background-color: #FCAF17;
}

/* Input elements / forms
----------------------------------------------------------------------------------------------------------------------- */
.nf-form-fields-required {
  display: none;
}

.searchandfilter ul li {
  padding: 0 0 15px 0;
}

.searchandfilter {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.searchandfilter select::-ms-expand {
  display: none;
}

.searchandfilter select {
  padding: 10px 5px;
}

.searchandfilter select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #ffffff transparent transparent transparent;
}

.searchandfilter select:hover ~ .select_arrow,
.searchandfilterselect:focus ~ .select_arrow {
  border-top-color: #ffffff;
}

.searchandfilter select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}

.searchandfilter:after {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #ffffff transparent transparent transparent;
}

.hidden_field {
  display: none !important;
}

.sf-input-text, .searchandfilter select, .chosen-container .chosen-container-multi {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
  font-size: 0.9em;
  height: auto;
  color: #666;
  font-family: inherit;
  min-width: 250px !important;
  max-width: 250px !important;
}

/* Main menu
----------------------------------------------------------------------------------------------------------------------- */
/* Tables
----------------------------------------------------------------------------------------------------------------------- */
th {
  padding: 10px;
  font-weight: 700;
  background-color: #8B0304;
  color: #fff;
}

table.give-table th, .give-receipt-thead-text {
  color: #444;
}

td {
  padding: 10px;
}

tr:nth-child(even) {
  background-color: #FCD3C1;
}

.color-red th {
  background-color: #8B0304;
}
.color-red tr:nth-child(even) {
  background-color: #FCD3C1;
}

.color-green th {
  background-color: #218A3D;
}
.color-green tr:nth-child(even) {
  background-color: #EAF3D5;
}

.color-blue th {
  background-color: #005496;
}
.color-blue tr:nth-child(even) {
  background-color: #D1E8F8;
}

.color-orange th {
  background-color: #F15A22;
}
.color-orange tr:nth-child(even) {
  background-color: #FFECCD;
}

.sameWidth {
  table-layout: fixed;
  width: 100%;
}

/* Other modules
----------------------------------------------------------------------------------------------------------------------- */
.gdpr-wrapper .gdpr-preferences {
  display: none;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-agreement {
  background: #D71920;
  border-color: #D71920;
  -webkit-box-shadow: 0 1px 0 #D71920;
  box-shadow: 0 1px 0 rgba(215, 25, 31, 0.74);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #D71920, 1px 0 1px #D71920, 0 1px 1px #D71920, -1px 0 1px #D71920;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:hover, .gdpr.gdpr-reconsent-bar .gdpr-agreement:hover {
  background: rgba(215, 25, 31, 0.89);
  border-color: rgba(215, 25, 31, 0.89);
}

.gdpr *:not(textarea):not(input):not(select) {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}

.gdpr {
  display: none !important;
}

.slider-home article {
  display: block !important;
}

.introHome {
  max-width: 1100px;
  margin: auto;
  background-color: #ffffff;
  padding: 30px;
}

.homeB {
  width: 525px;
}
.homeB .tit {
  text-align: center;
  background-color: #FCAF17;
  padding: 10px 0px;
  transition: 0.5s;
}
.homeB .tit h2 {
  color: #fff;
}
.homeB .tit:hover {
  background-color: #F15A22;
}

.whyH {
  margin-right: 50px;
}
.whyH .tit {
  background-color: #D71920;
}
.whyH .tit:hover {
  background-color: #8B0304;
}

.shopNow, .donateNow, .whoWeAre, .signMails {
  background-color: #D71920;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 30px;
  cursor: pointer;
}
.shopNow h3, .shopNow h2, .donateNow h3, .donateNow h2, .whoWeAre h3, .whoWeAre h2, .signMails h3, .signMails h2 {
  color: #fff;
}

.shopNow:hover, .donateNow:hover {
  background-color: #8B0304;
}

.donatesButH, .whoWeAreS {
  display: flex;
  padding-top: 50px;
}

.donateNow, .whoWeAre, .signMails {
  width: 525px;
}

.donateNowJoin, .whoWeAre {
  margin-right: 50px;
}

.homeBC {
  display: flex;
  padding-top: 50px;
}

@media screen and (max-width: 1110px) {
  .homeBC {
    margin: 10px;
    display: flex;
    padding-top: 30px;
  }

  .whyH {
    margin-right: 15px;
  }

  .donateNowJoin, .whoWeAre {
    margin-right: 0px;
  }

  .donatesButH, .whoWeAreS {
    margin: 10px;
    display: block;
  }

  .donateNow, .signMails, .whoWeAre {
    width: 100%;
  }

  .shopNow {
    margin: 10px;
    box-sizing: content-box;
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .homeBC {
    padding-top: 0px;
  }

  .donateNow {
    width: 100%;
  }

  .donatesButH, .whoWeAreS {
    display: block;
    padding-top: 25px;
  }
}
.featured {
  position: absolute;
  padding: 2%;
  color: #fff;
  text-align: left;
  left: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  bottom: 0;
}
.featured h3 a, .featured a, .featured p {
  color: #ffffff;
}

.featuredB {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.featuredC {
  display: none;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .featured, .featuredB {
    display: none;
  }

  .featuredC {
    display: block;
  }
}
.slider-shop {
  /* the slides */
  /* the parent */
}
.slider-shop .slick-slide {
  margin: 0 10px !important;
}
.slider-shop .slick-list {
  margin: 0 -10px !important;
}
@media screen and (max-width: 1110px) {
  .slider-shop {
    margin: 10px 10px 50px 10px !important;
  }
}

.nextHS, .previousHS {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

.nextHS:hover, .previousHS:hover {
  color: #000000;
  background: rgba(200, 200, 200, 0.9);
}

.catSlider {
  padding: 3px;
  background-color: #D71920;
}

@media screen and (min-width: 1100px) {
  #mega-menu-wrap-extra-menu .mega-menu-toggle + #mega-menu-extra-menu {
    width: 25%;
    right: 0;
  }
}
@media only screen and (max-width: 4000px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    width: 25%;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #mega-menu-header-menu, #mega-menu-wrap-extra-menu .mega-menu-toggle .mega-toggle-block-4 .mega-search input[type=text] {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .catSlider a {
    color: #ffffff;
  }
}
.homeMenu {
  position: fixed;
  display: inline-table;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 35px;
  min-height: 35px;
  background-color: #000;
  padding: 0;
}
.homeMenu .logoHome {
  display: contents;
}
.homeMenu .logoHome img {
  height: 100%;
  width: auto;
}

@media screen and (max-height: 450px) {
  .homeMenu {
    min-height: 30px;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo {
    padding: 3px;
  }
}
.whiteMenu li a:after {
  display: block;
  content: "";
  border-bottom: solid 3px #D71920;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.whiteMenu li a:hover:after {
  transform: scaleX(1);
}

#mega-menu-wrap-white-menu #mega-menu-white-menu {
  text-align: center !important;
}

.artMargin {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .artMargin {
    margin-top: 20px;
  }
}
@media only screen and (device-width: 768px) {
  .artMargin {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1100px) and (max-height: 500px) {
  .artMargin {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .artMargin {
    margin-top: 90px;
  }
}
.widget_nav_menu ul {
  padding: 0px 0px 0px 0px;
  bottom: auto;
  box-sizing: border-box;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  overflow: visible;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  width: auto;
}
.widget_nav_menu ul li a {
  position: relative;
  display: list-item;
  clear: both;
  width: 100%;
  margin: 0 0 0px 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #000;
  float: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  left: auto;
  line-height: 1.4;
  list-style-type: none;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 10px 15px 10px 10px;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  visibility: inherit;
  word-wrap: break-word;
  white-space: normal;
  border-bottom: solid black 1px !important;
  transition: 0.5s;
}
.widget_nav_menu ul li a.mPS2id-highlight {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  border-bottom: solid #D71920 1px !important;
  background: #D71920;
}
.widget_nav_menu ul .current_page_item {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  border-bottom: solid #D71920 0px !important;
  background: #D71920;
}
.widget_nav_menu ul .current_page_item a {
  color: #fff;
  font-weight: 600;
}

.color-blue .widget_nav_menu ul li a.mPS2id-highlight {
  border-bottom: solid #00ABE6 1px !important;
  background: #00ABE6;
}
.color-blue .widget_nav_menu ul .current_page_item {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  border-bottom: solid #00ABE6 1px !important;
  background: #00ABE6;
}
.color-blue .widget_nav_menu ul .current_page_item a {
  color: #fff;
  font-weight: 600;
}
.color-blue h2 {
  background: #00ABE6;
  color: #fff;
  padding: 10px 10px 15px 10px;
}

.color-green .widget_nav_menu ul li a.mPS2id-highlight {
  border-bottom: solid #A6CE39 1px !important;
  background: #A6CE39;
}
.color-green .widget_nav_menu ul .current_page_item {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  border-bottom: solid #A6CE39 1px !important;
  background: #A6CE39;
}
.color-green .widget_nav_menu ul .current_page_item a {
  color: #fff;
  font-weight: 600;
}
.color-green h2 {
  background: #A6CE39;
  color: #fff;
  padding: 10px 10px 15px 10px;
}

.color-orange .widget_nav_menu ul li a.mPS2id-highlight {
  border-bottom: solid #FCAF17 1px !important;
  background: #FCAF17;
}
.color-orange .widget_nav_menu ul .current_page_item {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  border-bottom: solid #FCAF17 1px !important;
  background: #FCAF17;
}
.color-orange .widget_nav_menu ul .current_page_item a {
  color: #fff;
  font-weight: 600;
}
.color-orange h2 {
  background: #FCAF17;
  color: #fff;
  padding: 10px 10px 15px 10px;
}

.color-red h2 {
  background: #D71920;
  color: #fff;
  padding: 10px;
}

.leftCol {
  width: 20%;
  margin-top: 1px;
  display: inline-block;
  float: left;
  transition: 0.5s;
  padding-right: 9px;
}

.rightCol {
  width: 80%;
  float: left;
  display: block;
  padding: 0 10px;
}

.menuLeft {
  margin-top: 32px;
}

.menuLeft.fly {
  position: fixed;
  width: 211px;
  margin-top: -160px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .leftCol {
    display: none;
  }

  .rightCol {
    width: 100%;
    float: none;
    display: block;
    padding: 0 10px;
  }
}
main {
  margin-top: 30px;
}

.menuBase {
  position: relative;
  display: table;
  width: 100%;
  background-color: #000;
  padding: 2px 0px;
}

@media screen and (max-width: 1023px) {
  .whiteMenu, .menuBase {
    display: none;
  }

  main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  main {
    margin-top: 60px;
  }
}
.breadcrumbs {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  background-color: #000;
}
.breadcrumbs p {
  color: #ffffff;
  font-size: 0.8em;
}
@media screen and (max-width: 1100px) {
  .breadcrumbs p {
    padding: 5px 0;
  }
}
.breadcrumbs a {
  color: #ffffff;
  font-weight: 700;
}

#mega-menu-sidebar-menu li:hover {
  border-bottom: solid #D71920 1px !important;
  background-color: black;
}
#mega-menu-sidebar-menu li:hover a {
  color: #ffffff !important;
}

#mega-menu-sidebar-menu {
  box-sizing: content-box;
}
#mega-menu-sidebar-menu li {
  border-bottom: solid black 1px !important;
}

@media screen and (max-width: 700px) {
  .blackMenuC {
    padding-bottom: 0px;
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 0px !important;
    z-index: 10;
  }
  .blackMenuC .mega-toggle-block {
    z-index: 100;
  }
}
.homePage {
  width: 100%;
  height: 85vh;
  display: block;
  position: relative;
}
.homePage .menuButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 10%;
  z-index: 1;
  width: 50%;
}
.homePage .topBanners {
  height: 100%;
  background-color: #f7f8f2;
}
.homePage .col {
  width: 25%;
  height: 100%;
  float: left;
  overflow: hidden;
  background-color: #000000;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .homePage {
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .homePage .col {
    width: 50%;
    height: 50%;
    float: left;
    overflow: hidden;
    background-color: #000000;
    position: relative;
  }
}
.homePage .inner-col {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  transition: 0.5s;
}
.homePage .inner-col:hover {
  transform: scale(1.1);
  opacity: 1;
}
.homePage .row {
  width: 47.5%;
  height: 7.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.homePage .row .title {
  text-align: center;
  line-height: 6.5vh;
  cursor: pointer;
  font-family: Bitterbrush;
  color: #fff;
  font-size: 2em;
  top: auto;
  transition: 0.5s;
}
.homePage .row .title a {
  color: #fff;
  font-size: 2em;
}
.homePage .row .title:hover {
  transform: scale(1.1);
}
.homePage .row--top {
  width: 50%;
}
.homePage .mouse {
  width: 5%;
  height: 7.5%;
  float: left;
  overflow: hidden;
  background-color: #D71920;
  position: relative;
}
.homePage .title {
  width: 100%;
  position: absolute;
  top: 15%;
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  font-family: Bitterbrush;
  text-align: center;
  transition: 0.5s;
}
.homePage .title a {
  color: #fff;
  font-size: 2em;
}
.homePage .title:hover {
  transform: scale(1.1);
}

.errorPage {
  height: 50vh !important;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .errorPage {
    height: 70vh !important;
    margin-bottom: 50px;
  }
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
  zoom: 0.5;
  cursor: pointer;
  transition: 0.5s;
}

.icon-scroll:hover {
  transform: scale(1.1);
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@media screen and (max-width: 1100px) {
  .homePage .row .title {
    font-size: 1.5em;
  }
  .homePage .row .title a {
    font-size: 1.5em;
  }
  .homePage .title {
    font-size: 1.5em;
  }
  .homePage .title a {
    font-size: 1.5em;
  }

  .icon-scroll {
    zoom: 0.3;
  }
}
.sectionT {
  margin: 10px 0px;
  font-size: 3em;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .sectionT {
    margin: 10px;
  }
}
.bottomAuthorBlock {
  border: solid 5px #d71920;
  margin: 30px 0;
}

.avatarImg img {
  vertical-align: middle;
  width: 100px;
  height: auto;
  border-radius: 50%;
}

.authorCon {
  margin: 32px 0;
  display: flex;
}
.authorCon .authImg {
  float: left;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-width: 120px;
}
.authorCon .authDes {
  float: left;
  width: 80%;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .authorCon {
    display: grid;
  }
  .authorCon .authImg {
    width: 100%;
  }
  .authorCon .authDes {
    width: 100%;
    text-align: center;
  }
}
.categoryBottom a, .tagsBottom a {
  font-weight: 700;
}

.socialBottom ul {
  position: absolute;
  right: 10px;
}

.tagsBottom {
  width: 50%;
}

.nextPrevblock {
  display: flex;
  margin: 30px 0px 10px 0px;
}
.nextPrevblock div {
  width: 50%;
}
.nextPrevblock .next {
  text-align: right;
}

.footer {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #000000;
  color: #ffffff;
  z-index: 10;
  position: relative;
  margin-bottom: -40px;
}
.footer .copyright, .footer .copyright a {
  color: #ffffff;
}
.footer .copyright {
  margin: 10px;
  font-size: 0.7em;
}
.footer .wrapper {
  padding-bottom: 10px;
}
.footer #mega-menu-wrap-footer-menu {
  width: 100%;
}
.footer .row1 {
  width: 25%;
  float: left;
  display: grid;
}
.footer .row2 {
  width: 75%;
  float: left;
  display: contents;
}
.footer .footMenuM {
  display: none;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 25px 0px 10px 0px;
  }
  .footer #mega-menu-wrap-footer-menu {
    width: 100%;
  }
  .footer .row1 {
    width: 50%;
    display: none;
  }
  .footer .row2 {
    width: 50%;
    display: none;
  }
  .footer .footMenuM {
    display: block;
  }
}
.footer .the_champ_sharing_ul {
  margin-left: 0px;
  margin-bottom: 0em;
}

.widgetTitle {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid #d71920 2px !important;
  line-height: 2.5;
  padding: 0 10px;
  width: 100%;
  display: block;
}

.color-blue .widgetTitle {
  border-bottom: solid #00ABE6 2px !important;
}

.color-green .widgetTitle {
  border-bottom: solid #A6CE39 2px !important;
}

.color-orange .widgetTitle {
  border-bottom: solid #FCAF17 2px !important;
}

.sidebar-widget > div {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .sidebar-widget > div {
    margin-bottom: 0px;
  }

  .sidebar-widget {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-height: 500px) {
  .sidebar-widget {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar-widget {
    display: none;
  }
}
.sidebar-widget ul {
  margin-left: 0px;
}

.blogCampLoop {
  display: inline-block;
  min-height: auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding: 20px 0;
}
.blogCampLoop .col {
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
  display: block;
  margin-bottom: 15px;
}
.blogCampLoop .col article {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: #fff;
  padding: 0;
  margin: 0px;
  will-change: transform, opacity;
  display: block;
}
.blogCampLoop .col article a img {
  width: 100%;
  padding: 0;
}
.blogCampLoop .col article .textContent {
  padding: 20px;
}
.blogCampLoop .col .col1, .blogCampLoop .col .col2 {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .blogCampLoop {
    padding: 50px 0;
  }
  .blogCampLoop .col .col1, .blogCampLoop .col .col2 {
    float: none;
    width: 100%;
  }
}
.row {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.blogHome, .relatedC {
  display: inline-block;
  min-height: 100vh;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #f7f8f2;
  width: 100%;
  padding: 50px 0;
}
.blogHome .col, .relatedC .col {
  left: 0px;
  top: 0px;
  width: 33.3%;
  float: left;
  opacity: 0;
  display: flex;
}
.blogHome .col article, .relatedC .col article {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: #fff;
  padding: 0;
  margin: 10px;
  will-change: transform, opacity;
  display: block;
}
.blogHome .col article a img, .relatedC .col article a img {
  width: 100%;
  padding: 0;
  max-height: 194.78px;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 1024px) {
  .blogHome .col article a img, .relatedC .col article a img {
    max-height: 276.75px;
  }
}
@media only screen and (max-width: 768px) {
  .blogHome .col article a img, .relatedC .col article a img {
    max-height: 420.75px;
  }
}
@media only screen and (max-width: 480px) {
  .blogHome .col article a img, .relatedC .col article a img {
    max-height: none;
  }
}
.blogHome .col article .textContent, .relatedC .col article .textContent {
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .blogHome .col, .relatedC .col {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .blogHome .col, .relatedC .col {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .blogHome {
    padding: 25px 0;
  }
}
.blogResources {
  display: inline-block;
  min-height: 100vh;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #f7f8f2;
  width: 100%;
  padding: 0 0 50px 0;
}
.blogResources .col {
  left: 0px;
  top: 0px;
  width: 20%;
  float: left;
  opacity: 0;
  display: flex;
}
.blogResources .col article {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: #fff;
  padding: 0;
  margin: 10px;
  will-change: transform, opacity;
  display: block;
}
.blogResources .col article a img {
  width: 100%;
  padding: 0;
}
.blogResources .col article .textContent {
  padding: 20px;
}
@media only screen and (max-width: 700px) {
  .blogResources {
    padding: 0;
  }
}

.blogSearch {
  display: inline-block;
  min-height: 100vh;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #f7f8f2;
  width: 100%;
  padding: 20px 0;
}
.blogSearch article {
  width: 100%;
}
.blogSearch .col {
  left: 0px;
  top: 0px;
  width: 100%;
  float: left;
  opacity: 0;
  display: flex;
}
.blogSearch .col article {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: #fff;
  padding: 0;
  margin: 10px;
  will-change: transform, opacity;
  display: block;
}
.blogSearch .col article a img {
  width: auto;
  padding: 0;
  margin: 0 15px 0 0;
}
.blogSearch .col article .textContent {
  padding: 20px;
}
.blogSearch .col article .thumbnail {
  width: 20%;
  float: left;
  min-height: 100px;
}
@supports (object-fit: cover) {
  .blogSearch .col article .thumbnail img {
    height: 200px;
    object-fit: contain;
    object-position: center center;
  }
}
.blogSearch .col article .contentS {
  width: 80%;
  float: left;
}

.camp .blogSearch {
  background-color: #FFFFFF;
}
.camp .blogSearch .contentS .textContent {
  padding-top: 0px;
}

.hed3red {
  background: #D71920;
  color: #fff;
  padding: 10px;
}

.blogSearchHF .col article .thumbnail {
  width: 30%;
  min-height: 100px;
  float: left;
}
.blogSearchHF .col article .thumbnail .catag {
  display: none;
}
.blogSearchHF .col article .contentS {
  width: 70%;
  float: left;
}

.camp .blogSearch .col article .thumbnail {
  width: 50%;
  min-height: 100px;
  float: left;
}
.camp .blogSearch .col article .thumbnail .catag {
  display: none;
}
.camp .blogSearch .col article .contentS {
  width: 50%;
  float: left;
}

.noImage {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.GenSearch .blogSearch .col article .thumbnail {
  width: 50%;
  min-height: 100px;
  float: left;
}
.GenSearch .blogSearch .col article .thumbnail .catag {
  right: 53%;
}
.GenSearch .blogSearch .col article .contentS {
  width: 50%;
  float: left;
}
.GenSearch .blogSearch .col article .contentS .textContent {
  padding-top: 0px;
}

@media only screen and (max-width: 600px) {
  .blogSearch {
    padding: 20px 0;
  }
  .blogSearch .col article .thumbnail {
    width: 100%;
    float: none;
  }
  .blogSearch .col article .thumbnail img {
    width: 100%;
    height: auto;
  }
  .blogSearch .col article .contentS {
    width: 100%;
    float: none;
  }

  .GenSearch .blogSearch .col article .thumbnail {
    width: 100%;
    min-height: 100px;
    float: left;
  }
  .GenSearch .blogSearch .col article .thumbnail .catag {
    right: 7%;
  }
  .GenSearch .blogSearch .col article .contentS {
    width: 100%;
    float: left;
  }
  .GenSearch .blogSearch .col article .contentS .textContent {
    padding-top: 20px;
  }
}
.colBanners {
  width: 32.4% !important;
  height: 20vh;
  margin: 5px;
  display: grid;
}

@media only screen and (max-width: 1100px) {
  .colBanners {
    width: 31.99% !important;
    height: 20vh;
  }
}
@media only screen and (max-width: 768px) {
  .colBanners {
    height: 10vh;
    width: 31% !important;
  }
}
@media only screen and (max-width: 450px) {
  .colBanners {
    height: 10vh;
    width: 100% !important;
    float: none;
  }
}
.bannerIMG {
  width: 100%;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.bannerBlackT {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerT {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagResoCont {
  background: #000000;
  display: table;
  position: relative;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.pagResoCont .col1, .pagResoCont .col2 {
  width: 50%;
  float: left;
}
.pagResoCont .col2 {
  text-align: right;
}
.pagResoCont a {
  color: #ffffff;
  font-weight: 700;
  padding-right: 15px;
}

.colSearch {
  float: left;
  width: 30%;
}

.colResults {
  float: left;
  width: 70%;
}

@media only screen and (max-width: 1000px) {
  .pagResoCont {
    background: #000000;
    display: table;
    position: relative;
    padding: 5px;
    width: 100%;
    color: #fff;
  }
  .pagResoCont .col1, .pagResoCont .col2 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .pagResoCont .col1 {
    padding-top: 15px;
  }
  .pagResoCont .col2 {
    padding: 15px;
  }
  .pagResoCont a {
    color: #ffffff;
    font-weight: 700;
    padding-right: 15px;
  }

  .colSearch {
    float: left;
    width: 35%;
  }
  .colSearch ul {
    margin-left: 0px;
  }
  .colSearch ul select {
    min-width: 90% !important;
    width: 90%;
  }
  .colSearch h4 {
    font-size: 1em;
    font-weight: 600;
  }

  .colResults {
    float: left;
    width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .colSearch {
    float: none;
    width: 100%;
  }

  .colResults {
    float: none;
    width: 100%;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.blogCamp {
  display: inline-block;
  min-height: 100vh;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #f7f8f2;
  width: 100%;
  padding: 50px 0;
}
.blogCamp .col {
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
  display: block;
  margin-bottom: 15px;
}
.blogCamp .col article {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: #fff;
  padding: 0;
  margin: 10px;
  will-change: transform, opacity;
  display: block;
}
.blogCamp .col article a img {
  width: 100%;
  padding: 0;
}
.blogCamp .col article .textContent {
  padding: 20px;
}
.blogCamp .col .col1, .blogCamp .col .col2 {
  float: left;
  width: 50%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container-50 {
  position: relative;
  padding-bottom: 27%;
  overflow: hidden;
  max-width: 50%;
  height: auto;
  float: left;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.embed-container-50 iframe,
.embed-container-50 object,
.embed-container-50 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campBloc {
  margin: 32px 0;
  display: block;
  overflow: hidden;
}
.campBloc h3 {
  margin-bottom: 10px;
}

.campBlocFlex {
  margin: 32px 0;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .campBlocFlex {
    display: block;
  }
}

.campBlocFlexBanner {
  display: inline-table;
  float: left;
  width: 47%;
  border: solid 10px #545454;
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0px;
  color: white;
  padding: 3%;
  margin: 10px;
}
.campBlocFlexBanner p {
  color: white;
}

.campBlocFlexButton {
  position: relative;
  display: grid;
  float: left;
  width: 100%;
  min-height: 80px;
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0px;
  color: white;
  cursor: pointer;
  transition: 0.5s;
  padding: 10px;
  margin: 10px;
}
.campBlocFlexButton p {
  color: white;
  transition: 0.5s;
  align-self: center;
  margin: 0px;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}
.campBlocFlexButton .btn {
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.campBlocFlexButton .btn:hover {
  background-color: rgba(0, 0, 0, 0);
}
.campBlocFlexButton .buttonB {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}
.campBlocFlexButton .buttonB p {
  text-align: center;
  align-self: center;
}
@media only screen and (max-width: 900px) {
  .campBlocFlexButton .buttonB {
    display: block;
    overflow: auto;
  }
}

.campBlocFlexButton:hover {
  filter: brightness(150%);
  transition: all 0.5s ease;
}

.color-orange .campBlocFlexButton a {
  color: #ffffff;
}

.solid_background {
  padding: 5%;
  background-color: #757575;
  color: #ffffff;
}
.solid_background p {
  color: #ffffff;
  font-weight: 600;
}
.solid_background h4, .solid_background h3, .solid_background h2, .solid_background ul, .solid_background li {
  color: #ffffff;
}

.color-blue .solid_background {
  background-color: #D1E8F8;
}
.color-blue .solid_background p {
  color: #444;
  font-weight: 600;
}
.color-blue .solid_background h4, .color-blue .solid_background h3, .color-blue .solid_background h2, .color-blue .solid_background ul, .color-blue .solid_background li {
  color: #444;
}

.color-red .solid_background {
  background-color: #FCD3C1;
}
.color-red .solid_background p {
  color: #444;
  font-weight: 600;
}
.color-red .solid_background h4, .color-red .solid_background h3, .color-red .solid_background h2, .color-red .solid_background ul, .color-red .solid_background li {
  color: #444;
}

.color-green .solid_background {
  background-color: #EAF3D5;
}
.color-green .solid_background p {
  color: #444;
  font-weight: 600;
}
.color-green .solid_background h4, .color-green .solid_background h3, .color-green .solid_background h2, .color-green .solid_background ul, .color-green .solid_background li {
  color: #444;
}

.color-orange .solid_background {
  background-color: #FFECCD;
}
.color-orange .solid_background p {
  color: #444;
  font-weight: 600;
}
.color-orange .solid_background h4, .color-orange .solid_background h3, .color-orange .solid_background h2, .color-orange .solid_background ul, .color-orange .solid_background li {
  color: #444;
}

@media only screen and (max-width: 600px) {
  .campBlocFlexButton {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    height: 85px;
    margin: 15px 0px;
    font-size: 1.4em;
  }

  .campBlocFlex {
    margin: 32px 0;
    display: block;
  }

  .campBlocFlexBanner {
    display: block;
    float: none;
    width: 100%;
  }
}
.campBloc.hiddenTB {
  margin: 10px 0 32px 0;
  display: block;
}

.audioCol1 {
  width: 25%;
}

.audioCol2 {
  width: 75%;
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .blogCamp .col1, .blogCamp .col2 {
    float: none;
  }

  .audioCol1 {
    width: 50%;
    text-align: center;
  }

  .audioCol2 {
    width: 100%;
    padding-left: 0px;
  }
}
.iconText {
  display: flex;
}
.iconText .col1 {
  width: 20%;
  padding-right: 20px;
}
.iconText .col2 {
  width: 80%;
  display: block;
  align-self: center;
}
@media only screen and (max-width: 600px) {
  .iconText {
    display: block !important;
  }
  .iconText .col1 {
    width: 100% !important;
    padding-right: 0px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
  }
  .iconText .col2 {
    width: 100% !important;
    display: block !important;
    align-self: center !important;
    text-align: center !important;
  }
}

.relatedCpage {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.relatedCpage .col {
  left: 0px;
  top: 0px;
  width: 100%;
  float: left;
  opacity: 0;
  display: contents;
}
.relatedCpage .col article {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: #fff;
  padding: 0;
  margin: 10px;
  will-change: transform, opacity;
  display: block;
}
.relatedCpage .col article a img {
  width: 100%;
  padding: 0;
}
.relatedCpage .col article .textContent {
  padding: 20px;
}
.relatedCpage .col article .col1, .relatedCpage .col article .col2 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .relatedCpage .col article .col1, .relatedCpage .col article .col2 {
    width: 100%;
  }
}
.relatedCpage .slider-related .col1, .relatedCpage .slider-related .col2 {
  width: 50%;
  float: left;
}
.relatedCpage .slider-related .col2 {
  padding: 0px 10px;
}
@media only screen and (max-width: 600px) {
  .relatedCpage .slider-related .col1, .relatedCpage .slider-related .col2 {
    width: 100%;
  }
  .relatedCpage .slider-related .col2 {
    padding: 10px;
  }
}

.buttonTC {
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border: 1px solid #ddd;
  transition: 0.5s;
  font-family: inherit;
  font-weight: 600;
  color: #D71920;
  cursor: pointer;
}
.buttonTC a, .buttonTC a:hover {
  color: #D71920;
}

.buttonTC:hover {
  background: #dedede;
}

.buttonTC:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 100%;
  font-weight: 600;
  margin-left: 5px;
  transition: 0.5s;
}

.buttonTC.active:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 100%;
  font-weight: 600;
  margin-left: 5px;
  transition: 0.5s;
}

.color-blue .buttonTC {
  color: #00ABE6;
}
.color-blue .buttonTC a, .color-blue .buttonTC a:hover {
  color: #00ABE6;
}

.color-red .buttonTC {
  color: #D71920;
}
.color-red .buttonTC a, .color-red .buttonTC a:hover {
  color: #D71920;
}

.color-green .buttonTC {
  color: #A6CE39;
}
.color-green .buttonTC a, .color-green .buttonTC a:hover {
  color: #A6CE39;
}

.color-orange .buttonTC {
  color: #FCAF17;
}
.color-orange .buttonTC a, .color-orange .buttonTC a:hover {
  color: #FCAF17;
}

.fullTC {
  margin: 30px 0;
  width: 100%;
  padding: 0px 10%;
  display: block;
  display: none;
}

.col1, .col2 {
  width: 50%;
}

.col1left, .col2right {
  width: 100%;
}
.col1left img.corners, .col2right img.corners {
  border: solid 10px #545454;
  border-top-left-radius: 10%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 0px;
}

.col1left {
  padding-right: 15px;
}

.col2right {
  padding-left: 15px;
}

@media only screen and (max-width: 600px) {
  .col1, .col2 {
    width: 100%;
  }

  .col1left, .col2right {
    width: 100%;
  }

  .col1left {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .col2right {
    padding-left: 0px;
  }
}
.threecol .col1, .threecol .col2, .threecol .col3 {
  width: 33%;
}
.threecol .col1left, .threecol .col2middle, .threecol .col3right {
  width: 100%;
  text-align: center;
}
.threecol .col1left img.corners, .threecol .col2middle img.corners, .threecol .col3right img.corners {
  border: solid 10px #545454;
  border-top-left-radius: 10%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 0px;
}
.threecol .col1left {
  padding-right: 15px;
}
.threecol .col2middle {
  padding-right: 15px;
}
.threecol .col3right {
  padding-right: 15px;
}
@media only screen and (max-width: 600px) {
  .threecol .col1, .threecol .col2, .threecol .col3 {
    width: 100%;
  }
  .threecol .col1left, .threecol .col2middle, .threecol .col3right {
    width: 100%;
  }
  .threecol .col1left {
    padding-right: 0px;
  }
  .threecol .col2middle {
    padding-left: 0px;
    padding-right: 0px;
  }
  .threecol .col3right {
    padding-left: 0px;
  }
}

.authorImage {
  text-align: right;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 3px;
}

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

.pagination {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px;
}
.pagination .current {
  color: #ffffff;
  background-color: #D71920;
  margin: 5px;
  padding: 5px 10px;
}
.pagination .next, .pagination .prev {
  font-weight: 600;
}
.pagination .page-numbers {
  margin: 5px;
}

.advSearch {
  position: absolute;
  top: 0;
  right: 20px;
}

.catag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px;
  font-size: 0.7em;
  background-color: #D71920;
}
.catag a, .catag a:hover {
  color: #ffffff;
}

.relatedC {
  background-color: #ffffff;
  padding: 0px;
  min-height: auto;
  margin-bottom: 100px;
}
.relatedC .col {
  padding: 0 10px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.socialW {
  float: left;
  width: 50%;
  height: 50vh;
  margin: 10px;
  border: solid 2px #333;
  overflow: scroll;
  background: #fff;
}
.socialW.banner {
  height: auto;
  overflow: hidden;
}

.faceS {
  display: none;
}

.socialWCont {
  position: relative;
  display: flex;
}

@media screen and (max-width: 1023px) and (min-width: 581px) {
  .faceF {
    display: none !important;
  }

  .faceS {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .faceF {
    display: none !important;
  }

  .faceS {
    display: block !important;
  }
}
@media only screen and (max-width: 580px) {
  .socialW {
    float: none;
    width: auto;
  }

  .socialWCont {
    display: block;
  }
}
.socialBloc {
  display: flex;
  color: #ffffff;
  text-align: center;
  margin: 50px 0 75px 0;
}

.socialButtons {
  background-image: url("../img/social-media.jpg");
  background-size: cover;
  background-position: center;
  float: left;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}
.socialButtons .the_champ_sharing_title {
  margin-bottom: 10px;
  font-size: 2.5em;
  font-family: Bitterbrush;
  text-shadow: 2px 2px 5px #000000;
  font-weight: normal !important;
}
.socialButtons li {
  width: 20% !important;
  display: flex;
}
.socialButtons li i {
  margin: auto !important;
}
.socialButtons .the_champ_sharing_container.the_champ_horizontal_sharing {
  min-width: 80%;
}

.subsButton {
  float: left;
  width: 50%;
  background-image: url("../img/signupViva.jpg");
  background-size: cover;
  background-position: center;
  min-height: 160px;
  margin-left: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  padding: 0;
  transition: 0.5s;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}
.subsButton a, .subsButton a:hover {
  color: #ffffff;
}

.color-green .subsButton {
  background-image: url("../img/signupVivaGreen.jpg");
}
.color-green .socialButtons {
  background-image: url("../img/social-mediaGreen.jpg");
}

.color-orange .subsButton {
  background-image: url("../img/signupVivaOrange.jpg");
}
.color-orange .socialButtons {
  background-image: url("../img/social-mediaOrange.jpg");
}

.color-blue .subsButton {
  background-image: url("../img/signupVivaBlue.jpg");
}
.color-blue .socialButtons {
  background-image: url("../img/social-mediaBlue.jpg");
}

.zoomHover {
  transition: 0.5s;
}

.zoomHover:hover {
  color: #ffffff;
  transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
  .subsButton {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-left: 0px;
    min-height: 80px;
  }

  .socialButtons {
    float: none;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    min-height: 100px;
  }

  .socialBloc {
    display: block;
    color: #ffffff;
    text-align: center;
    margin-right: 0px;
  }
}
.postRes {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.postRes .col {
  left: 0px;
  top: 0px;
  width: 100%;
}
.postRes .col .thumbnail {
  width: 25%;
  float: left;
  padding-right: 20px;
  margin-top: 10px;
}
.postRes .col .contentR {
  width: 75%;
  float: left;
}
.postRes .col .marginB {
  margin-bottom: 20px;
}
.postRes .col .marginB--left {
  float: left;
  margin-right: 10px;
}

.resultsTag li {
  display: inline;
}
.resultsTag li:after {
  content: "; ";
}

ul.resultsTag {
  display: contents;
}

.give-embed-form, .give-embed-receipt {
  max-width: 800px !important;
}

.giftInfo, .infoPrivacy {
  display: none;
  margin: 0% 5% 5% 5%;
  padding: 2%;
  background: #545454;
}
.giftInfo p, .infoPrivacy p {
  color: #FFF;
}

.showGift, .learnMoreD {
  cursor: pointer;
  font-weight: 600;
  color: #D71920;
}
.showGift b, .learnMoreD b {
  color: #D71920;
}

.closePop {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  right: -15px;
  cursor: pointer;
  z-index: 10;
  font-family: dashicons;
  color: white;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.closePop:before {
  content: "";
  font-family: dashicons;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 100%;
  font-weight: normal;
}

@media only screen and (max-width: 1100px) {
  .give-wrap {
    padding: 10px;
    margin-top: 75px;
  }
}
.mejs-controls {
  padding: 0 5px;
}

.mejs-button, .mejs-time, .mejs-time-rail {
  width: 80px;
}

.mejs-time.mejs-duration-container, .mejs-button.mejs-volume-button.mejs-mute, .mejs-horizontal-volume-slider {
  display: none !important;
}

.mejs-button.mejs-playpause-button.mejs-play {
  width: 70px;
}

.linkHeader {
  background: #FCD3C1;
  color: #444;
  padding: 1em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
}
.linkHeader .col1 {
  width: 50%;
  text-align: left;
}
.linkHeader .col1 .title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0px;
}
.linkHeader .col2 {
  width: 50%;
  font-size: 2em;
  text-align: right;
  padding: 10px 0px;
}
.linkHeader .col2 a {
  padding: 10px 30px;
  background: #D71920;
  font-family: Bitterbrush;
  color: #ffffff;
  transition: 0.5s;
}
.linkHeader .col2 a:hover {
  padding: 10px 30px;
  background: #8B0304;
  font-family: Bitterbrush;
  color: #ffffff;
  transition: 0.5s;
}

@media only screen and (max-width: 600px) {
  .linkHeader .col2 {
    width: 30%;
  }
  .linkHeader .col2 {
    font-size: 1.5em;
    width: 70%;
  }
}
.color-green .linkHeader {
  background: #EAF3D5;
}
.color-green .linkHeader .col2 a {
  background: #A6CE39;
}
.color-green .linkHeader .col2 a:hover {
  background: #218A3D;
}

.color-blue .linkHeader {
  background: #D1E8F8;
}
.color-blue .linkHeader .col2 a {
  background: #00ABE6;
}
.color-blue .linkHeader .col2 a:hover {
  background: #005496;
}

.color-orange .linkHeader {
  background: #FFECCD;
}
.color-orange .linkHeader .col2 a {
  background: #FCAF17;
}
.color-orange .linkHeader .col2 a:hover {
  background: #F15A22;
}

.modern-footnotes-footnote a::before {
  content: "[";
}
.modern-footnotes-footnote a::after {
  content: "]";
}

.modern-footnotes-footnote__note {
  cursor: pointer;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
.postLinkCont {
  display: inline-block;
  position: relative;
}
.postLinkCont h3 {
  margin: 1%;
}

.postLink {
  float: left;
  width: 48%;
  text-align: center;
  background: #545454;
  padding: 10px;
  margin: 1%;
  color: #fff;
  transition: 0.5s;
}

.postLink:hover {
  background: #222222;
}

.color-blue .postLink {
  background: #00ABE6;
}
.color-blue .postLink:hover {
  background: #005496;
}

.color-red .postLink {
  background: #D71920;
}
.color-red .postLink:hover {
  background: #8B0304;
}

.color-green .postLink {
  background: #A6CE39;
}
.color-green .postLink:hover {
  background: #218A3D;
}

.color-orange .postLink {
  background: #FCAF17;
}
.color-orange .postLink:hover {
  background: #F15A22;
}

#colorbox {
  background: #444444;
  padding: 20px;
  color: #ffffff;
  display: table !important;
  border: solid 0px !important;
  outline-width: 0;
}
#colorbox p {
  color: #ffffff;
}
#colorbox button {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  right: 0px;
}

#cboxContent {
  background: #444444;
}

.headerFW {
  width: 100%;
  min-height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.headerFW img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15vh 0;
  max-height: 90vh;
  width: 320px;
  max-width: 320px;
}
.headerFW h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20vh 0;
  font-size: 6em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .headerFW h1 {
    font-size: 3em;
    padding: 30vh 0;
  }
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-height: 90vh;
}

#myVideo2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #myVideo2 {
    font-size: 3em;
    padding: 0vh 0;
  }
}
@media only screen and (orientation: portrait) {
  #myVideo2 {
    width: auto;
    height: 100%;
  }
}

.lightText {
  color: #fff;
  text-shadow: 2px 2px 6px #222;
}
.lightText p {
  color: #fff;
}
.lightText h1 {
  color: #fff;
  text-shadow: 2px 5px 6px #222;
}
.lightText h2 {
  color: #fff;
  text-shadow: none;
}

.text_size_extra_large, .text_size_extra_large a {
  font-family: Bitterbrush;
}

.bitterbrush .text_size_extra_large, .bitterbrush .text_size_extra_large a {
  font-family: Bitterbrush;
}

.brushup .text_size_extra_large, .brushup .text_size_extra_large a {
  font-family: Brushup;
}

.veneer .text_size_extra_large, .veneer .text_size_extra_large a {
  font-family: Veneer;
}

.olivier .text_size_extra_large, .olivier .text_size_extra_large a {
  font-family: Olivier;
}

.thunderhouse .text_size_extra_large, .thunderhouse .text_size_extra_large a {
  font-family: Thunderhouse;
}

.montserrat .text_size_extra_large, .montserrat .text_size_extra_large a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.blurImg {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: 0.5s;
}

.blurImg:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.fullWsection {
  width: 100%;
  padding: 10vh 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .fullWsection {
    line-height: 3;
    padding: 5vh 10px;
  }
}
.fullWsection p {
  margin-bottom: 20px;
}
.fullWsection h1 {
  font-size: 5.5em;
}
.fullWsection h2 {
  font-size: 4.5em;
}
.fullWsection h3 {
  font-size: 3.25em;
}
.fullWsection h4 {
  font-weight: 600;
  font-size: 1.2em;
}
@media only screen and (max-width: 600px) {
  .fullWsection h1 {
    font-size: 3em;
  }
  .fullWsection h2 {
    font-size: 2.5em;
  }
  .fullWsection h3 {
    font-size: 2em;
  }
  .fullWsection td {
    font-size: 0.8em;
  }
}
.fullWsection .colTitle {
  font-weight: 600;
  font-size: 2em;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .fullWsection .colTitle {
    line-height: 1.2;
  }
}
.fullWsection .animated1 {
  margin-left: 200px;
  opacity: 0;
  transition: 1s;
}
.fullWsection .animated2 {
  margin-right: 200px;
  opacity: 0;
  transition: 1s easeInOutQuad;
}
.fullWsection .animated3 {
  margin-top: 50px;
  opacity: 0;
  transition: 1s;
}
.fullWsection .animated4 {
  opacity: 0;
  transition: 1s;
}
.fullWsection .animatedEnd {
  margin: 0px;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fullWsection .animated1 {
    margin-left: 0px;
    opacity: 1;
    transition: 1s;
  }
  .fullWsection .animated2 {
    margin-right: 0px;
    opacity: 1;
  }
  .fullWsection .animated3 {
    margin-top: 0px;
    opacity: 1;
  }
  .fullWsection .animated4 {
    opacity: 1;
  }
  .fullWsection .animatedEnd {
    margin: 0px;
    opacity: 1;
  }
}
.fullWsection .videoC {
  max-width: 1100px;
  max-height: 619px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fullWsection .embed-container {
  box-shadow: 2px 5px 6px #222;
}
.fullWsection .campBlocText, .fullWsection .campBlocFlex, .fullWsection .campBloc, .fullWsection .relatedCpage {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.fullWsection .relatedCpage {
  display: block;
}
.fullWsection .link, .fullWsection .linkR {
  line-height: 50px;
  height: auto;
  padding: 15px;
  vertical-align: baseline;
  width: fit-content;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  background: #000;
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}
.fullWsection .link:hover {
  background: #8B0304;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.fullWsection .linkR {
  background: #D71920;
  color: #fff;
}
.fullWsection .linkR:hover {
  background: #000;
  color: #fff;
}
.fullWsection .linkBoxRed {
  background: #D71920;
  color: #fff;
  padding: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 600px) {
  .fullWsection .linkBoxRed {
    line-height: 3;
  }
}
.fullWsection .linkBoxRed:hover {
  background: #8B0304;
  color: #fff;
}
.fullWsection .buttonTC, .fullWsection ul {
  font-size: 1.5em;
  line-height: 1.3;
}
.fullWsection .btn {
  font-size: 1em;
  padding: 15px 30px;
  width: 80%;
  border-radius: 0px;
}
@media only screen and (max-width: 600px) {
  .fullWsection .btn {
    width: 100%;
  }
}
.fullWsection .btn a {
  color: #fff;
}
.fullWsection .audioCol1 {
  width: 20%;
}
.fullWsection .audioCol2 {
  width: 80%;
  padding-left: 0px;
}

.text_size_small p, .text_size_small td {
  font-size: inherit;
}

.text_size_normal p, .text_size_normal td {
  font-size: 1.5em;
}

.text_size_large p {
  font-size: 2.5em;
  font-weight: 600;
}
.text_size_large h3 {
  font-size: 6em;
}

.text_size_extra_large p {
  font-size: 4.5em;
}

.montserrat .text_size_extra_large p {
  font-size: 4em;
}
.montserrat .text_size_large h3 {
  font-size: 3.25em;
}

@media only screen and (max-width: 600px) {
  .text_size_normal p, .text_size_normal td {
    font-size: 1.3em;
  }

  .text_size_large p {
    font-size: 2em;
    font-weight: 600;
  }
  .text_size_large h3 {
    font-size: 3em;
  }

  .text_size_extra_large p {
    font-size: 4.5em;
  }

  .montserrat .text_size_extra_large p {
    font-size: 3em;
    line-height: 1.2;
  }
  .montserrat .text_size_large h3 {
    font-size: 2em;
  }
}
#give-form-19489-wrap {
  text-align: center;
}

[id*=give-form] .give-form-title {
  padding: 20px;
  margin: 0 0 15px;
}

.donation-btn {
  border: 2px solid #d71920 !important;
  background: #d71920 !important;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 500;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 16px;
  min-width: 236px;
  filter: brightness(1);
  order: 99 !important;
  border-radius: 4px;
  transition: filter 0.2s ease 0s;
  padding: 20px 28px !important;
}

.donateBanner {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background: #D71920;
  background: -webkit-linear-gradient(to bottom, #b51b20, #D71920);
  background: -moz-linear-gradient(to bottom, #b51b20, #D71920);
  background: linear-gradient(to bottom, #b51b20, #D71920);
}
.donateBanner .textBanner {
  font-size: 2.6041666667vw;
  color: #fff;
  font-weight: 600;
  margin: auto;
  text-shadow: 2px 2px 6px #222;
}
.donateBanner .donateButton {
  background-color: #a4151a;
  display: flex;
  padding: 1.0416666667vw 2.0833333333vw;
  font-size: 2.6041666667vw;
  font-weight: 600;
  color: #fff;
  border-radius: 0.5208333333vw;
  margin-right: 1.5625vw;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 2px 2px 6px #222;
}
.donateBanner .donateButton:hover {
  background-color: #6b0f12;
}

@media only screen and (max-width: 700px) {
  .donateBanner {
    height: 50px;
  }
}
.bannerFixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
}

.donationB {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
.donationB .donationOne, .donationB .donationMonth {
  width: 49.5%;
  float: left;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
  border-radius: 0.5208333333vw;
  background-color: #d71920;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
.donationB .donationOne:hover, .donationB .donationMonth:hover {
  background-color: #901317;
}
.donationB .donationOne.active, .donationB .donationMonth.active {
  font-weight: 600;
  background-color: #901317;
}
.donationB .donationOne {
  margin-right: 1%;
}

.donationW .monthlyDonation {
  display: none;
}
.donationW .monthlyDonation .donform {
  width: 50%;
  float: left;
  padding: 0px 10px 20px 10px;
}

@media only screen and (max-width: 800px) {
  .donationW .monthlyDonation .donform {
    width: 100%;
    float: left;
  }
  .donationW .monthlyDonation .donform li {
    font-size: 0.7em;
    line-height: 1.5;
  }
}
.subs_area {
  display: flex;
  width: 100%;
  height: auto;
  margin: 50px 0px;
}
.subs_area h2 {
  font-size: 3em;
  padding: 20px;
}

.subs_month {
  width: 80%;
  float: left;
  display: grid;
}
.subs_month h2 {
  font-size: 3em;
  padding: 20px;
}

.subs_year {
  width: 100%;
  float: left;
  display: grid;
}
.subs_year h2 {
  font-size: 3em;
  padding: 20px;
}

.subs_life {
  width: 21%;
  height: auto;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  background-color: #D71920;
  color: #fff;
  min-height: 120px;
  font-size: 1.5em;
  font-weight: 600;
  padding: 10px;
}

.pounds {
  font-size: 2em;
}

.subs_month_Row {
  display: block;
  position: relative;
  min-height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.subs_month_Row--dark {
  background-color: #f9f9f9;
}

.subs_month_Cell {
  float: left;
  width: 23%;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
.subs_month_Cell--tit {
  width: 31%;
}
.subs_month_Cell--dark {
  background-color: #545454;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  min-height: 185px;
  font-size: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}
.subs_month_Cell--red {
  background-color: #D71920;
  color: #fff;
  min-height: 150px;
  font-size: 1.3em;
  padding: 20px;
  min-height: 185px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.subs_month_Cell--blue {
  background-color: #00ABE6;
  color: #fff;
  min-height: 150px;
  font-size: 1.3em;
  padding: 20px;
  min-height: 185px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.subs_month_Cell--green {
  background-color: #A6CE39;
  color: #fff;
  min-height: 150px;
  font-size: 1.3em;
  padding: 20px;
  min-height: 185px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.subs_month_Cell--orange {
  background-color: #FCAF17;
  color: #fff;
  min-height: 150px;
  font-size: 1.3em;
  padding: 20px;
  min-height: 185px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subs_area_year {
  display: grid;
  width: 100%;
  margin: 50px 0px;
}
.subs_area_year .subs_year {
  width: 100%;
}
.subs_area_year .subs_month_Cell {
  float: left;
  width: 30%;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
.subs_area_year .subs_month_Cell--tit {
  width: 40%;
}

.included {
  width: 40px;
  height: 40px;
  background-image: url("../img/included.png");
  background-size: contain;
  display: inline-flex;
}

.not_included {
  width: 40px;
  height: 40px;
  background-image: url("../img/not_included.png");
  background-size: contain;
  display: inline-flex;
}

.joinB {
  font-size: 2em;
  cursor: pointer;
}
.joinB a {
  color: #ffffff;
}
.joinB a:hover {
  color: #dbdbdb;
}
.joinB--green {
  background-color: #A6CE39;
}
.joinB--blue {
  background-color: #00ABE6;
}
.joinB--orange {
  background-color: #FCAF17;
}
.joinB--red {
  background-color: #D71920;
}

.lifebutton {
  margin-top: 30px;
}
.lifebutton a {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.5em;
  color: #D71920;
  transition: 0.5s;
}
.lifebutton a:hover {
  color: #8B0304;
  box-shadow: 5px 4px 5px #000;
}

@media only screen and (max-width: 1350px) {
  .pounds {
    font-size: 1.5em;
  }

  .joinB {
    font-size: 1.5em;
  }

  .lifebutton {
    margin-top: 25px;
  }
  .lifebutton a {
    padding: 15px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 1000px) {
  .pounds {
    font-size: 1.3em;
  }

  .subs_month_Row {
    display: block;
    position: relative;
    min-height: 75px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .subs_month_Row--dark {
    background-color: #f9f9f9;
  }

  .subs_month_Cell {
    float: left;
    width: 23%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
  }
  .subs_month_Cell--tit {
    width: 31%;
  }
  .subs_month_Cell--dark {
    background-color: #545454;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    min-height: 185px;
    font-size: 1.3em;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .subs_month_Cell--red {
    background-color: #D71920;
    color: #fff;
    min-height: 150px;
    font-size: 1.3em;
    padding: 20px;
    min-height: 185px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .subs_month_Cell--blue {
    background-color: #00ABE6;
    color: #fff;
    min-height: 150px;
    font-size: 1.3em;
    padding: 20px;
    min-height: 185px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .subs_month_Cell--green {
    background-color: #A6CE39;
    color: #fff;
    min-height: 150px;
    font-size: 1.3em;
    padding: 20px;
    min-height: 185px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .subs_month_Cell--orange {
    background-color: #FCAF17;
    color: #fff;
    min-height: 150px;
    font-size: 1.3em;
    padding: 20px;
    min-height: 185px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .joinB {
    font-size: 1.3em;
    cursor: pointer;
  }
  .joinB a {
    color: #ffffff;
  }
  .joinB a:hover {
    color: #dbdbdb;
  }
  .joinB--green {
    background-color: #A6CE39;
  }
  .joinB--blue {
    background-color: #00ABE6;
  }
  .joinB--orange {
    background-color: #FCAF17;
  }
  .joinB--red {
    background-color: #D71920;
  }
}
@media only screen and (max-width: 900px) {
  .subs_area_year {
    display: none;
  }
}
.subs_area_mobile {
  display: none;
}

@media only screen and (max-width: 900px) {
  .subs_area {
    display: none;
  }

  .subs_area_mobile {
    display: flex;
    width: 100%;
    height: auto;
    margin: 50px 0px;
  }
  .subs_area_mobile h2 {
    font-size: 3em;
    padding: 20px;
  }

  .subs_month_Row {
    min-height: 60px;
  }

  .subs_month {
    width: 100%;
    float: left;
    display: grid;
  }

  .subs_life {
    width: 100%;
    height: auto;
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    background-color: #D71920;
    color: #fff;
    min-height: 120px;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
  }

  .subs_month_Cell {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    line-height: 1.3;
  }
  .subs_month_Cell--tit {
    width: 50%;
  }
  .subs_month_Cell--dark {
    min-height: 110px;
  }
  .subs_month_Cell--red {
    min-height: 110px;
  }
  .subs_month_Cell--blue {
    min-height: 110px;
  }
  .subs_month_Cell--green {
    min-height: 110px;
  }
  .subs_month_Cell--orange {
    min-height: 110px;
  }

  .included {
    width: 25px;
    height: 25px;
  }

  .not_included {
    width: 25px;
    height: 25px;
  }
}
.activist .subs_month_Cell {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
.activist .subs_month_Cell--tit {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .activist {
    display: block;
  }
}
.formDonEm {
  width: 553px;
  background-color: #FFF;
}

@media only screen and (max-width: 570px) {
  .formDonEm {
    width: 100%;
  }
}
#external-buttons .butdon {
  font-size: 1.3em;
  font-weight: 600;
  cursor: pointer;
  text-shadow: none;
  width: 35%;
  text-align: center;
  background: #ebe7e7;
  padding: 10px 0;
  transition: 0.3s;
  color: #444;
  line-height: 1.2;
}
#external-buttons .active {
  background: #D71920;
  color: #fff;
}

.monthly-don, .legacies-don {
  padding: 40px;
  text-align: center;
}
.monthly-don p, .legacies-don p {
  text-shadow: none;
  color: #444;
  font-size: 1em;
  margin: 0px 0px 20px 0px;
}
.monthly-don a, .legacies-don a {
  background: #FCAF17;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.3s;
  line-height: 1.2;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .monthly-don a, .legacies-don a {
    font-size: 1em;
  }
}
.monthly-don a:hover, .legacies-don a:hover {
  background: #F15A22;
  color: #fff;
}
.monthly-don .sub, .legacies-don .sub {
  cursor: pointer;
  background-color: #D71920;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.3;
  transition: 0.5s;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.monthly-don .sub:hover, .legacies-don .sub:hover {
  filter: brightness(1.2);
}

a.anchorM {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.legend {
  border: 2px solid;
  padding: 10px;
  max-width: 250px;
  background-color: #fff;
}

.healthTopics {
  background-color: #A6CE39;
  padding: 3px;
  margin: 3px 0px;
  max-width: 250px;
  text-align: center;
}

.foodTopics {
  background-color: #FCAF17;
  padding: 3px;
  margin: 3px 0px;
  max-width: 250px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .foodTopics, .healthTopics {
    display: none;
  }
}
.sf-item-254 {
  font-weight: 600;
}

.sf-item-153 {
  font-weight: 600;
}

.sf-item-143 {
  font-weight: 600;
}

.healthTags .sf-item-595, .healthTags .sf-item-347, .healthTags .sf-item-580, .healthTags .sf-item-243, .healthTags .sf-item-204, .healthTags .sf-item-243, .healthTags .sf-item-358, .healthTags .sf-item-292, .healthTags .sf-item-330, .healthTags .sf-item-359, .healthTags .sf-item-325, .healthTags .sf-item-309, .healthTags .sf-item-340, .healthTags .sf-item-339, .healthTags .sf-item-329, .healthTags .sf-item-312, .healthTags .sf-item-337, .healthTags .sf-item-314, .healthTags .sf-item-336, .healthTags .sf-item-338, .healthTags .sf-item-310, .healthTags .sf-item-318, .healthTags .sf-item-334, .healthTags .sf-item-316, .healthTags .sf-item-299, .healthTags .sf-item-335, .healthTags .sf-item-311, .healthTags .sf-item-306, .healthTags .sf-item-313, .healthTags .sf-item-300, .healthTags .sf-item-327, .healthTags .sf-item-321, .healthTags .sf-item-252, .healthTags .sf-item-294, .healthTags .sf-item-315, .healthTags .sf-item-293, .healthTags .sf-item-328, .healthTags .sf-item-319, .healthTags .sf-item-301, .healthTags .sf-item-414 {
  background-color: #A6CE39;
}
.healthTags .sf-item-345, .healthTags .sf-item-343, .healthTags .sf-item-622, .healthTags .sf-item-621, .healthTags .sf-item-619, .healthTags .sf-item-4, .healthTags .sf-item-277, .healthTags .sf-item-16, .healthTags .sf-item-620, .healthTags .sf-item-297, .healthTags .sf-item-291, .healthTags .sf-item-348, .healthTags .sf-item-206, .healthTags .sf-item-320, .healthTags .sf-item-304, .healthTags .sf-item-307, .healthTags .sf-item-303, .healthTags .sf-item-308, .healthTags .sf-item-295, .healthTags .sf-item-305, .healthTags .sf-item-302, .healthTags .sf-item-298, .healthTags .sf-item-17, .healthTags .sf-item-326, .healthTags .sf-item-323, .healthTags .sf-item-324, .healthTags .sf-item-322, .healthTags .sf-item-341, .healthTags .sf-item-296 {
  background-color: #FCAF17;
}

.theChampFacebookSvg, .theChampFacebookSvg:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center center;
}

.theChampTwitterSvg, .theChampTwitterSvg:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E") no-repeat center center;
}

.theChampInstagramSvg, .theChampInstagramSvg:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23ffffff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: #f2f2f2;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 10px;
}
[dir=rtl] .slick-next {
  left: 10px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
	Theme Name: viva Blank
	Description: viva Blank WordPress Theme
	Tags: Blank, viva, CSS3
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .blogCampLoop .wrapper {
    padding: 5px;
  }
}
/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #545454;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #545454;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #545454;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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