@charset "UTF-8";
/*!
Theme - missionpossible
This theme was created solely by/for Intergetik.
*/
/*
 * Table of Contents:
 *
 * 0.0 - SASS settings & variables
 *
 * 1.0 - Reset/Normalized
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *     4.1 - Site Header
 * 	   4.2 - Navigation / Main Menu
 * 5.0 - Content
 * 6.0 - Footer
 * 7.0 - Plugins / Modules / Extensions (in general)
 * 8.0 - Specific Pages
 *
 * 9.0 - Media Queries
 *
 * 10.0 - Print
 */
/* 0.0 --------------------------------- SASS settings & variables ------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*---------------------------*/
/*---------------------------*/
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/Poppins/poppins-v15-latin-300.woff2") format("woff2"), url("../fonts/Poppins/poppins-v15-latin-300.woff") format("woff");
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/Poppins/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/Poppins/poppins-v15-latin-500.woff") format("woff");
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
 * Notes:
 * Also knocked desktop from 992 down to 960.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* 1.0 ---------------------------------------- Reset/Normalized --------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 8/20/2019 - commented out "//" a few items that aren't used or we always override */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: top;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----- 1.1 ------------------------------- Single elements defaults ---------------------------------- */
html {
  font-family: 'Poppins', sans-serif;
}

body {
  position: relative;
  background: #fff;
  color: #757575;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #bcbb00;
  text-decoration: none;
}

a:visited {
  color: #bcbb00;
}

a:focus {
  color: #bcbb00;
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ddd;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
  color: inherit !important;
}
h1 a:active,
h1 a:hover,
h1 a:focus,
h2 a:active,
h2 a:hover,
h2 a:focus,
h3 a:active,
h3 a:hover,
h3 a:focus,
h4 a:active,
h4 a:hover,
h4 a:focus,
h5 a:active,
h5 a:hover,
h5 a:focus,
h6 a:active,
h6 a:hover,
h6 a:focus {
  color: inherit !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

h1 {
  color: #333;
  font-size: 22px;
  font-weight: 900;
  margin: 6px 0;
}
@media (min-width: 540px) {
  h1 {
    font-size: 25px;
  }
}
@media (min-width: 770px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #303030;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 12px;
}
@media (min-width: 770px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  color: #303030;
  font-size: 26px;
  font-weight: 400;
  margin: 22px 0;
}

h4 {
  font-size: 19px;
  margin: 0;
}

h5 {
  font-size: 18px;
  margin: 0 0 20px;
}

h6 {
  font-size: 17px;
  margin: 36px 0;
}

/*address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}*/
b,
strong {
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

p[style*="text-align: center"] {
  margin-right: auto;
  margin-left: auto;
}

mark {
  background: none;
  border: 1px dotted #ddd;
  color: inherit;
  padding: 0 5px;
}

/*pre {
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	font-family: 'Poppins', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	margin: 30px 0 40px;
	* {
		font-size: 24px !important;
		line-height: 1.2 !important;
		margin-bottom: 0;
	}
}*/
small {
  font-size: 75%;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 16px 0;
  padding: 0;
  list-style-position: inside;
}

ul,
ul li,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

/*button,
input,
select,
textarea {
  margin-bottom: 20px;
}*/
fieldset {
  margin-bottom: 25px;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  line-height: 1.1;
  margin: 0 0 30px;
  max-width: 1065px;
  width: 100%;
}

.border {
  font-size: 16px;
}
.border tr {
  border: 1px solid #ccc;
}
.border thead tr {
  border-color: #bcbb00;
}
.border th {
  background: #bcbb00;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px;
}
.border td {
  padding: 10px;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  padding: 6px 10px 6px 0;
}

/*del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}*/
hr {
  clear: both;
  background: #f1f1f1;
  border: 0;
  height: 1px;
  width: 100vw;
  max-width: 100%;
  margin: 50px auto;
}

audio,
canvas {
  display: inline-block;
}

iframe,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > iframe,
p > video {
  margin-bottom: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  /* CHROME, of all browsers, apparently decided blurry resized images were ok */
  max-width: 100%;
  height: auto;
}

::selection {
  background: #303030;
  color: #fff;
}

::-moz-selection {
  background: #303030;
  color: #fff;
}

/* 2.0 ---------------------------------------- Repeatable Patterns ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
.clear:before,
.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after,
article:after {
  content: "";
  display: table;
}
.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after,
article:after {
  clear: both;
}

/* Image Replacement (Use for sprite buttons) */
/* Clearing floats */
/* Form fields, general styles first. */
button,
input,
textarea {
  border: 0;
  font-family: inherit;
}

button {
  background: transparent;
  cursor: pointer;
}

input,
textarea {
  color: #333;
  padding: 5px 8px;
}

select {
  color: #333;
  padding: 2px 8px;
}

select,
textarea {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: box-shadow 150ms ease-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 3px #bcbb00;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
.btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 20px;
  border: 1px solid;
  margin-top: 20px;
  transition: 120ms ease all;
}
@media (min-width: 960px) {
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  .button,
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  .button,
  .btn {
    padding: 8px 35px;
  }
}

input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
.button:link,
.button:visited,
.btn,
.btn:link,
.btn:visited {
  background: #bcbb00;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  border-color: #bcbb00;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
  background: #ddd !important;
  color: #666666;
  outline: none;
  border-color: #ddd !important;
}

button:focus {
  outline: none;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.button:active,
.btn:active {
  background-color: #f1f1f1;
  color: #bcbb00;
  border-color: transparent;
}

option:disabled {
  color: #bbb;
}

input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.3;
}

.button,
.btn {
  margin-right: 12px;
  margin-left: 12px;
}
.button.color-clear,
.btn.color-clear {
  border: 1px solid #303030;
  background: transparent;
  color: #303030;
}
.button.color-main,
.btn.color-main {
  border: 1px solid #bcbb00;
  background: #bcbb00;
}
.button.color-alt,
.btn.color-alt {
  border: 1px solid #303030;
  background: #303030;
}
.button.color-bright,
.btn.color-bright {
  border: 1px solid #bcbb00;
  background: #bcbb00;
}

.color-main:not(.button):not(.btn) {
  color: #bcbb00;
}

.color-alt:not(.button):not(.btn) {
  color: #303030;
}

.color-red {
  color: #ce0000;
}

.color-orange {
  color: #ce8500;
}

form label {
  position: relative;
  color: #9a991c;
}
form label.checkbox, form label.radio {
  color: #757575;
}

#gform_wrapper_1,
#gform_confirmation_wrapper_1 {
  padding: 0 25px;
}

@media (min-width: 960px) {
  #gform_confirmation_wrapper_1 {
    min-height: 400px;
  }
}
#content .gform_wrapper ul li.gfield {
  margin-top: 30px;
}

#content ul.gfield_radio li label {
  color: #555;
}

#content .field_description_below .gfield_description {
  padding-top: 8px;
}

::-webkit-input-placeholder {
  color: #dcdcc1;
}

::-moz-placeholder {
  color: #dcdcc1;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #dcdcc1;
}

.shorter {
  margin: 0 auto;
  max-width: 1200px;
}

.no-max-width {
  max-width: 100% !important;
}

.nobr {
  white-space: nowrap;
}

.clear-break {
  clear: both;
}

.no-pointer {
  pointer-events: none;
}
.no-pointer * {
  user-select: none;
}
.no-pointer input[type="text"],
.no-pointer select {
  border: 0;
}
.no-pointer .ui-datepicker-trigger,
.no-pointer .wpt-date-clear {
  visibility: hidden;
}

/*.section-colored {
	position: relative;
	padding: 4vw 10px 50px;
	margin-bottom: 4vw;
	&.color-gray {
		background: #f9f9f9;
	}
	&:before {
		content: "";
		position: absolute;
		display: block;
		background: inherit;
		top: 0;
		right: -1500px;
		bottom: 0;
		left: -1500px;
		z-index: -1;
	}
}
.one-half {
	@media (min-width: 740px) {
		display: inline-block;
		vertical-align: top;
		min-width: 320px;
		width: 48%;
	}
}
.one-half + .one-half {
	@media (min-width: 740px) {
		margin-left: 3%;
	}
}
.one-third {
	@media (min-width: 740px) {
		display: inline-block;
		vertical-align: top;
		width: 31%;
	}
}
.one-third + .one-third {
	@media (min-width: 740px) {
		margin-left: 2%;
	}
}*/
.toggle-collapse {
  clear: both;
  position: relative;
  background: #fd7528;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  text-align: left;
  padding: 20px 50px 20px 20px;
  border-radius: 4px;
  margin-top: 20px;
}
.toggle-collapse:after {
  content: "-";
  position: absolute;
  font-size: 42px;
  line-height: 0.6;
  height: 24px;
  top: 50%;
  right: 20px;
  width: 25px;
  margin-top: -12px;
}

.collapsed:after {
  content: "+";
}
.collapsed + .collapsed-content {
  display: none;
}

.collapsed-content {
  font-size: 17px;
  margin: 10px 10px 0;
}

.click-toggle {
  color: #fd7528;
  cursor: pointer;
}

.toggle-section {
  display: none;
}
.toggle-section.toggled {
  display: block;
}

.center {
  text-align: center;
}

/*.hovertip {
	position: relative;
	cursor: help;
	border-bottom: 1px dotted #8BC34A;
	&:after {
		content: attr(data-tooltip);
		position: absolute;
		display: none;
		background: #fff;
		top: 100%;
		left: -100px;
		width: 320px;
		padding: 5px;
		border: 1px solid #a7a7a7;
	}
	&:hover:after {
		display: block;
	}
}*/
.light-gray,
.light-gray a {
  color: #f1f1f1 !important;
}

.stronger {
  font-size: 200%;
}

.bold-black {
  font-weight: 900 !important;
}
.bold-black * {
  font-weight: 900 !important;
}

.hide-this {
  display: none !important;
}

/*----------- icons ----------*/
@font-face {
  font-family: 'missionpossible';
  src: url("../fonts/missionpossible/missionpossible.eot?50210405");
  src: url("../fonts/missionpossible/missionpossible.eot?50210405#iefix") format("embedded-opentype"), url("../fonts/missionpossible/missionpossible.woff2?50210405") format("woff2"), url("../fonts/missionpossible/missionpossible.woff?50210405") format("woff"), url("../fonts/missionpossible/missionpossible.ttf?50210405") format("truetype"), url("../fonts/missionpossible/missionpossible.svg?50210405#missionpossible") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'missionpossible';
    src: url('../font/missionpossible.svg?71179338#missionpossible') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.site-content ul:not([class]) li:before,
.list-contact li:before,
#menu-sidebar-actions li:before {
  font-family: "missionpossible";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-th:before {
  content: '\e800';
}

/* 'εáÇ' */
.icon-th-list:before {
  content: '\e801';
}

/* 'εáü' */
.icon-up-open:before {
  content: '\e802';
}

/* 'εáé' */
.icon-mail:before {
  content: '\e803';
}

/* 'εáâ' */
.icon-search:before {
  content: '\e804';
}

/* 'εáä' */
.icon-right-open:before {
  content: '\e805';
}

/* 'εáà' */
.icon-down-open:before {
  content: '\e806';
}

/* 'εáå' */
.icon-left-open:before {
  content: '\e807';
}

/* 'εáç' */
.icon-play:before {
  content: '\e808';
}

/* 'εáê' */
.icon-ok:before {
  content: '\e809';
}

/* 'εáë' */
.icon-right-big:before {
  content: '\e80a';
}

/* 'εáè' */
.icon-twitter:before {
  content: '\f099';
}

/* '∩éÖ' */
.icon-facebook:before {
  content: '\f09a';
}

/* '∩éÜ' */
.icon-menu:before {
  content: '\f0c9';
}

/* '∩âë' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '∩âí' */
.icon-youtube-play:before {
  content: '\f16a';
}

/* '∩à¬' */
.icon-instagram:before {
  content: '\f16d';
}

/* '∩à¡' */
.icon-facebook-official:before {
  content: '\f230';
}

/* '∩ê░' */
.site-content ul:not([class]) li:not([class]),
#menu-sidebar-actions li {
  font-size: 16px;
  list-style: outside none;
}
.site-content ul:not([class]) li:not([class]):before,
#menu-sidebar-actions li:before {
  content: '\e809';
  color: #bcbb00;
  list-style: none;
}

.site-content ul:not([class]) li:not([class]) {
  text-indent: -20px;
  margin-left: 25px;
}

#menu-sidebar-actions li:before,
.list-contact li:before {
  content: '\e80a';
  color: #bcbb00;
}

/*span[class^=sprite-] {
	background: url(../images/sprite-items-v1.png) no-repeat;
	display: inline-block;
}
.home .sprite-book {
	background-position: 0 0;
	height: 90px;
	width: 67px;
	@media (max-width: 639px) {
		background-size: 148px 85px;
		height: 45px;
		width: 34px;
	}
}
.subpage .sprite-book {
	background-position: 0 -110px;
	height: 60px;
	width: 45px;
}


// File mime type icons (uses filename to automatically include these)
a[href$=epub],
a[href$=pdf] {
	&:before {
		display: inline-block;
		content: "";
		background: url(../images/sprite-file-icons-v1.png) no-repeat;
		vertical-align: top;
		height: 24px;
		width: 24px;
		margin-right: 8px;
	}
}
a[href$=epub]:before {
	background-position: -48px 0;
}
a[href$=pdf]:before  {
	background-position: 0 0;
}*/
/* ----- 2.3 ------------------------------- WordPress CMS classes ---------------------------------- */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  margin: 2px 1.6em 1.6em 0;
}

img.alignright {
  margin: 2px 0 1.6em 1.6em;
}

/*blockquote.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}*/
/*.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}*/
/*.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #707070;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}*/
/*.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1.79104477%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	color: #707070;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  overflow: hidden;
  position: absolute !important;
  width: 1px !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #21759b;
  display: block;
  font-weight: bold;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}*/
#wpadminbar {
  background-color: rgba(0, 0, 0, 0.3);
}

/* 4.0 -------------------------------------------- Header --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  background: #fff;
  color: #000;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
}
@media (min-width: 600px) {
  .site-header {
    height: 88px;
  }
}
@media (min-width: 1280px) {
  .site-header {
    height: 138px;
  }
}
.site-header a {
  color: inherit;
}
.site-header > div {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1240px;
  padding: 0 16px 0 12px;
  margin: 0 auto;
}

.site-logo {
  flex: 0 1 auto;
}
.site-logo img {
  display: block;
}
@media (max-width: 1279px) {
  .site-logo .logo-regular {
    width: 70%;
  }
}
@media (max-width: 639px) {
  .site-logo .logo-regular {
    display: none;
  }
}
@media (min-width: 640px) {
  .site-logo .logo-mobile {
    display: none;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  font-size: 16px;
}
.main-nav .button {
  font-size: 16px;
  padding: 0;
  margin: 0 3px;
}
.main-nav .button a {
  display: block;
  padding: 8px 18px;
}
@media (min-width: 1200px) {
  .main-nav {
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .main-nav {
    font-size: 18px;
  }
}

/*.main-actions {
	@media (min-width: 800px) {
		margin-left: 50px;
	}
}*/
li.logged-in {
  display: none !important;
}

.logged-in li.logged-in {
  display: inline-block !important;
}
.logged-in li.logged-out {
  display: none !important;
}

.menu-toggle {
  position: relative;
  flex: 0 1 auto;
  width: 45px;
  z-index: 2000;
  padding: 0;
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.menu-toggle span {
  display: block;
  background: #666666;
  height: 2px;
  width: 100%;
  margin-bottom: 10px;
  transition: all 150ms linear;
}
.menu-toggle span:nth-of-type(1) {
  transform-origin: 0 10px;
}
.menu-toggle span:nth-of-type(2) {
  transition: none;
}
.menu-toggle span:nth-of-type(3) {
  transform-origin: 13px -2px;
  margin-bottom: 0;
}
.menu-toggle:hover span, .menu-toggle:focus span {
  background: #afafaf;
}
@media (max-width: 599px) {
  .menu-toggle {
    width: 32px;
  }
  .menu-toggle span {
    margin-bottom: 6px;
  }
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle.buttonclicked span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu-toggle.buttonclicked span:nth-of-type(2) {
  width: 0;
}
.menu-toggle.buttonclicked span:nth-of-type(3) {
  transform: rotate(-45deg);
}

.site-header.smaller {
  top: -140px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  transition: 270ms ease-in-out top;
}

@media (min-height: 340px) {
  .site-header.smaller2 {
    top: 0;
  }
}

/*.smaller.smaller2 {
	background: #000;
}*/
:target:focus {
  outline-color: transparent;
  outline-style: none;
}

.main-menu {
  text-align: center;
  flex: 1 1 auto;
}

.main-actions {
  text-align: center;
}

/*.main-menu {
	text-align: center;
	margin-top: 12px;
	transition: margin 150ms;
	@media (min-width:960px) {
		display: block;
		font-size: 18px;
	}
	@media (min-width: 1280px) {
		margin-top: 25px;
	}
	.sub-menu,
	.children {
		display: none;
		position: absolute;
		left: 50%;
		background: #fff;
		width: 170px;
		padding: 5px 5px 6px;
		box-shadow: 0 10px 7px 2px rgba(0, 0, 0, 0.25);
		margin-left: -82px;
		z-index: 5000;
		li {
			text-align: left;
			width: 100%;
			margin: 4px 7px;
			&:before {
				display: none;
			}
		}
	}
	.sub-menu ul,
	.children ul {
		border-left: 0;
		left: 100%;
		top: 0;
	}
	li {
		display: inline-block;
		position: relative;
		margin: 12px 10px 0;
		transition: 400ms;
		&:hover > ul {
			display: block;
		}
		span {
			@media (max-width: 1040px) {
				display: none;
			}
		}
		&:last-child {
			margin-right: 0;
			.sub-menu {
				left: auto;
				right: 0; //prevent menu from going over edge
			}
		}
	}
	a {
		color: #000;
		&:hover,
		&:active,
		&:focus {
			color: $main-color;
		}
		&:not([href]) {
			cursor: default;
		}
	}
	> a {
		padding: 15px 3px;
	}
	//.current-menu-item > a,
	.current_page_item > a {
		font-weight: 900;
	}
}*/
@media (max-width: 959px) {
  .menu-area {
    display: none;
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    height: 0;
    top: 0;
    right: -20px;
    left: -20px;
    padding-right: 10px;
    z-index: 1000;
  }
  .menu-area.menumenu {
    display: block;
    opacity: 1;
    bottom: 0;
    height: auto;
    min-height: 100vh;
    padding-top: 59px;
    transition: opacity 70ms ease-in-out;
  }
  .menu-area.menumenu + a {
    border-color: #fff;
  }
  .menu-area h2 {
    text-align: center;
  }
  .menu-area button {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -20px;
    right: -5px;
  }
  .menu-area li {
    font-size: 5vw;
    text-align: center;
    width: 50%;
    margin: 10px auto;
    transition: transform 350ms ease-in-out, opacity 120ms linear;
  }
  .menu-area a:link, .menu-area a:visited {
    color: #000;
  }
  .menu-area a:hover, .menu-area a:active {
    color: #303030;
    outline: none;
  }
  .menu-area .button:not(.color-clear) a:link,
  .menu-area .button:not(.color-clear) a:visited {
    color: #fff;
  }
  .menu-area .button:not(.color-clear) a:hover,
  .menu-area .button:not(.color-clear) a:active {
    color: #303030;
    outline: none;
  }
  .menu-area .button + .button {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .menu-area li {
    display: inline-block;
    margin: 0 10px;
  }
}

@media (min-width: 960px) and (max-width: 1080px) {
  body:not(.logged-in) .menu-area li:first-of-type {
    display: none;
  }
}
/* 5.0 ------------------------------------------- Content -------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.light a:link, .light a:visited {
  color: #303030;
}
.light a:hover, .light a:active {
  color: #b5ced0;
}

.site {
  overflow-x: hidden;
}

.site-content {
  clear: both;
  padding-top: 50px;
  /*@media (min-width: 770px) {
  	//padding-top: 88px;
  }*/
}
@media (min-width: 600px) {
  .site-content {
    padding-top: 88px;
  }
}
@media (min-width: 1280px) {
  .site-content {
    padding-top: 138px;
  }
}

main {
  position: relative;
  z-index: 1;
}

/*@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: 100% 0; }
	//from {transform: translateX(  0%);}
	//to {transform: translateX(100%);}
}*/
.subpage .site-main {
  max-width: 1240px;
  margin: 0 auto;
}
.subpage .entry-content {
  min-height: 450px;
  padding: 0 10px 35px;
}

.single-product .site-main {
  max-width: 1240px;
  margin: 0 auto;
}

.woocommerce-account .u-columns {
  max-width: 1240px;
  margin: 0 auto 50px;
}

.entry-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  color: #5a5a5a;
  text-align: center;
  min-height: 10vw;
  padding: 0 10px;
  margin-bottom: 35px;
}

.subpage:not(.page-template-template-flexible-layout) .entry-header::before,
.wc-category .term-description::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #b1b011 0%, #caca2d 100%) 50% 50% no-repeat;
  top: 0;
  right: -1500px;
  bottom: 0;
  left: -1500px;
  z-index: -1;
}

.subpage:not(.page-template-template-flexible-layout) .entry-header {
  min-height: 10vw;
}
.subpage:not(.page-template-template-flexible-layout) .entry-header h1 {
  color: #fff;
}

.wc-category .term-description {
  position: relative;
  color: #434343;
  margin-top: -35px;
}

.page-id-55.subpage .entry-header {
  min-height: 17vw;
}
.page-id-55.subpage .entry-header h1 {
  padding-bottom: 3vw;
}

@media (max-width: 539px) {
  .subpage:not(.page-template-template-flexible-layout) .entry-header {
    min-height: 105px;
  }
  .subpage:not(.page-template-template-flexible-layout) .entry-header h1 {
    font-size: 20px;
  }

  .page-id-55.subpage .entry-header {
    justify-content: flex-start;
  }
  .page-id-55.subpage .entry-header h1 {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .page-id-55.subpage .entry-header {
    min-height: 240px;
  }
  .page-id-55.subpage .entry-header h1 {
    padding-bottom: 40px;
  }
}
.title-no-bg {
  background: #fff;
  min-height: 0;
  margin-bottom: 0;
}
.title-no-bg h1 {
  color: #000;
}

.entry-content {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 770px) {
  .entry-content {
    float: left;
    width: 100%;
  }
}

article > h1,
.page-title {
  text-align: center;
  text-transform: uppercase;
}

.site-content p,
.content-column,
.entry-content li {
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 960px) {
  .site-content p,
  .content-column,
  .entry-content li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .site-content p,
  .content-column,
  .entry-content li {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .site-content p,
  .content-column,
  .entry-content li {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .site-content p {
    margin-bottom: 24px;
  }
}
.site-content ul,
.site-content ol {
  margin-bottom: 24px;
}

ul:not([class]) li:not([class]) {
  list-style: outside square;
  margin: 0 0 8px 20px;
}

.size-post-thumbnail {
  display: block;
  margin-bottom: 35px;
}

ul.page-numbers {
  text-align: center;
  margin: 20px 0;
}
ul.page-numbers li {
  display: inline-block;
  list-style: none;
  margin: 0 13px 26px;
}
ul.page-numbers li a,
ul.page-numbers li span {
  display: block;
  font-weight: 700;
  min-width: 30px;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
ul.page-numbers li a {
  transition: 180ms linear;
}
ul.page-numbers li a:link, ul.page-numbers li a:visited {
  color: #ddd;
}
ul.page-numbers li a:hover, ul.page-numbers li a:active {
  background: #fff;
  color: #bcbb00;
}
ul.page-numbers .current {
  background: #303030;
  color: #bcbb00;
  border-color: #303030;
}
@media (min-width: 960px) {
  ul.page-numbers {
    margin: 35px 0;
  }
  ul.page-numbers a,
  ul.page-numbers span {
    padding: 15px 23px;
  }
}

.sidebar {
  text-align: center;
  padding-bottom: 35px;
}
.sidebar > div + div {
  margin-top: 20px;
}

.item {
  margin-bottom: 55px;
}
.item-thumb {
  float: left;
  margin-right: 20px;
  filter: saturate(0.1);
}
.item-thumb img {
  margin-bottom: 5px;
}
.item h2 {
  color: #bcbb00;
  margin-bottom: 25px;
}

/* 6.0 -------------------------------------------- Footer -------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.testimonial > div,
.testimonials-highlight > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: #666666;
  max-width: 1160px;
  border-radius: 100px 0 0 0;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.testimonial .photo,
.testimonials-highlight .photo {
  flex: 1 1 25%;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}
.testimonial img,
.testimonials-highlight img {
  height: 120px !important;
  width: 120px !important;
  border: 5px solid #bcbb00;
  border-radius: 100%;
}
.testimonial .q,
.testimonials-highlight .q {
  flex: 1 1 75%;
  position: relative;
  padding-top: 25px;
}
.testimonial .q:before,
.testimonials-highlight .q:before {
  content: '\201C';
  position: absolute;
  display: block;
  color: #bcbb00;
  font-size: 80px;
  top: -35px;
}
.testimonial .q-name, .testimonial .q-endeavor,
.testimonials-highlight .q-name,
.testimonials-highlight .q-endeavor {
  display: block;
}
.testimonial .q-name,
.testimonials-highlight .q-name {
  font-weight: 700;
  color: #303030;
}
.testimonial .q-endeavor,
.testimonials-highlight .q-endeavor {
  color: #bcbb00;
}
@media (min-width: 860px) {
  .testimonial .photo:before,
  .testimonials-highlight .photo:before {
    content: "";
    position: absolute;
    background: #bcbb00;
    height: 2px;
    width: 30px;
    top: 59px;
    left: 120px;
  }
}

.testimonials-highlight {
  background: #f1f1f1 url(../images/bg-testimonials.jpg) repeat-x;
  padding: 150px 10px 75px;
}
.testimonials-highlight > div {
  min-height: 300px;
  padding: 40px 35px;
}
@media (min-width: 640px) {
  .testimonials-highlight > div {
    flex-direction: row;
    padding: 65px 35px 55px;
  }
}
@media (min-width: 860px) {
  .testimonials-highlight > div {
    padding: 75px 100px 75px;
  }
}

.testimonial {
  padding: 30px 10px;
}
.testimonial > div {
  padding: 25px 20px 30px 20px;
}
@media (min-width: 640px) {
  .testimonial > div {
    flex-direction: row;
    padding: 50px 30px 30px 45px;
  }
}

.site-footer {
  position: relative;
  background: #f1f1f1;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 5vw 10px 50px;
}
.site-footer a:link,
.site-footer a:visited {
  color: #666666;
}
.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus {
  color: #bcbb00;
}
.site-footer h3 {
  font-size: 24px;
  width: 100%;
  margin: 0 auto 20px;
}
.site-footer img {
  margin-bottom: 10px;
}
.site-footer li {
  margin-bottom: 3px;
}
.site-footer > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1440px;
  margin: 0 auto;
}
.site-footer .textwidget {
  width: 100%;
}
@media (min-width: 1200px) {
  .site-footer {
    background-size: cover;
  }
}

.footer-branding,
.footer-info,
.menu-footer-container,
.menu-terms {
  flex: 0 1 auto;
  margin-bottom: 20px;
}

/*.footer-branding {
	order: 3;
}*/
.footer-info,
.menu-footer-container {
  padding: 0 10px;
}

.upci-logo {
  flex: 1 1 100%;
  margin-bottom: 20px;
}

.menu-terms > li {
  display: inline-block;
}

.menu-terms li {
  margin: 0 5px;
}
.menu-terms li + li {
  padding-left: 10px;
  border-left: 1px solid #d6dde2;
}

@media (max-width: 599px) {
  .footer-branding {
    margin-top: 25px;
  }

  .address {
    order: 4;
    position: relative;
  }
  .address a {
    display: block;
  }
}
@media (min-width: 600px) {
  .site-footer > div {
    flex-direction: row;
  }

  .footer-branding {
    flex: 1 1 auto;
    order: 0;
    text-align: left;
  }

  .footer-info {
    flex: 1 1 25%;
    text-align: left;
  }

  .menu-footer-container {
    flex: 1 1 20%;
    flex-direction: row;
    justify-content: flex-end;
    text-align: left;
    margin-bottom: 70px;
  }

  .menu-terms {
    flex: 0 1 40%;
    text-align: right;
    padding: 30px 0 0 10px;
    border-top: 1px solid #d6dde2;
  }

  .address {
    flex: 1 1 60%;
    font-size: 16px;
    text-align: left;
    padding-top: 30px;
    border-top: 1px solid #d6dde2;
  }
  .address img {
    float: right;
    margin: -4px 0 0 20px;
  }
}
@media (min-width: 960px) {
  .upci-logo {
    flex: 1 1 auto;
  }
}
@media (min-width: 1280px) and (max-width: 1620px) {
  .address {
    padding-right: 70px;
  }
}
.section-title {
  text-align: center;
  padding-top: 4.16667vw;
  margin-bottom: 0;
}

.flexible {
  /*.bg-left {
  		@media (max-width: 959px) {
  			padding-top: 80vw; //gets overridden inline
  			background-position-y: 0;
  		}
  	}
  	.bg-center {
  		background-position: 80% 50%;
  	}
  	.bg-right {
  		background-position: 100% 0;
  		@media (max-width: 959px) {
  			padding-bottom: 80vw;
  			background-position-y: 100%;
  		}
  	}*/
  /*.col-md-3 {
  	@media (min-width: 768px) {
  		+ .col-md-3:before {
  			content: "";
  			width: 1px;
  			background: #eaeaea;
  			display: block;
  			position: absolute;
  			bottom: 75px;
  			top: 55px;
  			left: -1.25%;
  		}
  		//padding-left: 2%;
  		//padding-right: 2%;
  	}
  }*/
}
.flexible .entry-content h1,
.flexible .entry-content h2 {
  font-size: 22px;
}
.flexible .entry-content h2 {
  line-height: 1.3;
}
@media (min-width: 960px) {
  .flexible .entry-content h1,
  .flexible .entry-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .flexible .entry-content h1,
  .flexible .entry-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1921px) {
  .flexible .entry-content h1,
  .flexible .entry-content h2 {
    font-size: 34px;
  }
}
.flexible .entry-content > p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 680px;
  margin-bottom: 50px;
}
@media (min-width: 800px) {
  .flexible .entry-content > p {
    font-size: 24px;
  }
}
.flexible .entry-content section {
  padding-right: 15px;
  padding-left: 15px;
}
.flexible .row {
  display: flex;
  flex-direction: column;
  position: relative;
  clear: both;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .flexible .row {
    flex-direction: row;
    background-size: auto 100.1%;
    /* gets rid of 1/2px "white space" */
    padding-top: 0 !important;
    /* override inline */
    padding-bottom: 0 !important;
    /* override inline */
  }
}
@media (min-width: 1400px) {
  .flexible .row {
    max-width: 1140px;
  }
}
@media (min-width: 1921px) {
  .flexible .row.min-height {
    min-height: 800px;
  }
}
@media (min-width: 640px) {
  .flexible .row.width-shorter > div {
    float: none;
    max-width: 56.25vw;
    margin: 0 auto;
  }
}
.flexible .row.width-longer {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 960px) {
  .flexible .row.min-height > div {
    min-height: 31.25vw;
  }
}
@media (min-width: 1920px) {
  .flexible .row.min-height > div {
    min-height: 600px;
  }
}
.flexible .row.width-longer > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flexible .row.width-longer > div > div {
  width: 100%;
}
@media (min-width: 960px) {
  .flexible .row > div:not(.regular) {
    padding-top: 2.08333vw;
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1920px) {
  .flexible .row > div:not(.regular) {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .flexible .row.different-backgrounds {
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .flexible .row .mobile-bg {
    display: flex;
  }
}
@media (max-width: 959px) {
  .flexible .row > .col-xs-12 {
    padding: 30px 0 15px;
  }
}
@media (max-width: 767px) {
  .flexible .row > .col-xs-12 {
    padding: 20px 0 5px;
  }
}
.flexible .font-light h1,
.flexible .font-light h2,
.flexible .font-light h3,
.flexible .font-light p,
.flexible .font-light a:not(.button):link,
.flexible .font-light a:not(.button):visited {
  color: #fff;
}
.flexible .font-light a:not(.button):hover,
.flexible .font-light a:not(.button):active {
  color: #000;
}
.flexible .mobile-bg {
  position: relative;
  display: none;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  background-size: contain;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.flexible .col-xs-12:not(.regular) {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.flexible .col-xs-12:not(.regular) .col-xs-12:not(.regular) {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.flexible .col-xs-12 p,
.flexible .col-xs-12 table {
  /*@media (min-width: 1921px) {
  	font-size: 30px;
  	margin-bottom: 30px;
  }*/
}
@media (min-width: 960px) {
  .flexible .col-xs-12 p,
  .flexible .col-xs-12 table {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .flexible .col-xs-12 p,
  .flexible .col-xs-12 table {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.flexible .flexible-regular .row {
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 960px) {
  .flexible .flexible-regular .row {
    max-width: 1065px;
  }
}

.subpage .flexible-regular .row {
  padding: 0;
}

.archive .flexible-regular {
  margin-bottom: 35px;
}

.post-type-archive-testimonial .flexible-regular {
  padding: 0;
}

/* 7.0 ------------------------------------------- Plugins -------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/*-modal: colorbox-*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(255, 255, 255, 0.75);
  opacity: 0.9;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/colorbox/controls.png) no-repeat 0 0;
  transition: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0 0;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 1px;
  top: 1px;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*.floating-label {
	position: absolute;
	font-size: 15px;
	margin: 6px 0 0 1px;
	z-index: 1;
}*/
#user_switching_switch_on {
  position: fixed;
  bottom: 0;
  margin: 0;
  z-index: 101;
}
#user_switching_switch_on a {
  background: rgba(255, 255, 255, 0.8);
  color: #ff5e00;
  padding: 2px 5px;
}
#user_switching_switch_on a::before {
  content: "< ";
}

/*-slider: glider-*/
/* 8.0 ---------------------------------------- Specific Pages ---------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/*---------- Homepage ----------*/
@media (max-width: 959px) {
  .mobile-cover {
    margin: 0 -15px;
  }
  .mobile-cover > div {
    padding: 0 15px;
  }
  .mobile-cover.bg-teal > div {
    background: rgba(14, 125, 122, 0.65);
  }
  .mobile-cover.bg-dark-blue > div {
    background: rgba(5, 43, 73, 0.65);
  }
}
@media (max-width: 599px) {
  .mobile-cover {
    background-size: cover !important;
  }
}

.section-opening h1,
.section-opening h2 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.section-opening h1 {
  color: #bcbb00;
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 20px;
}

.section-intro > div > div:first-of-type,
.section-contact > div > div:first-of-type {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.section-intro > div > div:last-of-type,
.section-contact > div > div:last-of-type {
  background: #606060;
  background: linear-gradient(45deg, #333333 0%, #606060 100%);
  color: #fff;
  border-radius: 100px 0 0 0;
  margin: 35px 0;
}
@media (max-width: 959px) {
  .section-intro > div > div:last-of-type,
  .section-contact > div > div:last-of-type {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 960px) {
  .section-intro,
  .section-contact {
    background: linear-gradient(0deg, #f1f1f1 0%, #f1f1f1 50%, white 50%, white 100%);
  }
  .section-intro > div > div:first-of-type,
  .section-contact > div > div:first-of-type {
    padding-right: 13%;
    padding-left: 3%;
  }
  .section-intro > div > div:last-of-type,
  .section-contact > div > div:last-of-type {
    position: absolute;
    right: 0;
  }
}

.section-intro {
  background: #fff;
  background: linear-gradient(0deg, #f1f1f1 0%, #f1f1f1 29%, white 29%, white 100%);
  padding: 50px 0;
}
.section-intro > div > div:last-of-type ul {
  margin-top: 20px;
}
.section-intro > div > div:last-of-type li {
  font-size: 15px !important;
}
@media (max-width: 959px) {
  .section-intro > div > div:first-of-type {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 439px) {
  .section-intro > div > div:last-of-type ul {
    margin: 20px 5px 30px;
  }
}

.section-step {
  position: relative;
  padding: 20px 0;
}
.section-step:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #f1f1f1 0%, #f1f1f1 50%, #fff 50%, #fff 100%);
  top: 0;
  right: -1500px;
  bottom: 0;
  left: -1500px;
}
.section-step + .section-step:before {
  background: #f1f1f1;
}
.section-step > div {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.section-step > div > div:first-of-type h2 {
  color: #bcbb00;
}
.section-step > div > div:last-of-type {
  justify-content: flex-start !important;
}
@media (max-width: 959px) {
  .section-step > div > div:first-of-type {
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .section-step > div > div:last-of-type {
    padding: 0 20px !important;
  }
}

/* https://caniuse.com/#feat=css-clip-path : ALL others adopted around mid 2013 */
/*.edge-ie {

}*/
.list-projects {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.list-projects li {
  list-style: none;
}

.list-projects {
  align-items: center;
  justify-content: space-around;
}
.list-projects li {
  text-align: center;
  margin: 0 30px 30px;
}
.list-projects li p:last-of-type {
  color: #303030;
}
@media (min-width: 800px) {
  .list-projects {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 400px;
  }
  .list-projects li {
    flex: 1 1 auto;
    width: 28%;
    margin: 0 2.21% 30px;
  }
}

.flexible .projects > div {
  align-items: flex-start;
}
.flexible .projects > div > div {
  width: 100%;
}
@media (min-width: 960px) {
  .flexible .projects h2 {
    font-size: 1.875vw;
  }
}
@media (min-width: 1921px) {
  .flexible .projects h2 {
    font-size: 35px;
  }
}

.projects .filters {
  text-align: center;
  margin-bottom: 20px;
}
.projects .filters button:hover, .projects .filters button:active, .projects .filters button:focus {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.projects .filters button:hover, .projects .filters button:active {
  color: #303030;
}
.projects .filters button:focus {
  color: #fff;
}
.projects .filters button.active {
  padding-bottom: 0;
  border-bottom: 4px solid orange !important;
}
@media (max-width: 799px) {
  .projects button {
    padding: 8px 10px;
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  .projects .filters {
    margin-bottom: 60px;
  }
  .projects .filters button {
    font-size: 26px;
  }
}

.faux-flexible {
  background: #183536;
}

.list-endeavors {
  justify-content: space-evenly;
}

/*---------- Blog section / blog single pages ----------*/
/*.blog-entries {
	padding: 35px 20px;
	article {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: 0 auto 35px;
	}
	time {
		color: $main-color-alt;
	}
	.entry-image {
		flex: 0 1 auto;
		margin: 0 auto;
	}
	.entry {
		flex: 1 1 50%;
	}
	.entry-title {
		font-size: 20px;
		@media (min-width: 960px) {
			font-size: px-to-vw(36);
		}
		@media (min-width: 1921px) {
			font-size: 36px;
		}
	}
	@media (min-width: 680px) {
		article {
			flex-direction: row;
		}
		.entry {
			margin-left: 30px;
		}
	}
	@media (min-width: 960px) {
		padding: 70px 20px;
		article {
			margin-bottom: px-to-vw(70);
		}
	}
}
.blog-filtering {
	background: $main-color-alt;
	text-align: center;
	padding: 35px;
	h2 {
		display: inline-block;
		font-size: 34px;
	}
	ul,
	li {
		display: inline-block;
		margin: 0 20px;
	}
}

.single-post {
	.entry-image {
		display: block;
		margin: 0 auto;
	}
	.entry-content {
		float: none;
	}
	.entry-header {
		text-align: center;
		margin: 45px auto 35px;
	}
	@media (min-width: 960px) {
		.entry-header {
			margin-bottom: 60px;
		}
	}
}
.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 75px;
	> div {
		margin-bottom: 35px;
	}
	@media (min-width: 540px) {
		> div {
			width: 42%;
		}
	}
}*/
/*------------------- WooCommerce pages --------------------*/
.campaign-filter {
  background: #fff;
  border-radius: 15px;
  font-size: 16px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: -70px !important;
}
.campaign-filter.row {
  padding-right: 0 !important;
}
.campaign-filter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaign-filter form > input,
.campaign-filter form > select {
  margin: 0 0 20px;
}
@media (min-width: 440px) {
  .campaign-filter form > input,
  .campaign-filter form > select {
    margin: 0 20px 10px;
  }
}
.campaign-filter .search-div {
  padding: 10px 0;
  margin-left: 10px;
}
.campaign-filter .filter-toggle {
  display: none;
}
.campaign-filter label {
  padding: 10px 0;
}
.campaign-filter label span {
  position: absolute;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 14px;
  margin-top: 5px;
  pointer-events: none;
}
.campaign-filter select,
.campaign-filter input[type='text'],
.campaign-filter input[type='submit'] {
  margin: 0 !important;
}
.campaign-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  padding: 20px 0 3px 12px;
  border: 0;
}
.campaign-filter input[type='text'] {
  width: auto;
  padding: 10px;
  border-color: transparent;
}
.campaign-filter input[type='submit'] {
  background: #333;
  padding: 8px 16px;
  border: 0;
  border-radius: 0 15px 15px 0;
  margin-right: -1px !important;
}
@media (max-width: 439px) {
  .campaign-filter input[type='text'] {
    width: 215px;
  }
}

.campaign-category-filter {
  text-align: center;
  margin: 30px 0 25px;
}

@media (max-width: 767px) {
  .campaign-filter form {
    justify-content: center;
  }
  .campaign-filter .filter-toggle {
    display: block;
    max-width: 35px;
    padding: 0 6px;
  }
  .campaign-filter label {
    margin-bottom: 20px;
  }
  .campaign-filter label.filter-onload-hide {
    display: none;
  }
  .campaign-filter input[type='submit'] {
    flex: 0 1 52%;
    border-radius: 15px;
    margin-bottom: 20px !important;
  }

  .search-div {
    flex: 1 0 80%;
  }
}
@media (max-width: 540px) {
  .campaign-category-filter {
    margin: 20px 0 0;
  }
  .campaign-category-filter .btn {
    font-size: 14px;
    padding: 8px;
    margin: 10px 3px;
  }
}
#page .woocommerce.columns-4 {
  max-width: 1140px;
  width: 100%;
  padding: 0;
  margin: 35px auto 0;
}
#page .woocommerce h3 {
  color: #bcbb00;
}
#page .woocommerce-Tabs-panel {
  float: left;
  position: relative;
  padding: 35px 15px;
}
@media (max-width: 799px) {
  #page .woocommerce-Tabs-panel::before {
    content: "";
    position: absolute;
    background: #f1f1f1;
    top: -150px;
    right: -1500px;
    bottom: 0;
    left: -1500px;
    z-index: -1;
  }
}
#page .woocommerce section {
  padding: 0;
}
#page .woocommerce-pagination ul {
  white-space: normal;
  border: 0;
  margin-top: 20px;
}
#page .woocommerce-pagination li {
  float: none;
  border: 0;
  margin: 0 12px 15px;
}
#page .woocommerce-pagination li a {
  color: #303030;
}
#page .woocommerce-pagination li a,
#page .woocommerce-pagination li span {
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 100%;
  border: 0;
}
#page .woocommerce-pagination li a,
#page .woocommerce-pagination li span {
  border: 1px solid #d6dde2;
}
#page .woocommerce-pagination li span.current {
  background: #bcbb00;
  color: #fff;
  border-color: #bcbb00;
}
#page .woocommerce-pagination li .next,
#page .woocommerce-pagination li .prev,
#page .woocommerce-pagination li .dots {
  padding: 0 14px;
  border-radius: 20px;
}
#page .woocommerce-pagination li .dots {
  border: none;
}

.woocommerce {
  /* cart and checkout */
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #fff;
  border: 1px solid #d8dfe4;
  box-shadow: 0 3px 0 #eaeef0;
}
.woocommerce-account .entry-content {
  font-size: 16px;
}
.woocommerce ul.products {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(odd), .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 400px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    float: none;
    margin: 0 auto 30px !important;
    width: 80%;
  }
}
.woocommerce .woocommerce-ordering option[value='price'],
.woocommerce .woocommerce-ordering option[value='price-desc'] {
  display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .product > a:first-of-type {
  position: relative;
  background: #d0d0d0;
  border-radius: 15px 15px 0 0;
}
.woocommerce .product > a:first-of-type:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
}
.woocommerce div.product div.images img {
  max-height: 500px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .woocommerce div.product div.images img {
    max-height: 800px;
  }
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  margin: 0 auto;
  clear: both;
}
.woocommerce-page #content div.product div.summary {
  background: #fff;
  width: 100%;
  padding: 40px 50px 10px;
  border-radius: 20px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.12);
  margin-top: 30px;
}
@media (max-width: 439px) {
  .woocommerce-page #content div.product div.summary {
    padding: 20px 20px 1px;
  }
}
.woocommerce .nyp-input {
  max-width: 110px;
}
.woocommerce .wcsatt-options-product-dropdown-label {
  display: inline-block;
  margin-right: 12px;
}
.woocommerce .wcsatt-options-product-dropdown {
  width: auto;
}
@media (min-width: 800px) {
  .woocommerce .wc-tabs-wrapper {
    margin: 0 -15px;
  }
}
.woocommerce .product_cat-campaigns .wc-tabs-wrapper {
  background: #f4f6f7;
  padding-top: 20px;
  border-top: 1px solid #d6dde2;
}
.woocommerce .campaign-thank-you-notice,
.woocommerce .campaign-thank-you {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 2px solid #bcbb00;
  margin: 30px;
}
.woocommerce .campaign-thank-you {
  text-align: center;
}
.woocommerce .campaign-thank-you-notice {
  font-size: 80%;
  max-width: 300px;
  border-bottom: 0;
  margin-bottom: -32px;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow: visible;
  box-shadow: 0 3px 0 #eaeef0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border-color: transparent;
  border-radius: 0;
  margin: 0 5px -3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-color: #eaeef0;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #d6dde2;
  border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 399px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 8px;
  }
}
.woocommerce .wc-tabs {
  display: none;
}
.woocommerce .top-donors tr:nth-of-type(even) {
  background: #f4f6f7;
}
.woocommerce .top-donors td {
  padding: 10px;
}
@media (max-width: 399px) {
  .woocommerce .top-donors {
    margin: 0 -10px 20px;
    width: auto;
  }
  .woocommerce .top-donors th:first-of-type,
  .woocommerce .top-donors td:first-of-type {
    display: none;
  }
}
.woocommerce .donor-status-r-cancelled {
  color: #c7c7c7;
  text-decoration: line-through;
}
.woocommerce .donor-status-r-refunded {
  color: #719c71;
}
.woocommerce .donor-order {
  width: 20px;
}
.woocommerce .donor-note {
  font-size: 14px;
}
.woocommerce form .form-row label {
  line-height: 1.5;
}
.woocommerce ul.order_details,
.woocommerce .woocommerce-customer-details address {
  padding: 30px 20px;
  border: 1px solid #d8dfe4;
  border-radius: 0;
  box-shadow: 0 3px 0 #eaeef0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #bcbb00;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #303030;
  color: #fff;
}
.woocommerce-info::before {
  color: #bcbb00;
}
.woocommerce table.cart {
  table-layout: auto;
  margin: 0 auto;
}
.woocommerce .product-quantity {
  text-align: center;
}
.woocommerce .cart_totals h2 {
  color: #bcbb00;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .woocommerce .product-remove a::after {
    content: "Remove this";
    display: block;
    position: absolute;
    font-size: 14px;
    top: 16px;
    left: 56px;
  }
}
@media (max-width: 1399px) {
  .woocommerce .cart_totals {
    float: none;
    margin: 0 auto;
  }
}
.woocommerce-checkout h3 {
  color: #bcbb00;
}

.single-product .entry-header {
  background: #fff none;
}
.single-product .prod-content {
  padding: 0 15px;
}

@media (min-width: 800px) {
  .single-product .prod-content {
    padding-left: 25px;
  }
}
div.single-product .status-name {
  position: relative;
  align-self: center;
}
div.single-product .prod-info {
  padding: 0 15px;
}
div.single-product .info-status {
  flex: 2 1 auto;
  text-align: left;
  text-transform: uppercase;
}
div.single-product time {
  font-weight: 700;
}
div.single-product .info-donated,
div.single-product .info-needed {
  flex: 1 1 auto;
}
div.single-product .status-progression {
  height: 8px;
  padding: 0 15px;
  margin: 16px auto 35px;
}
div.single-product .size-thumbnail {
  float: left;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  margin: 0 10px 30px 0;
}
div.single-product .info-author {
  font-size: 16px;
  text-transform: uppercase;
}
div.single-product .campaign-author {
  color: #bcbb00;
  font-size: 20px;
  font-weight: 700;
}
div.single-product .btn-missions-cont {
  text-align: right;
}
div.single-product .btn-missions {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  margin-top: 0;
}
@media (max-width: 799px) {
  div.single-product .info-author-cont,
  div.single-product .btn-missions-cont {
    text-align: center;
    margin-bottom: 20px;
  }
}

.product_cat-campaigns .prod-title {
  margin-bottom: 0 !important;
}

.help-icn {
  display: inline-block;
  color: #555;
  cursor: help;
  font-size: 14px;
  text-align: center;
  vertical-align: super;
  width: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
}

.help-msg {
  display: none;
  position: absolute;
  background: #fff;
  color: #a09e36;
  padding: 2px;
  border: 1px solid #ddd;
  z-index: 10;
}

#page .products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#page .products .info-donations {
  margin: 10px 20px;
}
#page .products .product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  float: none;
  flex: 0 1 auto;
  width: 46%;
  margin: 0 1.5% 55px;
  /*.info-intro ~ span a {
  	background: transparent;
  	font-size: 14px !important;
  	text-align: center;
  	text-transform: uppercase;
  	width: 50%;
  	padding: 5px;
  	border-radius: 0;
  	margin-bottom: 10px;
  	&:link,
  	&:visited {
  		color: #0e7d7a;
  	}
  	&:hover,
  	&:active {
  		color: red;
  		background: transparent !important;
  	}
  }*/
}
#page .products .product h2 {
  display: flex;
  align-items: center;
  font-weight: 900;
  min-height: 73px;
  margin: 0 10px;
}
#page .products .product a img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  object-fit: cover;
  min-height: 42vw;
  max-height: 44vw;
}
@media (min-width: 768px) {
  #page .products .product a img {
    min-height: 20vw;
    max-height: 20.4vw;
  }
}
@media (min-width: 1100px) {
  #page .products .product a img {
    min-height: 221px;
    max-height: 223px;
  }
}
#page .products .product .author-name {
  color: #bcbb00;
  font-size: 15px;
  margin: 0 10px 10px;
}

.project-actions {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}

.term-description {
  text-align: center;
}

@media (min-width: 800px) {
  .prod-content::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #fff 0, #fff 350px, #f1f1f1 350px, #f1f1f1 100%);
    top: 0;
    right: -1500px;
    bottom: 0;
    left: -1500px;
  }
}
/*.status-name {
	position: absolute;
	background: #ccc;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	top: 0;
	left: 0;
	padding: 2px 7px;
}
.status-name-built,
.status-campaign {
	background: #13b479;
}
.status-name-funded {
	background: #1388b4;
}
.status-name-in-construction {
	background: #f68e29;
}
.status-name-planning {
	background: #f64b29;
}*/
.status-progression {
  height: 5px;
  width: 100%;
  padding: 0 20px;
}

progress {
  border: 0;
  transition: 400ms ease all;
}
progress[value] {
  -webkit-appearance: none;
  appearance: none;
}
progress::-webkit-progress-bar {
  background-color: #e9e9e9;
}

progress::-moz-progress-bar {
  background-color: #e9e9e9;
}

/*.status-built {
	color: #13b479;
	&::-webkit-progress-value {
		background-color: #13b479;
	}
}*/
.status-campaign {
  color: #bcbb00;
}
.status-campaign::-webkit-progress-value {
  background-color: #bcbb00;
}

/*.status-funded {
	color: #1388b4;
	&::-webkit-progress-value {
		background-color: #1388b4;
	}
}*/
.info-donations-date {
  position: relative;
}

.info-donations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: center;
}

.started {
  position: absolute;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  top: -55px;
  left: 20px;
  width: 100%;
  max-width: 100px;
}
.started:first-line {
  font-weight: 300;
}

.info-needed {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 1 auto;
  color: #333;
  font-size: 16px;
}
.info-needed span {
  font-weight: 700;
}

.info-donated {
  border-right: 1px solid #d6dde2;
}

@media (min-width: 768px) {
  #page .products .product {
    width: 22%;
  }

  .label-amount-raised {
    text-align: left;
  }

  .label-donation-goal {
    text-align: right;
  }
}
@media (min-width: 900px) {
  .label-amount-raised span,
  .label-target-goal span {
    font-size: 150%;
  }
}
p.info-intro {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px 15px;
}

.single_add_to_cart_button {
  background: #bcbb00 !important;
}

.woocommerce .product .images {
  pointer-events: none;
}

/*.woocommerce div.product div.images .flex-control-thumbs {
	position: absolute;
	background: linear-gradient(0deg, black, transparent);
	bottom: 0;
	right: 0;
	left: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 10%;
	margin: 20px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
	border: 1px solid rgba(204, 204, 204, 0.5);
}
.woocommerce div.product div.images .flex-control-thumbs li .flex-active {
	border-color: #fff;
	outline: 2px solid #fff;
}
.flex-direction-nav {
	position: absolute;
	top: 25%;
	left: 5px;
	right: 5px;
}
.flex-nav-next {
	position: absolute;
	top: 0;
	right: 0;
}
a.flex-prev,
a.flex-next {
	visibility: hidden;
	color: #000;
	&::before {
		font-family: WooCommerce;
		content: "\e00b";
		visibility: visible;
		background: rgba(255, 255, 255, 0.5);
		font-size: 30px;
		line-height: 1;
		position: absolute;
		text-align: center;
		width: 30px;
		height: 30px;
		border-radius: 100%;
	}
}
a.flex-next::before {
	content: "\e008";
}*/
.other-items {
  padding: 6vw 20px 4vw;
}
.other-items > h2 {
  text-align: center;
}

.product.product_cat-general ~ h2 {
  background: #fff;
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #d8dfe4;
  box-shadow: inset 0 3px 0 #eaeef0;
  margin: 0px -1px;
}

.postid-182 .single-product .prod-info {
  float: none;
  margin: 0 auto;
}

@media (max-width: 799px) {
  /*.prod-content > div {
  	margin-bottom: 35px;
  }*/
  .woocommerce .woocommerce-product-gallery__wrapper {
    margin: -20px 15px 20px !important;
  }
}
@media (min-width: 800px) {
  .woocommerce #content div.product div.images {
    float: left;
    display: flex;
    align-items: center;
    min-height: 500px;
    width: 50%;
  }

  div.single-product .prod-info {
    float: left;
    width: 50%;
    padding-left: 60px;
  }
}
/*------------------- Account Creation and My Account pages --------------*/
/* Registration form (non-CRED)*/
#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
  float: none;
  width: 100%;
}
#customer_login .u-column1.col-1 form,
#customer_login .u-column2.col-2 form {
  margin-top: 10px;
}
#customer_login h2 {
  margin-bottom: 0;
}
#customer_login .form-row-wide {
  max-width: 475px;
}

/* colorbox uses default box-sizing box modal */
.cred-user-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 0 20px;
  margin-top: 300px;
}

#colorbox {
  box-shadow: 8px 9px 20px 10px rgba(0, 0, 0, 0.11);
}
#colorbox .row {
  margin-right: 0;
  margin-left: 0;
}

#login_form {
  padding: 0 !important;
  padding-top: 1px !important;
}

#login_form img {
  display: block;
  position: relative;
  margin: 20px auto;
}

#loginform {
  padding: 20px 40px 10px 20px;
}

.login-remember,
.login-submit,
.login-forgot,
.login-create {
  text-align: center;
}

.login-forgot,
.login-create {
  clear: both;
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login-remember {
  float: left;
  text-align: right;
  width: 50%;
  margin: 10px 0 0;
}

.login-submit {
  float: right;
  text-align: left;
  width: 45%;
  margin-left: 5%;
}

@media (min-width: 540px) {
  #loginform {
    padding: 30px 70px 10px 50px;
  }

  .login-forgot,
  .login-create {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .cred-user-form {
    padding: 40px 0 10px 20px;
    margin-top: 0;
    margin-left: 51%;
  }

  /*#login_form {
  	background: #fff url(../images/bg-modal.jpg) 100% 0 no-repeat !important;
  	img {
  		margin: 35px auto 20px;
  		left: -25%;
  	}
  }*/
  #loginform {
    padding: 30px 70px 10px 50px;
    margin: 0 25%;
  }

  /*.login-forgot,
  .login-create {
  	left: -25%;
  }*/
}
.wpt-form-label {
  white-space: normal !important;
}

.form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.form-checkboxes > div {
  flex: 1 0 50%;
  min-width: 270px;
}

#edit-campaign-form {
  margin-bottom: 40px;
}

.required {
  color: red;
}

.woocommerce-form-register .row,
.woocommerce-form-register .form-row,
form.woocommerce-EditAccountForm .row,
form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .woocommerce-form-register,
  form.woocommerce-EditAccountForm {
    padding: 20px 10px !important;
  }
}

.woocommerce-EditAccountForm #account_display_name,
.woocommerce-EditAccountForm label[for='account_display_name'],
.woocommerce-EditAccountForm .form-row-last + div + p {
  display: none !important;
}

.woocommerce-privacy-policy-text > p {
  font-size: 12px;
  margin-top: 35px;
}
.woocommerce-privacy-policy-text + .form-row {
  text-align: center;
}

.woocommerce-account .site-main {
  max-width: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#page .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-MyAccount-navigation {
  float: none;
  background: #f1f1f1;
  text-align: center;
  width: auto;
  margin: -35px -10px 35px;
}
.woocommerce-MyAccount-navigation li {
  display: inline-block;
  margin: 20px 10px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    padding: 20px 0 10px;
    margin: 0 auto 35px;
  }
  .woocommerce-MyAccount-navigation li {
    flex: 0 1 50%;
    margin: 0 0 10px;
  }
}

.woocommerce-orders-table {
  table-layout: auto;
}
.woocommerce-orders-table th[class*='actions'] {
  text-align: center;
}

.woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
.woocommerce-orders-table__cell-order-actions .button {
  margin: 5px !important;
}

.list-my-campaigns li {
  margin-bottom: 15px;
}

.table-scroll-x {
  overflow-x: auto;
}
@media (max-width: 480px) {
  .table-scroll-x {
    overflow-x: scroll;
  }
  .table-scroll-x table {
    font-size: 14px;
  }
}

.contributions-report {
  width: auto;
}
.contributions-report tr:nth-of-type(even) {
  background: #f4f6f7;
}
.contributions-report th,
.contributions-report td {
  padding: 8px;
  border: 1px solid #ccc;
}
.contributions-report th {
  background: #808080;
  font-weight: normal;
  text-align: center;
  text-transform: unset;
  padding: 10px 5px;
  border: 1px solid #9c9c9c;
  color: #fff;
}
@media (max-width: 480px) {
  .contributions-report {
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .contributions-report {
    width: 100%;
  }
}

.mission-summary {
  margin-bottom: 20px;
}

/*------------------ Campaign Creation page ------------------------------*/
.alert.alert-success p {
  color: green;
  font-size: 20px;
}

.wpt-form-set-checkboxes-product_cat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.wpt-form-set-checkboxes-product_cat li {
  flex: 0 0 45%;
  display: flex;
  align-items: stretch;
  background: #f1f1f1;
  text-align: center;
  min-height: 60px;
  padding: 10px;
  border-radius: 5px;
  margin: 0 10px 20px 0;
}
.wpt-form-set-checkboxes-product_cat label {
  flex: 1 0 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  /*span {
  	flex: 0 1 70%;
  }*/
}
.wpt-form-set-checkboxes-product_cat label input {
  flex: 0 1 auto;
  margin-right: 10px;
}

.tax-selected-campaign {
  background: #bcbb00 !important;
  transition: 200ms linear background;
}
.tax-selected-campaign label {
  color: #fff !important;
}

.cred-form .wpt-form-textfield.hasDatepicker {
  max-width: 195px;
}

.cred-form input[name='post_title'] {
  pointer-events: none;
  border: 0;
}

div[data-item_name='integer-c_goal'] {
  position: relative;
  padding-left: 20px;
}
div[data-item_name='integer-c_goal'] span {
  position: absolute;
  bottom: 5px;
  left: 1px;
}

.sm-message {
  display: inline-block;
  margin: -20px 0 25px;
}

@media (min-width: 768px) {
  .wpt-form-set-checkboxes-product_cat li {
    flex: 0 0 24%;
  }

  .sm-message {
    max-width: 360px;
    margin-top: 25px;
  }
}
form[action^="/my-account/create-campaign"] .container-fluid,
form[action^="/my-account/campaigns"] .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
form[action^="/my-account/create-campaign"] .container-fluid > .row > *,
form[action^="/my-account/campaigns"] .container-fluid > .row > * {
  margin-bottom: 20px;
}
form[action^="/my-account/create-campaign"] h2,
form[action^="/my-account/campaigns"] h2 {
  border-bottom: 1px solid #bbb;
  margin: 35px 0 20px;
}
form[action^="/my-account/create-campaign"] [data-item_name="credimage-_featured_image"],
form[action^="/my-account/campaigns"] [data-item_name="credimage-_featured_image"] {
  margin-bottom: 35px;
}
@media (min-width: 640px) {
  form[action^="/my-account/create-campaign"] [data-item_name="wysiwyg-post_content"],
  form[action^="/my-account/campaigns"] [data-item_name="wysiwyg-post_content"] {
    margin-top: -25px;
  }
}
form[action^="/my-account/create-campaign"] input[name="c_goal"],
form[action^="/my-account/campaigns"] input[name="c_goal"] {
  width: calc(100% - 20px);
}
form[action^="/my-account/create-campaign"] .container-fluid > .row:last-child,
form[action^="/my-account/campaigns"] .container-fluid > .row:last-child {
  text-align: center;
}

/*------------------  Forgot PW ------------------*/
.woocommerce-notices-wrapper,
.woocommerce-ResetPassword {
  max-width: 800px;
  margin: 0 auto;
}

/*------------------  Withdrawal Request Form ---------------*/
form[action^="/withdrawal-request"] .row {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.campaign-td-goal {
  color: #ccc;
}

.selected-row td {
  background: #f3f3f3;
}

#field_2_15 {
  text-align: center;
}

/*------------------- About Page ------------------*/
.section-about {
  position: relative;
  background: #fff;
  padding: 50px 0;
}
.section-about:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, white 0%, white 50%, #b6b524 50%, #b6b524 100%);
  top: 0;
  left: -1500px;
  bottom: 0;
  right: -1500px;
}
.section-about > div > div {
  align-items: stretch !important;
}
.section-about > div > div:first-of-type > div {
  border-radius: 0 0 0 100px;
}
.section-about > div > div:last-of-type > div {
  border-radius: 0 100px 0 0;
}
.section-about > div > div > div {
  background: #fff;
  padding: 30px 35px 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

/*------------------- FAQ page --------------------*/
.faq {
  margin-bottom: 20px;
}
.faq h2 {
  color: #666666;
  font-size: 26px;
  text-align: center;
  padding: 15px 20px 15px;
  margin: 0 0 22px;
  /*&:before {
  	content: "+";
  	display: inline-block;
  	width: 25px;
  }
  &.toggleExpanded:before {
  	content: "-";
  }*/
}
.faq dl {
  margin: 0;
}
.faq dt {
  cursor: pointer;
  padding: 5px 20px 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.faq dt:not(.toggleExpanded) {
  padding: 5px 20px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.faq dt:hover h3 {
  color: #bcbb00;
}
.faq dd[aria-expanded='true'] {
  position: relative;
  padding: 10px 20px 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.faq dd[aria-expanded='true']:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 21px;
  top: -20px;
  left: 0;
  right: 0;
}
.faq dt,
.faq dd {
  background: #fff;
  margin: 0;
}
.faq dt:last-of-type,
.faq dd:last-of-type {
  border-bottom: 0;
}
.faq h3 {
  font-size: 17px;
  padding-bottom: 22px;
  margin-bottom: 0;
}
.faq h3:after {
  content: "+";
  float: right;
  display: inline-block;
  color: #bcbb00;
  font-weight: 700;
  width: 25px;
}
.faq .toggleExpanded > h3:after {
  content: "-";
}
@media (min-width: 860px) {
  .faq h3 {
    font-size: 18px;
  }
}

/*------------------- Partners / Endeavors pages/shortcodes */
.list-endeavors,
.list-partners {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 50px;
}
.list-endeavors li,
.list-partners li {
  flex: 1 0 13%;
}
.list-endeavors a,
.list-partners a {
  display: inline-block;
  font-size: 16px;
  max-width: 115px;
}

.list-endeavors {
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 0 !important;
}
.list-endeavors li {
  flex: 1 0 40%;
  margin-bottom: 20px;
}
.list-endeavors a {
  max-width: 190px;
  width: 90%;
}
@media (min-width: 640px) {
  .list-endeavors li {
    flex: 1 0 25%;
  }
}

.endeavors-img,
.partners-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding-bottom: 10px;
  filter: saturate(0.1);
}

.single-endeavor .entry-header {
  color: #434343;
  padding: 20px 10px 40px;
}
.single-endeavor .entry-header a {
  color: #fff;
}

/*------------------- Contact page --------------------*/
.page-id-16 form {
  text-align: center;
  max-width: 1100px;
}
.page-id-16 .site-footer {
  background-image: none;
}
@media (min-width: 476px) and (max-width: 959px) {
  .page-id-16 textarea {
    width: 444px !important;
  }
}

.section-contact {
  position: relative;
  background: #fff;
  padding: calc(10px + 2vw) 0;
}
.section-contact:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #f1f1f1 0%, #f1f1f1 50%, white 50%, white 100%);
  top: 0;
  right: -1500px;
  bottom: 0;
  left: -1500px;
}
.section-contact > div > div:first-of-type > div:first-of-type {
  width: 100%;
}
.section-contact > div > div:first-of-type {
  border-radius: 0 0 100px 0;
}
.section-contact > div > div:last-of-type {
  border-radius: 0 100px 0 0;
}
.section-contact h3 {
  color: #bcbb00;
  font-size: 30px;
}
@media (max-width: 959px) {
  .section-contact > div > div:first-of-type {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.list-contact li {
  margin-bottom: 18px;
}
.list-contact li a:link,
.list-contact li a:visited {
  color: #fff;
}
.list-contact li a:focus,
.list-contact li a:active,
.list-contact li a:hover {
  color: #bcbb00;
}

/*------------------- Testimonial page ------------- */
.blog-entries > .testimonial:first-of-type {
  padding-top: 0;
}

/*------------------- 404 page --------------------*/
.error404 .entry-content {
  float: none;
  text-align: center;
  max-width: 670px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 5.72917vw;
}

.error-404 {
  background-size: 50%;
  min-height: 50vw;
}

/*------------------ Search page (regular WP one) --------------*/
.search .search-form {
  padding: 35px 0;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}

/* --------------------------------------------------------------------------------------------------- */
/* 9.0 --------------------------------------- Media Queries ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ------------------------------------------------------------------------------------------- */
/* 10.0 --------------------------------------- Print ---------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
@media print {
  body {
    background: none !important;
    font-size: 11.25pt;
  }

  aside,
  .main-menu,
  .menu-toggle,
  button,
  input,
  textarea,
  select,
  .menu-footer-container,
  .menu-terms,
  .woocommerce-MyAccount-navigation,
  .sidebar,
  .other-items {
    display: none;
  }

  .site-header {
    position: absolute;
    top: 0 !important;
  }

  .site-header,
  .site-footer,
  .entry-footer,
  .page-header,
  .page-content {
    background: none !important;
  }

  body,
  label,
  a,
  h1,
  h2,
  h3,
  .site-content,
  .site-content a,
  .site-footer {
    color: #000 !important;
  }

  table,
  th,
  td {
    border-color: #eaeaea !important;
  }

  section {
    padding: 20px 10px !important;
    margin: 20px 0 !important;
  }

  div,
  .entry-header,
  .entry-content {
    min-height: 0 !important;
  }

  .site-header {
    border: 0;
  }

  .woocommerce-product-gallery {
    width: 50% !important;
    margin: 0 auto;
  }

  .info-donated span,
  .info-needed span {
    display: block;
  }

  .site-footer .div > * {
    order: 1;
    margin-bottom: 30px;
  }
}
