/*!
Theme Name: Staging Diva - Simple
Theme URI: https://stagingdiva.com
Author: NorthEastStudio.com
Author URI: https://NorthEastStudio.com/
Version: 1.0

Template: genesis
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include breakpoint(1000px) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/*
 * SVG fallback to a png for older browsers
 * @include svgBGfallback('images/filename');
 */
/*
 * Vendor tranform
 * @include vendorTransform(rotate(90deg));
 */
/*
 * Horizontal gradient, from left to right
 *
 * Creates two color stops, start and end, by specifying a color and position for each color stop.
 * Color stops are not available in IE9 and below.
 */
/*
 * Vertical gradient, from top to bottom
 *
 * Creates two color stops, start and end, by specifying a color and position for each color stop.
 * Color stops are not available in IE9 and below.
 */
@font-face {
  font-family: 'sd-icons';
  src: url("fonts/sd.eot?72527711");
  src: url("fonts/sd.eot?72527711#iefix") format("embedded-opentype"), url("fonts/sd.woff2?72527711") format("woff2"), url("fonts/sd.woff?72527711") format("woff"), url("fonts/sd.ttf?72527711") format("truetype"), url("fonts/sd.svg?72527711#sd") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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: 'sd';
    src: url('../font/sd.svg?72527711#sd') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sd-icons";
  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-down-dir:before {
  content: '\e800'; }

/* '' */
.icon-ok:before {
  content: '\e801'; }

/* '' */
.icon-play:before {
  content: '\e802'; }

/* '' */
.icon-right-open:before {
  content: '\e803'; }

/* '' */
.icon-left-open:before {
  content: '\e804'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e805'; }

/* '' */
.icon-cancel:before {
  content: '\e806'; }

/* '' */
.icon-search:before {
  content: '\e807'; }

/* '' */
.icon-comment-1:before {
  content: '\e808'; }

/* '' */
.icon-magnifier:before {
  content: '\e86f'; }

/* '' */
.icon-menu-1:before {
  content: '\e871'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-play-circled:before {
  content: '\f144'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-registered:before {
  content: '\f25d'; }

/* '' */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ==========================================================================
   Screen Reader
   ========================================================================== */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  color: #333;
  background: #fff; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* ==========================================================================
   Genesis Skip Links
   ========================================================================== */
.genesis-skip-link {
  margin: 0;
  height: 0;
  margin: 0;
  padding: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* ==========================================================================
   General WP Stuff
   ========================================================================== */
.aligncenter {
  margin: 0 auto;
  text-align: center; }

img.aligncenter {
  display: block; }

.alignleft {
  float: left;
  text-align: left;
  margin-right: 20px; }

.alignright {
  float: right;
  text-align: right;
  margin-left: 20px; }

.entry-content .alignleft,
.entry-content .alignright {
  margin-bottom: 20px; }

.wp-caption {
  padding: 0;
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 0.875rem; }
  .wp-caption a, .wp-caption img {
    display: block; }
  .wp-caption .wp-caption-text {
    background: #f3f3f3;
    padding: 10px; }
  .wp-caption.alignleft {
    margin-right: 20px; }
  .wp-caption.alignright {
    margin-left: 20px; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  padding-top: 0;
  font-weight: 400; }

.name-link {
  position: relative;
  top: -10px;
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden; }

.clear {
  clear: both; }

/* ==========================================================================
   Selection Highlights
   ========================================================================== */
::-moz-selection {
  background: #c3d29f;
  text-shadow: none; }

::selection {
  background: #c3d29f;
  text-shadow: none; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #3875ba;
  text-decoration: underline;
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, opacity .25s ease; }
  a:hover, a:focus, a:active {
    color: #709fd4; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a:visited {
    color: #cc6600; }

/* ==========================================================================
   Typography
   ========================================================================== */
body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

p {
  margin: 0 0 15px 0; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 30px;
  background: #f3f3f3;
  font-style: normal;
  color: #7a7a7a;
  padding: 30px;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
  blockquote p {
    margin-top: 0; }

cite {
  color: #222;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold; }
  cite span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px; }

.entry-content blockquote {
  margin-left: -30px;
  width: calc(100% + 30px); }

.quote {
  overflow: hidden;
  background: none;
  padding: 0;
  text-transform: uppercase;
  color: #75ad37;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.75;
  font-style: normal; }
  .quote p {
    font-size: 21px;
    font-size: 1.3125rem; }
  .quote cite {
    display: block;
    margin-top: 30px;
    position: relative;
    padding-left: 50px; }
    .quote cite:before {
      content: "";
      display: inline-block;
      height: 1px;
      background: #bbb;
      width: 35px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      margin-left: -50px; }

.pull-left {
  max-width: 54%;
  float: left;
  margin-left: -50px;
  margin-right: 32px; }

.pull-right,
.entry-content blockquote.pull-right {
  float: right;
  max-width: 54%;
  margin-right: -50px;
  margin-left: 32px;
  text-align: right;
  width: 100%; }

code, kbd, tt, var {
  font-size: 16px;
  font-size: 1rem;
  font-family: monaco, Consolas, Lucida Console, monospace; }

code {
  margin-left: 5px;
  margin-right: 5px; }

abbr, acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help; }

mark, ins {
  text-decoration: none; }

hr {
  margin: 30px 0;
  background: #e6e6e6;
  border: none;
  height: 1px; }

pre {
  background: #f3f3f3;
  padding: 20px 30px;
  font-size: 16px;
  font-size: 1rem;
  font-family: monaco, Consolas, Lucida Console, monospace; }

/* ==========================================================================
  Headings
  ========================================================================== */
h1 {
  line-height: 1.25;
  vertical-align: middle;
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  color: #cc6600;
  font-size: 28px;
  font-size: 1.75rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #75ad37; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: "Lato", sans-serif; }

.section-title,
#reply-title,
.entry-content .entry-wrap > h1,
body#tinymce h1 {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 32px;
  color: #222;
  text-transform: normal; }
  .section-title:after,
  #reply-title:after,
  .entry-content .entry-wrap > h1:after,
  body#tinymce h1:after {
    content: "";
    display: block;
    width: 400px;
    max-width: 100%;
    height: 2px;
    background: #cc6600;
    margin: 0 auto;
    margin-top: 15px; }
  .section-title.alignleft,
  #reply-title.alignleft,
  .entry-content .entry-wrap > h1.alignleft,
  body#tinymce h1.alignleft {
    float: none;
    text-align: left;
    margin-right: 0; }
    .section-title.alignleft:after,
    #reply-title.alignleft:after,
    .entry-content .entry-wrap > h1.alignleft:after,
    body#tinymce h1.alignleft:after {
      margin: 10px 0 0 0; }
  @media (max-width: 512px) {
    .section-title,
    #reply-title,
    .entry-content .entry-wrap > h1,
    body#tinymce h1 {
      font-size: 24px;
      font-size: 1.5rem; } }

.bg-green .section-title:after,
.bg-green .entry-content .entry-wrap > h1:after {
  background-color: #b3c690; }

.bg-orange .section-title:after,
.bg-orange .entry-content .entry-wrap > h1:after {
  background-color: #ffd953; }

.section-tagline {
  color: #75ad37;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: .1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 40px; }

/* ==========================================================================
   Misc
   ========================================================================== */
img, object, iframe {
  max-width: 100%; }

img {
  height: auto; }
  img.round {
    border-radius: 100%; }

ul {
  margin-left: 0;
  padding-left: 0;
  list-style: inside; }
  ul li {
    margin: 10px 0; }

.bubble {
  background: none;
  padding: 0;
  font-weight: normal; }
  .bubble .inner {
    background: #f3f3f3;
    font-style: normal;
    font-family: "Lato", sans-serif;
    padding: 20px 30px;
    font-weight: 700;
    color: #7a7a7a;
    position: relative;
    margin-bottom: 40px; }
    .bubble .inner p {
      margin-bottom: 20px; }
      .bubble .inner p:last-child {
        margin-bottom: 0; }
    .bubble .inner:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: 20%;
      bottom: -30px;
      border: 15px solid;
      border-color: #f3f3f3 transparent transparent #f3f3f3; }
  .bubble.bubble-yellow .inner {
    background: #D9E2C2;
    color: #222; }
    .bubble.bubble-yellow .inner:after {
      border-color: #D9E2C2 transparent transparent #D9E2C2; }
  .bubble.bubble-darkyellow .inner {
    background: #ede6c4;
    color: #58564b; }
    .bubble.bubble-darkyellow .inner:after {
      border-color: #ede6c4 transparent transparent #ede6c4; }
  .bubble img {
    border-radius: 100%;
    float: left; }
  .bubble cite {
    position: relative;
    display: block;
    overflow: hidden; }
  .bubble .vertical-center {
    width: auto;
    padding-left: 20px; }

/* ==========================================================================
   Text Modifications
   ========================================================================== */
small, .txt-small {
  font-size: 80%; }

big, .txt-large {
  font-size: 112%;
  line-height: 1.75; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark ul li, .dark ol li, .footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6, .footer-widgets p, .footer-widgets ul li, .footer-widgets ol li {
  color: #fff; }

.dark a, .footer-widgets a {
  color: #fff; }
  .dark a:hover, .footer-widgets a:hover {
    color: rgba(255, 255, 255, 0.75); }

.sd-highlight {
  background: #D9E2C2;
  padding: 2px 10px; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  width: 100%;
  height: 135px;
  position: fixed;
  top: 0;
  z-index: 2 !important;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  padding: 30px 0; }
  .site-header.shrink {
    border-bottom: 1px solid #eee; }
  .site-header.nav-up {
    top: -135px; }

body .site-header,
body .search-area {
  -webkit-transition: margin 0.2s ease-out 0s, -webkit-transform .4s ease, top .2s ease-in-out, top .2s ease-in-out;
  transition: margin 0.2s ease-out 0s, -webkit-transform .4s ease, top .2s ease-in-out, top .2s ease-in-out;
  -webkit-transition: margin 0.2s ease-out 0s, top .2s ease-in-out, top .2s ease-in-out, -webkit-transform .4s ease;
  transition: margin 0.2s ease-out 0s, top .2s ease-in-out, top .2s ease-in-out, -webkit-transform .4s ease;
  transition: margin 0.2s ease-out 0s, transform .4s ease, top .2s ease-in-out, top .2s ease-in-out;
  transition: margin 0.2s ease-out 0s, transform .4s ease, top .2s ease-in-out, top .2s ease-in-out, -webkit-transform .4s ease;
  transition: margin 0.2s ease-out 0s, transform .4s ease,-webkit-transform .4s ease, top .2s ease-in-out, top .3s ease-in-out; }

.site-header-push {
  height: 135px; }

.admin-bar .site-header,
.admin-bard .search-area {
  top: 28px; }

.site-title {
  line-height: 0;
  margin: 0;
  float: left; }
  .site-title a {
    background-image: url("images/Sixelementslogo200x116.jpg");
    /* background-image: url("images/logo.svg"), linear-gradient(transparent, transparent);
    background-image: url("images/logo.svg"), linear-gradient(transparent, transparent), none; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px 74px;
    display: block;
    height: 74px;
    text-indent: -9999px;
    width: 100px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    .site-title a:hover {
      opacity: .8; }

.search-area {
  background: #b3c690;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1;
  overflow: hidden;
  display: none \9; }
  .search-area.nav-up {
    top: -70px;
    opacity: 0; }

.search-area #s {
  color: #fff;
  background: #b3c690;
  margin: 15px 0;
  width: 100%;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  padding: 0;
  outline: none;
  border: none; }

.search-area #s::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5); }

.search-area #s::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

.search-area #s:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5); }

.search-area #s:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

body.search-active .site-header,
body.search-active {
  margin-top: 70px; }

body {
  -webkit-transition: margin 0.2s ease-out 0s;
  transition: margin 0.2s ease-out 0s; }

/* ==========================================================================
   Main Content Structure
   ========================================================================== */
.site-inner {
  padding: 40px 0; }

.wrap {
  max-width: 1270px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto; }
  .wrap:before, .wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .wrap:after {
    clear: both; }
  .wrap.wrap-lg {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1310px; }
  .wrap.wrap-sm {
    padding-left: 150px;
    padding-right: 150px; }

.pad-top {
  padding-top: 50px; }

.pad-bot {
  padding-bottom: 50px; }

.content-sidebar .content {
  width: 63%;
  float: left; }

.content-sidebar .sidebar {
  padding-left: 90px;
  width: 37%;
  float: right; }

/* ==========================================================================
   Custom Layouts
   ========================================================================== */
.full-width-content-skinny .site-container > .site-inner .wrap {
  max-width: 1050px; }

.full-width-content-moreskinny .site-container > .site-inner .wrap {
  max-width: 640px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-widgets {
  background: url(images/bg-footer.jpg) center center repeat-x;
  background-size: auto 100%; }
  .footer-widgets .wrap {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .footer-widgets .widget-area {
    display: table-cell \9;
    padding: 0 20px \9;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px; }
    .footer-widgets .widget-area:first-child {
      margin-left: 0;
      max-width: 153px; }
    .footer-widgets .widget-area:last-child {
      max-width: 190px; }
  .footer-widgets ul {
    list-style: none; }
    .footer-widgets ul:last-child, .footer-widgets ul li:last-child {
      margin-bottom: 0; }
  .footer-widgets h3 {
    color: #ffd6ad;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0; }
  @media (max-width: 1200px) {
    .footer-widgets h3 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 1000px) {
    .footer-widgets h3, .footer-widgets ul {
      font-size: 16px;
      font-size: 1rem; } }

.site-footer {
  background: #D9E2C2; }
  .site-footer .wrap {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .site-footer .wrap > p {
      font-size: 13.08px;
      font-size: 0.8175rem;
      margin-top: 2rem;
      line-height: 1.6; }
  .site-footer .footer-copy p {
    margin-bottom: 10px;
    line-height: 1.35; }
  .site-footer .footer-menu {
    width: 300px;
    padding-right: 40px;
    float: left; }
    .site-footer .footer-menu ul, .site-footer .footer-menu li {
      margin: 0; }
    .site-footer .footer-menu li {
      margin-bottom: 20px; }
    .site-footer .footer-menu a {
      width: 100%; }

.site-footer .wrap, .footer-widgets .wrap {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1310px; }

.column {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px; }
  .column:first-child {
    padding-top: 0; }

@media (min-width: 600px) {
  .row {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px; }
  .column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0; }
    .column:first-child {
      clear: both; }
  .one-fourth.column {
    width: 25%; }
  .one-third.column {
    width: 33.3333333333%; }
  .two-thirds.column {
    width: 66.6666666666%; }
  .three-fourths.column {
    width: 66.6666666666%; }
  .one-half.column {
    width: 50%; }
  .one-fifth.column {
    width: 20%; }
  .two-fifths.column {
    width: 40%; }
  .three-fifths.column {
    width: 60%; }
  .four-fifths.column {
    width: 80%; } }

/* ==SHORTCODE COLUMNS */
.sd-cols {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0 0 20px 0; }

.sd-col {
  float: left;
  display: block; }

.sd-col-inner {
  margin: 0 30px 0 0; }

.sd-cols-half-half .sd-col-a,
.sd-cols-half-half .sd-col-b {
  width: 50%; }

.sd-cols-third-third-third .sd-col-a,
.sd-cols-third-third-third .sd-col-b,
.sd-cols-third-third-third .sd-col-c {
  width: 33.3%; }

.sd-cols-twothirds-third .sd-col-a {
  width: 67%; }

.sd-cols-twothirds-third .sd-col-b {
  width: 33%; }

.sd-cols-third-twothirds .sd-col-a {
  width: 33%; }

.sd-cols-third-twothirds .sd-col-b {
  width: 67%; }

.sd-cols-quarter-quarter-quarter-quarter .sd-col-a,
.sd-cols-quarter-quarter-quarter-quarter .sd-col-b,
.sd-cols-quarter-quarter-quarter-quarter .sd-col-c,
.sd-cols-quarter-quarter-quarter-quarter .sd-col-d {
  width: 25%; }

.sd-cols-half-quarter-quarter .sd-col-a {
  width: 50%; }

.sd-cols-half-quarter-quarter .sd-col-b,
.sd-cols-half-quarter-quarter .sd-col-c {
  width: 25%; }

.sd-cols-quarter-quarter-half .sd-col-a,
.sd-cols-quarter-quarter-half .sd-col-b {
  width: 25%; }

.sd-cols-quarter-quarter-half .sd-col-c {
  width: 50%; }

.sd-cols-quarter-half-quarter .sd-col-a,
.sd-cols-quarter-half-quarter .sd-col-c {
  width: 25%; }

.sd-cols-quarter-half-quarter .sd-col-b {
  width: 50%; }

/* ==========================================================================
   Sidebars
   ========================================================================== */
.single.content-sidebar .sidebar-primary,
.blog.content-sidebar .sidebar-primary {
  padding-bottom: 400px; }
  @media (max-width: 1000px) {
    .single.content-sidebar .sidebar-primary,
    .blog.content-sidebar .sidebar-primary {
      padding-bottom: 300px; } }
  @media (max-width: 600px) {
    .single.content-sidebar .sidebar-primary,
    .blog.content-sidebar .sidebar-primary {
      padding-bottom: 200px; } }

/* ==========================================================================
   Menus
   ========================================================================== */
.genesis-nav-menu {
  margin: 0;
  padding: 0;
  width: auto; }
  .genesis-nav-menu li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem; }
    .genesis-nav-menu li a {
      color: #222;
      font-style: normal;
      text-decoration: none; }
    .genesis-nav-menu li a:hover,
    .genesis-nav-menu li.current-menu-item a {
      color: #cc6600; }
    .genesis-nav-menu li .sub-menu {
      text-align: center;
      opacity: 0;
      left: -9999px;
      position: absolute;
      width: 200px;
      margin-left: -35px;
      background: rgba(204, 102, 0, 0.9);
      padding: 10px 2px;
      border-radius: 0;
      margin-top: 10px;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -o-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: opacity .45s ease, -webkit-transform .25s ease;
      transition: opacity .45s ease, -webkit-transform .25s ease;
      transition: opacity .45s ease, transform .25s ease;
      transition: opacity .45s ease, transform .25s ease, -webkit-transform .25s ease;
      z-index: 25; }
      .genesis-nav-menu li .sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent rgba(204, 102, 0, 0.9) transparent; }
      .genesis-nav-menu li .sub-menu:after {
        height: 14px;
        content: "";
        display: block;
        position: absolute;
        top: -14px;
        width: 100%;
        left: 0; }
      .genesis-nav-menu li .sub-menu li {
        display: block;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal; }
      .genesis-nav-menu li .sub-menu li a {
        color: #fff;
        display: block;
        padding: 8px 10px;
        border-radius: 5px;
        text-transform: none; }
        .genesis-nav-menu li .sub-menu li a:hover {
          background: rgba(153, 77, 0, 0.5); }
    .genesis-nav-menu li:hover .sub-menu {
      left: auto;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.nav-primary {
  line-height: 20px;
  padding-top: 25px;
  padding-left: 35px;
  display: inline-block; }
  .nav-primary .search a {
    font-size: 20px;
    cursor: pointer; }

.search-active .search a {
  color: #cc6600; }

.menu-trigger {
  float: right;
  display: none;
  line-height: 32px;
  padding-top: 20px;
  font-size: 24px; }
  .menu-trigger a {
    padding: 10px;
    color: #222; }
    .menu-trigger a:hover, .menu-trigger a.active {
      color: #cc6600; }

.archive-pagination {
  clear: both;
  text-align: center;
  margin-top: 40px; }
  .archive-pagination ul {
    margin: 0; }
    .archive-pagination ul li, .archive-pagination ul a {
      text-decoration: none;
      margin: 0;
      list-style: none;
      display: inline-block; }
    .archive-pagination ul a {
      background: #75ad37;
      color: #fff;
      padding: 7px 15px 7px;
      text-transform: uppercase;
      border-radius: 5px; }
      .archive-pagination ul a:hover, .archive-pagination ul a:active, .archive-pagination ul a:focus {
        background: #5b862b;
        color: #fff; }
    .archive-pagination ul li.active a {
      background: #eaeaea;
      color: #222;
      cursor: default; }

.button-menu li {
  list-style: none; }

.social-menu, .footer-widgets-5 .menu {
  margin: 0 0 0 -4px; }
  .social-menu li, .footer-widgets-5 .menu li {
    display: inline-block;
    margin: 4px; }
    .social-menu li .icon, .footer-widgets-5 .menu li .icon {
      text-align: center;
      display: inline-block;
      background: #fff;
      height: 48px;
      width: 48px;
      line-height: 48px;
      color: #cc6600;
      border-radius: 100%;
      font-size: 24px;
      -webkit-transition: background .25s ease;
      transition: background .25s ease; }
      .social-menu li .icon:hover, .footer-widgets-5 .menu li .icon:hover {
        background: rgba(255, 255, 255, 0.75); }

#featured-menu {
  float: right;
  display: inline-block;
  padding-top: 15px; }
  #featured-menu ul {
    margin: 0; }
  #featured-menu li, #featured-menu a {
    display: inline-block;
    margin: 0; }
  #featured-menu a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 10px; }

.search-link {
  cursor: pointer; }
  .search-link i:before {
    font-weight: bold; }

.entry-content table {
  margin: 30px 0;
  width: 100%; }
  .entry-content table th, .entry-content table td {
    padding: 8px 12px;
    text-align: left; }
  .entry-content table th {
    background: #75ad37;
    color: #fff;
    font-family: "Lato", sans-serif; }
  .entry-content table tbody tr:nth-child(2n) {
    background: #f3f3f3; }

.table-wrap {
  max-width: 100%;
  overflow: auto; }

/* ==========================================================================
   Widgets
   ========================================================================== */
.sidebar .widget {
  margin-bottom: 4rem;
  line-height: 1.65; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
  @media (max-width: 1000px) {
    .sidebar .widget {
      font-size: 16px;
      font-size: 1rem; } }

.sidebar .widget_withbg {
  padding: 30px; }

.sidebar .widget-title {
  color: #cc6600;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .sidebar .widget-title:empty {
    display: none; }

.sidebar .hi {
  color: #75ad37;
  font-weight: 200;
  font-size: 40px;
  margin-top: -25px; }

.sidebar .widget_search {
  margin-top: -3rem; }

.sidebar .social-menu,
.entry-content .social-menu {
  text-align: center;
  margin-bottom: 0; }
  .sidebar .social-menu .icon,
  .entry-content .social-menu .icon {
    background: #222;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px; }
    .sidebar .social-menu .icon:hover,
    .entry-content .social-menu .icon:hover {
      background: #222; }
  .sidebar .social-menu .icon-facebook,
  .entry-content .social-menu .icon-facebook {
    background-color: #476fac; }
  .sidebar .social-menu .icon-twitter,
  .entry-content .social-menu .icon-twitter {
    background-color: #30acd5; }
  .sidebar .social-menu .icon-pinterest,
  .entry-content .social-menu .icon-pinterest {
    background-color: #b14949; }

.search-form input[type="search"] {
  background: #fff url(images/bg-search.png) no-repeat calc(100% - 20px) 50%; }

.search-form input[type="submit"] {
  display: none; }

.popular-posts {
  line-height: 1.25 !important; }
  .popular-posts ul li {
    list-style: none;
    margin: 20px 0px; }
    .popular-posts ul li a {
      font-weight: bold;
      text-decoration: none; }

/* ==========================================================================
   Comments
   ========================================================================== */
.comment-content a {
  word-wrap: break-word; }

.comment-list {
  list-style: none;
  padding: 0; }
  .comment-list .comment {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #dfdfdf;
    clear: both; }

.comment-author {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 16px; }
  .comment-author .avatar {
    border-radius: 100%;
    float: left;
    margin: 0 20px 10px -68px; }
  .comment-author a {
    color: #222;
    background: none;
    padding: 0; }

.comment-content {
  font-size: 15px;
  line-height: 1.5; }
  .comment-content .alert {
    background: #f7f9ea;
    padding: 10px;
    text-align: center;
    color: #a4ab7a;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase; }

.comment-meta {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 13px; }
  .comment-meta a {
    color: #999; }

.comment-edit-link, .logged-in-as a {
  font-size: 12px;
  color: #999; }

#respond {
  background: #f0f0f0;
  padding: 20px 30px;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 700px;
  font-size: 15px;
  border-radius: 3px; }
  #respond h3 {
    font-size: 21px; }
  #respond h3, #respond p {
    margin: 0 0 10px; }
  #respond h3, #respond p.comment-notes, #respond p.logged-in-as {
    text-align: center; }
  #respond .comment-form-comment label {
    display: none; }
  #respond label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 33.33%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #respond .comment-form-email,
  #respond .comment-form-url {
    padding-left: 20px; }
  #respond #submit {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: #888; }
    #respond #submit:hover {
      background: #555; }
  #respond input[type="text"],
  #respond input[type="email"],
  #respond input[type="url"],
  #respond textarea {
    padding: 10px; }

/* ==========================================================================
   Comments Plugin
   ========================================================================== */
html body #social #reply-title {
  text-align: left;
  background: none !important;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2; }
  html body #social #reply-title small {
    display: none; }
  html body #social #reply-title:after {
    margin-left: 0; }

body #social {
  background: none; }

body #social .social-sign-in-links {
  text-align: left;
  width: 100%; }

body #social .form-submit,
body #social .social-input-row-submit,
body #social .social-input-row {
  height: auto;
  padding-left: 100px; }

html body #social input#submit {
  width: auto; }

/* ==========================================================================
   Forms
   ========================================================================== */
.button,
a.button,
button,
.button-menu a,
input[type="button"],
input[type="reset"],
input[type="submit"],
html body #social input#submit {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #75ad37;
  color: #fff;
  line-height: 1;
  padding: 18px 35px 18px;
  -webkit-transition: .25s background-color ease-out, .25s opacity ease-in-out;
  transition: .25s background-color ease-out, .25s opacity ease-in-out;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 3px;
  -webkit-appearance: none;
  font-family: "Lato", sans-serif;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  height: auto;
  text-shadow: none; }
  .button:hover, .button:active, .button:focus,
  a.button:hover,
  a.button:active,
  a.button:focus,
  button:hover,
  button:active,
  button:focus,
  .button-menu a:hover,
  .button-menu a:active,
  .button-menu a:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  html body #social input#submit:hover,
  html body #social input#submit:active,
  html body #social input#submit:focus {
    background: #8fc750;
    color: #fff; }
  .button.orange,
  a.button.orange,
  button.orange,
  .button-menu a.orange,
  input[type="button"].orange,
  input[type="reset"].orange,
  input[type="submit"].orange,
  html body #social input#submit.orange {
    background: #cc6600; }
    .button.orange:hover, .button.orange.active,
    a.button.orange:hover,
    a.button.orange.active,
    button.orange:hover,
    button.orange.active,
    .button-menu a.orange:hover,
    .button-menu a.orange.active,
    input[type="button"].orange:hover,
    input[type="button"].orange.active,
    input[type="reset"].orange:hover,
    input[type="reset"].orange.active,
    input[type="submit"].orange:hover,
    input[type="submit"].orange.active,
    html body #social input#submit.orange:hover,
    html body #social input#submit.orange.active {
      background: #ff8000; }
  .button.black,
  a.button.black,
  button.black,
  .button-menu a.black,
  input[type="button"].black,
  input[type="reset"].black,
  input[type="submit"].black,
  html body #social input#submit.black {
    background: #383838; }
    .button.black:hover, .button.black.active,
    a.button.black:hover,
    a.button.black.active,
    button.black:hover,
    button.black.active,
    .button-menu a.black:hover,
    .button-menu a.black.active,
    input[type="button"].black:hover,
    input[type="button"].black.active,
    input[type="reset"].black:hover,
    input[type="reset"].black.active,
    input[type="submit"].black:hover,
    input[type="submit"].black.active,
    html body #social input#submit.black:hover,
    html body #social input#submit.black.active {
      background: #525151; }
  .button.outline,
  a.button.outline,
  button.outline,
  .button-menu a.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline,
  html body #social input#submit.outline {
    color: #525151;
    border: 2px solid #6b6b6b;
    background: transparent; }
    .button.outline:hover, .button.outline.active,
    a.button.outline:hover,
    a.button.outline.active,
    button.outline:hover,
    button.outline.active,
    .button-menu a.outline:hover,
    .button-menu a.outline.active,
    input[type="button"].outline:hover,
    input[type="button"].outline.active,
    input[type="reset"].outline:hover,
    input[type="reset"].outline.active,
    input[type="submit"].outline:hover,
    input[type="submit"].outline.active,
    html body #social input#submit.outline:hover,
    html body #social input#submit.outline.active {
      background: #6b6b6b;
      color: #fff; }
  .button.no-border,
  a.button.no-border,
  button.no-border,
  .button-menu a.no-border,
  input[type="button"].no-border,
  input[type="reset"].no-border,
  input[type="submit"].no-border,
  html body #social input#submit.no-border {
    border: none; }
  .button.small,
  a.button.small,
  button.small,
  .button-menu a.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  html body #social input#submit.small {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 8px;
    padding-bottom: 10px; }
  .button.large,
  a.button.large,
  button.large,
  .button-menu a.large,
  input[type="button"].large,
  input[type="reset"].large,
  input[type="submit"].large,
  html body #social input#submit.large {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 14px;
    padding-bottom: 16px; }
  .button.aligncenter, .button.center,
  a.button.aligncenter,
  a.button.center,
  button.aligncenter,
  button.center,
  .button-menu a.aligncenter,
  .button-menu a.center,
  input[type="button"].aligncenter,
  input[type="button"].center,
  input[type="reset"].aligncenter,
  input[type="reset"].center,
  input[type="submit"].aligncenter,
  input[type="submit"].center,
  html body #social input#submit.aligncenter,
  html body #social input#submit.center {
    margin: 0 auto;
    display: block;
    max-width: 500px; }

.button-menu-no-border a {
  border: none; }

.button-menu-small a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 8px;
  padding-bottom: 10px; }

.button-outline-li a {
  color: #525151;
  border: 2px solid #6b6b6b;
  background: transparent; }
  .button-outline-li a:hover, .button-outline-li a.active {
    background: #6b6b6b;
    color: #fff; }

form {
  padding: 1px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
#social #respond textarea.social-input,
#social #respond input.social-input {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #3c3b3b;
  padding: 15px 20px 14px;
  max-width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus,
  #social #respond textarea.social-input:focus,
  #social #respond input.social-input:focus {
    color: #222; }
  @media (max-width: 1000px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    select,
    textarea,
    #social #respond textarea.social-input,
    #social #respond input.social-input {
      font-size: 16px;
      font-size: 1rem;
      padding-left: 10px;
      padding-right: 10px; } }

label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #75ad37; }

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content textarea, #respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
  border: 1px solid #ddd; }

select {
  background: #f9f9f9 url(images/bg-select.png) no-repeat calc(100% - 20px) 50%;
  border-bottom-width: 2px; }

textarea {
  width: 100%; }

/* Gravity Forms */
/* Custom Widget Styles */
.widget_categories select {
  background: #b3c690; }

/* ==========================================================================
   Home Page Template
   ========================================================================== */
.callouts {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.callout {
  display: table-cell \9;
  background: #fff;
  border: 1px solid #dedede;
  position: relative;
  text-align: center;
  width: 31.5%;
  transition: box-shadow .25s ease, transform .2s ease; }
  .callout img {
    width: 100%; }
  .callout h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 90px;
    color: #222; }
    @media (max-width: 1000px) {
      .callout h3 {
        font-size: 16px;
        font-size: 1rem; } }
  .callout .button {
    position: absolute;
    bottom: 32px;
    width: 80%;
    left: 10%; }
    @media (max-width: 1000px) {
      .callout .button {
        font-size: 16px;
        font-size: 1rem; } }
  .callout .inner {
    padding: 32px; }
  .callout .block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .callout:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 0px 10px 20px -16px rgba(0, 0, 0, 0.3); }

.home .site-inner {
  display: none; }

.site-section {
  padding: 4rem 0; }

#featured {
  padding-bottom: 0; }
  #featured .inner {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #featured .inner > div {
      display: table-cell \9;
      width: 50%;
      position: relative;
      overflow: hidden; }
  #featured .featured-on {
    text-align: center;
    background: #f3f3f3;
    padding: 4rem; }
    #featured .featured-on .section-title {
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 4rem; }
  #featured .video {
    background: url(images/bg-video.jpg) no-repeat center;
    background-size: cover;
    padding: 2rem; }
    #featured .video h3 {
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 0; }
    #featured .video h4 {
      font-size: 18.8px;
      font-size: 1.175rem; }

#different {
  background: url(images/bg-plant1.jpg) no-repeat bottom right; }
  #different .col-1 {
    width: 55%;
    float: left; }
  #different .col-2 {
    width: 45%;
    padding-left: 40px;
    float: right; }
    #different .col-2 .stagingprogram {
      margin: -50px 0 20px; }
  @media (max-width: 1400px) {
    #different {
      background-position: 100% 130%; } }
  @media (max-width: 1100px) {
    #different {
      background-size: 200px;
      background-position: 100% 110%; } }
  @media (max-width: 768px) {
    #different {
      background: none; } }

.reviews {
  margin-top: 30px; }

.review {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #222; }
  .review img {
    margin: 0 auto 30px auto;
    border-radius: 100%;
    display: block; }

#build {
  background: url(images/bg-materials.jpg) no-repeat bottom;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%; }
  #build .quote cite {
    margin-right: -50px; }
  @media (max-width: 900px) {
    #build {
      padding-bottom: 25%; } }
  @media (max-width: 600px) {
    #build {
      background: #f3f3f3;
      padding-bottom: 10%; }
      #build img.round {
        float: none;
        margin: -30px auto 30px;
        max-width: 60%;
        display: block; } }

#beginning {
  background: url(images/bg-shelf1.jpg) no-repeat bottom/contain, url(images/bg-light1.jpg) no-repeat top left;
  padding-bottom: 17%; }
  @media (max-width: 1500px) {
    #beginning {
      background-size: contain, 180px; } }
  @media (max-width: 1300px) {
    #beginning {
      background-position: bottom, -20px -70px; } }
  @media (max-width: 768px) {
    #beginning {
      background: url(images/bg-shelf1.jpg) no-repeat bottom/contain;
      padding-bottom: 25%; } }

.signature {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 50px; }

/* ==========================================================================
   Blog pages
   ========================================================================== */
.section-hsbr {
  background: url(images/bg-blog.jpg) no-repeat center/cover;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .section-hsbr p {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 500px;
    margin: 20px auto 0 auto;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    animation: fadeInBottom .65s ease .5s both; }
  .section-hsbr img {
    animation: fadeInBottom .65s ease .2s both; }
  .section-hsbr a:hover {
    opacity: .9; }

/* ==========================================================================
   Page / Post Content
   ========================================================================== */
.single-post.include-bg .site-container > .site-inner, .blog .site-container > .site-inner {
  background: url(images/bg-shelf2.jpg) no-repeat right bottom; }
  @media (max-width: 1500px) {
    .single-post.include-bg .site-container > .site-inner, .blog .site-container > .site-inner {
      background-position: 60vw 100%; } }
  @media (max-width: 700px) {
    .single-post.include-bg .site-container > .site-inner, .blog .site-container > .site-inner {
      background-size: 400px; } }

.entry {
  margin-bottom: 70px; }
  .entry:last-child {
    margin-bottom: 0; }

.single-post .entry {
  margin-bottom: 30px; }

.entry-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 10px; }
  .entry-title a {
    color: #cc6600;
    text-decoration: none; }

.entry p.entry-meta {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a7a7a;
  font-weight: 600; }
  .entry p.entry-meta .icon {
    color: #3875ba;
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 3px; }
  .entry p.entry-meta .sep {
    margin: 0 5px 0 8px; }
  .entry p.entry-meta a {
    text-decoration: none; }

.entry .entry-footer .entry-meta {
  margin-bottom: 0; }

.post .entry-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }

.blog .entry-wrap, .blog .entry, .archive .entry-wrap, .archive .entry, .search .entry-wrap, .search .entry {
  overflow: hidden; }

.read-more {
  text-transform: uppercase;
  font-size: 14.8px;
  font-size: 0.925rem;
  font-weight: bold; }

.site-inner .signature {
  text-align: left;
  margin: 30px 0; }
  .site-inner .signature img {
    margin-bottom: 10px; }

.author-box {
  background: #D9E2C2;
  padding: 30px;
  overflow: hidden; }
  .author-box img {
    float: left;
    margin-right: 30px;
    border-radius: 100%;
    max-width: 30%; }
  .author-box p {
    overflow: hidden;
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; }
  .author-box .author-box-title {
    display: none;
    margin: 0; }

html body .jp-relatedposts-items {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

html body .jp-relatedposts-post {
  width: 31.5%;
  float: left;
  background: #fff;
  border: 1px solid #dedede;
  position: relative;
  font-size: 16px;
  font-size: 1rem; }
  html body .jp-relatedposts-post .jp-relatedposts-post-title,
  html body .jp-relatedposts-post .jp-relatedposts-post-excerpt {
    padding: 20px; }
  html body .jp-relatedposts-post .jp-relatedposts-post-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0; }
    html body .jp-relatedposts-post .jp-relatedposts-post-title a {
      color: #75ad37;
      text-decoration: none; }
      html body .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
        color: #a7d476; }
  html body .jp-relatedposts-post img {
    width: 100%; }

html body .jp-relatedposts {
  margin-top: 40px; }
  html body .jp-relatedposts .section-title, html body .jp-relatedposts .section-title:after {
    text-align: left;
    margin-left: 0; }

/* ==========================================================================
   Posts
   ========================================================================== */
.play-video {
  outline: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  transition: transform .25s ease, opacity .25s ease;
  overflow: hidden; }
  .play-video .icon {
    font-size: 40px;
    line-height: 96px;
    background: rgba(255, 255, 255, 0.9);
    height: 100px;
    width: 100px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    padding-left: 11px;
    padding-top: 3px;
    transition: background .25s ease, color .25s ease;
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .play-video:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
    .play-video:hover .icon {
      color: #000;
      background: #fff; }

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: 20px 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
   Misc Page and Features
   ========================================================================== */
.vertical-center {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%; }

.vertical-wrap {
  display: table-cell;
  padding-bottom: 30px;
  padding-top: 30px;
  vertical-align: middle; }

.lazy-bg {
  opacity: 0; }

.lazy-hidden.lazy-bg {
  opacity: 1 !important;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.featured-heading {
  padding: 4rem 20px;
  background: #D9E2C2; }
  .featured-heading .featured-intro {
    width: 600px;
    margin: 0 auto;
    -webkit-animation: fadeIn .65s ease .35s both;
    animation: fadeIn .65s ease .35s both; }
  .featured-heading .entry-title, .featured-heading .archive-title {
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1.25;
    margin: 0; }
    .featured-heading .entry-title:after, .featured-heading .archive-title:after {
      content: "";
      display: block;
      width: 200px;
      height: 2px;
      background: #cc6600;
      margin: 0 auto;
      margin-top: 25px; }
  .featured-heading .entry-introduction, .featured-heading .archive-description > p {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.55;
    margin: 25px 0 0 0;
    font-family: "Lato", sans-serif; }

.featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  padding: 4rem 20px;
  position: relative;
  /* ==========================================================================
   404 Template
   ========================================================================== */
  /* ==========================================================================
   Archives, Search
   ========================================================================== */ }
  .featured-image .featured-intro {
    background: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    width: 650px;
    margin: 0 auto;
    padding: 50px 60px; }
    @media (max-width: 690px) {
      .featured-image .featured-intro {
        width: 600px; } }
    .featured-image .featured-intro.pos-center {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50% \9;
      margin-left: -325px \9;
      top: 10% \9; }
    .featured-image .featured-intro.pos-left {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin-left: 30px;
      top: 10% \9; }
      @media (max-width: 768px) {
        .featured-image .featured-intro.pos-left {
          margin-left: 10px;
          width: 500px; } }
    .featured-image .featured-intro.pos-right {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 0;
      margin-right: 30px;
      top: 10% \9; }
      @media (max-width: 768px) {
        .featured-image .featured-intro.pos-right {
          margin-right: 10px;
          width: 500px; } }
    .featured-image .featured-intro.pos-top {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      top: 30px;
      left: 50% \9;
      margin-left: -325px \9; }
    .featured-image .featured-intro.pos-bottom {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 30px;
      left: 50% \9;
      margin-left: -325px \9; }
    .featured-image .featured-intro.shape-square {
      width: 450px; }
    .featured-image .featured-intro.shape-full-width {
      width: 100%; }
      .featured-image .featured-intro.shape-full-width.pos-bottom {
        bottom: 0; }
      .featured-image .featured-intro.shape-full-width.pos-top {
        top: 0; }
    .featured-image .featured-intro.shape-circle {
      border-radius: 100%;
      padding: 100px 100px;
      width: 500px; }
      .featured-image .featured-intro.shape-circle .entry-introduction {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.4; }
      .featured-image .featured-intro.shape-circle .entry-title:after {
        display: none; }
    .featured-image .featured-intro.shape-arrow {
      margin-top: -25px; }
      .featured-image .featured-intro.shape-arrow:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .featured-image .featured-intro.shape-arrow:before {
        border-width: 50px 70px 0 70px;
        border-color: rgba(255, 255, 255, 0.9) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
        margin-left: -70px; }
      .featured-image .featured-intro.shape-arrow.pos-bottom {
        bottom: 70px; }
  .featured-image .error404 .site-inner {
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center; }
  .featured-image .error404 .entry-title {
    background: url("images/icon-missing.svg") no-repeat 50% -20px;
    background-size: 120px;
    color: #b7371e;
    padding-top: 90px; }
  .featured-image .error404 .search-form input[type="submit"] {
    display: none; }
  .featured-image .error404 .sharedaddy {
    display: none !important; }
  .featured-image .featured-intro .search-form input[type="search"] {
    border-color: rgba(7, 8, 4, 0.25); }

/* ==========================================================================
   Shop Page Template
   ========================================================================== */
.shop-header {
  background: #cc6600 url(images/featured-3.jpg) no-repeat center/cover;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .shop-header .section-title {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .1em;
    max-width: 450px; }
    .shop-header .section-title:after {
      margin-left: 0; }
  .shop-header small {
    line-height: 1.5;
    display: block;
    color: #ffd4a9;
    margin-top: 30px; }
  .shop-header .badge {
    margin-bottom: 30px; }
  .shop-header .money-back {
    font-size: 16px; }

.sd-pricing {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e4e4e4;
  text-align: center; }
  .sd-pricing p {
    letter-spacing: .1em;
    font-size: 20px;
    color: #7a7a7a;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0; }
  .sd-pricing .price {
    margin: 5px 0 10px; }

.page-template-template-shop .site-container > .site-inner {
  border-bottom: 1px solid #e4e4e4; }

.page-template-template-shop .site-container #genesis-content .section-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

@media (min-width: 600px) {
  .page-template-template-shop .site-container #genesis-content .col-2 {
    padding-left: 50px; } }

.page-template-template-shop .site-container #genesis-content .col-2 blockquote {
  margin-top: 30px;
  font-size: 16px; }

.shop-nav {
  text-align: center;
  padding: 5px 10px;
  background: #D9E2C2; }
  .shop-nav li {
    display: inline-block;
    margin: 5px 10px; }

.shop-section {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 4rem;
  padding-bottom: 4rem; }

.product-list {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap; }
  .product-list .product {
    display: table-cell \9;
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #D9E2C2;
    position: relative;
    padding-bottom: 120px; }
    .product-list .product.style-sample {
      padding-bottom: 0; }
    .product-list .product .free-sample {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      color: #75ad37;
      text-decoration: none;
      font-size: 20px;
      display: block;
      padding: 10px;
      margin-top: 20px; }
      .product-list .product .free-sample .icon-play {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        background: #75ad37;
        border-radius: 100%;
        margin: 0 auto 10px auto;
        padding-left: 5px;
        transition: background .25s ease; }
      .product-list .product .free-sample:hover .icon-play {
        background: #cc6600; }
    .product-list .product h3 {
      color: #cc6600;
      line-height: 1.4;
      margin-bottom: 30px; }
    .product-list .product .col-1 {
      float: left;
      width: 35%;
      padding-right: 20px;
      margin-bottom: 30px; }
    .product-list .product .col-2 {
      float: right;
      width: 65%;
      margin-bottom: 30px; }
    .product-list .product .price, .product-list .product .buttons {
      clear: both;
      text-align: center;
      margin-top: 20px;
      margin-left: -30px;
      margin-right: -30px; }
    .product-list .product .price {
      font-size: 32px;
      font-size: 2rem;
      border-top: 1px solid #dfdac2;
      border-bottom: 0px solid #dfdac2; }
    .product-list .product .price-description {
      padding-top: 10px;
      text-align: center; }
    .product-list .product .buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 20px;
      width: 100%;
      padding: 20px 10px 0 10px; }
      .product-list .product .buttons .button {
        margin: 0 10px; }
      .product-list .product .buttons .button.buy-now {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .product-list .product .review {
      font-size: 14px;
      color: #cc6600;
      line-height: 1.35;
      margin-top: 10px; }
      .product-list .product .review p {
        margin-bottom: 10px; }
      .product-list .product .review cite {
        font-size: 14px; }
  @media (max-width: 900px) {
    .product-list {
      display: block; }
      .product-list .product {
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .product-list .product {
      padding-bottom: 20px; }
      .product-list .product .col-1, .product-list .product .col-2 {
        width: 100%;
        float: none; }
      .product-list .product .buttons {
        display: block;
        position: relative;
        width: auto; }
        .product-list .product .buttons a.button {
          width: 90%;
          margin-top: 20px; } }

.price {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #75ad37;
  padding: 10px; }

.on-sale {
  position: relative;
  display: inline-block;
  color: #c6bd8e; }
  .on-sale:after, .on-sale:before {
    content: "";
    display: block;
    height: 3px;
    background: #c6bd8e;
    transform: rotate(12deg);
    margin-top: -.8em; }
  .on-sale:before {
    transform: rotate(-12deg);
    margin-top: 0;
    margin-bottom: -.8em; }

.audio-lightbox h3 {
  text-align: center;
  color: #fff; }

.audio-lightbox audio {
  width: 100%; }

.mfp-inline-holder .mfp-content {
  box-shadow: none;
  max-width: 600px; }

#home-study-packages {
  border-top: 1px solid #e4e4e4; }
  #home-study-packages .callouts {
    margin-top: 50px; }
    #home-study-packages .callouts .callout {
      text-align: left;
      padding-bottom: 60px; }
      #home-study-packages .callouts .callout h3 {
        margin-bottom: 20px; }
      #home-study-packages .callouts .callout p {
        font-size: 16px; }
  #home-study-packages h5 {
    color: #cc6600;
    margin: 60px auto 0 auto;
    max-width: 600px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: .1em;
    text-align: center; }

#pricing {
  background: #D9E2C2; }
  #pricing .badge {
    margin-bottom: 40px; }
  #pricing .extras h4 {
    color: #75ad37;
    font-size: 22px; }

.sale-banner {
  background: #222;
  padding: 40px 0;
  border-bottom: 1px solid #dfdac2; }
  .sale-banner .section-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px; }
    .sale-banner .section-title:after {
      background: #75ad37;
      margin-top: 15px; }
  .sale-banner .countdown {
    font-size: 50px;
    line-height: 60px; }
    .sale-banner .countdown span.sep {
      display: inline-block;
      vertical-align: top;
      color: #75ad37; }
    .sale-banner .countdown span.text {
      color: #666;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: bold; }
    .sale-banner .countdown span.num {
      display: inline-block;
      margin: 0 10px;
      font-weight: bold;
      font-family: "Lato", sans-serif;
      color: #fff; }
      .sale-banner .countdown span.num .label {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
        line-height: 18px;
        margin-top: 5px; }
  .sale-banner .banner-content {
    margin-top: 20px; }

.pricing-table {
  max-width: 100%;
  overflow: auto;
  margin: 40px 0; }
  .pricing-table table {
    width: 100%;
    border-collapse: inherit; }
  .pricing-table td, .pricing-table th {
    vertical-align: middle;
    padding: 1.5%; }
  .pricing-table thead .topcell {
    border: 2px solid #cc6600;
    border-width: 2px 2px 0 0;
    position: relative;
    vertical-align: bottom;
    height: 100%;
    padding-top: 30px; }
    .pricing-table thead .topcell img {
      position: absolute;
      top: 0;
      right: 0; }
    .pricing-table thead .topcell:not(.plus):after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      width: calc(100% + 2px);
      height: 40px;
      left: -2px;
      background: #D9E2C2;
      border-bottom: 2px solid #cc6600; }
      @media (max-width: 1300px) {
        .pricing-table thead .topcell:not(.plus):after {
          height: 20px; } }
      @media (max-width: 768px) {
        .pricing-table thead .topcell:not(.plus):after {
          display: none; } }
    .pricing-table thead .topcell:not(.plus):last-child:after {
      left: 0; }
  .pricing-table thead th {
    background: #fff;
    border-right: 2px solid #cc6600;
    text-transform: uppercase;
    color: #cc6600;
    width: 240px; }
    @media (max-width: 1200px) {
      .pricing-table thead th {
        width: 5%; } }
  .pricing-table thead tr th.title {
    background: #e07000 !important;
    color: #fff;
    text-align: left; }
  .pricing-table thead td {
    border-right: 2px solid #cc6600;
    color: #6a6c6c;
    font-size: 20px;
    background: none;
    vertical-align: bottom; }
  .pricing-table thead .price {
    font-size: 24px; }
  .pricing-table .product-row {
    background: #fff; }
    .pricing-table .product-row td {
      border-right: 2px solid #cc6600; }
    .pricing-table .product-row img {
      max-width: 60px;
      vertical-align: middle;
      margin-right: 10px; }
    .pricing-table .product-row .title {
      background: #cc6600;
      color: #fff;
      border: none;
      max-width: 200px; }
      .pricing-table .product-row .title a {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff; }
      .pricing-table .product-row .title:first-child {
        width: 80px; }
    .pricing-table .product-row .icon {
      background: #cc6600;
      color: #fff;
      font-size: 32px;
      border-radius: 100%;
      padding: 5px; }
      .pricing-table .product-row .icon.icon-cancel {
        background: #cec2b6; }
    .pricing-table .product-row .feature {
      text-align: center; }
    @media (max-width: 700px) {
      .pricing-table .product-row .image {
        padding: 0;
        width: 1px; }
        .pricing-table .product-row .image img {
          display: none; } }
  .pricing-table .product-row:nth-child(even),
  .pricing-table .header-row:nth-child(even) th {
    background: #faf8f6; }
    .pricing-table .product-row:nth-child(even) .title,
    .pricing-table .header-row:nth-child(even) th .title {
      background: #e07000; }
  .pricing-table .bottom {
    border-bottom: 2px solid #cc6600;
    text-align: center; }
    .pricing-table .bottom .button {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
  .pricing-table .cc {
    background: #D9E2C2; }
    .pricing-table .cc img {
      max-width: 100%; }

.content-lightbox {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  text-align: center; }

/* ==========================================================================
   Features and Opt Ins
   ========================================================================== */
.opt-in {
  background: #75ad37 url(images/bg-optin1.jpg) no-repeat left/contain;
  background-size: auto 100%; }
  @media (max-width: 1000px) {
    .opt-in {
      font-size: 16px;
      font-size: 1rem; } }
  .opt-in .site-inner {
    padding: 15px 0; }
  .opt-in .vertical-center {
    width: 75%; }
    .opt-in .vertical-center .vertical-wrap {
      padding: 0; }
    @media (max-width: 512px) {
      .opt-in .vertical-center {
        width: 100%; } }
  .opt-in .optin-image {
    float: left;
    margin-right: 3%;
    width: 22%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .opt-in .optin-image img {
      opacity: 0; }
    @media (max-width: 512px) {
      .opt-in .optin-image {
        width: 50%;
        margin-bottom: 20px;
        margin-top: 10px; } }
  .opt-in .optin-title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.25; }
    @media (max-width: 1000px) {
      .opt-in .optin-title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .opt-in form {
    margin-top: 20px;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .opt-in form input[type="text"] {
      border: none;
      border-radius: 0; }
    .opt-in form input {
      width: 23.5%; }
      @media (max-width: 1100px) {
        .opt-in form input {
          font-size: 16px;
          font-size: 1rem;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 900px) {
        .opt-in form input {
          width: 48.5%;
          margin-bottom: 10px; } }
      @media (max-width: 512px) {
        .opt-in form input {
          width: 100%; } }
    .opt-in form input[type="submit"] {
      background: #383838;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center; }
      .opt-in form input[type="submit"]:hover {
        background: #525151; }
  @media (max-width: 512px) {
    .opt-in {
      background-image: none; } }

.if-ready {
  background: #D9E2C2 url(images/bg-shelf3.jpg) no-repeat center bottom/contain;
  background-size: 100% auto;
  padding-bottom: 19%;
  padding-top: 50px; }
  .if-ready .wrap {
    max-width: 800px; }
  @media (max-width: 512px) {
    .if-ready {
      padding-top: 0; } }

.sd-infobox {
  padding: 20px 30px;
  margin: 30px 0;
  font-size: 20px;
  font-size: 1.25rem; }

.addl-section.bg-white,
.sd-infobox.bg-white {
  border-top: 1px solid #e4e4e4; }

.addl-section.bg-yellow,
.sd-infobox.bg-yellow {
  background-color: #D9E2C2; }

.addl-section.bg-green,
.sd-infobox.bg-green {
  background-color: #75ad37;
  color: #fff; }
  .addl-section.bg-green h1,
  .sd-infobox.bg-green h1 {
    color: #fff; }

.addl-section.bg-orange,
.sd-infobox.bg-orange {
  background-color: #cc6600;
  color: #fff; }
  .addl-section.bg-orange h1,
  .sd-infobox.bg-orange h1 {
    color: #fff; }

.addl-section.bg-gray, .addl-section.bg-grey,
.sd-infobox.bg-gray,
.sd-infobox.bg-grey {
  background-color: #f3f3f3; }

.lamp-left {
  background-image: url(images/bg-light2.png);
  background-position: 75px top;
  background-repeat: no-repeat; }
  @media (max-width: 1500px) {
    .lamp-left {
      background-position: 5px top; } }
  @media (max-width: 1300px) {
    .lamp-left {
      background-position: -60px top; } }
  @media (max-width: 1150px) {
    .lamp-left {
      background: none; } }

.checklist {
  margin-bottom: 30px; }
  .checklist ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .checklist li {
    list-style: none;
    background-size: 32px;
    min-height: 28px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23becd91' width='512px' height='512px' xmlns='http://www.w3.org/2000/svg'>\a     <path d='M461.6,109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4,0-4.6,1-6.3,2.5L194.5,323c0,0-78.5-75.5-80.7-77.7  c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4,0-6.4,3.1-8.7,5.4c-1.7,1.8-29.7,31.2-43.5,45.8c-0.8,0.9-1.3,1.4-2,2.1c-1.2,1.7-2,3.6-2,5.7  c0,2.2,0.8,4,2,5.7l2.8,2.6c0,0,139.3,133.8,141.6,136.1c2.3,2.3,5.1,5.2,9.2,5.2c4,0,7.3-4.3,9.2-6.2L462,121.8  c1.2-1.7,2-3.6,2-5.8C464,113.5,463,111.4,461.6,109.6z'/></svg>");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    font-size: 18.8px;
    font-size: 1.175rem;
    font-weight: bold;
    margin: 20px 0 20px 20px; }
  .checklist:last-child {
    margin-bottom: 0; }

.checklist.big {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -65px;
  margin-right: -65px;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-flow: row wrap;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .checklist.big ul {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap; }
  .checklist.big li {
    float: left \9;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: 22%;
    padding: 25px 20px 30px 20px;
    background: #D9E2C2;
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: 50% 15px;
    padding-top: 100px;
    margin: 0 15px;
    font-weight: normal;
    color: #45521e;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23becd91' width='512px' height='512px' xmlns='http://www.w3.org/2000/svg'>\a     <path d='M461.6,109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4,0-4.6,1-6.3,2.5L194.5,323c0,0-78.5-75.5-80.7-77.7  c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4,0-6.4,3.1-8.7,5.4c-1.7,1.8-29.7,31.2-43.5,45.8c-0.8,0.9-1.3,1.4-2,2.1c-1.2,1.7-2,3.6-2,5.7  c0,2.2,0.8,4,2,5.7l2.8,2.6c0,0,139.3,133.8,141.6,136.1c2.3,2.3,5.1,5.2,9.2,5.2c4,0,7.3-4.3,9.2-6.2L462,121.8  c1.2-1.7,2-3.6,2-5.8C464,113.5,463,111.4,461.6,109.6z'/></svg>"); }
    @media (max-width: 800px) {
      .checklist.big li {
        font-size: 16px;
        font-size: 1rem;
        margin: 10px;
        padding: 80px 15px 20px 15px;
        background-size: 48px; } }
  .checklist.big:last-child {
    margin-bottom: 0; }
  @media (max-width: 800px) {
    .checklist.big {
      margin-left: -10px;
      margin-right: -10px;
      padding: 0; } }

/* IE11 Fixes */
_:-ms-fullscreen, :root .checklist.big li {
  flex-basis: auto; }

_:-ms-fullscreen, :root .opt-in .optin-image {
  width: 18%; }

.mfp-counter {
  display: none; }

body button.mfp-arrow {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-left: -5px;
  opacity: 1;
  text-align: center;
  width: 100%;
  width: 64px;
  height: 96px;
  top: 50%;
  left: 0;
  position: absolute;
  border-radius: 0;
  transition: opacity .3s ease, width .3s ease; }
  body button.mfp-arrow:before {
    display: block;
    font-size: 40px; }
  body button.mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.65);
    width: 80px; }

body button.mfp-arrow-left:before {
  content: '\f104';
  font-family: "sd-icons"; }

body button.mfp-arrow-right {
  right: 0;
  left: auto; }
  body button.mfp-arrow-right:before {
    content: '\f105';
    font-family: "sd-icons"; }

body .mfp-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Magnific Popup CSS */
.mfp-counter {
  display: none; }

body button.mfp-arrow {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-left: -5px;
  opacity: 1;
  text-align: center;
  width: 100%;
  width: 64px;
  height: 96px;
  top: 50%;
  left: 0;
  position: absolute;
  border-radius: 0;
  transition: opacity .3s ease, width .3s ease; }
  body button.mfp-arrow:before {
    display: block;
    font-size: 40px; }
  body button.mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.65);
    width: 80px; }

body button.mfp-arrow-left:before {
  content: '\f104';
  font-family: "sd-icons"; }

body button.mfp-arrow-right {
  right: 0;
  left: auto; }
  body button.mfp-arrow-right:before {
    content: '\f105';
    font-family: "sd-icons"; }

body .mfp-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #cc6600;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none;
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* ==========================================================================
   Sliders / Owl Carousel Options
   ========================================================================== */
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  left: -100px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #b3c690;
  color: #fff;
  text-align: center;
  line-height: 59px;
  -webkit-transition: background .25s ease, color .25s ease;
  transition: background .25s ease, color .25s ease; }
  .owl-prev i, .owl-next i {
    font-size: 50px; }
  .owl-prev:hover, .owl-next:hover {
    background: #ccc;
    color: #999; }
  @media (max-width: 1400px) {
    .owl-prev, .owl-next {
      left: -10px;
      top: 100px; } }

.owl-prev i {
  margin-left: -5px; }

.owl-next {
  left: auto;
  right: -100px; }
  @media (max-width: 1400px) {
    .owl-next {
      right: -10px; } }

.owl-carousel .owl-item img {
  width: auto; }

.small-reviews .owl-prev, .small-reviews .owl-next {
  top: 100px; }

.small-reviews .owl-prev {
  left: 0; }

.small-reviews .owl-next {
  right: 0; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0; }

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

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

.mm-menu {
  background: #D9E2C2; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 16px; }

#mobile-menu .mm-panels {
  padding-bottom: 40px; }

.mm-menu .mm-navbar {
  background: #cc6600;
  color: #fff; }

body .mm-menu li {
  margin-left: 0; }

body .mm-menu .button-outline-li a,
body .mm-menu li a {
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 10px 10px 20px; }
  body .mm-menu .button-outline-li a:hover,
  body .mm-menu li a:hover {
    background: #fff;
    color: #cc6600; }

.mm-menu ul.search {
  width: 100%;
  text-align: center; }
  .mm-menu ul.search a {
    background: rgba(255, 255, 255, 0.4);
    padding: 15px 10px; }

@media (max-width: 1330px) {
  .genesis-nav-menu li,
  #featured-menu a {
    font-size: 12px;
    font-size: 0.75rem; } }

@media (max-width: 1152px) {
  .genesis-nav-menu li,
  #featured-menu a {
    font-size: 11.2px;
    font-size: 0.7rem; }
  .genesis-nav-menu li {
    margin: 0 5px; }
  .site-title a {
    width: 64px;
    background-size: contain; }
  .site-header,
  .site-header-push {
    height: 90px; }
    .site-header.nav-up,
    .site-header-push.nav-up {
      top: -90px; }
  .site-header {
    padding: 10px 0; }
  .content-sidebar .sidebar {
    padding-left: 20px; }
  .wrap {
    overflow: hidden; }
  .entry-content blockquote.pull-left {
    margin-left: -30px; }
  .entry-content blockquote.pull-right {
    margin-right: -30px; } }

@media (max-width: 1000px) {
  #genesis-nav-primary {
    display: none; }
  .menu-trigger {
    display: block;
    z-index: 11;
    position: relative; }
    .menu-trigger.active i.icon-menu:before {
      content: "\e806"; }
  body.mobile-active {
    overflow: hidden; }
    body.mobile-active .menu-trigger.active {
      position: fixed;
      right: 20px; }
  .post-image {
    max-width: 40%; }
  .section-hsbr img {
    max-width: 300px; }
  .section-hsbr p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2; }
  .featured-heading {
    padding: 3rem 20px; } }

@media (max-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem; }
  .wrap, .wrap.wrap-sm, .wrap.wrap-lg {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%; }
  .entry-content blockquote {
    margin-left: 0;
    width: 100%; }
  .pull-left {
    margin-left: -10px !important; }
  .pull-right {
    margin-right: -10px !important; }
  #featured .inner > div {
    width: 100%; }
  #featured .inner {
    display: block; }
  #featured .video {
    padding-top: 25%; }
  .pad-top {
    padding-top: 30px; }
  .pad-bot {
    padding-bottom: 30px; }
  .content-sidebar .content,
  .content-sidebar .sidebar {
    width: 100%;
    float: none;
    padding: 0; }
  .textwidget img,
  .widget_media_image img {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .checklist li {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0; }
  .featured-heading {
    padding: 2.5rem 20px; }
  .featured-heading .entry-title, .featured-heading .archive-title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media (max-width: 600px) {
  .quote p,
  .section-tagline {
    font-size: 16px;
    font-size: 1rem; }
  .site-section {
    padding: 30px 0; }
  #featured .featured-on {
    padding: 30px; }
  .site-footer .wrap {
    padding: 50px 30px; }
  .footer-widgets {
    background: url(images/bg-footer_2.jpg) repeat-y; }
  .footer-widgets .wrap {
    display: block;
    padding: 30px;
    text-align: center; }
    .footer-widgets .wrap .widget-area {
      margin: 20px 0;
      float: none;
      width: 100%;
      max-width: 100%; }
  #different .col-1,
  #different .col-2 {
    width: 100%;
    margin: 0;
    float: none;
    padding: 0; }
  #different .col-2 .stagingprogram {
    margin-top: 30px; }
  .callouts {
    display: block; }
  .callout {
    width: 100%;
    margin-bottom: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .callout:last-child {
      margin-bottom: 0; }
  .featured-image {
    padding: 30px;
    min-height: 0; }
  .featured-image .featured-intro,
  .featured-heading .featured-intro {
    width: 100% !important;
    position: relative !important;
    -webkit-transform: none !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 50px 60px !important; }
    .featured-image .featured-intro:before,
    .featured-heading .featured-intro:before {
      border-width: 15px 20px 0 20px !important;
      margin-left: -20px !important; }
  .featured-heading .entry-title, .featured-heading .archive-title {
    font-size: 20px;
    font-size: 1.25rem; }
  .featured-heading .entry-title::after, .featured-heading .archive-title::after {
    margin-top: 15px; }
  .featured-heading .entry-introduction, .featured-heading .archive-description > p {
    font-size: 16px;
    font-size: 1rem; }
  img.alignleft,
  img.alignright {
    max-width: 50%; }
  html body .jp-relatedposts-items {
    display: block; }
  html body .jp-relatedposts-post {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .author-box img {
    float: none;
    margin: 0 auto 20px;
    display: block; }
  .search-area #s {
    font-size: 20px; }
  .play-video .icon {
    opacity: .5; }
  .shop-header {
    padding-top: 0;
    padding-bottom: 0; }
  .site-footer .wrap,
  .site-inner {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-widgets .wrap .widget-area:last-child {
    margin-bottom: 0; }
  .footer-widgets .wrap .widget-area:first-child {
    margin-top: 0; } }

@media (max-width: 512px) {
  .footer-widgets .wrap,
  .site-footer .footer-menu {
    display: block;
    width: 100%; }
  .site-footer .footer-menu {
    padding: 0; }
  .featured-image {
    padding: 20px;
    min-height: 0; }
  .featured-image .featured-intro {
    padding: 30px 20px !important; }
  .section-hsbr p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  .section-hsbr img {
    max-width: 200px; }
  .section-hsbr {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pull-left,
  .pull-right {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .wrap, .wrap.wrap-sm, .wrap.wrap-lg {
    padding-left: 20px;
    padding-right: 20px; }
  .author-box p {
    font-size: 16px;
    font-size: 1rem; }
  .entry-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .entry p.entry-meta {
    margin-bottom: 20px; }
  .sidebar .social-menu .icon, .entry-content .social-menu .icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px; }
  .product-list .product img,
  .opt-in .optin-image {
    float: left;
    height: auto !important;
    max-width: 50%;
    margin: 0 20px 10px 0; }
  .opt-in .optin-image {
    max-width: 45%; }
  .opt-in .optin-title {
    font-size: 20px;
    font-size: 1.25rem; }
  .opt-in .vertical-center,
  .opt-in .vertical-wrap {
    display: inline;
    height: auto !important; }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea, #social #respond textarea.social-input, #social #respond input.social-input {
    padding-top: 10px;
    padding-bottom: 10px; }
  .blog .entry-wrap, .blog .entry, .archive .entry-wrap, .archive .entry, .search .entry-wrap, .search .entry {
    overflow: visible; }
  h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  h3 {
    font-size: 21.2px;
    font-size: 1.325rem; } }

@media (max-width: 420px) {
  #featured-menu > ul > li:first-child {
    display: none; }
  #featured-menu {
    padding-top: 18px; }
  .search-area #s {
    font-size: 16px; }
  .section-hsbr img {
    max-width: 150px; }
  .product-list .product {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    border-left: 0;
    border-right: 0; } }

/* ==========================================================================
   Animations
   ========================================================================== */
@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.35; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.35; }
  100% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.35; }
  100% {
    opacity: 1.0; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1.0; } }

@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInBottomCENTERED {
  0% {
    opacity: 0;
    -webkit-transform: translateY(55%);
    -moz-transform: translateY(55%);
    -o-transform: translateY(55%);
    -ms-transform: translateY(55%);
    transform: translateY(55%); }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); } }

@-webkit-keyframes fadeInBottomCENTERED {
  0% {
    opacity: 0;
    -webkit-transform: translateY(55%);
    -moz-transform: translateY(55%);
    -o-transform: translateY(55%);
    -ms-transform: translateY(55%);
    transform: translateY(55%); }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); } }

@keyframes fadeInBottomCENTERED {
  0% {
    opacity: 0;
    -webkit-transform: translateY(55%);
    -moz-transform: translateY(55%);
    -o-transform: translateY(55%);
    -ms-transform: translateY(55%);
    transform: translateY(55%); }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); } }
