@font-face {
  font-family: 'Noe';
  src: url("../fonts/NoeDisplay-Bold.eot");
  src: url("../fonts/NoeDisplay-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/NoeDisplay-Bold.woff") format('woff'), url("../fonts/NoeDisplay-Bold.ttf") format('truetype'), url("../fonts/NoeDisplay-Bold.svg#Noe") format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/Calibre-Regular.eot");
  src: url("../fonts/Calibre-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Calibre-Regular.woff") format('woff'), url("../fonts/Calibre-Regular.ttf") format('truetype'), url("../fonts/Calibre-Regular.svg#Calibre") format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'CircularMedium';
  src: url("../fonts/Circular-Std-Medium.eot");
  src: url("../fonts/Circular-Std-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Circular-Std-Medium.woff") format('woff'), url("../fonts/Circular-Std-Medium.ttf") format('truetype'), url("../fonts/Circular-Std-Medium.svg#CircularMedium") format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'CircularBook';
  src: url("../fonts/Circular-Std-Book.eot");
  src: url("../fonts/Circular-Std-Book.eot?#iefix") format('embedded-opentype'), url("../fonts/Circular-Std-Book.woff") format('woff'), url("../fonts/Circular-Std-Book.ttf") format('truetype'), url("../fonts/Circular-Std-Book.svg#CircularBook") format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome-webfont.ttf") format('truetype'), url("../fonts/fontawesome-webfont.svg#FontAwesome") format('svg');
  font-style: normal;
  font-weight: normal;
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}
/**
 * Basic styling
 */
body {
  font-family: 'Calibre', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #191919;
  background-color: #f3f2f0;
  -webkit-text-size-adjust: 100%;
}
/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}
/**
 * Figures
 */
figure > img {
  display: block;
}
figcaption {
  font-size: 14px;
}
/**
 * Lists
 */
li > ul, li > ol {
  margin-bottom: 0;
}
/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
h1 {
  font-family: 'Noe', Helvetica, Arial, sans-serif;
}
h2 {
  font-family: 'Noe', Helvetica, Arial, sans-serif;
}
h3 {
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}
h4 {
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
}
h5 {
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
}
h6 {
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
}
/**
 * Links
 */
a {
  color: #191919;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover {
  cursor: pointer;
}
p > a {
  box-shadow: inset 0 -3px #eed1cb;
}
.button {
  font-family: 'CircularMedium';
  border: 0;
  color: white;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 26px;
  cursor: pointer;
  color: white;
  outline: none;
}
button:focus, a:focus, div:focus, span:focus {
  outline: 0 !important;
}
input:focus {
  outline: none;
}
.primary-button {
  background: #e28471;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.primary-button:hover {
  background: #de725c;
  box-shadow: none;
}
.secondary-button {
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 2px white;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.secondary-button:hover {
  background: white;
  box-shadow: inset 0px 0px 0px 2px white;
  color: #e28471;
}
.underline {
  box-shadow: inset 0 -3px #eed1cb;
}
.underline:hover, p > a:hover {
  padding-bottom: 3px;
  cursor: pointer;
}
/**
 * Blockquotes
 */
blockquote {
  color: #999;
  border-left: 4px solid #444;
  padding-left: 25px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
/**
 * Code formatting
 */
pre, code {
  font-size: 15px;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #eef;
}
code {
  padding: 1px 5px;
}
pre {
  padding: 8px 12px;
  overflow-x: scroll;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(2000px - (50px * 2));
  max-width: calc(2000px - (50px * 2));
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
}
/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #999;
}
/**
 * Slider Buttons
 */
.slick-next {
  background: none;
  background-image: url(../icons/right-alt.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border: none;
  right: 0;
  top: 30%;
  outline: none;
  font-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-prev {
  background: none;
  background-image: url(../icons/left-alt.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border: none;
  left: 0;
  top: 30%;
  outline: none;
  font-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right-arrow {
  background: none;
  background-image: url(../icons/right-small.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0px;
  float: right;
  margin-top: 13px;
  margin-left: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.left-arrow {
  background: none;
  background-image: url(../icons/left-small.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0px;
  float: left;
  margin-top: 13px;
  margin-right: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right-alt {
  background: none;
  background-image: url(../icons/right.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border: none;
  right: 0;
  top: 30%;
  outline: none;
  font-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.left-alt {
  background: none;
  background-image: url(../icons/left.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border: none;
  left: 0;
  top: 30%;
  outline: none;
  font-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right-alt:hover, .slick-next:hover {
  transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  opacity: 1 !important;
}
.left-alt:hover, .slick-prev:hover {
  transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  -moz-transform: translate(-5px, 0px);
  -o-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  opacity: 1 !important;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: white !important;
}
h6, .share-label, .views {
  letter-spacing: 2px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 10px;
}
hr {
  width: 100%;
  border-style: none;
  height: 1px;
  background: #e8e8e8;
  margin: 30px auto 60px auto;
}
.clear {
  clear: both;
}
.share {
  float: right;
}
.share .share-label {
  margin-right: 10px;
}
.share a {
  margin: 0px 3px;
  background: transparent;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px;
  width: 15px;
  height: 24px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e28471;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share i {
  padding-top: 5px;
  color: #e28471;
}
.share a:hover {
  background: #e28471;
}
.share a:hover i {
  color: white;
}
.splitscreen {
  width: 50%;
  min-height: 100vh;
}
.left-side {
  background: #f3f2f0;
  color: white;
}
.right-side {
  background: #f3f2f0;
  background-repeat: repeat;
}
#section-1 {
  display: flex;
  justify-content: space-between;
}
#section-1 .left-side {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
}
#section-2 {
  display: flex;
  justify-content: space-between;
}
#section-2 .right-side {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  background: #006837;
}
#section-3 {
  display: flex;
  justify-content: space-between;
}
#section-3 .left-side {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  background: #006837;
}
#section-4 {
  display: flex;
  justify-content: space-between;
}
#section-4 .right-side {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  background: #006837;
}
#section-5 {
  display: flex;
  justify-content: space-between;
}
#section-5 .left-side {
  background: #222;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
}
.animate {
  position: relative;
  height: inherit;
  z-index: 1 !important;
}
.home h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.home h3 {
  font-size: 20px;
}
.home #section-1 .left-side .wrapper {
  padding-top: 25vh;
}
.home #section-1 .logo {
  background-image: url(https://doityurtself.com/wp-content/uploads/2019/12/DoItYurtself_Logo@2x-8.png);
  width: 250px;
  height: 130px;
  background-size: 100%;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
}
.home #section-1 #home-subheadline p {
  text-align: center;
  margin-top: -15px;
  margin-left: 122px;
}
.home #section-1 #home-subheadline p a {
  color: white;
}
.home #section-1 .logo, .home #section-1 #home-subheadline p {
  animation: flextras 0.7s ease 0.2s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 0.2s alternate 1 both;
  -moz-animation: flextras 0.7s ease 0.2s alternate 1 both;
  -o-animation: flextras 0.7s ease 0.2s alternate 1 both;
  -ms-animation: flextras 0.7s ease 0.2s alternate 1 both;
}
.home #section-1 #hero_buttons {
  text-align: center;
  margin-top: 35px;
  animation: flextras 0.7s ease 0.7s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 0.7s alternate 1 both;
  -moz-animation: flextras 0.7s ease 0.7s alternate 1 both;
  -o-animation: flextras 0.7s ease 0.7s alternate 1 both;
  -ms-animation: flextras 0.7s ease 0.7s alternate 1 both;
}
.home #section-1 #hero_buttons .primary-button {
  margin-right: 25px;
}
.home #section-1 .social-bar {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 30px;
  z-index: 5;
}
.home #section-1 .social-bar .share-label {
  color: white !important;
}
.home #section-1 .social-bar a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.home #section-1 .social-bar a i {
  color: white;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.home #section-1 .social-bar a:hover {
  background: white;
}
.home #section-1 .social-bar a:hover i {
  color: #e28471;
}
.home #section-1 a.main-sponsor:hover {
  background: transparent !important;
}
.home #section-1 a.main-sponsor:hover {
  background: transparent !important;
}
.home #section-1 #powered-by {
  background-image: url(https://doityurtself.com/wp-content/uploads/2019/12/Presented-By@2x-8.png);
  width: 220px;
  height: 220px;
  background-size: 220px 220px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  bottom: -110px;
  left: -41px;
  opacity: 0.3;
  /*
   -webkit-transition-property: -webkit-transform;
   -webkit-transition-duration: 1s;
   -moz-transition-property: -moz-transform;
   -moz-transition-duration: 1s;
   transition-property: transform;
   transition-duration: 1s;
   */
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -webkit-transform: rotate(-15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
}
.home #section-1 #corporate {
  background-image: url(https://doityurtself.com/wp-content/uploads/2019/12/Asset-5@4x.png);
  background-repeat: no-repeat;
  width: 110px;
  height: 53px;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.home #section-1 h2 {
  animation: flextras 0.7s ease 1s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 1s alternate 1 both;
  -moz-animation: flextras 0.7s ease 1s alternate 1 both;
  -o-animation: flextras 0.7s ease 1s alternate 1 both;
  -ms-animation: flextras 0.7s ease 1s alternate 1 both;
}
.home #section-1 .manual {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
  animation: flextras 0.7s ease 1.3s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 1.3s alternate 1 both;
  -moz-animation: flextras 0.7s ease 1.3s alternate 1 both;
  -o-animation: flextras 0.7s ease 1.3s alternate 1 both;
  -ms-animation: flextras 0.7s ease 1.3s alternate 1 both;
}
.home #section-1 .manualBG {
  width: 80%;
  height: calc(100% - 5px);
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 5px;
  border-top: 5px solid #81b39b;
}
.home #section-1 .post-list {
  width: 50%;
  float: right;
  position: relative;
  padding: 40px 0px 35px;
}
.home #section-1 .post-list i {
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 29%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.home #section-1 .post-list a:hover i {
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}
.home #section-1 .post-list a {
  width: 100%;
  min-height: 55px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
  color: white;
  z-index: 1;
}
.home #section-1 .post-list li {
  list-style: none;
}
.home #section-1 .post-list img {
  width: 100%;
  height: auto;
  margin-top: -20%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.home #section-1 .post-list span.text {
  position: relative;
  width: 80%;
}
.home #section-1 .post-list span.text span {
  float: left;
  font-size: 1.5em;
  margin-left: 15px;
}
.home #section-1 .post-list span.text h2 {
  margin-left: 10px;
  float: left;
}
.home #section-1 .post-list a:first-child {
  border-radius: 5px 5px 0px 0px;
}
.home #section-1 .post-list a:last-child {
  border-radius: 0px 0px 5px 5px;
}
.home #section-1 .manual-header {
  padding: 40px 25px;
  margin-bottom: 2px;
  color: #333;
  width: calc(50% - 50px);
  float: left;
  position: relative;
}
.home #section-1 .manual-header p {
  margin-bottom: 24px;
}
.home #section-1 .manual-header .view-guide-btn {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.home #section-1 .manual-header .download-pdf-btn {
  white-space: nowrap;
  margin: 10px;
  display: inline-block;
  position: relative;
}
.home #section-1 .manual-header .underline {
  color: #191919;
}
.home #section-1 h2 {
  color: #006837;
}
.home #section-1 h3 {
  padding-bottom: 20px;
}
.home #section-1 h4 {
  margin: 14px 38px 7px 22px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
.home #section-1 .sponsored-category {
  position: relative;
  width: 25%;
  padding-top: 30px;
  float: left;
  margin-bottom: -12px;
}
.home #section-1 .sponsored-category h6 {
  text-align: left;
  opacity: 0.3;
}
.home #section-1 .sponsored-category img {
  width: 100%;
  height: auto;
}
.home h4 {
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.home p {
  font-size: 17px;
}
.home .gallery a {
  width: 49.5%;
  margin: 0.25%;
  float: left;
  overflow: hidden;
}
.home .gallery a img {
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.home .gallery a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#faq h2 {
  color: white;
}
#faq h4 {
  color: #191919;
  padding: 15px 20px;
}
#faq a.accordian-handle {
  background: white;
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
}
#faq a.accordian-handle span {
  position: absolute;
  right: 25px;
  top: 14px;
  font-size: 25px;
  font-weight: 900;
  opacity: 0.2;
}
#faq .accordian:first-child a {
  border-radius: 5px 5px 0px 0px;
}
#faq .accordian:last-child a {
  border-radius: 0px 0px 5px 5px;
}
#faq .accordian-content {
  display: none;
  background: #f3f2f0;
  padding: 15px 20px 0px;
}
#faq .accordian-content p {
  padding-bottom: 15px;
}
#faq .accordian-content a {
  color: #191919;
}
#faq .-open .accordian-content {
  display: block;
}
#faq .-open:last-child a {
  border-radius: 0px 0px 0px 0px;
}
#faq .-open:last-child .accordian-content {
  border-radius: 0px 0px 5px 5px;
}
.yurt_groups#faq {
  margin-top: 10px;
}
.yurt_groups#faq p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  padding: 5px 0px 0px;
}
.yurt_groups#faq th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.yurt_groups#faq td {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.yurt_groups#faq th.table-rotate {
  height: 80px;
  white-space: nowrap;
  vertical-align: baseline;
}
.yurt_groups#faq th > div {
  transform: translate(25px, 51px) rotate(315deg);
  /* Magic Numbers */
  /* 45 is really 360 - 45 */
  -webkit-transform: translate(25px, 51px) rotate(315deg);
  /* Magic Numbers */
  /* 45 is really 360 - 45 */
  -moz-transform: translate(25px, 51px) rotate(315deg);
  /* Magic Numbers */
  /* 45 is really 360 - 45 */
  -o-transform: translate(25px, 51px) rotate(315deg);
  /* Magic Numbers */
  /* 45 is really 360 - 45 */
  -ms-transform: translate(25px, 51px) rotate(315deg);
  /* Magic Numbers */
  /* 45 is really 360 - 45 */
  width: 30px;
  margin-left: -15px;
}
.yurt_groups#faq table {
  color: black;
  font-size: 12px;
  width: 100%;
  table-layout: fixed;
}
.yurt_groups#faq .available_upgrades table {
  table-layout: auto;
}
.yurt_groups#faq h4 {
  padding: 10px 15px !important;
  font-size: 14px;
}
.yurt_groups#faq .company-label {
  text-align: left;
}
.yurt_groups#faq .company-name {
  text-align: left;
}
.yurt_groups#faq .company-label, .yurt_groups#faq .company-name {
  text-align: left;
  width: 110px;
}
.yurt_groups#faq .lead-time {
  width: 120px;
}
.yurt_groups#faq table a:hover {
  box-shadow: inset 0 -3px #eed1cb;
  -webkit-box-shadow: inset 0 -3px #eed1cb;
  -moz-box-shadow: inset 0 -3px #eed1cb;
  -o-box-shadow: inset 0 -3px #eed1cb;
}
.yurt_groups#faq .accordian-content {
  padding: 5px 15px;
}
.yurt_groups#faq a.accordian-handle span {
  position: absolute;
  right: 22px;
  top: 8px;
  font-size: 22px;
  font-weight: 900;
  opacity: 0.2;
}
.yurt_groups#faq .mobilename {
  display: none;
}
.mobileyurtkey {
  margin: 10px 0 20px;
  display: none;
}
.mobileyurtkey ul {
  list-style-type: none;
}
.mobileyurtkey li {
  color: white;
  float: left;
  width: 50%;
  opacity: 0.7;
}
.mobileyurtkey a {
  color: white;
}
#about h2 {
  color: #006837;
}
#about .about-content {
  margin-bottom: 40px;
}
#about .thankscollective {
  display: flex;
  width: 100%;
  border-radius: 5px;
  background: white;
  border: 1px solid #bbb;
  margin-top: 20px;
}
#about .thankscollective .thankyou_group {
  flex: 1;
  padding: 20px;
}
#about .thankscollective .thankyou_group h5 {
  margin-bottom: 10px;
  font-size: 20px;
}
#about .thankscollective .thankyou_group:nth-of-type(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#about #partner-about a:hover img {
  opacity: 0.5;
}
#about #partner-about ul {
  list-style: none;
  margin: 0px;
  margin-left: 0% !important;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 40px;
}
#about #partner-about .image-wrap {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about #partner-about p {
  margin-top: 20px;
}
#about #partner-about li {
  display: inline-block;
  width: 24%;
  height: auto;
  margin: 0px 4%;
  vertical-align: top;
  list-style: none;
  text-align: center;
  margin-bottom: 60px;
}
#about #partner-about li img {
  margin: auto;
  display: block;
  opacity: 0.9;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mainmenu {
  position: fixed;
  z-index: 100;
  width: 50%;
}
.mainmenu .topnav {
  width: calc(100% - 100px);
  padding: 0px 50px;
}
.mainmenu .current-site {
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mainmenu .current-site:hover {
  opacity: 0.5;
}
.mainmenu .build-sites {
  float: left;
  margin: 20px 0px;
}
.mainmenu .build-sites img {
  width: auto;
  height: 35px;
  bottom: 0;
  vertical-align: bottom;
}
.mainmenu .build-sites .other-sites {
  opacity: 0.5;
  margin-left: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mainmenu .build-sites .other-sites img {
  height: 29px;
}
.mainmenu .build-sites .other-sites:hover {
  opacity: 1;
}
.mainmenu .secondary-nav {
  float: right;
}
.mainmenu .secondary-nav > a, .mainmenu .secondary-nav .dropbtn {
  float: left;
  margin-left: 25px;
  padding: 27px 0px 20px;
  opacity: 0.6;
  font-family: 'CircularBook';
  color: white;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mainmenu .secondary-nav a:hover, .mainmenu .secondary-nav .dropbtn:hover {
  opacity: 1;
  cursor: pointer;
}
.mainmenu .dropdown button {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.mainmenu .dropdown button > * {
  pointer-events: none;
}
.mainmenu .mobile-btn {
  display: none;
}
.mainmenu .dropdown-content {
  display: none;
  position: fixed;
  background: white;
  width: calc(50% - 100px);
  left: 0;
  margin-top: 70px;
  padding: 25px 50px;
  box-shadow: 0px 26px 30px -30px #000, inset 0px 0px 0px 7px #fff, inset 0px 0px 0px 8px #f3f2f0;
  -webkit-box-shadow: 0px 26px 30px -30px #000, inset 0px 0px 0px 7px #fff, inset 0px 0px 0px 8px #f3f2f0;
  -moz-box-shadow: 0px 26px 30px -30px #000, inset 0px 0px 0px 7px #fff, inset 0px 0px 0px 8px #f3f2f0;
  -o-box-shadow: 0px 26px 30px -30px #000, inset 0px 0px 0px 7px #fff, inset 0px 0px 0px 8px #f3f2f0;
}
.mainmenu .dropdown-content ul.chapter-list {
  margin-left: 0px;
  list-style: none;
}
.mainmenu .each-guide {
  width: 30%;
  float: left;
  margin-right: 3.33%;
}
.mainmenu .each-guide .mobile-links {
  display: none;
}
.mainmenu .each-guide a {
  color: #191919;
  padding: 2px 0px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mainmenu .each-guide a:hover {
  box-shadow: inset 0 -3px #eed1cb;
  -webkit-box-shadow: inset 0 -3px #eed1cb;
  -moz-box-shadow: inset 0 -3px #eed1cb;
  -o-box-shadow: inset 0 -3px #eed1cb;
}
.mainmenu .dropdown .show {
  display: block;
}
.mainmenu .clicked i.fa.fa-angle-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.mainmenu i.fa.fa-angle-down {
  font-weight: bold;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.home-promo {
  background-repeat: no-repeat;
  width: calc(100% - 100px);
  height: calc(50vh - 180px);
  background-size: cover;
  border-radius: 5px;
  text-align: center;
  color: white;
  padding: 50px;
  position: relative;
}
.home-promo .promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.home-promo h4 {
  margin-bottom: 20px;
}
#guide-promo {
  background-image: url(https://doityurtself.com/wp-content/uploads/2019/12/van-900x600.jpg);
  margin-bottom: 50px;
}
#guide-promo img {
  width: 50%;
  height: auto;
  margin-bottom: 15px;
}
#sponsor-promo {
  background-image: url(https://doityurtself.com/wp-content/uploads/2019/12/Build_4_PhotoBy_JoryBlock-900x600.jpg);
}
footer {
  background: #111;
  color: white;
  position: relative;
}
footer a {
  color: white;
}
footer .footer-left {
  float: left;
  width: 200px;
}
footer .footer-left p {
  margin-top: 30px;
}
footer .footer-right {
  float: right;
  position: relative;
}
footer .footer-right ul {
  list-style: none;
}
footer .footer-right li {
  color: white;
}
footer .footer-links {
  float: left;
  margin-right: 30px;
  width: 150px;
  display: inline-block;
}
footer .footer-newsletter {
  display: inline-block;
  width: calc(100% - 180px);
  max-width: 400px;
  float: right;
}
footer .footer-newsletter p {
  margin-bottom: 15px;
}
footer .footer-guide {
  display: table;
  overflow: auto;
  margin-bottom: 5px;
}
footer .footer-guide img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
footer .footer-guide h3 {
  display: inline-block;
  color: white;
}
footer #diy-footer img {
  width: 40px;
  margin-right: 25px;
  padding-bottom: 5px;
}
footer .parent-brand img {
  width: 160px;
  height: auto;
  margin-bottom: 40px;
}
footer .wrapper {
  padding: 80px 15% 100px;
}
footer .wrapper > p {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
footer .wrapper > p a {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs {
  display: block;
}
ul.tabs li {
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  float: left;
  text-align: center;
  padding: 12px 0px 8px;
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0px 0px;
  box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.1);
  width: 25%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  z-index: 100;
}
.tab-content.current {
  display: inherit !important;
}
ul.tabs li:hover {
  box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.5);
}
ul.tabs li.current {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -2px 0px 0px white;
  -webkit-box-shadow: inset 0px -2px 0px 0px white;
  -moz-box-shadow: inset 0px -2px 0px 0px white;
  -o-box-shadow: inset 0px -2px 0px 0px white;
  color: white;
}
.tab-dropdown {
  width: 33%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 12px 0px 8px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.tab-dropdown:hover {
  background: rgba(0, 0, 0, 1);
}
.mobile .tab-dropdown {
  display: block;
  box-shadow: inset 0px -2px 0px 0px white;
  -webkit-box-shadow: inset 0px -2px 0px 0px white;
  -moz-box-shadow: inset 0px -2px 0px 0px white;
  -o-box-shadow: inset 0px -2px 0px 0px white;
  border-radius: 5px 5px 0px 0px;
}
.mobile .tab-dropdown:hover {
  cursor: pointer;
}
.mobile ul.tabs {
  display: none;
  position: absolute;
  width: 100%;
}
.mobile ul.tabs li {
  background: black;
  color: white;
  border-radius: 0px;
  width: 33%;
  float: none;
}
.mobile ul.tabs li:last-of-type {
  border-radius: 0px 0px 5px 5px;
}
.mobile ul.tabs .current {
  display: none;
}
.dropdown-open ul.tabs {
  display: block;
}
.dropdown-open i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.tab-content {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-height: calc(100vh - 325px);
  overflow-y: scroll;
}
.tab-content p {
  color: white;
  opacity: 0.7;
}
.tab-content #readinglinks a {
  width: calc(33.3% - 15px);
  float: left;
  margin-right: 15px;
}
.tab-content #readinglinks a img {
  width: 100%;
  height: auto;
}
.tab-content #readinglinks a:last-of-type {
  margin-right: 0px;
}
.tab-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tab-content::-webkit-scrollbar-track {
  border: solid 8px transparent;
}
.tab-content::-webkit-scrollbar:vertical {
  width: 4px;
}
.tab-content::-webkit-scrollbar:horizontal {
  height: 4px;
}
.tab-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /* should match background, can't be transparent */
  background-color: rgba(255, 255, 255, 1);
}
.flextras {
  animation: flextras 0.7s ease 0.6s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 0.6s alternate 1 both;
  -moz-animation: flextras 0.7s ease 0.6s alternate 1 both;
  -o-animation: flextras 0.7s ease 0.6s alternate 1 both;
  -ms-animation: flextras 0.7s ease 0.6s alternate 1 both;
}
@keyframes flextras {
  0% {
    opacity: 0;
    display: none;
    transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes flextras {
  0% {
    opacity: 0;
    display: none;
    transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@-moz-keyframes flextras {
  0% {
    opacity: 0;
    display: none;
    transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@-o-keyframes flextras {
  0% {
    opacity: 0;
    display: none;
    transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
.post h1 {
  font-size: 36px;
  margin-top: 45px;
  margin-bottom: 15px;
  animation: flextras 0.7s ease 0.2s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 0.2s alternate 1 both;
  -moz-animation: flextras 0.7s ease 0.2s alternate 1 both;
  -o-animation: flextras 0.7s ease 0.2s alternate 1 both;
  -ms-animation: flextras 0.7s ease 0.2s alternate 1 both;
}
.post h5 {
  font-size: 18px;
  color: white;
}
.post .info-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.post .info-links a {
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: calc(50% - 40px);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.post .info-links img {
  width: 35%;
  height: auto;
  float: left;
}
.post .info-links .info-text {
  position: relative;
  float: left;
  width: calc(65% - 10px);
  padding-left: 10px;
}
.post .info-links .info-text h5 {
  font-size: 15px;
  line-height: 19px;
}
.post .info-links .info-text p {
  opacity: 0.5;
}
.post .info-links a:nth-of-type(odd) {
  margin-right: 20px;
}
.post .info-links a:hover {
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
  -o-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}
.post .tool-material p {
  text-align: center;
}
.post .tool-material img {
  margin: auto;
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.post .article-nav {
  bottom: 0px;
  position: absolute;
  width: calc(100% - 100px);
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 10px;
}
.post .article-nav h5 {
  font-size: 24px;
}
.post .article-nav .prev, .post .article-nav .next {
  display: inline-block;
}
.post .article-nav .next {
  float: right;
}
.post .article-nav .prev:hover .left-arrow {
  transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  -moz-transform: translate(-5px, 0px);
  -o-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
}
.post .article-nav .next:hover .right-arrow {
  transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
}
.post .left-side hr {
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
  opacity: 0.3;
}
.post .difficulty, .post .time, .post .cost {
  float: left;
  margin-bottom: 30px;
}
.post .difficulty, .post .time {
  margin-right: 40px;
}
.post .time h6, .post .cost h6 {
  margin-bottom: 5px;
}
.post .difficulty img {
  margin-right: 5px;
  width: 35px;
  height: auto;
}
.post .tab-content .slick-list {
  width: 80%;
  margin: auto;
}
.post .flextra-videos a {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  float: left;
}
.post .video-embed {
  position: relative;
}
.post .video-embed img {
  width: 100% !important;
}
.post .video-embed span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.post .video-embed span i {
  border: 2px solid white;
  border-radius: 50px;
  padding: 15px 18px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.3);
}
.post .flextra-videos a:nth-of-type(odd) {
  margin-right: 20px;
}
.post .iframe-container {
  position: relative;
  padding-top: 56.25%;
}
.post .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.post .embed-container iframe, .post .embed-container object, .post .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .right-side section {
  animation: flextras 0.7s ease 1s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 1s alternate 1 both;
  -moz-animation: flextras 0.7s ease 1s alternate 1 both;
  -o-animation: flextras 0.7s ease 1s alternate 1 both;
  -ms-animation: flextras 0.7s ease 1s alternate 1 both;
}
.post .right-side hr {
  width: 45px;
  border-style: none;
  height: 2px;
  background: #ddd;
  margin: 30px auto 60px auto;
}
.post .right-side section hr:first-of-type {
  display: none;
}
.post .right-side .post-intro {
  margin: 60px 0px;
}
.post .right-side h2 {
  margin: 30px 0;
  color: #006837;
}
.post .right-side .embed-container {
  margin-bottom: 50px;
}
.post .right-side .guide-step {
  margin-bottom: 80px;
}
.post .right-side .guide-step h3 {
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #006837;
  margin-bottom: 10px;
}
.post .right-side .guide-step p, .post .right-side .guide-step ul, .post .right-side .guide-step ol {
  color: #191919;
  font-size: 17px;
}
.post .right-side .guide-step .step-text p {
  margin: 0 0 30px 0;
}
.post .right-side .guide-step .step-text ul {
  margin: -30px 0 30px 25px;
}
.post .right-side .guide-step .microsteps {
  counter-reset: microstep-counter 0;
  list-style-type: none;
  border-radius: 5px;
  border: 1px solid #aaa;
  height: 150px;
  overflow: hidden;
  background: #e2dfd9;
  position: relative;
}
.post .right-side .guide-step .microsteps li {
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #bbb;
}
.post .right-side .guide-step .microsteps li p {
  margin-bottom: 10px;
}
.post .right-side .guide-step .microsteps li:last-of-type {
  padding: 15px 15px 15px 15px;
}
.post .right-side .guide-step .microsteps h4 {
  counter-increment: microstep-counter;
}
.post .right-side .guide-step .microsteps h4::before {
  content: counter(microstep-counter,lower-alpha) ") ";
  margin-right: 2px;
}
.post .right-side .guide-step .microsteps .microstep-grad {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(226, 223, 217, 0), rgba(226, 223, 217, 1) 85%, rgba(226, 223, 217, 1) 90%);
  opacity: 1;
}
.post .right-side .guide-step .expand-button {
  bottom: 0;
  margin-bottom: -15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.post .right-side .guide-step .microstep-container {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.post .right-side .guide-step .-opensteps .microsteps {
  height: auto;
}
.post .right-side .guide-step .-opensteps .microsteps .microstep-grad {
  opacity: 0;
  display: none;
}
.post .right-side .guide-step .imageslider:hover .slick-arrow {
  opacity: 1;
}
.post .right-side .guide-step .imageslider {
  margin-bottom: 30px;
}
.post .right-side .guide-step .imageslider .image-caption {
  margin-top: 10px;
  color: #999;
  font-size: 15px;
}
.post .right-side .guide-step .imageslider .slick-arrow {
  top: 40%;
  opacity: 0.7;
}
.post .right-side .guide-step .imageslider .right-alt {
  right: 15px;
}
.post .right-side .guide-step .imageslider .left-alt {
  left: 15px;
}
.post .right-side .guide-step .imageslider img {
  min-width: 100%;
}
.post .right-side .guide-step .imageslider .slick-dots {
  list-style-type: none;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-bottom: 0px;
  bottom: 50px;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3));
}
.post .right-side .guide-step .imageslider .slick-dots > li {
  display: inline-block;
}
.post .right-side .guide-step .imageslider .slick-dots > li:only-child {
  display: none;
}
.post .right-side .guide-step .imageslider .slick-dots li {
  display: inline-block;
  margin: 0px 5px;
}
.post .right-side .guide-step .imageslider .slick-dots button {
  background: transparent;
  font-size: 0px;
  border-radius: 20px;
  padding: 4px;
  border: 2px solid white;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.post .right-side .guide-step .imageslider .slick-dots button:hover {
  background: white;
  cursor: pointer;
}
.post .right-side .guide-step .imageslider .slick-dots .slick-active button {
  background: white;
}
.post .right-side .guide-step .embed-container {
  margin-bottom: 30px;
}
.post .right-side .guide-step .quote-box {
  border: 1px solid #191919;
  padding: 25px 30px;
  margin-top: 20px;
  border-radius: 5px;
}
.post .right-side .guide-step .quote-box h6 {
  position: absolute;
  background: #f3f2f0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -44px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.post .right-side .guide-step .quote-box p {
  margin: 0px;
}
.post .right-side .guide-step .quote-tip {
  border: 1px solid #81b39b;
}
.post .right-side .guide-step .quote-caution {
  border: 1px solid #e28471;
}
.build-guide {
  counter-reset: my-awesome-counter 0;
}
.build-guide .guide-step {
  counter-increment: my-awesome-counter;
}
.build-guide .guide-step h3::before {
  content: counter(my-awesome-counter) " ";
  border: 1px solid #81b39b;
  border-radius: 30px;
  margin-right: 10px;
  color: #006837;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}
#downloads .slick-list {
  width: 80%;
  margin: auto;
}
#downloads .slick-list img {
  margin: auto;
  width: 90%;
}
#downloads h6 {
  margin-top: 20px;
}
#more-videos, #additional-info {
  padding-bottom: 0px;
}
.right-side .article-nav {
  position: relative;
  margin: 40px 0;
  width: 100%;
}
.right-side .article-nav a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.right-side .article-nav a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.right-side .article-nav .prev, .right-side .article-nav .next {
  width: 33.3%;
  text-align: center;
  position: relative;
}
.right-side .article-nav .prev h6, .right-side .article-nav .next h6 {
  margin-bottom: 10px;
}
.right-side .article-nav img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.right-side .article-nav h5 {
  position: absolute;
  color: white;
  text-align: center;
  width: 80%;
  top: 55%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  left: 50%;
  line-height: 30px;
  z-index: 100;
}
progress {
  /* Positioning */
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  /* Dimensions */
  width: 50%;
  height: 5px;
  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* Progress bar container for Firefox/IE10+ */
  background-color: white;
  /* Progress bar value for IE10+ */
  color: #006837;
}
.slick-lightbox .slick-next, .slick-lightbox .slick-prev {
  top: 50%;
}
.banner-ad {
  position: relative;
  animation: flextras 0.7s ease 2s alternate 1 both;
  -webkit-animation: flextras 0.7s ease 2s alternate 1 both;
  -moz-animation: flextras 0.7s ease 2s alternate 1 both;
  -o-animation: flextras 0.7s ease 2s alternate 1 both;
  -ms-animation: flextras 0.7s ease 2s alternate 1 both;
}
.banner-ad a {
  display: block;
  width: calc(100% - 30px);
  position: relative;
  z-index: 2;
  margin-bottom: 90px;
}
.banner-ad img {
  border-radius: 5px;
  height: auto;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.banner-ad .disclosure {
  position: absolute;
  width: calc(100% - 30px);
  background: #ddd;
  height: 100%;
  top: 30px;
  z-index: 0;
  right: 0;
  border-radius: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.banner-ad .disclosure span {
  bottom: 3px;
  right: 13px;
  position: absolute;
  font-size: 13px;
  color: #aaa;
}
.banner-ad:hover img {
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
}
.banner-ad:hover .disclosure {
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
  -moz-transform: translate(-15px, -15px);
  -o-transform: translate(-15px, -15px);
}
#mc_embed_signup {
  clear: none;
}
#mc_embed_signup form {
  text-align: left !important;
}
#mc_embed_signup form input.email {
  width: calc(100% - 120px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px 0 0 20px;
  font-family: 'CircularBook', Helvetica, Arial, sans-serif;
  padding: 0px 1em;
  height: 40px;
}
#mc_embed_signup form .button {
  width: 100px;
  margin-left: -5px !important;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  background: #e28471 !important;
  font-family: 'CircularBook', Helvetica, Arial, sans-serif !important;
  height: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#mc_embed_signup form .button:hover {
  background: #de725c;
}
.content-newsletter {
  text-align: center;
  padding: 30px 40px 30px;
  background: #006837;
  border-radius: 5px;
  margin-bottom: 20px;
}
.content-newsletter h2 {
  color: white !important;
  margin: 10px 0 0px !important;
}
.content-newsletter p {
  margin: auto;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.content-newsletter #mc_embed_signup p {
  display: none;
}
.content-newsletter #mc_embed_signup form {
  text-align: center !important;
}
.content-newsletter #mc_embed_signup form input.email {
  width: calc(50% - 120px);
  min-width: 150px;
}
@media (max-width: 1400px) and (min-width: 1000px) {
  .mobilename, .mobileyurtkey {
    display: block;
  }
  .yurt_groups#faq .desktopname {
    display: none;
  }
  .yurt_groups#faq .company-label, .yurt_groups#faq .company-name {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .info-links a {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  footer .wrapper {
    padding: 80px 50px 100px;
  }
}
@media (max-width: 1000px) {
  .page-section {
    display: block !important;
  }
  .home .gallery a {
    width: 100%;
    margin: 0;
    float: left;
    overflow: hidden;
  }
  .gallery .right-alt, .gallery .left-alt {
    top: 0;
    padding: 33.5% 10%;
    background-position: 80% center;
  }
  .gallery .left-alt {
    background-position: 10% center;
  }
  .gallery a:hover {
    cursor: default;
  }
  .gallery a:hover img {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
  }
  .animate {
    background-position: top center !important;
  }
  .tab-content {
    max-height: none;
  }
  .mainmenu {
    position: absolute;
    width: 100%;
  }
  .mainmenu .topnav {
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
  .mainmenu .dropdown-content {
    position: absolute;
    position: absolute;
    width: calc(100% - 50px);
    padding: 25px 25px;
  }
  .home-promo {
    height: auto;
  }
  .home-promo .promo-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .splitscreen {
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  .left-side, .right-side {
    position: relative !important;
    min-height: auto !important;
    display: block;
  }
  .left-side hr {
    display: none;
  }
  progress {
    width: 100%;
  }
  .tools {
    margin-bottom: 60px;
  }
  .home .left-side .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0%;
  }
  .home .left-side h1 {
    margin-top: 0px;
  }
  .left-side .article-nav {
    display: none;
  }
  #home-intro .wrapper {
    padding: 120px 0px 140px !important;
  }
  .wrapper {
    max-width: -webkit-calc(2000px - (50px));
    max-width: calc(2000px - (50px));
    padding-right: 25px;
    padding-left: 25px;
  }
  footer .footer-left {
    float: none !important;
    margin-bottom: 30px !important;
  }
  footer .footer-right {
    float: none !important;
  }
  footer .footer-right .footer-newsletter {
    float: none !important;
  }
}
@media (max-width: 768px) {
  form input.email {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    width: 100% !important;
  }
  form .button {
    width: 100% !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 600px) {
  .mobileyurtkey {
    display: block;
  }
  .yurt_groups#faq .desktopname {
    display: none;
  }
  .yurt_groups#faq .mobilename {
    display: block;
  }
  .yurt_groups#faq .company-label, .yurt_groups#faq .company-name {
    text-align: left;
    width: 30px;
  }
  .right-side .article-nav .prev, .right-side .article-nav .next {
    width: 40%;
  }
  .info-links a:nth-of-type(odd) {
    margin-right: 0px !important;
  }
  .yurt_groups#faq .company-name a {
    box-shadow: inset 0 -3px #eed1cb;
    -webkit-box-shadow: inset 0 -3px #eed1cb;
    -moz-box-shadow: inset 0 -3px #eed1cb;
    -o-box-shadow: inset 0 -3px #eed1cb;
  }
  .yurt_groups#faq .company-name a:hover {
    padding-bottom: 3px;
  }
  .yurt_groups#faq .company_information tr th:nth-child(2), .yurt_groups#faq .company_information tr td:nth-child(2) {
    display: none;
  }
  .yurt_groups#faq .available_upgrades tr th:nth-child(13), .yurt_groups#faq .available_upgrades tr td:nth-child(13), .yurt_groups#faq .available_upgrades tr th:nth-child(14), .yurt_groups#faq .available_upgrades tr td:nth-child(14) {
    display: none;
  }
  .yurt_groups#faq th > div {
    transform: translate(17px, 90px) rotate(270deg);
    -webkit-transform: translate(17px, 90px) rotate(270deg);
    -o-transform: translate(17px, 90px) rotate(270deg);
    -moz-transform: translate(17px, 90px) rotate(270deg);
    -ms-transform: translate(17px, 90px) rotate(270deg);
  }
  .yurt_groups#faq th.table-rotate {
    height: 120px;
  }
  .mainmenu .desktop-btn, .mainmenu .secondary-nav > a {
    display: none;
  }
  .mainmenu .mobile-btn {
    display: block;
  }
  .mainmenu .mobile-links {
    display: block;
  }
  .home #section-1 .manual {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
  }
  .home #section-1 .manual-header {
    padding: 25px 20px 10px;
    margin-bottom: 2px;
    color: #333;
    width: calc(100% - 40px);
    float: none;
    position: relative;
  }
  .home #section-1 .manualBG {
    width: 100%;
  }
  .home #section-1 .post-list {
    width: 90%;
    float: none;
    position: relative;
    padding: 20px 0px;
    margin: auto;
  }
  .relevant-links li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .footer-links {
    float: none !important;
    margin-bottom: 30px !important;
  }
  .footer-newsletter {
    width: 100% !important;
    max-width: 100% !important;
  }
  .banner-ad a {
    width: 100%;
  }
  .banner-ad .disclosure {
    width: 100%;
    background: transparent;
  }
  .banner-ad .disclosure span {
    right: 10px;
  }
  ul.tabs li {
    width: 100% !important;
  }
  .tab-dropdown {
    width: 100%;
  }
}
@media (max-height: 790px) {
  #sponsor-promo h2 {
    font-size: 30px !important;
  }
}
@media (max-height: 790px) and (min-width: 900px) {
  .materials, .tools {
    width: calc(50% - 10px);
  }
  .materials {
    float: left;
  }
  .tools {
    float: right;
  }
}
