@charset "UTF-8";
/*!
Theme Name: Bear
Theme URI: http://underscores.me/
Author: Ryan McManimie
Author URI: http://the3doodler.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bear
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bear is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  outline: none;
}

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: 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;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

@font-face {
  font-family: "GothamRnd";
  font-display: optional;
  font-weight: 100;
  src: url("./fonts/GothamRoundedBook/GothamRoundedBook.svg") format("svg");
  src: url("./fonts/GothamRoundedBook/GothamRoundedBook.eot");
  src: url("./fonts/GothamRoundedBook/GothamRoundedBook.eot?#iefix") format("embedded-opentype"), url("./fonts/GothamRoundedBook/GothamRoundedBook.woff") format("woff"), url("./fonts/GothamRoundedBook/GothamRoundedBook.ttf") format("truetype");
}
@font-face {
  font-family: "GothamRnd";
  font-display: optional;
  font-weight: 400;
  src: url("./fonts/GothamRoundedMedium/GothamRoundedMedium.svg") format("svg");
  src: url("./fonts/GothamRoundedMedium/GothamRoundedMedium.eot");
  src: url("./fonts/GothamRoundedMedium/GothamRoundedMedium.eot?#iefix") format("embedded-opentype"), url("./fonts/GothamRoundedMedium/GothamRoundedMedium.woff") format("woff"), url("./fonts/GothamRoundedMedium/GothamRoundedMedium.ttf") format("truetype");
}
@font-face {
  font-family: "Earth Spirit Regular";
  font-display: optional;
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/EarthSpirit/EarthSpirit.woff") format("woff");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "GothamRnd";
    font-display: optional;
    font-weight: 100;
    src: url("./fonts/GothamRoundedMedium/GothamRoundedMedium.svg") format("svg");
  }
  @font-face {
    font-family: "GothamRnd";
    font-display: optional;
    font-weight: 400;
    src: url("./fonts/GothamRoundedBook/GothamRoundedBook.svg") format("svg");
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #747474;
  font-family: "GothamRnd";
  font-weight: 100;
  font-size: 16px;
  line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-weight: 400;
  font-family: "GothamRnd";
  letter-spacing: -1px;
  color: #333;
}

h1 {
  font-size: 80px;
  line-height: 82px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 53px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 40px;
    line-height: 43px;
  }
}

h2 {
  font-size: 67px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 41px;
  }
}

h3 {
  font-size: 50.52px;
  line-height: 55px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

h4 {
  font-size: 37.9px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 25px;
    line-height: 31px;
  }
}

h5 {
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

h6 {
  font-size: 23px;
  line-height: 27px;
}

.blue {
  color: #1FC3DF !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.green {
  color: #ABCF15 !important;
}

.orange {
  color: #FBB532 !important;
}

.purple {
  color: #C04296 !important;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Monaco", Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.teaser {
  font-size: 1.25em;
  line-height: 1.5em;
}

.small-text {
  font-size: 0.85em;
  color: #aaa;
  line-height: 1.6em;
}

.detail-text {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0.3em 0em 2em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: 0;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  appearance: none;
  border-radius: 35px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1em 2em;
  margin-right: 10px;
  color: #fff;
  min-width: 200px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .button {
    min-width: 150px;
    padding: 0.85em 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .button {
    margin-right: 0;
  }
}
.button:hover {
  top: 1px;
}
.button:active {
  box-shadow: none;
  top: 2px;
}
.button.button--full {
  width: 100%;
}
.button.button--normal {
  width: initial !important;
  margin-bottom: 0 !important;
}
.button.button--small {
  font-size: 0.85em;
  padding: 0.7em 1.5em 0.4em 1.5em;
  width: initial !important;
  margin-right: 3px;
}
@media screen and (max-width: 500px) {
  .button.button--small {
    font-size: 1em;
  }
}
.button.button--inline {
  display: inline;
}
.button.button--black {
  background-color: #333;
  color: #fff;
}
.button.button--gray {
  background-color: #777;
  color: #fff;
}
.button.button--red {
  background-color: #E9486E;
  box-shadow: 0 2px #e31b4a;
  color: #fff;
}
.button.button--red:hover {
  box-shadow: 0 1px #e31b4a;
}
.button.button--green {
  background-color: #ABCF15;
  box-shadow: 0 2px #85a110;
  color: #fff;
}
.button.button--green:hover {
  box-shadow: 0 1px #85a110;
}
.button.button--blue {
  background-color: #1FC3DF;
  box-shadow: 0 2px #199cb2;
  color: #fff;
}
.button.button--blue:hover {
  box-shadow: 0 1px #199cb2;
}
.button.button--clear {
  border: solid 2px #555;
  background-color: transparent;
  box-shadow: none;
  color: #555;
}
.button.button--clear:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.button.button--soldout {
  background-color: transparent;
  color: #ddd;
  border: solid 3px #eee;
  pointer-events: none;
  box-shadow: none;
  padding: 0.7em 2em;
}
.button.button--soldout:hover {
  box-shadow: none;
}

/*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"],
textarea {
	color: $color__text-input;
	border: 1px solid $color__border-input;
	border-radius: 3px;
	padding: 3px;

	&:focus {
		color: $color__text-input-focus;
	}
}

select {
	border: 1px solid $color__border-input;
}

textarea {
	width: 100%;
}*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em !important;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  -webkit-appearance: none;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

.input--makiko {
  overflow: hidden;
  background: #fff;
  max-width: 700px;
  font-size: 1.5em;
  font-weight: 900;
  margin-left: 0;
  margin-bottom: 0.7em;
  margin-top: 1.5em;
}

.input__field--makiko {
  width: 100%;
  background: transparent;
  color: #1FC3DF;
  z-index: 10;
  font-weight: 400;
  padding: 0.3em 0.3em 0.2em 0.5em !important;
  border: solid 1px #eee;
  outline: none;
  font-size: 1.3em;
  line-height: 20px;
}

/*.input--filled .input__label--makiko { color: #fff; }*/
.input__label--makiko {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  color: #ddd;
  padding: 0;
  font-weight: 100;
  text-align: left;
  padding-top: 1px;
  padding-left: 20px;
}

.input__label--makiko::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 39%;
  left: 24px;
  background: url(img/search.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--makiko {
  display: block;
  padding: 0.7em 0 0 0em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 1.3em;
  margin-left: -5px;
}

.input__field--makiko:focus + .input__label--makiko::before,
.input--juro {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}

.input__field--juro {
  position: absolute;
  z-index: 100;
  padding: 2.15em 0.75em 0;
  width: 100%;
  background: transparent;
  color: #1784cd;
  font-size: 0.85em;
}

.input__label--juro {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
}

.input__label-content--juro {
  padding: 2em 1em;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  text-rendering: geometricPrecision;
}

.input__label--juro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  transition: border-width 0.3s, border-color 0.3s;
}

.input__field--juro:focus + .input__label--juro::before,
.input--filled .input__label--juro::before {
  border-width: 8px;
  border-color: #1784cd;
  border-top-width: 2em;
}

.input__field--juro:focus + .input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
  color: #fff;
  -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}

/* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

/* Hover style */
.select-css:hover {
  border-color: #888;
}

/* Focus style */
.select-css:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1FC3DF;
  text-decoration: none;
  font-weight: 100;
}
a:visited {
  color: #1FC3DF;
}
a:hover, a:focus, a:active {
  color: #8ee1ef;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle {
  display: block;
  height: 40px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 3em;
  padding: 0;
  padding-top: 0;
  position: absolute;
  right: 18px;
  top: 18px;
}
body.admin-bar .menu-toggle {
  top: 63px;
}

.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 800px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 800px) {
  header .main-navigation li a {
    color: #333 !important;
    font-weight: 400 !important;
  }

  header .main-navigation li .sub-menu {
    background-color: transparent !important;
    box-shadow: none;
    position: static;
    width: 300px !important;
    padding-top: 0;
    opacity: 0.7;
  }
  header .main-navigation li .sub-menu li {
    background-color: transparent;
    border-color: #eee !important;
  }
  header .main-navigation li .sub-menu li a {
    color: #333;
    background-color: transparent;
    padding: 0.7em 0 !important;
    font-weight: 100 !important;
  }
  header .main-navigation li .sub-menu li a:hover {
    background-color: transparent !important;
  }

  .main-navigation.toggled ul {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    top: 90px;
    right: 0;
    bottom: 0;
    z-index: 999999;
    padding: 1em;
  }
  body.admin-bar .main-navigation.toggled ul {
    top: 138px;
  }

  #menu-item-2308 {
    display: none !important;
  }

  header .main-navigation li {
    width: 100%;
    display: block !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  header .main-navigation li:last-child {
    border-bottom: none !important;
  }

  #menu-item-2310 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Subnav
--------------------------------------------------------------*/
#subnav {
  padding: 0.8em 1em;
  background-color: #f7f7f7;
  border-bottom: solid 1px #f2f2f2;
  margin-top: 113px;
}
@media screen and (max-width: 60em) {
  #subnav {
    margin-top: 93px;
  }
  #subnav .wrap {
    padding: 0;
  }
}
#subnav .wrap {
  position: relative;
}
#subnav .breadcrumbs {
  font-size: 1em;
  font-weight: 100;
  text-align: left;
  color: #333;
}
#subnav .breadcrumbs span {
  font-weight: 100;
}
#subnav .breadcrumbs h1 {
  font-size: 1em !important;
  letter-spacing: 0;
  margin: 0 !important;
  line-height: 1em !important;
  display: inline-block;
}
#subnav .breadcrumbs b {
  color: #FBB532;
  font-size: 1.2em;
}
#subnav .breadcrumbs a {
  font-weight: 400;
}
#subnav .breadcrumbs i.fa-home-outline {
  font-size: 1.5em;
  position: relative;
  top: 2px;
}
#subnav .breadcrumbs i.fa-chevron-right-entypo {
  opacity: 0.5;
  margin: 0 3em;
}
body.home #subnav {
  display: none;
}
#subnav .metaboxes {
  position: absolute;
  top: 2px;
  right: 20px;
}
@media screen and (max-width: 800px) {
  #subnav .metaboxes {
    display: none;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
  padding: 0.5em 0;
  box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.1);
  z-index: 51;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header .site-branding {
  width: 150px;
  float: left;
}
header .main-navigation {
  float: right;
  margin-top: 1em;
}
header .main-navigation li {
  float: left;
  position: relative;
  margin-right: 1.4em;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  padding-right: 1.4em;
  line-height: 3em;
}
header .main-navigation li:last-child {
  border-right: none;
}
header .main-navigation li a {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
header .main-navigation li a:hover {
  opacity: 0.8;
}
header .main-navigation li .sub-menu {
  background-color: #333;
  margin-left: -13px;
  top: 100%;
  width: 260px;
  text-align: left;
}
header .main-navigation li .sub-menu li {
  border-bottom: solid 1px;
  border-right: none;
  line-height: 1em;
  padding: 0;
  margin: 0;
  width: 100%;
}
header .main-navigation li .sub-menu li a {
  font-size: 0.9em;
  text-transform: capitalize;
  padding: 0.9em 1em;
  cursor: pointer;
  width: 100%;
}
header .main-navigation li .sub-menu li a:hover {
  background-color: #444;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncentertext {
  text-align: center;
}

.alignrighttext {
  text-align: right !important;
}

.alignlefttext {
  text-align: left !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Data Lity
--------------------------------------------------------------*/
/*! Lity - v1.3.0 - 2015-07-01
* http://sorgalla.com/lity/
* Copyright (c) 2015 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.lity-loading .lity-container {
  opacity: 0;
}

.lity-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-content {
  z-index: 9993;
  width: 100%;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -30px;
  /* [3] */
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 30px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -15px;
}
.grid--narrow > .grid__item {
  padding-left: 15px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -60px;
}
.grid--wide > .grid__item {
  padding-left: 60px;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .six-twelfths, .five-tenths, .four-eighths, .three-sixths, .two-quarters {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .four-twelfths, .two-sixths {
  width: 33.333%;
}

.two-thirds, .eight-twelfths, .four-sixths {
  width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .three-twelfths, .two-eighths {
  width: 25%;
}

.three-quarters, .nine-twelfths, .six-eighths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  .palm--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .palm--one-half, .palm--six-twelfths, .palm--five-tenths, .palm--four-eighths, .palm--three-sixths, .palm--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .palm--one-third, .palm--four-twelfths, .palm--two-sixths {
    width: 33.333%;
  }

  .palm--two-thirds, .palm--eight-twelfths, .palm--four-sixths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .palm--one-quarter, .palm--three-twelfths, .palm--two-eighths {
    width: 25%;
  }

  .palm--three-quarters, .palm--nine-twelfths, .palm--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .palm--one-fifth, .palm--two-tenths {
    width: 20%;
  }

  .palm--two-fifths, .palm--four-tenths {
    width: 40%;
  }

  .palm--three-fifths, .palm--six-tenths {
    width: 60%;
  }

  .palm--four-fifths, .palm--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .palm--one-sixth, .palm--two-twelfths {
    width: 16.666%;
  }

  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .palm--one-eighth {
    width: 12.5%;
  }

  .palm--three-eighths {
    width: 37.5%;
  }

  .palm--five-eighths {
    width: 62.5%;
  }

  .palm--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .palm--one-tenth {
    width: 10%;
  }

  .palm--three-tenths {
    width: 30%;
  }

  .palm--seven-tenths {
    width: 70%;
  }

  .palm--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .palm--one-twelfth {
    width: 8.333%;
  }

  .palm--five-twelfths {
    width: 41.666%;
  }

  .palm--seven-twelfths {
    width: 58.333%;
  }

  .palm--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
  /**
   * Whole
   */
  .lap--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .lap--one-half, .lap--six-twelfths, .lap--five-tenths, .lap--four-eighths, .lap--three-sixths, .lap--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .lap--one-third, .lap--four-twelfths, .lap--two-sixths {
    width: 33.333%;
  }

  .lap--two-thirds, .lap--eight-twelfths, .lap--four-sixths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .lap--one-quarter, .lap--three-twelfths, .lap--two-eighths {
    width: 25%;
  }

  .lap--three-quarters, .lap--nine-twelfths, .lap--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .lap--one-fifth, .lap--two-tenths {
    width: 20%;
  }

  .lap--two-fifths, .lap--four-tenths {
    width: 40%;
  }

  .lap--three-fifths, .lap--six-tenths {
    width: 60%;
  }

  .lap--four-fifths, .lap--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%;
  }

  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .lap--one-eighth {
    width: 12.5%;
  }

  .lap--three-eighths {
    width: 37.5%;
  }

  .lap--five-eighths {
    width: 62.5%;
  }

  .lap--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .lap--one-tenth {
    width: 10%;
  }

  .lap--three-tenths {
    width: 30%;
  }

  .lap--seven-tenths {
    width: 70%;
  }

  .lap--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .lap--one-twelfth {
    width: 8.333%;
  }

  .lap--five-twelfths {
    width: 41.666%;
  }

  .lap--seven-twelfths {
    width: 58.333%;
  }

  .lap--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .portable--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .portable--one-half, .portable--six-twelfths, .portable--five-tenths, .portable--four-eighths, .portable--three-sixths, .portable--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .portable--one-third, .portable--four-twelfths, .portable--two-sixths {
    width: 33.333%;
  }

  .portable--two-thirds, .portable--eight-twelfths, .portable--four-sixths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .portable--one-quarter, .portable--three-twelfths, .portable--two-eighths {
    width: 25%;
  }

  .portable--three-quarters, .portable--nine-twelfths, .portable--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .portable--one-fifth, .portable--two-tenths {
    width: 20%;
  }

  .portable--two-fifths, .portable--four-tenths {
    width: 40%;
  }

  .portable--three-fifths, .portable--six-tenths {
    width: 60%;
  }

  .portable--four-fifths, .portable--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .portable--one-sixth, .portable--two-twelfths {
    width: 16.666%;
  }

  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .portable--one-eighth {
    width: 12.5%;
  }

  .portable--three-eighths {
    width: 37.5%;
  }

  .portable--five-eighths {
    width: 62.5%;
  }

  .portable--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .portable--one-tenth {
    width: 10%;
  }

  .portable--three-tenths {
    width: 30%;
  }

  .portable--seven-tenths {
    width: 70%;
  }

  .portable--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .portable--one-twelfth {
    width: 8.333%;
  }

  .portable--five-twelfths {
    width: 41.666%;
  }

  .portable--seven-twelfths {
    width: 58.333%;
  }

  .portable--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .desk--one-half, .desk--six-twelfths, .desk--five-tenths, .desk--four-eighths, .desk--three-sixths, .desk--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .desk--one-third, .desk--four-twelfths, .desk--two-sixths {
    width: 33.333%;
  }

  .desk--two-thirds, .desk--eight-twelfths, .desk--four-sixths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .desk--one-quarter, .desk--three-twelfths, .desk--two-eighths {
    width: 25%;
  }

  .desk--three-quarters, .desk--nine-twelfths, .desk--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%;
  }

  .desk--two-fifths, .desk--four-tenths {
    width: 40%;
  }

  .desk--three-fifths, .desk--six-tenths {
    width: 60%;
  }

  .desk--four-fifths, .desk--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%;
  }

  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .desk--one-eighth {
    width: 12.5%;
  }

  .desk--three-eighths {
    width: 37.5%;
  }

  .desk--five-eighths {
    width: 62.5%;
  }

  .desk--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .desk--one-tenth {
    width: 10%;
  }

  .desk--three-tenths {
    width: 30%;
  }

  .desk--seven-tenths {
    width: 70%;
  }

  .desk--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .desk--one-twelfth {
    width: 8.333%;
  }

  .desk--five-twelfths {
    width: 41.666%;
  }

  .desk--seven-twelfths {
    width: 58.333%;
  }

  .desk--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*=push--] {
  position: relative;
}

/**
 * Whole
 */
.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */
.push--one-half, .push--six-twelfths, .push--five-tenths, .push--four-eighths, .push--three-sixths, .push--two-quarters {
  left: 50%;
}

/**
 * Thirds
 */
.push--one-third, .push--four-twelfths, .push--two-sixths {
  left: 33.333%;
}

.push--two-thirds, .push--eight-twelfths, .push--four-sixths {
  left: 66.666%;
}

/**
 * Quarters
 */
.push--one-quarter, .push--three-twelfths, .push--two-eighths {
  left: 25%;
}

.push--three-quarters, .push--nine-twelfths, .push--six-eighths {
  left: 75%;
}

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}

/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */
.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  .push--palm--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--palm--one-half, .push--palm--six-twelfths, .push--palm--five-tenths, .push--palm--four-eighths, .push--palm--three-sixths, .push--palm--two-quarters {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--palm--one-third, .push--palm--four-twelfths, .push--palm--two-sixths {
    left: 33.333%;
  }

  .push--palm--two-thirds, .push--palm--eight-twelfths, .push--palm--four-sixths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--palm--one-quarter, .push--palm--three-twelfths, .push--palm--two-eighths {
    left: 25%;
  }

  .push--palm--three-quarters, .push--palm--nine-twelfths, .push--palm--six-eighths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--palm--one-fifth, .push--palm--two-tenths {
    left: 20%;
  }

  .push--palm--two-fifths, .push--palm--four-tenths {
    left: 40%;
  }

  .push--palm--three-fifths, .push--palm--six-tenths {
    left: 60%;
  }

  .push--palm--four-fifths, .push--palm--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--palm--one-sixth, .push--palm--two-twelfths {
    left: 16.666%;
  }

  .push--palm--five-sixths, .push--palm--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--palm--one-eighth {
    left: 12.5%;
  }

  .push--palm--three-eighths {
    left: 37.5%;
  }

  .push--palm--five-eighths {
    left: 62.5%;
  }

  .push--palm--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--palm--one-tenth {
    left: 10%;
  }

  .push--palm--three-tenths {
    left: 30%;
  }

  .push--palm--seven-tenths {
    left: 70%;
  }

  .push--palm--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--palm--one-twelfth {
    left: 8.333%;
  }

  .push--palm--five-twelfths {
    left: 41.666%;
  }

  .push--palm--seven-twelfths {
    left: 58.333%;
  }

  .push--palm--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
  /**
   * Whole
   */
  .push--lap--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--lap--one-half, .push--lap--six-twelfths, .push--lap--five-tenths, .push--lap--four-eighths, .push--lap--three-sixths, .push--lap--two-quarters {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--lap--one-third, .push--lap--four-twelfths, .push--lap--two-sixths {
    left: 33.333%;
  }

  .push--lap--two-thirds, .push--lap--eight-twelfths, .push--lap--four-sixths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--lap--one-quarter, .push--lap--three-twelfths, .push--lap--two-eighths {
    left: 25%;
  }

  .push--lap--three-quarters, .push--lap--nine-twelfths, .push--lap--six-eighths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--lap--one-fifth, .push--lap--two-tenths {
    left: 20%;
  }

  .push--lap--two-fifths, .push--lap--four-tenths {
    left: 40%;
  }

  .push--lap--three-fifths, .push--lap--six-tenths {
    left: 60%;
  }

  .push--lap--four-fifths, .push--lap--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--lap--one-sixth, .push--lap--two-twelfths {
    left: 16.666%;
  }

  .push--lap--five-sixths, .push--lap--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--lap--one-eighth {
    left: 12.5%;
  }

  .push--lap--three-eighths {
    left: 37.5%;
  }

  .push--lap--five-eighths {
    left: 62.5%;
  }

  .push--lap--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--lap--one-tenth {
    left: 10%;
  }

  .push--lap--three-tenths {
    left: 30%;
  }

  .push--lap--seven-tenths {
    left: 70%;
  }

  .push--lap--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--lap--one-twelfth {
    left: 8.333%;
  }

  .push--lap--five-twelfths {
    left: 41.666%;
  }

  .push--lap--seven-twelfths {
    left: 58.333%;
  }

  .push--lap--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .push--portable--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--portable--one-half, .push--portable--six-twelfths, .push--portable--five-tenths, .push--portable--four-eighths, .push--portable--three-sixths, .push--portable--two-quarters {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--portable--one-third, .push--portable--four-twelfths, .push--portable--two-sixths {
    left: 33.333%;
  }

  .push--portable--two-thirds, .push--portable--eight-twelfths, .push--portable--four-sixths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--portable--one-quarter, .push--portable--three-twelfths, .push--portable--two-eighths {
    left: 25%;
  }

  .push--portable--three-quarters, .push--portable--nine-twelfths, .push--portable--six-eighths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--portable--one-fifth, .push--portable--two-tenths {
    left: 20%;
  }

  .push--portable--two-fifths, .push--portable--four-tenths {
    left: 40%;
  }

  .push--portable--three-fifths, .push--portable--six-tenths {
    left: 60%;
  }

  .push--portable--four-fifths, .push--portable--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--portable--one-sixth, .push--portable--two-twelfths {
    left: 16.666%;
  }

  .push--portable--five-sixths, .push--portable--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--portable--one-eighth {
    left: 12.5%;
  }

  .push--portable--three-eighths {
    left: 37.5%;
  }

  .push--portable--five-eighths {
    left: 62.5%;
  }

  .push--portable--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--portable--one-tenth {
    left: 10%;
  }

  .push--portable--three-tenths {
    left: 30%;
  }

  .push--portable--seven-tenths {
    left: 70%;
  }

  .push--portable--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--portable--one-twelfth {
    left: 8.333%;
  }

  .push--portable--five-twelfths {
    left: 41.666%;
  }

  .push--portable--seven-twelfths {
    left: 58.333%;
  }

  .push--portable--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .push--desk--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--desk--one-half, .push--desk--six-twelfths, .push--desk--five-tenths, .push--desk--four-eighths, .push--desk--three-sixths, .push--desk--two-quarters {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--desk--one-third, .push--desk--four-twelfths, .push--desk--two-sixths {
    left: 33.333%;
  }

  .push--desk--two-thirds, .push--desk--eight-twelfths, .push--desk--four-sixths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--desk--one-quarter, .push--desk--three-twelfths, .push--desk--two-eighths {
    left: 25%;
  }

  .push--desk--three-quarters, .push--desk--nine-twelfths, .push--desk--six-eighths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--desk--one-fifth, .push--desk--two-tenths {
    left: 20%;
  }

  .push--desk--two-fifths, .push--desk--four-tenths {
    left: 40%;
  }

  .push--desk--three-fifths, .push--desk--six-tenths {
    left: 60%;
  }

  .push--desk--four-fifths, .push--desk--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--desk--one-sixth, .push--desk--two-twelfths {
    left: 16.666%;
  }

  .push--desk--five-sixths, .push--desk--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--desk--one-eighth {
    left: 12.5%;
  }

  .push--desk--three-eighths {
    left: 37.5%;
  }

  .push--desk--five-eighths {
    left: 62.5%;
  }

  .push--desk--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--desk--one-tenth {
    left: 10%;
  }

  .push--desk--three-tenths {
    left: 30%;
  }

  .push--desk--seven-tenths {
    left: 70%;
  }

  .push--desk--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--desk--one-twelfth {
    left: 8.333%;
  }

  .push--desk--five-twelfths {
    left: 41.666%;
  }

  .push--desk--seven-twelfths {
    left: 58.333%;
  }

  .push--desk--eleven-twelfths {
    left: 91.666%;
  }
}
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
@media only screen and (max-width: 480px) {
  .palm--hide {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
  .lap--hide {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .portable--hide {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .desk--hide {
    display: none;
  }
}
/*--------------------------------------------------------------
# Related Posts Plugin
--------------------------------------------------------------*/
.ds-related {
  border-top: dashed 1px #eee;
  padding-top: 1.5em !important;
}
.ds-related h3 {
  color: #999;
  margin-bottom: 10px;
  font-size: 22px;
}
.ds-related i.fa {
  padding: 0 10px 5px 10px;
}
.video-page .ds-related {
  background-color: #f4f4f4;
  padding: 2em !important;
}

.video-page .ds-related .ds-related-share {
  display: none;
}

.video-page .ds-related .gallery-item {
  max-width: 100%;
}

.single-hottip .ds-related .ds-related-share {
  display: none;
}

.single-hottip .ds-related .gallery-item {
  max-width: 100%;
}

.single-faq .ds-related .ds-related-share {
  display: none;
}

.single-faq .ds-related .gallery-item {
  max-width: 100%;
}

.rp4wp-related-posts ul {
  padding: 0;
  margin: 0;
  margin-left: 19px;
}

.rp4wp-related-faq .rp4wp_component_image,
.rp4wp-related-faq .rp4wp_component_excerpt {
  display: none;
}

.rp4wp-related-video .rp4wp_component_image {
  display: none;
}

.rp4wp-related-hottip .rp4wp_component_image {
  display: none;
}
.rp4wp-related-hottip p {
  display: none;
}

.rp4wp-related-posts {
  border-top: solid 1px #eee;
  padding-top: 60px;
}

.rp4wp-related-tutorial,
.rp4wp-related-stencil,
.rp4wp-related-post {
  margin-top: 20px;
}
.rp4wp-related-tutorial h3,
.rp4wp-related-stencil h3,
.rp4wp-related-post h3 {
  text-align: center !important;
  font-size: 35px !important;
  margin-bottom: 35px !important;
  display: block !important;
}
.rp4wp-related-tutorial ul,
.rp4wp-related-stencil ul,
.rp4wp-related-post ul {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.rp4wp-related-tutorial .rp4wp_component_title,
.rp4wp-related-stencil .rp4wp_component_title,
.rp4wp-related-post .rp4wp_component_title {
  font-size: 1.4em;
  margin: 22px 0 4px;
  line-height: 1.35em;
}
.rp4wp-related-tutorial .rp4wp_component_title a,
.rp4wp-related-stencil .rp4wp_component_title a,
.rp4wp-related-post .rp4wp_component_title a {
  font-weight: 500;
}
.rp4wp-related-tutorial li,
.rp4wp-related-stencil li,
.rp4wp-related-post li {
  display: inline;
}
.rp4wp-related-tutorial .rp4wp_component,
.rp4wp-related-stencil .rp4wp_component,
.rp4wp-related-post .rp4wp_component {
  padding: 0 20px;
}
.rp4wp-related-tutorial img,
.rp4wp-related-stencil img,
.rp4wp-related-post img {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #eee;
}

.rp4wp-related-post ul {
  grid-template-columns: 33% 33% 33%;
}

@media only screen and (max-width: 768px) {
  .rp4wp-related-post {
    margin-top: 20px;
  }

  .rp4wp-related-post h3 {
    padding-bottom: 10px;
  }

  .ds-related .ds-related-share {
    font-size: 1.1em;
  }

  .ds-related .gallery {
    padding: 0 0 0.5em;
  }

  .rp4wp-related-posts {
    margin-bottom: 2em;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#book {
  background: #fff;
}
#book #book-toc {
  width: 250px;
  float: left;
  padding: 5em 2em 4em 1em;
}
#book #book-toc:hover i {
  opacity: 0.2;
}
#book #book-toc a {
  display: block;
  color: #aaa;
  margin-bottom: 0.35em;
  outline: none;
  font-weight: 100;
}
#book #book-toc a.active {
  font-weight: bold;
  transition: none !important;
}
#book #book-toc a.active i {
  opacity: 1 !important;
}
#book #book-toc a:hover {
  color: #777;
  transition: none !important;
}
#book #book-toc a:hover i {
  opacity: 0.4;
}
#book #book-toc a i {
  font-size: 9px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: opacity 0.3s;
}
#book #book-toc h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
  transition: color 2s;
  margin-top: 0.4em;
  color: #444;
}

.create-style #book-toc:hover h4 {
  color: #FCEA52;
  transition: color 0.5s;
}

.start-style #book-toc:hover h4 {
  color: #f7901e;
  transition: color 0.5s;
}

.create-style #book-text h2 {
  color: #1FC3DF;
}

.create-style #book-text a,
.create-style #book-toc a.active {
  color: #1FC3DF !important;
}

.start-style #book-text h2,
.start-style #book-toc a.active,
.start-style #book-text a {
  color: #f7901e !important;
}

.bp-style #book-text h2,
.bp-style #book-toc a.active,
.bp-style #book-text a {
  color: #ffbf33 !important;
}

.pro-style #book-text h2,
.pro-style #book-toc a.active,
.pro-style #book-text a {
  color: #aaa !important;
}

.pro-style .ds-imageblock img {
  border-radius: 2%;
}

.pro-style b {
  font-weight: 500;
}

.start-style #book-text .ds-image {
  max-width: 275px;
}

#book-text {
  background-color: #fff;
  margin-left: 250px;
  overflow: hidden;
  color: #333;
  padding: 0 2em;
  padding-bottom: 2em;
  border-left: solid 1px #ddd;
}
#book-text .book-text-page {
  padding-top: 3em;
  opacity: 1;
  transition: opacity 0.5s;
}
#book-text .book-text-page.active {
  opacity: 1;
  transition: opacity 0.5s;
}
#book-text .book-text-page:first-of-type {
  padding-top: 0;
}
#book-text .book-text-page .ds-imageblock img {
  border: none;
  border-radius: 10%;
}
#book-text .book-text-page.active h2:before {
  left: 2px;
  transition: all 0.5s;
}
#book-text h2 {
  margin-left: -1.15em;
  margin-top: 0;
  padding-top: 1em;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 2.4em;
}
#book-text h2:before {
  content: "\f027";
  color: #ddd;
  font-family: "3doodlerPhoenix";
  font-size: 1em;
  margin-right: 0.2em;
  position: relative;
  left: -8px;
  transition: all 0.5s;
}
#book-text h3 {
  font-weight: 600;
  padding-top: 10px;
  font-size: 1.3em;
  color: #444;
  line-height: 1.3em;
  margin-bottom: 5px;
}
#book-text a {
  font-weight: 400;
}
#book-text ul {
  margin-left: 0;
  padding-left: 25px;
  color: #333;
}
#book-text p {
  color: #333;
}
#book-text em {
  font-weight: 400;
}
#book-text hr {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 3em 0;
}
#book-text .ds-alertbox {
  background-color: #eee;
}
#book-text .ds-alertbox p {
  font-size: 0.9em;
  font-style: italic;
}
#book-text .ds-image-caption {
  color: #ccc;
}
#book-text .ds-alertbox i {
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  #book-text {
    margin-left: 0;
    padding-top: 20px;
  }

  #book-toc {
    display: none;
  }

  #book-text .book-text-page {
    opacity: 1 !important;
    min-height: 0;
  }

  #book-text h3 {
    margin-top: 0.5em;
  }

  #book-text h2 {
    font-size: 2em;
    display: inline;
    position: relative;
    top: -6px;
  }

  #book-text .book-text-page.active h2:before {
    left: -5px;
  }

  #book-text h2:before {
    margin-right: 5px;
  }
}
.content-area {
  margin: 0;
  width: 100%;
}

.page-search .content-area {
  padding-top: 110px;
}
.page-search .content-area input {
  color: #777;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .page-search .content-area section {
    padding: 1em 10px 1.5em;
  }
  .page-search .content-area .input {
    font-size: 15px;
    margin-top: 0;
  }
  .page-search .content-area h4 {
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 33px;
  }
}

.site-main {
  margin: 0;
  width: 100%;
}

.site-info {
  display: none;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}

.clearfix {
  clear: both;
}

.vertcent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vertcent .fusion-layout-column {
  margin-bottom: 1px !important;
}

@media screen and (max-width: 1340px) {
  .wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 500px) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.video-page .gallery-item {
  text-align: left;
}
.video-page .gallery {
  margin-bottom: 0;
}
.video-page .video-meta {
  padding-left: 3em;
  text-align: left;
}
.video-page .rp4wp-posts-list {
  list-style-type: none;
  margin-left: 0;
}
.video-page h3 {
  color: #777;
  margin-bottom: 10px;
}
.video-page .app-item {
  display: none;
}

.video-head {
  background-color: #333;
  padding: 4em 0 !important;
}
.video-head .video-view {
  outline: none;
  position: relative;
}
.video-head .video-view img {
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.video-head .video-view .play-overlay {
  position: absolute;
  font-size: 1em;
  left: 0;
  opacity: 0.5;
  color: #fff;
  background-color: black;
  padding: 0.2em 0.8em 0.2em 0.5em;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  border-bottom-right-radius: 3px;
}
.video-head .video-view .play-overlay i {
  margin-right: 2px;
  font-size: 1.4em;
  position: relative;
  top: 1px;
  left: -1px;
}
.video-head .video-meta {
  color: #aaa;
}
.video-head .video-meta .video-meta-top {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.video-head .video-meta h3 {
  margin: 0.2em 0 0.3em 0;
  color: #fff;
}
.video-subhead {
  background-color: #444;
  padding: 2em 0 !important;
}
.video-subhead h3 {
  color: #999;
  margin: 0;
}
.video-subhead h6 {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .video-page .ds-related {
    padding: 2em 0 0 !important;
  }

  .video-head {
    padding: 1em 0 !important;
  }
  .video-head .video-meta {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .video-subhead {
    padding: 1.5em 0 2em !important;
  }
  .video-subhead .video-meta {
    padding-left: 0;
    margin-top: 8px;
  }
}
footer .icon-fallback-text {
  display: none !important;
}
footer .footer-top {
  color: #333;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding: 4em 3em;
  border-top: solid 1px #eee;
}
@media screen and (max-width: 1054px) {
  footer .footer-top {
    background-size: cover;
    padding: 2em 0.5em 2em !important;
    background-position: 190px;
  }
}
footer .footer-top .footer-top__inner {
  width: 100%;
}
footer .footer-top .footer-top__inner ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 25px;
}
footer .footer-top .footer-top__inner li {
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
}
footer .footer-top .footer-top__inner p {
  max-width: 500px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 5px 5px 0;
  border-radius: 3px;
}
footer .footer-top .footer-top__inner span {
  display: inline-block;
}
footer .footer-top .footer-top__inner h4 {
  color: #1FC3DF;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-top__inner h4 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
footer .footer-top .footer-top__inner a {
  color: #1FC3DF;
  font-weight: bold;
}
footer .footer-top .footer-top__inner .social-row {
  margin-top: 35px;
}
footer .footer-top .footer-top__inner .social-row li {
  display: inline;
  margin-top: 10px;
}
footer .footer-top .footer-top__inner .social-row li a {
  color: #333;
  margin-left: 0;
  margin-right: 15px;
}
footer .footer-top .footer-top__inner .social-row li .icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 330px) {
  footer .footer-top .footer-top__inner ul:not(.social-row) li a {
    display: block;
  }
}
footer .footer-bottom {
  background-color: #333;
  padding: 4em 3em;
  padding-bottom: 1.5em !important;
}
footer .footer-bottom h6 {
  color: #ddd;
  margin-bottom: 10px;
}
footer .footer-bottom h6 {
  margin-top: 0px;
}
@media screen and (max-width: 500px) {
  footer .footer-bottom h6 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
footer .footer-bottom ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.8em;
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
}
footer .footer-bottom .footer__copyright {
  border-top: solid 1px #444;
  margin-top: 30px;
  padding-top: 30px;
}
footer .footer-bottom .footer__copyright path {
  fill: #1FC3DF;
}
footer .footer-bottom .footer__copyright .footer__social {
  text-align: right;
}
footer .footer-bottom .footer__copyright .footer__social a {
  margin-top: 2px;
  display: inline-block;
}
footer .footer-bottom .footer__copyright .footer__social h4 {
  display: inline;
  font-size: 1.2em;
  position: relative;
  top: 3px;
  padding-right: 5px;
}
footer .footer-bottom .footer__copyright .footer__terms {
  font-size: 0.85em;
  color: #999;
}
footer .footer-bottom .footer__copyright .footer__terms a {
  color: #999;
  font-weight: bold;
}
footer .footer-bottom .footer__copyright li {
  display: inline;
  margin: 0 0.5em;
  color: #aaa;
  font-size: 1.1em;
  vertical-align: top;
}
footer .footer-bottom .footer__copyright li a {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 900px) {
  footer .footer-bottom {
    padding: 2em 0.5em 1em !important;
  }
  footer .footer-bottom .footer__signup {
    margin-bottom: 50px;
  }
  footer .footer-bottom #signup_email {
    width: 100%;
  }
  footer .footer-bottom .footer__terms {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .footer-bottom .footer__social {
    text-align: center !important;
    margin-left: -10px;
  }
  footer .footer-bottom .footer__social h4 {
    display: none !important;
  }
  footer .footer-bottom .footer__terms a {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-bottom .footer__signup {
    margin-bottom: 40px;
  }
}

.page-404 {
  width: 100%;
  text-align: center;
  padding: 13em 5em 8em;
  background-color: #f7f7f7;
}
@media screen and (max-width: 60em) {
  .page-404 {
    padding: 3em;
    padding-top: 9em;
  }
}
.page-404 .page-404__header {
  margin-bottom: 10px;
}
.page-404 .page-404__button {
  margin-top: 20px;
}

body.error404 #subnav {
  display: none;
}

.page-id-15537 .grid__item-menu,
.page-id-9298 .grid__item-menu {
  display: none;
}
.page-id-15537 .grid__item-content,
.page-id-9298 .grid__item-content {
  width: 100% important;
}

.content-legal {
  padding: 2.5em 1em;
}
.content-legal .legal-lead {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 20px;
  color: #333;
}
.content-legal h4 {
  margin-bottom: 30px;
  color: #555;
  font-size: 52px;
  font-weight: 100;
  line-height: 54px;
}
.content-legal h6 {
  margin-bottom: 13px;
  margin-top: 50px;
  font-size: 21px;
  text-transform: uppercase;
  color: #555;
}
.content-legal .content-legal__menu {
  margin-top: 30px;
  padding-left: 3vw;
}
.content-legal .content-legal__menu h6 {
  margin-left: 13px;
}
.content-legal .content-legal__menu ul li {
  margin-top: 2px;
  list-style-type: none;
}
.content-legal .legal-box {
  border: solid 1px #eee;
  padding: 1.5em;
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #000;
}
.content-legal .legal-box .button {
  margin-top: 14px;
}
.content-legal p {
  color: #555;
  margin-bottom: 1em;
}
.content-legal ul {
  margin-left: 0;
  padding-left: 15px;
  margin-top: 20px;
}
.content-legal ul li {
  margin-top: 5px;
}
.content-legal ol > li {
  margin-bottom: 20px;
  color: #555;
}
.content-legal ol > li li {
  margin-top: 0;
}
.content-legal ol > li li em {
  color: #000;
}
.content-legal b,
.content-legal strong {
  font-weight: 400;
  color: #444;
}
.content-legal .legal-lastupdate {
  font-style: italic;
  opacity: 0.5;
  font-size: 0.8em;
  margin-top: 50px;
}

.legal-po {
  /* Tabs */
}
.legal-po .formcraft-css .fc-form {
  box-shadow: none !important;
}
.legal-po .formcraft-css .powered-by {
  display: none;
}
.legal-po .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover::after {
  right: -11px !important;
}
.legal-po .formcraft-css .fc-form .form-element .field-cover.heading-cover {
  padding: 1.5em 1em 0.5em 1.5em;
}
.legal-po .formcraft-css .fc-form .form-element .field-cover.heading-cover > div > span {
  color: #555;
}
.legal-po .tabs {
  width: 820px;
  margin: initial;
}
.legal-po ul#tabs-nav {
  list-style: none;
  margin: -1px;
  overflow: auto;
}
.legal-po ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 8px;
  padding: 10px 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  border: solid 1px #ddd;
  background-color: #fafafa;
}
.legal-po ul#tabs-nav li.active {
  border-bottom: solid 1px #fff;
}
.legal-po ul#tabs-nav li.active a {
  font-weight: 400;
  color: #333;
}
.legal-po ul#tabs-nav li:hover {
  background-color: #fafafa;
}
.legal-po ul#tabs-nav li.active {
  background-color: #fff !important;
}
.legal-po #tabs-nav li a {
  text-decoration: none;
  color: #1FC3DF;
  pointer-events: none;
  font-weight: 400;
}
.legal-po .po-submission__copy {
  padding: 2em;
  padding-bottom: 0;
}
.legal-po .mail-submission {
  padding: 2em !important;
}
.legal-po .mail-submission__step {
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
.legal-po .mail-submission__step span {
  background-color: #1FC3DF;
  padding: 3px 11px;
  border-radius: 15px;
  color: #fff;
  font-weight: 900;
  margin-right: 6px;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
}
.legal-po .mail-submission__step a {
  font-weight: 400;
}
.legal-po .mail-submission__step .mail-submission__step-content {
  margin-left: 36px;
  margin-top: 15px;
  filter: none;
  font-weight: 100;
  opacity: 1;
}
.legal-po .mail-submission__step.disabled {
  pointer-events: none;
  color: #ccc;
}
.legal-po .mail-submission__step.disabled span {
  background-color: #ddd;
}
.legal-po .mail-submission__step.disabled .mail-submission__step-content {
  filter: blur(2.5px);
  opacity: 0.5;
}
.legal-po .tab-content {
  padding: 10px;
  background-color: #FFF;
  border: solid 1px #ddd;
}
.legal-po .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.legal-po .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.legal-po .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.legal-po .styled-checkbox:hover + label:before {
  background: #f7f7f7;
}
.legal-po .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.legal-po .styled-checkbox:checked + label:before {
  background: #1FC3DF;
}
.legal-po .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.legal-po .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.legal-po .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.legal-po .unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
  margin-left: 39px;
}
.legal-po .centered {
  width: 300px;
  margin: auto;
}
.legal-po .title {
  text-align: center;
  color: rgb(69, 113, 236);
}

@media screen and (max-width: 500px) {
  .content-legal {
    padding: 1.2em 0;
  }
  .content-legal .grid__item-menu {
    padding-left: 0;
    text-align: center;
    margin-left: 0;
    border-top: solid 1px #eee;
    margin-top: 40px;
  }
  .content-legal .grid__item-menu h6 {
    margin-top: 40px;
    margin-left: -5px;
  }
  .content-legal .grid__item-menu .content-legal__menu, .content-legal .grid__item-menu ul {
    margin-left: 0;
    padding-left: 0;
  }
  .content-legal .legal-lead {
    font-size: 1.2em;
  }
  .content-legal h4 {
    margin-bottom: 15px;
    font-size: 39px;
    line-height: 41px;
  }
  .content-legal.legal-po .tabs {
    padding-top: 0.5em;
    width: 100%;
  }
  .content-legal.legal-po .tabs .po-submission__copy {
    padding: 0.5em;
  }
  .content-legal.legal-po .tabs .formcraft-css .fc-form .form-page-content {
    padding: 0.5em;
  }
  .content-legal.legal-po .tabs .unstyled {
    margin-left: 0;
  }
  .content-legal.legal-po .tabs ul#tabs-nav li {
    padding: 10px;
  }
}
.page-build-and-play .nav__notification-bar {
  background-color: #ffb700 !important;
}
.page-build-and-play .nav__notification-bar strong {
  color: #fff !important;
}
@media screen and (max-width: 500px) {
  .page-build-and-play .nav__notification-bar strong {
    display: none;
  }
}
.page-build-and-play footer .footer-bottom {
  padding: 1em 0 1em 0;
  padding-bottom: 1em !important;
}
.page-build-and-play footer .footer-bottom .footer__copyright {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.page-build-and-play footer .footer-bottom .footer__terms-wrap {
  display: inline;
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .page-build-and-play footer .footer-bottom .footer__terms {
    margin-bottom: 0;
  }
  .page-build-and-play footer .footer-bottom .footer__terms .footer__terms-wrap {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }
}

.nav.nav--bp {
  background-color: #ee3c42;
}
.nav.nav--bp.nav--sticky {
  background-color: rgba(238, 60, 66, 0.9);
}
.nav.nav--bp .nav__burger .nav__burgerbar,
.nav.nav--bp .nav__burger .nav__burgerbar:after,
.nav.nav--bp .nav__burger .nav__burgerbar:before {
  background-color: #fff;
}
.nav.nav--bp .nav__logo {
  display: none;
}
.nav.nav--bp .nav__list .nav__list-item {
  color: #fff;
}
.nav.nav--bp .nav__list .nav__list-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav.nav--bp .nav__list .nav__list-item:last-child .nav__list-link {
  background-color: transparent !important;
}
.nav.nav--bp #preorder-btn {
  background-color: #ABCF15;
  width: 140px;
  border: solid 2px;
  height: 41px;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding-top: 6px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  float: right;
  margin-top: 16px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .nav.nav--bp #preorder-btn {
    padding-top: 3px;
    height: 34px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.content-bp h1, .content-bp h2, .content-bp h3, .content-bp h4 {
  font-family: "Earth Spirit Regular";
}
.content-bp h1 {
  line-height: 72px;
}
.content-bp h2 {
  line-height: 1em;
}
.content-bp .button.button--green {
  box-shadow: none;
  border: solid 2px #fff;
}
.content-bp .site-main {
  position: relative;
}
.content-bp .site-main .bp__hero {
  position: relative;
  height: 40vw;
  min-height: 700px;
  overflow: hidden;
  margin-top: 115px;
}
@media screen and (max-width: 960px) {
  .content-bp .site-main .bp__hero {
    margin-top: 95px;
  }
}
@media screen and (max-width: 768px) {
  .content-bp .site-main .bp__hero {
    min-height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero {
    min-height: 450px;
  }
}
.content-bp .site-main .bp__hero .bp-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent, transparent);
  z-index: 2;
}
.content-bp .site-main .bp__hero .bp-video__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.content-bp .site-main .bp__hero .bp-video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.content-bp .site-main .bp__hero .bp-video__content {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  z-index: 3;
}
.content-bp .site-main .bp__hero .bp-video__content .bp__hero-age {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: inline;
  float: right;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  padding-top: 26px;
  line-height: 27px;
  margin-top: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero .bp-video__content .bp__hero-age {
    width: 80px;
    height: 80px;
    font-size: 17px;
    padding-top: 23px;
    line-height: 20px;
    margin-top: 16px;
  }
}
.content-bp .site-main .bp__hero .bp-video__content .bp__hero-age b {
  font-size: 1.3em;
}
.content-bp .site-main .bp__hero .navbp__logo-container {
  width: 280px;
  background-color: #ee3c42;
  padding: 20px;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  text-align: center;
  margin-left: 15px;
}
.content-bp .site-main .bp__hero .navbp__logo-container .navbp__logo {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .content-bp .site-main .bp__hero .navbp__logo-container .navbp__logo {
    width: 190px;
  }
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero .navbp__logo-container .navbp__logo {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero .navbp__logo-container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 15px;
    padding-top: 15px;
    padding: 15px;
    width: 130px;
    margin-left: 0;
  }
}
.content-bp .site-main .bp__hero .bp__hero-content {
  width: 310px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero .bp__hero-content {
    text-align: left;
    margin-top: 0;
  }
}
.content-bp .site-main .bp__hero .bp__hero-content .bp__hero-title {
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero .bp__hero-content .bp__hero-title {
    margin-bottom: 0;
    line-height: 60px;
  }
}
.content-bp .site-main .bp__hero .bp__hero-content .bp__hero-icons img {
  padding: 15px 10px;
}
@media screen and (max-width: 500px) {
  .content-bp .site-main .bp__hero .bp__hero-content .bp__hero-icons img {
    padding: 15px 15px 15px 0;
  }
}
.content-bp .bp__works {
  background: url("https://cdn.help.the3doodler.com/20200203061446/bnp_howitworks.jpg");
  background-repeat: no-repeat;
  min-height: 80vw;
  background-size: cover;
  position: relative;
  background-position: -140px;
}
@media screen and (max-width: 768px) {
  .content-bp .bp__works {
    min-height: 110vw;
    background-position: -190px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .content-bp .bp__works {
    padding-top: 20px;
    background-position: -1110px;
  }
  .content-bp .bp__works .grid {
    margin-left: 0;
  }
}
.content-bp .bp__works .bp__works-steps {
  position: absolute;
  bottom: 0;
  background-color: #ffb700;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__works .bp__works-steps {
    padding-bottom: 30px;
  }
  .content-bp .bp__works .bp__works-steps .grid__item {
    padding-left: 0;
  }
}
.content-bp .bp__works .bp__works-steps .bp__works-step {
  margin-top: -50px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__works .bp__works-steps {
    position: relative;
  }
}
.content-bp .bp__works .bp__works-content .bp__works-wrap {
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  .content-bp .bp__works .bp__works-content .bp__works-wrap {
    padding: 0 4em 0 3em;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .content-bp .bp__works .bp__works-content .bp__works-wrap {
    padding: 0 2em;
  }
}
.content-bp .bp__works .bp__works-content .bp__works-img {
  max-width: 180px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__works .bp__works-content .bp__works-img {
    max-width: 230px;
  }
}
.content-bp .bp__works .bp__works-content .bp__works-header {
  color: #ee3c42;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content-bp .bp__works .bp__works-content .bp__works-header {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .content-bp .bp__works .bp__works-content .bp__works-copy {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1em;
    border-radius: 5px;
  }
}
.content-bp .bp__slides {
  background-color: #ee3c42;
  min-height: 40vw;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides {
    padding-top: 30px;
  }
  .content-bp .bp__slides .flickity-page-dots {
    bottom: -35px;
  }
}
.content-bp .bp__slides .bp__slides-header {
  color: #fff !important;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .bp__slides-header {
    margin-bottom: 15px;
  }
}
.content-bp .bp__slides .flickity-page-dots .dot {
  background: #fff;
}
.content-bp .bp__slides .carousel-cell {
  width: 60%;
  height: 37vw;
  margin-right: 10px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .carousel-cell {
    width: 80%;
    height: 46vw;
  }
}
.content-bp .bp__slides .carousel-cell img {
  border: solid 15px #fff;
  border-radius: 90px;
  width: 80%;
  transform: width 1s;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .carousel-cell img {
    border-width: 10px;
  }
}
.content-bp .bp__slides .flickity-prev-next-button {
  background: transparent;
  width: 170px;
  height: 140px;
  opacity: 1 !important;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .flickity-prev-next-button {
    width: 110px;
    height: 90px;
  }
}
.content-bp .bp__slides .flickity-prev-next-button .flickity-button-icon {
  color: #ffb700;
  stroke: white;
  stroke-width: 11px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .flickity-prev-next-button .flickity-button-icon {
    stroke-width: 5px;
  }
}
.content-bp .bp__slides .flickity-prev-next-button .flickity-button-icon:hover {
  color: hsl(43deg, 100%, 45%);
}
.content-bp .bp__slides .flickity-prev-next-button.previous {
  left: 15%;
}
.content-bp .bp__slides .flickity-prev-next-button.next {
  right: 15%;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .flickity-prev-next-button.previous {
    left: 0%;
  }
  .content-bp .bp__slides .flickity-prev-next-button.next {
    right: 0%;
  }
}
.content-bp .bp__slides .carousel-cell.is-selected img {
  width: 100%;
  margin-top: 0;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  opacity: 1;
}
.content-bp .bp__slides .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 10%;
  top: 0%;
  width: 80%;
  height: 80%;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__slides .flickity-prev-next-button .flickity-button-icon {
    top: 7% !important;
  }
}
.content-bp .bp__feats h2 {
  color: #ffb700;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__feats {
    padding-top: 2em;
  }
}
.content-bp .bp__feats .bp__feats-content {
  margin-top: 0px;
}
.content-bp .bp__feats .bp__feats-icon {
  float: left;
  width: 20%;
  max-width: 70px;
}
.content-bp .bp__feats .bp__feats-item {
  float: left;
  width: 80%;
  padding-left: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__feats .bp__feats-item {
    margin-bottom: 0;
  }
}
.content-bp .bp__feats .bp__feats-item h3 {
  color: #ee3c42;
  margin-bottom: 10px;
  margin-top: 8px;
}
.content-bp .bp__follow {
  background-image: url("https://cdn.help.the3doodler.com/20200204135846/bp-thumb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vw;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__follow {
    background-position: -400px;
  }
}
.content-bp .bp__follow .bp__follow-content {
  padding-top: 4vw;
}
.content-bp .bp__follow h2 {
  color: #fff;
}
.content-bp .bp__follow p {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1em;
  margin: 20px 0 30px;
  color: #000;
  border-radius: 5px;
}
.content-bp .bp__faq {
  background-color: #ffb700;
}
.content-bp .bp__faq h2 {
  color: #fff;
  display: inline-block;
}
.content-bp .bp__faq a.button--green {
  float: right;
}
.content-bp .bp__faq .bp__faqs {
  list-style: none;
  padding-left: 0;
  margin-left: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__faq .bp__faqs {
    margin-top: 40px;
  }
}
.content-bp .bp__faq .bp__faqs li {
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__faq .bp__faqs li {
    margin-top: 20px;
  }
}
.content-bp .bp__faq .bp__faqs li.active .answer {
  max-height: 275px !important;
  padding-bottom: 25px;
  transition: all 0.5s ease;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__faq .bp__faqs li.active .answer {
    margin-top: 10px;
    font-size: 0.9em;
  }
}
.content-bp .bp__faq .bp__faqs li.active .question {
  transition: color 0.5s ease;
}
.content-bp .bp__faq .bp__faqs .answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.content-bp .bp__faq .bp__faqs .question {
  position: relative;
  cursor: pointer;
}
.content-bp .bp__faq .bp__faqs .question:hover {
  opacity: 0.75;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__faq .bp__faqs .question {
    line-height: 22px;
  }
}
.content-bp .bp__faq .bp__faqs .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: -40px;
  top: 45%;
  z-index: 2;
}
.content-bp .bp__faq .bp__faqs .plus-minus-toggle:before, .content-bp .bp__faq .bp__faqs .plus-minus-toggle:after {
  background: #ee3c42;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.content-bp .bp__faq .bp__faqs .plus-minus-toggle:after {
  transform-origin: center;
}
.content-bp .bp__faq .bp__faqs .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.content-bp .bp__faq .bp__faqs .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.content-bp .bp__footer {
  background-color: #fff;
  padding: 2em 0;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__footer {
    padding: 1em 0 2em;
  }
}
.content-bp .bp__footer .bp__footer-image {
  text-align: right;
}
.content-bp .bp__footer .bp__footer-image img {
  max-width: 400px;
  width: 100%;
  margin-left: -30px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__footer .bp__footer-image {
    text-align: center;
  }
}
.content-bp .bp__footer .bp__footer-content {
  margin-top: 7vw;
}
.content-bp .bp__footer .bp__footer-content .bp__footer-text {
  max-width: 400px;
}
@media screen and (max-width: 500px) {
  .content-bp .bp__footer .bp__footer-content {
    margin-top: 0;
    text-align: center;
  }
}
.content-bp .bp__footer h2 {
  color: #ee3c42;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

section:not(.flush) {
  padding: 4em 0;
}

.page-template-help-php #subnav {
  display: none;
}

.ds-grid {
  display: grid;
}

.ds-grid--two {
  grid-template-columns: 50% 50%;
}

.help-hub h5 {
  font-weight: 100;
  text-align: left;
  margin-bottom: 1.4em;
}

.ds-searchbox {
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  background-color: #f7f7f7;
  padding: 5em 0 !important;
  margin-top: 115px;
  background-color: #1fc3df;
  box-shadow: inset 0px -1px 5px rgba(0, 0, 0, 0.1);
  background-image: url("https://cdn.help.the3doodler.com/20210216063147/help_hero_blue_shade_4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.ds-searchbox .ds-searchbox-example {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.ds-searchbox h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.input--filled .ds-searchbox {
  /*background-color: #f7f7f7;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;*/
}

@media screen and (max-width: 600px) {
  .help-hub section:not(.flush) {
    padding: 2.5em 0;
    margin-bottom: 0;
  }

  .help-hub h5 {
    margin-bottom: 1em;
  }

  .ds-searchbox {
    padding: 1.5em 0 !important;
    background-size: cover;
    margin-top: 95px;
  }

  .ds-searchbox-example {
    display: none;
  }

  .ds-searchbox .input__field--makiko {
    padding: 0.1em !important;
  }

  .ds-searchbox .input__label--makiko::before {
    width: 25px;
    height: 25px;
    top: 30%;
    left: 14px;
    display: none;
  }

  .ds-searchbox .input--makiko {
    margin-top: 1em;
  }

  .ds-searchbox .input__label-content--makiko {
    padding: 0.7em 0 0 1.95em;
    font-size: 1.1em;
    padding-left: 0;
    padding-top: 9px;
  }
}
.ds-home-video {
  background: #555 url("//s3.amazonaws.com/3doodler-help/wp-content/uploads/2018/03/07021127/bg_tris_10.png");
  color: #fff;
  color: #999;
}
.ds-home-video .video-meta {
  margin-top: 5px;
}
.ds-home-video h4 {
  padding-top: 0;
  width: 95%;
  position: relative;
  color: #999;
  margin-bottom: 20px;
}
.ds-home-video h4 a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.6em;
}
.ds-home-video h6 {
  margin: 0.2em 0;
}
.ds-home-video .gallery-item {
  padding: 0 4em 0 0;
  text-align: left;
}
.ds-home-video .gallery-item .video-image {
  border-radius: 2px;
}
.ds-home-video .gallery-item .video-meta-top {
  color: #888;
  font-size: 0.9em;
}
.ds-home-video .gallery-item .video-meta-top .video-meta-type {
  text-transform: capitalize;
}
.ds-home-video .gallery-item .video-meta-top .video-meta-type a {
  color: #888;
}

@media screen and (max-width: 768px) {
  .ds-home-video {
    padding: 2em 0 1.5em !important;
  }
  .ds-home-video .wrap {
    padding: 0 5em;
  }
  .ds-home-video .grid-meta {
    text-align: center;
  }
  .ds-home-video .gallery-item {
    margin-top: 2.1em;
    text-align: center;
    padding: 0;
  }
  .ds-home-video h3 {
    margin: 0.1em 0;
  }
  .ds-home-video h2 {
    margin-bottom: 0;
  }
  .ds-home-video h2 a {
    top: 3px;
  }
}
@media screen and (max-width: 500px) {
  .ds-home-video .wrap {
    padding: 0 2em;
  }
}
.ds-faq {
  margin-bottom: 0 !important;
}
.ds-faq .button {
  margin-top: 10px;
  min-width: 200px;
}
.ds-faq ul {
  margin-left: 0;
  padding-left: 20px;
}
.ds-faq ul li {
  margin-bottom: 10px;
}
.ds-faq ul i {
  display: none;
}
.ds-faq .ds-faq-side {
  padding-left: 3em;
  margin-left: 3em;
  border-left: solid 1px #eee;
}
.ds-faq .ds-faq-side .ds-faq-sideitem {
  margin-bottom: 30px;
}
.ds-faq .ds-faq-side a {
  font-size: 1.2em;
  font-weight: 500;
}
.ds-faq .ds-faq-side i {
  margin-right: 5px;
}
.ds-faq .ds-faq-side p {
  color: #999;
  padding-top: 2px;
  color: #ccc;
  font-size: 0.9em;
  font-style: italic;
}
.ds-faq .gallery-item {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .ds-faq .ds-faq-side {
    padding-left: 10px;
    margin-left: 0em;
    border-left: none;
    margin-top: 50px;
  }
}

.ds-faq-edu {
  background-color: #f7f7f7;
}

.ds-comm {
  margin-bottom: 0 !important;
  padding-top: 3em !important;
}
.ds-comm h5 {
  padding-top: 0;
  margin-bottom: 1.4em;
  text-align: left;
  font-weight: 100;
}
.ds-comm .ds-comm-image-gridview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 18px;
  padding-right: 30px;
  margin-bottom: 40px;
}
.ds-comm .ds-comm-gridmeta {
  background-color: #1FC3DF;
  color: #fff;
  font-size: 0.85em;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-weight: 500;
}
.ds-comm a.ds-comm-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ds-comm .ds-comm-griditem {
  background-size: 116%;
  background-repeat: no-repeat;
  height: 15vw;
  border: solid 1px #eee;
  background-position: center center;
  border-radius: 5px;
  opacity: 0.8;
  transition: all 1s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.ds-comm .ds-comm-griditem:hover {
  background-size: 122%;
  transition: all 1s;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .ds-comm .ds-comm-image-gridview {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0;
  }
  .ds-comm .ds-comm-griditem {
    height: 35vw;
  }
  .ds-comm .ds-comm-gridmeta {
    line-height: 1.25em;
    width: 100%;
    height: 42px;
    opacity: 0.9;
    padding-top: 4px;
  }
}
.ds-comm .wrap .gallery-item {
  text-align: left;
}
.ds-comm .wrap .gallery-item ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  float: left;
  min-height: 330px;
  margin-bottom: 0;
}
.ds-comm .wrap .gallery-item ul li {
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
}
.ds-comm .wrap .gallery-item ul li i {
  color: #ddd;
  font-size: 1.5em;
  position: relative;
  top: 0px;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  margin-right: 7px;
  margin-left: 0.5em;
}
.ds-comm .wrap .gallery-item ul li .ds-comm-image {
  float: left;
  width: 25%;
}
.ds-comm .wrap .gallery-item ul li .ds-comm-image img {
  border-radius: 2px;
}
.ds-comm .wrap .gallery-item ul li .ds-comm-meta {
  float: left;
  padding-left: 1em;
  width: 70%;
}
.ds-comm .wrap .gallery-item ul li .ds-comm-meta h6 {
  margin-top: 0;
  margin-bottom: 3px;
}
.ds-comm .wrap .gallery-item ul li .ds-comm-meta span {
  display: block;
  font-size: 0.85em;
  color: #bbb;
  line-height: 1.4em;
}
.ds-comm .wrap .readmore {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 100;
  text-transform: uppercase;
  cursor: pointer;
}
.ds-comm .wrap .readmore i {
  display: block;
  position: relative;
  top: -5px;
  font-size: 1.4em;
  transition: all 0.5s;
}
.ds-comm .wrap .readmore:hover i {
  top: -3px;
  transition: all 0.5s;
}

@media screen and (max-width: 600px) {
  .ds-comm.gallery {
    padding: 2em 0;
  }

  .ds-comm .wrap .gallery-item {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }

  .ds-comm .wrap .gallery-item ul {
    min-height: 310px;
  }

  .ds-comm .wrap .gallery-item:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.ds-home-manual {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.ds-home-manual .gallery-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 0 4em;
}
.ds-home-manual .gallery-item:hover {
  transition: opacity 0.5s;
}
.ds-home-manual a {
  color: #fff !important;
  display: block;
  cursor: pointer;
}
.ds-home-manual .gallery-item:nth-of-type(1) {
  background-image: url("//s3.amazonaws.com/3doodler-help/wp-content/uploads/2018/03/07021128/gs_bg2.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 7em;
}
.ds-home-manual .gallery-item:nth-of-type(1):hover {
  opacity: 0.9;
  border-right: solid 1px #1FC3DF;
}
.ds-home-manual .gallery-item:nth-of-type(2) {
  background: url("//s3.amazonaws.com/3doodler-help/wp-content/uploads/2018/03/07021128/man_bg4.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 7em;
  opacity: 0.8;
}
.ds-home-manual .gallery-item:nth-of-type(2):hover {
  opacity: 0.7;
}
.ds-home-manual h2 {
  margin-bottom: 0;
  padding-top: 0;
  color: #fff;
}
.ds-home-manual p {
  display: inline-block;
  border-radius: 0.2em;
  margin-bottom: 0;
  color: #fff;
  font-weight: 100;
  padding: 0.1em 0.3em;
}

@media screen and (max-width: 768px) {
  .ds-home-manual .gallery-item {
    padding: 2em 0 2.5em !important;
  }
  .ds-home-manual .gallery-item a {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em;
  }
}
.ds-community .gallery-item {
  padding: 0 2em;
}
.ds-community .gallery-item h5 {
  padding: 10px 0;
}
.ds-community .gallery-item i {
  font-size: 3em;
}

.ds-community-tag {
  text-align: center;
  background: #393939 url("//s3.amazonaws.com/3doodler-help/wp-content/uploads/2018/03/07021127/bg_tris_10.png");
  color: #fff;
}
.ds-community-tag h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 100;
}
.ds-community-tag b {
  color: #1FC3DF;
}
.ds-community-tag h5 b {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .ds-community .gallery-item {
    margin-bottom: 2em;
    border-bottom: dashed 1px #ddd;
    padding-bottom: 2em;
  }

  .ds-community .gallery-item:nth-of-type(4) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.dsm-troubleshooting {
  color: #fff;
  background: url("//s3.amazonaws.com/3doodler-help/wp-content/uploads/2017/12/07021403/doodle_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.create-style .dsm-troubleshooting {
  background-color: #bbb;
}
.bp-style .dsm-troubleshooting {
  background-color: #ffbf33;
}
.start-style .dsm-troubleshooting {
  background-color: #f7901e;
}
.create-style .dsm-troubleshooting a {
  background-color: #1FC3DF;
  box-shadow: 0 2px #1cafc9;
}
.start-style .dsm-troubleshooting a {
  background-color: #45b179;
  box-shadow: 0 2px #3e9f6c;
}
.pro-style .dsm-troubleshooting {
  background-color: #333;
}
.pro-style .dsm-troubleshooting h4 {
  color: #fff;
}
.dsm-troubleshooting .wrap {
  max-width: 900px;
}
.dsm-troubleshooting h2 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.1em;
}
.dsm-troubleshooting .ds-cta-text span {
  text-transform: capitalize;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .ds-cta {
    text-align: center;
  }

  .ds-cta a.button {
    float: none;
    margin-top: 15px;
  }
}
.troubleshooting h6 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.troubleshooting ul {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 10px;
}

.ds-basics {
  max-width: 800px;
  margin: 0 auto;
}
.ds-basics h2 {
  text-align: center;
  padding-top: 0;
  margin-bottom: 40px;
  margin-top: 0;
}
.ds-basics .gallery-item {
  padding: 0 1em;
}
.ds-basics .gallery-item h3 {
  color: #555;
}
.ds-basics .gallery-item:nth-child(1) a {
  border-color: #ffbf33;
}
.ds-basics .gallery-item:nth-child(2) a {
  border-color: #1FC3DF;
}
.ds-basics .gallery-item:nth-child(3) a {
  border-color: rgb(247, 144, 30);
}
.ds-basics .gallery-item:nth-child(4) a {
  border-color: #444;
}
.ds-basics .gallery-item:nth-child(1) a:hover {
  background-color: hsl(41deg, 100%, 98%);
}
.ds-basics .gallery-item:nth-child(2) a:hover {
  background-color: rgba(52, 153, 219, 0.07);
}
.ds-basics .gallery-item:nth-child(3) a:hover {
  background-color: rgba(247, 144, 30, 0.05);
}
.ds-basics .gallery-item:nth-child(4) a:hover {
  background-color: #f4f4f4;
}
.ds-basics .gallery-item a {
  display: inline-block;
  padding: 2em;
  border-radius: 10px;
  border: solid 2.5px;
  transition: all 0.4s;
}
.ds-basics .gallery-item a img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .ds-basics .gallery-item h3 {
    margin-bottom: 2.5em;
    margin-top: -10px;
    padding-top: 0;
  }
}
.post-type-archive-faq #main {
  transition: background 0.5s;
  background-color: #eee;
}

@media screen and (max-width: 800px) {
  .post-type-archive-faq #main {
    padding-top: 0 !important;
  }

  .dsm-faq h5:first-of-type {
    margin-top: 15px;
  }

  .dsm-faq dl dt {
    margin-top: 0.85em;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-faq .tabs li:nth-child(4) {
    display: none;
  }
}
#main.start-style {
  background-color: #fef6ed;
}

#main.create-style {
  background-color: #e3f8fb;
}

#main.pro-style {
  background-color: #eee;
}

#main.edu-style {
  background-color: #f1faf5;
}

#main.bp-style {
  background-color: #feeeef;
}

.dsm-faq h2 {
  padding-top: 0;
  padding-bottom: 0.15em;
}
.dsm-faq h2 span {
  text-transform: capitalize;
  font-weight: 600;
}
.start-style .dsm-faq .sb a, .start-style .dsm-faq .sb {
  color: #f7901e;
}
.create-style .dsm-faq .sb a, .create-style .dsm-faq .sb {
  color: #1FC3DF;
}
.pro-style .dsm-faq .sb a, .pro-style .dsm-faq .sb {
  color: #000;
}
.edu-style .dsm-faq .sb a, .edu-style .dsm-faq .sb {
  color: #45b179;
}
.bp-style .dsm-faq .sb a, .bp-style .dsm-faq .sb {
  color: #ee3c42;
}
.dsm-faq .sb a,
.dsm-faq .sb {
  color: #1FC3DF;
}

.ds-faq-content h5 {
  margin-bottom: 20px;
}

.faq-perma {
  font-size: 0.85em;
  float: right;
}

body.single-faq .app-item {
  display: none;
}

@media screen and (max-width: 600px) {
  .tabs-style-flip .content-wrap {
    padding: 0 1em;
  }

  .tabs-style-flip .content-wrap > section {
    padding: 1em 0;
  }

  .tabs nav a span {
    font-size: 0.65em;
  }
}
body.search .search-area {
  padding: 2em 0 2.5em;
  padding-top: 0;
}
@media screen and (max-width: 60em) {
  body.search .search-area {
    padding-top: 0;
  }
}
body.search .ds-cta {
  background: #fafafa url("//iztizsxz5i-flywheel.netdna-ssl.com/wp-content/uploads/2018/02/gplay_60.png");
  color: #555;
  text-align: center;
  padding: 3em 0 3.5em;
  border-top: solid 1px #f4f4f4;
}
body.search .ds-cta h2 {
  padding: 0;
  margin-bottom: 0.2em;
}
body.search .ds-cta a {
  font-weight: 400;
}

.search-notify {
  padding: 1em 0;
  background-color: #fff;
  color: #aaa;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  font-style: italic;
}
.search-notify i {
  color: #fbb532;
}

.ds-search-item {
  border-bottom: dashed 1px #eee;
  padding: 1em 0;
}
.ds-search-item .ds-search-item-bg {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  float: left;
  border-radius: 2px;
}
.ds-search-item .ds-search-meta {
  float: left;
  padding-left: 20px;
  width: 90%;
}
.ds-search-item h6 {
  display: block;
  margin: -1px 0 1px;
}
.ds-search-item p {
  font-size: 0.85em;
  line-height: 1.6em;
  color: #bbb;
}
.ds-search-item:last-child {
  border-bottom: none;
}
.ds-search-item .ds-search-item-type {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #fff;
  border-radius: 2px;
  font-size: 0.7em;
  text-align: left;
  color: #333;
  padding-left: 1px;
  /*
  &.type-faq {
     background-color: rgba(225, 77, 76, .8);
  }

  &.type-hottip {
     background-color: rgba(20, 94, 142, .8);
  }

  &.type-stencil {
     background-color: rgba(168, 167, 23,.8);
  }

  &.type-post {
     background-color: rgba(188, 117, 23,.8);
  }*/
}
.ds-search-item h3 {
  margin-top: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 60em) {
  .ds-search-item .ds-search-item-bg {
    width: 15%;
  }
  .ds-search-item .ds-search-meta {
    width: 85%;
  }
}

.ds-faq-content {
  margin: 3em 0;
  border-left: solid 6px #1FC3DF;
  padding-left: 1em;
  max-width: 900px;
}

.ds-faq-meta {
  font-style: italic;
  color: #ddd;
  margin-top: 2em;
  font-weight: 100;
  font-size: 0.85em;
}
.ds-faq-meta span {
  font-weight: 100;
}

.ds-tip-content {
  padding: 3em 0;
}
.ds-tip-content .ds-tip-video {
  width: 60%;
  float: left;
}
.ds-tip-content .ds-tip-video video {
  border-radius: 2px;
  border: solid 1px #eee;
}
.ds-tip-content .ds-tip-meta {
  width: 40%;
  float: left;
  padding: 0 2em;
}
.ds-tip-content .ds-tip-meta h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  div .ds-tip-video,
div .ds-tip-meta {
    width: 100% !important;
    margin-top: 10px;
    padding: 0 !important;
  }

  div .ds-tip-video {
    margin-top: 0 !important;
  }
}
.ds-stencil-content {
  margin: 2em 0;
}
.ds-stencil-content img {
  float: left;
  border-radius: 2px;
}
.ds-stencil-content .ds-stencil-link {
  text-decoration: underline;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.ds-stencil-content .ds-stencil-prods {
  background-color: #fafafa;
  padding: 1.5em;
  overflow: hidden;
}
.ds-stencil-content .ds-stencil-prods .start-style .flickity-button {
  background-color: #FBB532;
}
.ds-stencil-content .ds-stencil-prods .start-style .ds-stencil-age {
  color: #FBB532;
}
.ds-stencil-content .ds-stencil-prods .create-style .flickity-button {
  background-color: #1FC3DF;
}
.ds-stencil-content .ds-stencil-prods .create-style .ds-stencil-age {
  color: #1FC3DF;
}
.ds-stencil-content .ds-stencil-prods .flickity-button-icon {
  color: #fff;
}
.ds-stencil-content .ds-stencil-prods .ds-stencil-prodsec:first-of-type {
  margin-bottom: 40px;
}
.ds-stencil-content .ds-stencil-prods .carousel-cell {
  width: 50%;
  opacity: 0.2;
  transition: 2s opacity;
}
.ds-stencil-content .ds-stencil-prods .carousel-cell.is-selected {
  opacity: 1;
  transition: 2s opacity;
}
.ds-stencil-content .ds-stencil-prods .ds-stencil-prodimg {
  width: 100%;
  float: none;
  padding: 0.5em;
}
.ds-stencil-content .ds-stencil-prods .ds-stencil-prodlink {
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 0.9em;
  line-height: 19px;
  margin-top: -6px;
}
.ds-stencil-content .ds-stencil-prods h6 {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0.3;
}
.ds-stencil-content .ds-stencil-prods .ds-stencil-logo {
  float: none;
  width: 80px;
}
.ds-stencil-content .ds-stencil-prods .ds-stencil-age {
  position: relative;
  top: -19px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  left: -11px;
}
.ds-stencil-content .ds-related-share {
  margin-top: 30px;
  text-align: center;
  padding: 0 40px;
}
.ds-stencil-content .ds-related-share b, .ds-stencil-content .ds-related-share i {
  color: #1FC3DF;
}
.ds-stencil-content .ds-related-share i {
  padding: 0 10px;
  font-size: 25px;
}
.ds-stencil-content .ds-stencil-thumbs {
  margin-top: 30px;
  border-top: solid 1px #eee;
  padding-top: 30px;
}
.ds-stencil-content .ds-stencil-meta {
  float: left;
}
.ds-stencil-content .ds-stencil-meta .gta-stencil-dl {
  min-width: 170px;
}
.ds-stencil-content .ds-stencil-meta .ds-stencil-cat {
  color: #ccc;
  text-transform: capitalize;
}
.ds-stencil-content .ds-stencil-meta .ds-stencil-cat .ds-stencil-cat-link {
  border: solid 2px #1FC3DF;
  color: #1FC3DF;
  padding: 5px 15px;
  border-radius: 3px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: lowercase;
  font-size: 0.9em;
}
.ds-stencil-content .ds-stencil-meta .ds-stencil-cat b {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95em;
}
.ds-stencil-content h1 {
  padding: 0;
  display: block;
  padding-bottom: 0.2em;
  margin-top: 0;
}

.rp4wp_component_image img {
  float: none;
}

@media screen and (max-width: 960px) {
  .ds-stencil-rightcol {
    margin-top: 50px;
  }
}
@media screen and (max-width: 728px) {
  .single-stencil .app-item {
    padding-top: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 728px) {
  .ds-stencil-content .ds-stencil-meta {
    padding-left: 0;
  }

  .ds-stencil-meta h4 {
    margin-top: 8px;
  }

  .ds-stencil-rightcol {
    margin-top: 20px;
  }

  .ds-stencil-content .ds-stencil-prods .ds-stencil-age {
    left: 9px;
  }

  .rp4wp-related-tutorial ul, .rp4wp-related-stencil ul, .rp4wp-related-post ul {
    grid-template-columns: 100%;
    margin-left: 0;
  }

  .rp4wp-related-tutorial li, .rp4wp-related-stencil li, .rp4wp-related-post li {
    margin-bottom: 15px;
  }

  .rp4wp-related-post .rp4wp-posts-list {
    padding-left: 0 !important;
  }

  .rp4wp-related-post {
    margin-bottom: 0;
  }

  .rp4wp-related-post .rp4wp_component_title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .ds-stencil-content {
    margin-top: 1em;
  }
  .ds-stencil-content img {
    width: 100%;
    float: none;
  }
  .ds-stencil-content h1 {
    text-align: center;
    margin-top: 0.1em;
  }
  .ds-stencil-content .ds-stencil-meta {
    float: none;
    width: 100%;
    padding: 0;
  }
  .ds-stencil-content .ds-button {
    width: 100%;
  }
  .ds-stencil-content .ds-related-share {
    display: none;
  }
}
.ds-contact {
  /*.form-element-field1 input { max-width: 400px;  }
  .form-element-field2 input { }
  .form-element-field3 input { max-width: 250px;  }
  .form-element-field5 input { max-width: 200px;  }*/
}
.ds-contact h5 {
  font-weight: 100;
}
.ds-contact h6 a {
  font-weight: 500;
}
.ds-contact .ds-contact-form {
  background: #1FC3DF url("//iztizsxz5i-flywheel.netdna-ssl.com/wp-content/uploads/2018/02/gplay_60.png");
  background-size: 12%;
}
.ds-contact .ds-contact-copy {
  margin: 3em 0 3em;
  margin: 0 auto;
  padding: 3em 0;
  max-width: 900px;
}
.ds-contact .ds-contact-copy small {
  line-height: 1.65em;
  display: block;
  max-width: 600px;
}
.ds-contact .gallery {
  margin-bottom: 0;
}
.ds-contact h2 {
  padding-top: 0;
  font-size: 2em;
}
.ds-contact h3 {
  color: #666;
}
.ds-contact .fc-form {
  box-shadow: none !important;
  background-color: transparent !important;
}
.ds-contact .formcraft-css .fc-form .field-cover > span {
  width: 20%;
}
.ds-contact .sub-label-true {
  margin-top: 3px;
  padding-right: 20px !important;
}
.ds-contact .sub-label-true .main-label span {
  text-transform: uppercase;
  color: #fff;
}
.ds-contact .sub-label-true .main-label span:after {
  color: #E14D4C;
  right: -10px !important;
}
.ds-contact .sub-label-true .sub-label span {
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
}
.ds-contact .formcraft-css .fc-form .form-element.error-field .error {
  padding: 3px;
  border-radius: 2px;
  color: #E14D4C !important;
}
.ds-contact .formcraft-css .fc-form .form-element .submit-cover {
  margin-left: 20% !important;
  text-align: left !important;
}
.ds-contact .formcraft-css .fc-form .form-element .submit-cover button {
  background-color: #E14D4C !important;
  min-width: 220px;
  text-transform: uppercase;
  border-radius: 32px;
  padding: 1.1em;
}
.ds-contact .formcraft-css .fc-form .form-element .submit-cover button span {
  text-shadow: none !important;
}
.ds-contact .powered-by {
  display: none !important;
}

html .formcraft-css .fc-form .final-success {
  color: #fff;
}

html .formcraft-css .fc-form .final-success h2 {
  display: block;
}

html .formcraft-css .fc-form .final-success .final-success-check {
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .ds-contact .ds-contact-form {
    padding: 2em 0;
  }

  .ds-contact .formcraft-css .fc-form .field-cover > span {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }

  html .formcraft-css .fc-form .field-cover > div {
    width: 100%;
  }

  .ds-contact h3 {
    margin-bottom: 0.2em;
  }

  .ds-contact .gallery {
    padding: 2em 0;
  }

  .ds-contact h2 {
    font-size: 1.8em;
  }

  .ds-contact .formcraft-css .fc-form .form-element .submit-cover {
    margin-left: 0 !important;
  }
}
@-webkit-keyframes cf4FadeInOut {
  0% {
    opacity: 1;
    z-index: 999;
  }
  17% {
    opacity: 1;
    z-index: 999;
  }
  25% {
    opacity: 0;
    z-index: -1;
  }
  92% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 999;
  }
}
@-moz-keyframes cf4FadeInOut {
  0% {
    opacity: 1;
    z-index: 999;
  }
  17% {
    opacity: 1;
    z-index: 999;
  }
  25% {
    opacity: 0;
    z-index: -1;
  }
  92% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 999;
  }
}
@-o-keyframes cf4FadeInOut {
  0% {
    opacity: 1;
    z-index: 999;
  }
  17% {
    opacity: 1;
    z-index: 999;
  }
  25% {
    opacity: 0;
    z-index: -1;
  }
  92% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 999;
  }
}
@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
    z-index: 999;
  }
  17% {
    opacity: 1;
    z-index: 999;
  }
  25% {
    opacity: 0;
    z-index: -1;
  }
  92% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 999;
  }
}
#cf4a {
  position: relative;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

#cf4a a {
  position: absolute;
  background-color: #1fc3df;
  text-align: left;
  cursor: pointer;
  width: 200px;
  margin-left: 5px;
  color: #fff;
}

.input--filled #cf4a a {
  /*background-color: #f7f7f7;*/
}

#cf4a a {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;
  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 20s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

#cf4a a:nth-of-type(1) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}

#cf4a a:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}

#cf4a a:nth-of-type(3) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

#cf4a a:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

.ds-what__hero {
  background-position: bottom !important;
  min-height: 35vw;
}
@media screen and (max-width: 800px) {
  .ds-what__hero {
    background-position: left 0 !important;
    background-color: #ddd;
    position: relative;
  }
  .ds-what__hero p, .ds-what__hero h3 {
    color: #fff !important;
  }
  .ds-what__hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.ds-what__hero .ds-what__hero-content {
  padding-top: 4vw;
  text-align: left;
}
.ds-what__hero .ds-what__hero-content h3 {
  color: #333;
  padding-bottom: 10px;
}
.ds-what__hero .ds-what__hero-content .button {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .ds-what__hero .ds-what__hero-content {
    text-align: center;
  }
}

.ds-what__grid-header {
  max-width: 850px;
  margin: 0px auto 40px;
  text-align: center;
  border-top: dashed 1px #ddd;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  .ds-what__grid-header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .ds-what__grid-header {
    margin-top: 0px;
    border-top: dashed 1px #eee;
    padding-top: 25px;
  }
}
.ds-what__grid-header h4 {
  color: #333;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

.ds-what__jump {
  background-color: #eee;
  padding: 7px;
  width: 350px;
  border-radius: 5px;
  margin: 0 auto;
  color: #bbb;
}
@media screen and (max-width: 800px) {
  .ds-what__jump {
    max-width: 100%;
  }
}
.ds-what__jump b {
  text-transform: uppercase;
  font-size: 0.9em;
}

.page-id-8566 #page > p {
  display: none;
}

.page-id-8566 #page {
  text-align: center;
}

.page-id-8566 .grid-content {
  margin-bottom: 0;
}

/* getting started hub */
.ds-gs__project {
  text-align: center;
  padding: 120px 0 !important;
}
.ds-gs__project .ds-gs__project-content {
  max-width: 800px;
  margin: 0 auto;
}
.ds-gs__project .ds-gs__project-content p {
  font-weight: 900;
  color: #000;
}
.ds-gs__project .ds-gs__project-content h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
.ds-gs__project .ds-gs__project-content .button {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .ds-gs__project .ds-gs__project-content {
    padding: 50px 0 !important;
  }
  .ds-gs__project .ds-gs__project-content .button {
    margin-top: 0;
  }
}

.ds-gs__video {
  padding: 70px 0 50px !important;
}
.ds-gs__video h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ds-gs__video {
    padding: 30px 0 30px !important;
  }
}
.ds-gs__video .ds-gs__video-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.ds-gs__video .ds-gs__video-header .button {
  margin-top: 10px;
  margin-right: 10px;
  min-width: 200px;
}
.ds-gs__video .gallery-item {
  padding: 1.5em;
}
.ds-gs__video img {
  border: solid 1px #eee;
  border-radius: 3px;
}
.ds-gs__video h6 {
  margin-top: 7px;
  color: #1FC3DF;
}
.ds-gs__video .grid-meta-top {
  display: none;
}

.ds-gs__bluprint {
  min-height: 45vw;
  position: relative;
}
.ds-gs__bluprint .ds-gs__bluprint-content {
  padding: 2em;
}
.ds-gs__bluprint .ds-gs__bluprint-content h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ds-gs__bluprint {
    text-align: center;
  }
  .ds-gs__bluprint:before {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
  }
}

.ds-gs__tips {
  background-size: contain !important;
  min-height: 57vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ds-gs__tips .ds-gs__tips-content {
  text-align: center;
}
.ds-gs__tips .ds-gs__tips-content h2 {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 700px;
}
@media screen and (max-width: 800px) {
  .ds-gs__tips {
    min-height: 350px !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

.ds-gs__probs {
  padding: 40px 0 !important;
}
.ds-gs__probs h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ds-gs__probs {
    padding-bottom: 0 !important;
  }
}
.ds-gs__probs .ds-gs__probs-content {
  margin-top: 75px;
}
@media screen and (max-width: 800px) {
  .ds-gs__probs .ds-gs__probs-content {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .ds-gs__probs .fusion-row .ds-basics {
    margin-top: -20px;
  }
}
.ds-gs__probs .fusion-row .ds-basics .gallery-item p {
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .ds-gs__probs .fusion-row .ds-basics .gallery-item {
    margin-bottom: 50px;
  }
}
.ds-gs__probs .fusion-row .ds-basics .gallery-item a {
  padding: 1em;
}
.ds-gs__probs .fusion-row .ds-basics .gallery-item a img {
  max-width: 100px;
}

.ds-what__hero-content .ds__research-search #s {
  background-color: #fff;
  font-size: 24px;
  color: #333;
  font-weight: 400;
}
.ds-what__hero-content .ds__research-search #s::placeholder {
  color: #ddd;
}
.ds-what__hero-content .ds__research-search .button--green {
  border-radius: 20px;
}

.ds-gs__started {
  min-height: 400px;
  background-position: center center !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 800px) {
  .ds-gs__started {
    min-height: 100%;
  }
}
.ds-gs__started .ds-gs__started-content {
  max-width: 400px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .ds-gs__started .ds-gs__started-content {
    margin-top: 40px;
  }
}
.ds-gs__started .ds-gs__started-content h3 {
  color: #333;
  margin-bottom: 20px !important;
}

.ds-gs_started-sub {
  margin-top: 0;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 800px) {
  .ds-gs_started-sub {
    margin-top: -20px;
  }
}
.ds-gs_started-sub .gs__header {
  margin-bottom: 15px;
}
.ds-gs_started-sub .gs__small-link {
  display: block;
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top: 10px;
}
.ds-gs_started-sub .fusion-one-fourth {
  text-align: center;
  background-color: #f7f7f7;
}
.ds-gs_started-sub .fusion-one-fourth .fusion-column-wrapper {
  padding-top: 230px;
  padding-bottom: 20px;
  background-position: -15px !important;
}
.ds-gs_started-sub .fusion-one-fourth:first-child {
  background-color: #fff;
  text-align: left;
}
.ds-gs_started-sub .fusion-one-fourth:first-child .fusion-column-wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 500px) {
  .ds-gs_started-sub .fusion-one-fourth:first-child .fusion-column-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .ds-gs_started-sub .fusion-one-fourth {
    margin-bottom: 30px;
  }
}
.ds-gs_started-sub .fusion-one-fourth img {
  width: 200px;
}
@media screen and (max-width: 800px) {
  .ds-gs_started-sub .fusion-one-fourth img {
    width: 150px;
  }
}
.ds-gs_started-sub .fusion-one-fourth p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ds-gs_started-sub .fusion-one-fourth h6 {
  text-transform: uppercase;
  color: #333;
  letter-spacing: 5px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .ds-gs_started-sub {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.ds-appfull {
  min-height: 560px !important;
  background-size: 50% !important;
  background-color: #f4f4f4 !important;
  background-position-y: 60px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .ds-appfull {
    background-size: 100% !important;
    min-height: 100% !important;
    padding-top: 95vw !important;
    background-position-y: 50px !important;
  }
  .ds-appfull .fusion-layout-column {
    width: 100% !important;
  }
}
.ds-appfull h3 {
  color: #1FC3DF;
}
.ds-appfull h6 {
  letter-spacing: 5px;
  font-size: 0.8em;
  color: #333;
  text-transform: uppercase;
  line-height: 2em;
}
.ds-appfull .ds-appfull__stores {
  margin: 20px 0;
}
.ds-appfull .ds-appfull__stores img {
  max-height: 40px;
}
.ds-appfull .button {
  margin-top: 25px;
}

/* edu page */
.ds-edu__hero {
  text-align: center;
  height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-position-y: center !important;
  min-height: 400px;
}
@media screen and (max-width: 800px) {
  .ds-edu__hero {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 480px;
  }
  .ds-edu__hero .dummy-class {
    font-size: 1.3em;
  }
}
.ds-edu__hero .ds-edu__hero-content {
  max-width: 700px;
}
.ds-edu__hero .ds-edu__hero-content span {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 6px 0;
  display: block;
}
.ds-edu__hero .ds-edu__hero-content h2 {
  color: #fff;
}
.ds-edu__hero .ds-edu__hero-content .button {
  margin-bottom: 25px;
  text-decoration: none;
}
.ds-edu__hero .ds-edu__hero-content a {
  color: #fff;
  font-weight: 500;
}

.ds-edu__videos {
  text-align: center;
}
.ds-edu__videos img {
  max-width: 500px;
  width: 100%;
}
.ds-edu__videos img:hover {
  opacity: 0.9;
}
.ds-edu__videos .ds-edu__videos-header {
  margin-bottom: 50px;
}
.ds-edu__videos .ds-edu__videos-header h3 {
  margin-bottom: 20px !important;
}
.ds-edu__videos .ds-edu__videos-header button {
  margin-top: 10px;
}
.ds-edu__videos .button {
  margin-top: 20px;
  min-width: 200px;
}
@media screen and (max-width: 800px) {
  .ds-edu__videos {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .ds-edu__videos .button {
    margin-top: 0;
  }
}

.ds-edu__rnib {
  min-height: 39vw;
}
.ds-edu__rnib img {
  max-width: 300px;
  width: 100%;
}
.ds-edu__rnib h4 {
  margin-bottom: 10px !important;
}
.ds-edu__rnib .button {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .ds-edu__rnib {
    text-align: center;
    background-image: none !important;
    background-color: #f7f7f7 !important;
  }
}

.ds-edu__ordering h3 {
  margin-bottom: 50px;
}
.ds-edu__ordering h5 {
  min-height: 70px;
}
.ds-edu__ordering .fusion-one-fourth p:first-of-type {
  min-height: 160px;
}
@media screen and (max-width: 1024px) {
  .ds-edu__ordering {
    padding: 3em !important;
  }
  .ds-edu__ordering .fusion-one-fourth {
    width: 100%;
    border-top: dashed 1px #eee;
    padding-top: 30px !important;
  }
  .ds-edu__ordering .fusion-one-fourth:last-of-type {
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .ds-edu__ordering .fusion-one-fourth p:first-of-type {
    min-height: 0;
  }
  .ds-edu__ordering h5 {
    min-height: 0px;
  }
}
@media screen and (max-width: 800px) {
  .ds-edu__ordering {
    padding-bottom: 0 !important;
  }
}

.ds-edu__lp {
  text-align: center;
  min-height: 42vw;
  background-position-x: -100px !important;
}
.ds-edu__lp h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ds-edu__lp p {
  margin-bottom: 0;
}
.ds-edu__lp img {
  width: 160px;
}
.ds-edu__lp div.fusion-column-wrapper {
  padding-left: 45%;
  background-position: left center !important;
  background-size: 48% !important;
  min-height: 260px;
  margin-top: 50px;
}
.ds-edu__lp h5 {
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .ds-edu__lp {
    text-align: left;
    background-size: 1050px !important;
    background-position: -111px -50px !important;
  }
  .ds-edu__lp img {
    width: 50%;
  }
  .ds-edu__lp h3 {
    padding-top: 370px !important;
  }
  .ds-edu__lp div.fusion-column-wrapper {
    background-size: 33vw !important;
    background-position-x: right;
    padding-left: 46vw;
    margin-top: 20px !important;
  }
  .ds-edu__lp .fusion-column-last div.fusion-column-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .ds-edu__lp .ds-ep__lp-text {
    padding: 0 1em;
  }
  .ds-edu__lp img {
    width: 60%;
  }
  .ds-edu__lp div.fusion-column-wrapper {
    background-size: 65vw !important;
    text-align: center;
    background-position-x: -20vw !important;
  }
}
.ds-edu__lp h3 {
  margin-bottom: 10px !important;
}
.ds-edu__lp .button {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .page-template-100-width .nonhundred-percent-fullwidth.ds-edu__lp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ds-edu__quote {
  min-height: 49vw;
}
.ds-edu__quote .ds-edu__quote-content .detail-text {
  margin-bottom: 40px;
  margin-top: 10px;
}
.ds-edu__quote .ds-edu__quote-content h4 {
  margin-top: 10px;
}
.ds-edu__quote .ds-edu__quote-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 300px;
}
.ds-edu__quote .ds-edu__quote-content .button {
  margin-top: 40px;
}

.ds-edu__pd .detail-text {
  margin-bottom: 20px;
}
.ds-edu__pd .button {
  margin-top: 40px;
}
.ds-edu__pd h2 {
  margin-bottom: 15px;
}
.ds-edu__pd img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .ds-edu__pd {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    text-align: center;
  }
  .ds-edu__pd .button {
    margin-top: 20px;
  }
  .ds-edu__pd .detail-text {
    margin-bottom: 10px;
  }
}

.ds-edu__blog {
  background-color: #f7f7f7;
}
.ds-edu__blog .ds-edu__blog-header {
  margin-bottom: 40px;
}
.ds-edu__blog .ds-edu__blog-header h3 {
  display: inline;
}
.ds-edu__blog .ds-edu__blog-header p {
  display: inline;
}
.ds-edu__blog .ds-edu__blog-header .button {
  float: right;
}
.ds-edu__blog .tg-grid-area-bottom1 {
  display: none;
}
@media screen and (max-width: 800px) {
  .ds-edu__blog {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .ds-edu__blog .ds-edu__blog-header {
    margin-bottom: 40px;
    text-align: center;
  }
  .ds-edu__blog .ds-edu__blog-header p {
    display: block;
  }
  .ds-edu__blog .ds-edu__blog-header h3 {
    display: block;
    margin-bottom: 20px;
  }
  .ds-edu__blog .ds-edu__blog-header .button {
    float: none;
  }
}

.ds-edu__awards .ds-edu__awards-header {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .ds-edu__awards {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

.ds-edu__try {
  text-align: center;
}
.ds-edu__try .ds-edu__try-content .small-text {
  padding: 0 20px;
  min-height: 40px;
}
.ds-edu__try .ds-edu__try-content h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ds-edu__try {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  .ds-edu__try h4 {
    margin-top: -10px;
  }
}

.ds-edu__dc {
  text-align: center;
}
.ds-edu__dc .ds-edu__dc-header {
  margin: 0 auto 10px;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 60px;
}
.ds-edu__dc .ds-edu__dc-header h3 {
  margin-bottom: 10px;
}
.ds-edu__dc p {
  margin-bottom: 0;
}
.ds-edu__dc h5 b {
  background-color: #1FC3DF;
  color: #fff;
  font-size: 18px;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 31px;
  position: relative;
  top: -4px;
}
.ds-edu__dc .detail-text {
  margin: 30px 0 20px;
  border-top: dashed 1px #ddd;
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .ds-edu__dc {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .ds-edu__dc .detail-text {
    margin-top: 30px;
    padding-top: 40px;
  }
  .ds-edu__dc .ds-edu__dc-header {
    padding-bottom: 40px !important;
  }
  .ds-edu__dc h5 {
    margin-top: -7px !important;
  }
}

@media screen and (max-width: 800px) {
  .ds-edu__slider {
    padding-top: 50px !important;
  }
}

.ds-press__top {
  padding: 1em 0 2.5em !important;
}
@media screen and (max-width: 768px) {
  .ds-press__top {
    padding: 0em 0 1.5em !important;
  }
}

.ds-press__bottom {
  background-color: hsl(189deg, 76%, 97%);
  border-top: solid 1px #f7f7f7;
}
.ds-press__bottom .ds-quote-slider {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3em;
}
@media screen and (max-width: 768px) {
  .ds-press__bottom {
    padding-top: 2.5em !important;
    padding-bottom: 6em !important;
  }
}

/*@import "primary/support";*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  float: left;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media only screen and (max-width: 768px) {
  .gallery .gallery-item {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Mailchimp 
--------------------------------------------------------------*/
.mailchimp .mailchimp__email {
  width: 80%;
  background-color: #fff;
  color: #333 !important;
  border-radius: 2px;
  font-size: 0.9em;
  height: 40px;
  margin-top: 9px;
  padding: 10px;
  border-radius: 3px;
}
@media screen and (max-width: 500px) {
  .mailchimp .mailchimp__email {
    width: 100%;
  }
}
.mailchimp .mailchimp__status,
.mailchimp .error-message {
  font-size: 0.8em;
  color: #fff;
  line-height: 1.7em;
  margin: 11px 33px 5px 2px;
}
.mailchimp .mailchimp--submitted .mailchimp__email {
  color: #ddd !important;
}
.mailchimp .mailchimp--submitted .mailchimp__button {
  display: none;
}

.mailchimp.mailchimp__shop-home .mailchimp__status,
.mailchimp.mailchimp__shop-home .error-message {
  color: #333;
}
.mailchimp.mailchimp__shop-home .mailchimp__status.success-message {
  color: #85a110 !important;
  margin-top: 20px;
}
.mailchimp.mailchimp__shop-home .mailchimp__status.error-message {
  color: #E9486E !important;
}

.mailchimp.mailchimp__shop-footer .mailchimp__button {
  font-size: 0.8em;
  padding: 1em 2em;
  width: initial !important;
  margin-right: 3px;
  height: 38px !important;
  min-width: 0;
  margin-bottom: 0;
  border-radius: 4px;
  line-height: 1em;
  margin-top: 10px;
}
.mailchimp.mailchimp__shop-footer .mailchimp__status.success-message {
  color: #d2ee5c !important;
  margin-top: 20px;
}
.mailchimp.mailchimp__shop-footer .mailchimp__status.error-message {
  color: #f4a3b6 !important;
}
