@font-face {
  font-family: 'Sharpsansno1';
  src: url('https://d30eniyas1ry9h.cloudfront.net/SharpSansNo1-Bold.eot') format('embedded-opentype'), url('https://d30eniyas1ry9h.cloudfront.net/SharpSansNo1-Bold.woff') format('woff'), url('https://d30eniyas1ry9h.cloudfront.net/SharpSansNo1-Bold.svg?v=1') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Sharpsansno1 book';
  src: url('https://d30eniyas1ry9h.cloudfront.net/SharpSansNo1-Book.eot') format('embedded-opentype'), url('https://d30eniyas1ry9h.cloudfront.net/SharpSansNo1-Book.woff') format('woff'), url('https://d30eniyas1ry9h.cloudfront.net/fonts/SharpSansNo1-Book.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* new post css */
body {
  padding: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
h1 {
  margin: 8px 60px 37px;
  padding-top: 5px;
  font-family: Sharpsansno1, sans-serif;
  color: black;
  font-size: 105px;
  line-height: 44px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h2 {
  margin-top: 0px;
  margin-bottom: 34px;
  font-family: Sharpsansno1, sans-serif;
  color: black;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 25px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #707070;
  font-size: 19px;
  line-height: 33px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0px;
}
.button {
  display: inline-block;
  padding: 19px 34px;
  border-radius: 0px;
  background-color: #fc0;
  font-family:'Sharpsansno1 book', sans-serif;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.button:hover {
  background-color: black;
  color: #fc0;
}
.mainwrapper {
  padding: 61px 0px 20px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;

}
.mainwrapper h1{

}
.logo {
  margin-bottom: 64px;
}
.homeform {
  margin-top: 35px;
  margin-bottom: 35px;
}
.hometextfield {
  display: block;
  width: 315px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
/*  padding-top: 26px;
  padding-bottom: 26px;*/
  height:50px;
  border-radius: 0px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #a3a3a3;
  font-size: 18px;
}
.post {
  height: 265px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.post:hover {
  background-color: black;
}
.postscolumn {
  padding-right: 0px;
  padding-left: 0px;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: black;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: left;
}
.footerlink {
  display: inline-block;
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fc0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none !important;
}
.footerlink:hover {
  color: #fc0;
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 90px;
  margin-bottom: 15px;
  padding: 17px 23px 10px 20px;
  background-color: rgba(255, 255, 255, 0.90);
  text-align: left;
}
.posttextfrield {
  display: inline-block;
  width: 209px;
  margin-top: 6px;
  margin-right: 14px;
/*  padding-top: 19px;
  padding-bottom: 19px;*/
  border-radius: 0px;
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 16px;
}
.postform {
  display: inline-block;
  margin-bottom: 0px;
  float: right;
}
.logopost {
  margin-top: 5px;
  float: left;
}
.postformbutton {
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
}
.postcontent {
  display: block;
  max-width: 650px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
}
.headerslider {
  height: 100px;
  background-color: transparent;
  text-align: center;
}
.form {
  margin-top: 45px;
}
.postsrow {
    background:#fc0;
}
.postseperator {
  height: 10px;
  background-color: black;
}
.post1 {
  height: 300px;
  background-image: url('/images/01.jpg');
  background-size: cover;
}
.post2 {
  height: 300px;
  background-image: url('/images/03.jpg');
  background-size: cover;
}
.post3 {
  height: 300px;
  background-image: url('/images/08.jpg');
}
.post4 {
  height: 300px;
  background-image: url('/images/05.jpg');
  background-size: cover;
}
.post5 {
  height: 300px;
  background-image: url('/images/07.jpg');
  background-size: cover;
}
.post6 {
  height: 300px;
  background-image: url('/images/06.jpg');
  background-size: cover;
}
.postnamehover {
  display: block;
  height: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-decoration: none;
}
.postnamehover:hover {
  opacity: 1;
}
.formheadline {
  margin-bottom: 30px;
  font-family: Sharpsansno1, sans-serif;
  font-size: 35px;
}
.homeformsuccess {
  display: none;
  width: 315px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: #d6f2ff;
}
.formsuccesstext {
  margin-bottom: 0px;
  text-align: center;
}
.formhomeerror {
  display: none;
  width: 315px;
  margin-right: auto;
  margin-left: auto;
}
.postformsuccess {
  display: none;
  padding: 7px 55px;
  background-color: #d6f2ff;
}
.postformerror {
  display: none;
  margin-top: 5px;
  margin-right: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}
.postparagraphtext {
  font-family: Merriweather, serif;
  font-size: 18px;
}
.shareicons {
  display: inline-block;
  height: 32px;
  margin-top: -3px;
  margin-right: 0px;
  margin-left: 20px;
  float: none;
  clear: none;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}
.shareicons:hover {
  opacity: 1;
}
.imagequote {
  margin-bottom: 30px;
}
.ourpic {
  height: 600px;
  background-image: url('/images/Team01-LR.jpg');
  background-position: 0% 17%;
  background-size: cover;
}
.aboutheading {
  margin-top: 40px;
  text-align: center;
}
.whatwelike {
  margin-right: 24px;
  margin-bottom: 40px;
  margin-left: 24px;
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 26px;
  line-height: 36px;
}
.profile {
  background-image: url('/images/Lior01.jpg');
  background-size: cover;
}
.profile.ran {
  background-image: url('/images/Ran01.jpg');
}
.profile.ayal {
  background-image: url('/images/Ayal01.jpg'), url('/images/Lior01.jpg');
  background-size: cover, cover;
}
.hoverprofilepic {
  opacity: 0;
}
.hoverprofilepic:hover {
  opacity: 1;
}
.aboutname {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Sharpsansno1, sans-serif;
  font-size: 25px;
  text-align: left;
}
.abouttext {
  margin-right: 32px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
.textseperator {
  width: 50px;
  height: 2px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: black black #fc0;
}
.contact {
  margin-bottom: 35px;
  margin-left: -11px;
  text-align: left;
}
.contactlink {
  width: 40px;
  opacity: 0.45;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.contactlink:hover {
  opacity: 1;
}
.menulink {
  margin-right: 50px;
  padding-top: 14px;
  padding-right: 0px;
  float: right;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Sharpsansno1, sans-serif;
  color: black;
  font-size: 19px;
  letter-spacing: 1px;
  text-decoration: none;
}
.menulink:hover {
  color: #fc0;
  text-decoration:none;
}
.postheaderdiv {
  position: fixed;
  left: 0px;
  top: 80px;
  right: 0px;
  height: 2px;
  margin-top: 10px;
  margin-right: 23px;
  margin-left: 23px;
  border-bottom: 1px solid #d1d1d1;
}
.mainpostcolums {
  margin-top: 130px;
  margin-right: 10px;
  margin-left: 17px;
}

.affix {
    position: fixed !important;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.affix + .posttextcolumn{
    margin-left:33.33%;
}

.postinfo {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  padding-right: 30px;
  text-align: left;
}
.posttextcolumn {
  text-align: left;
}
.creditdate {
  margin-top: 22px;
  margin-bottom: 22px;
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
}
.creditlink {
  border-bottom: 2px solid #fc0;
}

.creditlink a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: black;
  text-decoration: none;
}

.creditlink a:hover {
  color: #fc0;
}
.sharepost {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.sharepost .fb-like {
	height:20px;
	overflow:hidden;

}
.justmob {
display:none;
}
.sharepostmobile {
    display:none;
}
.sharetext {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  float: left;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #d1d1d1;
  font-size: 16px;
  text-align: left;
}
.sharelink {
  float: right;
  border-width:0px !important;
}
.postcontent .sharelink {
  float: none;
}
.postcontent .sharetext {
display:none;
}
.imageshare {
  height: 58px;
  padding-top: 15px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
}
.copyrightstext {
  display: inline-block;
  margin-right: 20px;
  float: right;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #bdbdbd;
  font-size: 16px;
}

.privacy {
    font-size:16px;
    margin-right:30px;
    line-height:16px;
}

.footerlogo {
  display: inline-block;
  float: left;
}
.headerlogo {
  padding-top: 5px;
}
.video {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
    .justmob {
	display:block;
    }
    .footer {
	height:136px;
	text-align:center;
    }
    .privacy {
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
	margin-top:10px;
	font-size:11px;
    }
    .footerlink {
	font-size:12px;
	line-height:12px;
    }
    .copyrightstext {
	margin-right:0;
    }

    .copyrightstext {
	margin-top:10px;
	float:none;
	font-size:12px;
	display:block;
    }
    .footerlogo {
	float:none;
    }

  h1 {
    margin: 0px 40px 1px;
    font-size: 80px;
    line-height: 66px;
    text-transform: uppercase;
  }
  .mainwrapper {
    padding-top: 50px;
  }
  .logo {
    margin-bottom: 50px;
  }
  .homeform {
    margin-top: 16px;
  }
  .posttextfrield {
    width: 229px;
    margin-top: 0px;
  }
  .postform {
    width: 563px;
    float: right;
  }
  .postformbutton {
    display: inline-block;
    padding-right: 14px;
    padding-left: 14px;
    float: none;
    text-align: center;
  }
  .headerslider {
    height: 148px;
    line-height: 20px;
  }
  .form {
    margin-top: 0px;
    text-align:center;
    margin-bottom:30px;
  }
  .shareicons {
    margin-left: 0px;
  }
  .ourpic {
    height: 500px;
    background-position: 90% 50%;
  }
  .aboutheading {
    margin-right: 134px;
    margin-bottom: 36px;
    margin-left: 134px;
    line-height: 45px;
  }
  .menulink {
    margin-right: 0px;
    margin-left: 50px;
  }
  .creditdate {
    line-height: 25px;
  }
}
@media (max-width: 767px) {

.affix, .affix-top {
    position: static !important;
    width:100% !important;
}

.affix + .posttextcolumn{
    margin-left:0;
}

  h1 {
    display: block;
    margin: 1px 44px 0px;
    font-size: 80px;
    line-height: 67px;
    text-align: center;
    letter-spacing: 0px;
  }
  h2 {
    margin-top: 30px;
    margin-bottom: 36px;
  }
  p {
    font-size: 17px;
    line-height: 29px;
  }
  .mainwrapper {
    padding-top: 40px;
  }
  .logo {
    margin-bottom: 40px;
  }
  .footer {
    position: static;
  }
  .postcontent {
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .headerslider {
    height: 148px;
  }
  .post1 {
    height: 500px;
  }
  .post2 {
    height: 500px;
  }
  .post3 {
    height: 500px;
  }
  .post4 {
    height: 500px;
  }
  .post5 {
    height: 500px;
  }
  .post6 {
    height: 500px;
  }
  .postformsuccess {
    padding-right: 29px;
    padding-left: 29px;
    float: right;
  }
  .ourpic {
    background-position: 73% 50%;
  }
  .aboutheading {
    margin-right: 58px;
    margin-left: 58px;
  }
  .whatwelike {
    font-size: 21px;
    line-height: 32px;
  }
  .menulink {
    display: inline-block;
    margin-left: 50px;
    float: right;
  }
  .postinfo {
    padding-right: 0px;
  }
  .headerlogo {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 479px) {
    .sharepost {
	display:none;
    }


  h1 {
    margin-right: 13px;
    margin-left: 13px;
    font-size: 40px;
    line-height: 37px;
  }
  h2 {
    margin: 22px 0px 24px;
    font-size: 27px;
    line-height: 29px;
  }
  p {
    font-size: 14px;
    line-height: 27px;
  }
  .button {
    display: block;
    width: 272px;
    height: 49px;
    margin: 13px auto 30px;
    padding: 4px 8px;
  }
  .mainwrapper {
    padding: 30px 14px;
  }
  .logo {
    margin-bottom: 40px;
  }
  .homeform {
    margin-top: 29px;
  }
  .hometextfield {
    width: 274px;
  }
  .postcontent {
    width: 277px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .headerslider {
    height: 85px;
  }
  .form {
    text-align: center;
  }
  .post1 {
    height: 300px;
  }
  .post2 {
    height: 300px;
  }
  .post3 {
    height: 300px;
  }
  .post4 {
    height: 300px;
  }
  .post5 {
    height: 300px;
  }
  .post6 {
    height: 300px;
  }
  .homeformsuccess {
    width: 265px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .formsuccesstext {
    font-size: 18px;
  }
  .formhomeerror {
    width: 275px;
  }
  .postparagraphtext {
    font-size: 16px;
  }
  .shareicons {
    margin-left: 20px;
  }
  .ourpic {
    height: 250px;
    background-position: 88% 50%;
  }
  .aboutheading {
    margin: 18px 23px;
    line-height: 29px;
  }
  .whatwelike {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 30px;
  }
  .aboutname {
    text-align: center;
  }
  .abouttext {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .textseperator {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact {
    margin-bottom: 17px;
    text-align: center;
  }
  .menulink {
    margin-left: 15px;
    font-size: 16px;
  }
  .mainpostcolums {
    margin-left: 10px;
  }
}


/* new post css end*/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
/* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
/* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
/* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ----------------- end normalize --------- */


@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
    content: "\e600";
}
.w-icon-slider-left:before {
    content: "\e601";
}
.w-icon-nav-menu:before {
    content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    color: #333;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    height:auto;
}

.wp-caption {
    width:auto !important;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}
a:focus {
    outline: 0;
}
.w-block {
    display: block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin: 0;
}
blockquote {
    margin: 0;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
}
.w-embed:after {
    clear: both;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 10px;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999999;
}
.w-input:focus,
.w-select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select[multiple] {
    height: auto;
}
.w-button {
    display: inline-block;
    padding: 12px;
    background-color: black;
    color: white;
    border: 0;
    line-height: inherit;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
    content: " ";
    display: table;
}
.w-checkbox:after,
.w-radio:after {
    clear: both;
}
.w-checkbox-input,
.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}
.w-radio-input {
    margin-top: 3px;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table;
}
.w-row:after {
    clear: both;
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.w-col-1 {
    width: 8.33333333%;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.33333333%;
}
.w-col-11 {
    width: 91.66666667%;
}
.w-col-12 {
    width: 100%;
}
.w-col-push-1 {
    left: 8.33333333%;
}
.w-col-push-2 {
    left: 16.66666667%;
}
.w-col-push-3 {
    left: 25%;
}
.w-col-push-4 {
    left: 33.33333333%;
}
.w-col-push-5 {
    left: 41.66666667%;
}
.w-col-push-6 {
    left: 50%;
}
.w-col-push-7 {
    left: 58.33333333%;
}
.w-col-push-8 {
    left: 66.66666667%;
}
.w-col-push-9 {
    left: 75%;
}
.w-col-push-10 {
    left: 83.33333333%;
}
.w-col-push-11 {
    left: 91.66666667%;
}
.w-col-pull-1 {
    right: 8.33333333%;
}
.w-col-pull-2 {
    right: 16.66666667%;
}
.w-col-pull-3 {
    right: 25%;
}
.w-col-pull-4 {
    right: 33.33333333%;
}
.w-col-pull-5 {
    right: 41.66666667%;
}
.w-col-pull-6 {
    right: 50%;
}
.w-col-pull-7 {
    right: 58.33333333%;
}
.w-col-pull-8 {
    right: 66.66666667%;
}
.w-col-pull-9 {
    right: 75%;
}
.w-col-pull-10 {
    right: 83.33333333%;
}
.w-col-pull-11 {
    right: 91.66666667%;
}
.w-col-offset-1 {
    margin-left: 8.33333333%;
}
.w-col-offset-2 {
    margin-left: 16.66666667%;
}
.w-col-offset-3 {
    margin-left: 25%;
}
.w-col-offset-4 {
    margin-left: 33.33333333%;
}
.w-col-offset-5 {
    margin-left: 41.66666667%;
}
.w-col-offset-6 {
    margin-left: 50%;
}
.w-col-offset-7 {
    margin-left: 58.33333333%;
}
.w-col-offset-8 {
    margin-left: 66.66666667%;
}
.w-col-offset-9 {
    margin-left: 75%;
}
.w-col-offset-10 {
    margin-left: 83.33333333%;
}
.w-col-offset-11 {
    margin-left: 91.66666667%;
}
.w-hidden-main {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .w-container {
	max-width: 728px;
    }
    .w-hidden-main {
	display: inherit !important;
    }
    .w-hidden-medium {
	display: none !important;
    }
    .w-col-medium-1 {
	width: 8.33333333%;
    }
    .w-col-medium-2 {
	width: 16.66666667%;
    }
    .w-col-medium-3 {
	width: 25%;
    }
    .w-col-medium-4 {
	width: 33.33333333%;
    }
    .w-col-medium-5 {
	width: 41.66666667%;
    }
    .w-col-medium-6 {
	width: 50%;
    }
    .w-col-medium-7 {
	width: 58.33333333%;
    }
    .w-col-medium-8 {
	width: 66.66666667%;
    }
    .w-col-medium-9 {
	width: 75%;
    }
    .w-col-medium-10 {
	width: 83.33333333%;
    }
    .w-col-medium-11 {
	width: 91.66666667%;
    }
    .w-col-medium-12 {
	width: 100%;
    }
    .w-col-medium-push-1 {
	left: 8.33333333%;
    }
    .w-col-medium-push-2 {
	left: 16.66666667%;
    }
    .w-col-medium-push-3 {
	left: 25%;
    }
    .w-col-medium-push-4 {
	left: 33.33333333%;
    }
    .w-col-medium-push-5 {
	left: 41.66666667%;
    }
    .w-col-medium-push-6 {
	left: 50%;
    }
    .w-col-medium-push-7 {
	left: 58.33333333%;
    }
    .w-col-medium-push-8 {
	left: 66.66666667%;
    }
    .w-col-medium-push-9 {
	left: 75%;
    }
    .w-col-medium-push-10 {
	left: 83.33333333%;
    }
    .w-col-medium-push-11 {
	left: 91.66666667%;
    }
    .w-col-medium-pull-1 {
	right: 8.33333333%;
    }
    .w-col-medium-pull-2 {
	right: 16.66666667%;
    }
    .w-col-medium-pull-3 {
	right: 25%;
    }
    .w-col-medium-pull-4 {
	right: 33.33333333%;
    }
    .w-col-medium-pull-5 {
	right: 41.66666667%;
    }
    .w-col-medium-pull-6 {
	right: 50%;
    }
    .w-col-medium-pull-7 {
	right: 58.33333333%;
    }
    .w-col-medium-pull-8 {
	right: 66.66666667%;
    }
    .w-col-medium-pull-9 {
	right: 75%;
    }
    .w-col-medium-pull-10 {
	right: 83.33333333%;
    }
    .w-col-medium-pull-11 {
	right: 91.66666667%;
    }
    .w-col-medium-offset-1 {
	margin-left: 8.33333333%;
    }
    .w-col-medium-offset-2 {
	margin-left: 16.66666667%;
    }
    .w-col-medium-offset-3 {
	margin-left: 25%;
    }
    .w-col-medium-offset-4 {
	margin-left: 33.33333333%;
    }
    .w-col-medium-offset-5 {
	margin-left: 41.66666667%;
    }
    .w-col-medium-offset-6 {
	margin-left: 50%;
    }
    .w-col-medium-offset-7 {
	margin-left: 58.33333333%;
    }
    .w-col-medium-offset-8 {
	margin-left: 66.66666667%;
    }
    .w-col-medium-offset-9 {
	margin-left: 75%;
    }
    .w-col-medium-offset-10 {
	margin-left: 83.33333333%;
    }
    .w-col-medium-offset-11 {
	margin-left: 91.66666667%;
    }
    .w-col-stack {
	width: 100%;
	left: auto;
	right: auto;
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
	display: inherit !important;
    }
    .w-hidden-medium {
	display: inherit !important;
    }
    .w-hidden-small {
	display: none !important;
    }
    .w-col {
	width: 100%;
	left: auto;
	right: auto;
    }
    .w-col-small-1 {
	width: 8.33333333%;
    }
    .w-col-small-2 {
	width: 16.66666667%;
    }
    .w-col-small-3 {
	width: 25%;
    }
    .w-col-small-4 {
	width: 33.33333333%;
    }
    .w-col-small-5 {
	width: 41.66666667%;
    }
    .w-col-small-6 {
	width: 50%;
    }
    .w-col-small-7 {
	width: 58.33333333%;
    }
    .w-col-small-8 {
	width: 66.66666667%;
    }
    .w-col-small-9 {
	width: 75%;
    }
    .w-col-small-10 {
	width: 83.33333333%;
    }
    .w-col-small-11 {
	width: 91.66666667%;
    }
    .w-col-small-12 {
	width: 100%;
    }
    .w-col-small-push-1 {
	left: 8.33333333%;
    }
    .w-col-small-push-2 {
	left: 16.66666667%;
    }
    .w-col-small-push-3 {
	left: 25%;
    }
    .w-col-small-push-4 {
	left: 33.33333333%;
    }
    .w-col-small-push-5 {
	left: 41.66666667%;
    }
    .w-col-small-push-6 {
	left: 50%;
    }
    .w-col-small-push-7 {
	left: 58.33333333%;
    }
    .w-col-small-push-8 {
	left: 66.66666667%;
    }
    .w-col-small-push-9 {
	left: 75%;
    }
    .w-col-small-push-10 {
	left: 83.33333333%;
    }
    .w-col-small-push-11 {
	left: 91.66666667%;
    }
    .w-col-small-pull-1 {
	right: 8.33333333%;
    }
    .w-col-small-pull-2 {
	right: 16.66666667%;
    }
    .w-col-small-pull-3 {
	right: 25%;
    }
    .w-col-small-pull-4 {
	right: 33.33333333%;
    }
    .w-col-small-pull-5 {
	right: 41.66666667%;
    }
    .w-col-small-pull-6 {
	right: 50%;
    }
    .w-col-small-pull-7 {
	right: 58.33333333%;
    }
    .w-col-small-pull-8 {
	right: 66.66666667%;
    }
    .w-col-small-pull-9 {
	right: 75%;
    }
    .w-col-small-pull-10 {
	right: 83.33333333%;
    }
    .w-col-small-pull-11 {
	right: 91.66666667%;
    }
    .w-col-small-offset-1 {
	margin-left: 8.33333333%;
    }
    .w-col-small-offset-2 {
	margin-left: 16.66666667%;
    }
    .w-col-small-offset-3 {
	margin-left: 25%;
    }
    .w-col-small-offset-4 {
	margin-left: 33.33333333%;
    }
    .w-col-small-offset-5 {
	margin-left: 41.66666667%;
    }
    .w-col-small-offset-6 {
	margin-left: 50%;
    }
    .w-col-small-offset-7 {
	margin-left: 58.33333333%;
    }
    .w-col-small-offset-8 {
	margin-left: 66.66666667%;
    }
    .w-col-small-offset-9 {
	margin-left: 75%;
    }
    .w-col-small-offset-10 {
	margin-left: 83.33333333%;
    }
    .w-col-small-offset-11 {
	margin-left: 91.66666667%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
	max-width: none;
    }
    .w-hidden-main {
	display: inherit !important;
    }
    .w-hidden-medium {
	display: inherit !important;
    }
    .w-hidden-small {
	display: inherit !important;
    }
    .w-hidden-tiny {
	display: none !important;
    }
    .w-col {
	width: 100%;
    }
    .w-col-tiny-1 {
	width: 8.33333333%;
    }
    .w-col-tiny-2 {
	width: 16.66666667%;
    }
    .w-col-tiny-3 {
	width: 25%;
    }
    .w-col-tiny-4 {
	width: 33.33333333%;
    }
    .w-col-tiny-5 {
	width: 41.66666667%;
    }
    .w-col-tiny-6 {
	width: 50%;
    }
    .w-col-tiny-7 {
	width: 58.33333333%;
    }
    .w-col-tiny-8 {
	width: 66.66666667%;
    }
    .w-col-tiny-9 {
	width: 75%;
    }
    .w-col-tiny-10 {
	width: 83.33333333%;
    }
    .w-col-tiny-11 {
	width: 91.66666667%;
    }
    .w-col-tiny-12 {
	width: 100%;
    }
    .w-col-tiny-push-1 {
	left: 8.33333333%;
    }
    .w-col-tiny-push-2 {
	left: 16.66666667%;
    }
    .w-col-tiny-push-3 {
	left: 25%;
    }
    .w-col-tiny-push-4 {
	left: 33.33333333%;
    }
    .w-col-tiny-push-5 {
	left: 41.66666667%;
    }
    .w-col-tiny-push-6 {
	left: 50%;
    }
    .w-col-tiny-push-7 {
	left: 58.33333333%;
    }
    .w-col-tiny-push-8 {
	left: 66.66666667%;
    }
    .w-col-tiny-push-9 {
	left: 75%;
    }
    .w-col-tiny-push-10 {
	left: 83.33333333%;
    }
    .w-col-tiny-push-11 {
	left: 91.66666667%;
    }
    .w-col-tiny-pull-1 {
	right: 8.33333333%;
    }
    .w-col-tiny-pull-2 {
	right: 16.66666667%;
    }
    .w-col-tiny-pull-3 {
	right: 25%;
    }
    .w-col-tiny-pull-4 {
	right: 33.33333333%;
    }
    .w-col-tiny-pull-5 {
	right: 41.66666667%;
    }
    .w-col-tiny-pull-6 {
	right: 50%;
    }
    .w-col-tiny-pull-7 {
	right: 58.33333333%;
    }
    .w-col-tiny-pull-8 {
	right: 66.66666667%;
    }
    .w-col-tiny-pull-9 {
	right: 75%;
    }
    .w-col-tiny-pull-10 {
	right: 83.33333333%;
    }
    .w-col-tiny-pull-11 {
	right: 91.66666667%;
    }
    .w-col-tiny-offset-1 {
	margin-left: 8.33333333%;
    }
    .w-col-tiny-offset-2 {
	margin-left: 16.66666667%;
    }
    .w-col-tiny-offset-3 {
	margin-left: 25%;
    }
    .w-col-tiny-offset-4 {
	margin-left: 33.33333333%;
    }
    .w-col-tiny-offset-5 {
	margin-left: 41.66666667%;
    }
    .w-col-tiny-offset-6 {
	margin-left: 50%;
    }
    .w-col-tiny-offset-7 {
	margin-left: 58.33333333%;
    }
    .w-col-tiny-offset-8 {
	margin-left: 66.66666667%;
    }
    .w-col-tiny-offset-9 {
	margin-left: 75%;
    }
    .w-col-tiny-offset-10 {
	margin-left: 83.33333333%;
    }
    .w-col-tiny-offset-11 {
	margin-left: 91.66666667%;
    }
}
.w-widget {
    position: relative;
}
.w-widget-map {
    width: 100%;
    height: 400px;
}
.w-widget-map label {
    width: auto;
    display: inline;
}
.w-widget-map img {
    max-width: inherit;
}
.w-widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
    display: none;
}
.w-widget-twitter {
    overflow: hidden;
}
.w-widget-gplus {
    overflow: hidden;
}
.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: rgba(153, 153, 153, 0.5);
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}
.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
}
.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}
.w-slider-nav.w-shadow > div {
    -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
    color: #fff;
}
.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
    background-color: #222;
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    -moz-transition: background-color 100ms, color 100ms;
    -o-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
    background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}
.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}
.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}
.w-dropdown-toggle:focus {
    outline: 0;
}
.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}
.w-dropdown-list {
    position: absolute;
    background: #f2f2f2;
    display: none;
    min-width: 100%;
}
.w-dropdown-list.w--open {
    display: block;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
}
.w-dropdown-link.w--current {
    color: #339ce1;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-dropdown,
    .w-nav[data-collapse="medium"] .w-dropdown-toggle {
	display: block;
    }
    .w-nav[data-collapse="medium"] .w-dropdown-list {
	position: static;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-dropdown,
    .w-nav[data-collapse="small"] .w-dropdown-toggle {
	display: block;
    }
    .w-nav[data-collapse="small"] .w-dropdown-list {
	position: static;
    }
    .w-nav-brand {
	padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-dropdown,
    .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
	display: block;
    }
    .w-nav[data-collapse="tiny"] .w-dropdown-list {
	position: static;
    }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesnĄ¯t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
/* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
.w-lightbox-view:before {
    content: "";
    height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
    position: relative;
    margin: 0;
/* 1 */
}
.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}
.w-lightbox-image {
    display: block;
    max-width: 100vw;
    max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}
.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesnĄ¯t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
/* 2 */
}
.w-lightbox-active {
    opacity: .3;
}
.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}
.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */

.spinwrp {
    margin-right: 10px;
}

.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
    display: none;
}
.w-lightbox-noscroll {
    overflow: hidden;
}
@media (min-width: 768px) {

    .w-lightbox-content {
	height: 96vh;
	margin-top: 2vh;
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
	height: 96vh;
    }
    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
	height: 84vh;
    }
    .w-lightbox-image {
	max-width: 96vw;
	max-height: 96vh;
    }
    .w-lightbox-group .w-lightbox-image {
	max-width: 82.3vw;
	max-height: 84vh;
    }
    .w-lightbox-left,
    .w-lightbox-right {
	display: block;
	opacity: .5;
    }
    .w-lightbox-close {
	opacity: .8;
    }
    .w-lightbox-control:hover {
	opacity: 1;
    }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}
.w-nav {
    position: relative;
    background: #BBB;
    z-index: 1000;
}
.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
}
.w-nav:after {
    clear: both;
}
.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #222;
}
.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.w-nav-link.w--current {
    color: #339ce1;
}
.w-nav-menu {
    position: relative;
    float: right;
}
.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #999;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}
.w--nav-link-open {
    display: block;
    position: relative;
}
.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
    top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0;
}
.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-nav-button.w--open {
    background-color: #999;
    color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
	display: none;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
	display: block;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
	display: none;
    }
    .w-nav[data-collapse="small"] .w-nav-button {
	display: block;
    }
    .w-nav-brand {
	padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
	display: none;
    }
    .w-nav[data-collapse="tiny"] .w-nav-button {
	display: block;
    }
}
.w-tabs {
    position: relative;
}
.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
}
.w-tabs:after {
    clear: both;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 8px 30px;
    text-align: left;
    cursor: pointer;
    background-color: #E8E8E8;
}
.w-tab-link.w--current {
    background-color: #BCD3F3;
}
.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.w-tab-pane {
    position: relative;
    display: none;
}
.w--tab-active {
    display: block;
}
@media screen and (max-width: 479px) {
    .w-tab-link {
	display: block;
    }
}
.w-ix-emptyfix:after {
    content: "";
}
@-webkit-keyframes spin {
    0% {
	-webkit-transform: rotate(0deg);
    }
    100% {
	-webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
	transform: rotate(0deg);
    }
    100% {
	transform: rotate(360deg);
    }
}
.w-dyn-loading {
    display: block;
    padding: 10px;
}
.w-dyn-items {
    display: none;
}
.w-dyn-items.visible {
    display: block;
}
.w-dyn-empty {
    display: none;
    padding: 10px;
    background-color: #dddddd;
}
.w-dyn-error {
    display: none;
    padding: 10px;
    background-color: #ffdede;
}


/* ------------ end webflow -------- */

body {
    padding: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
h1 {
    margin: 8px 60px 37px;
    padding-top: 5px;
    font-family: Sharpsansno1, sans-serif;
    color: black;
    font-size: 105px;
    line-height: 44px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}
h2 {
    margin-top: 17px;
    margin-bottom: 45px;
    font-family: Sharpsansno1, sans-serif;
    color: black;
    font-size: 50px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}
p {
    margin-bottom: 25px;
    font-family:'Sharpsansno1 book', sans-serif;
    color: #707070;
    font-size: 19px;
    line-height: 33px;
    font-weight: 200;
    text-align: left;
    letter-spacing: 0px;
}
.button {
    display: inline-block;
    padding: 19px 34px;
    border-radius: 0px;
    background-color: #fc0;
    font-family:'Sharpsansno1 book', sans-serif;
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none !important;
}
.button:hover {
    background-color: black;
    color: #fc0;
}
.button.endpostformbutton {
    padding: 10px 18px;
    float: right;
    font-size: 16px;
}
.postparagraphtext.newpostsharetitle {
    margin-bottom: 0px;
    text-align: center;
}
.postparagraphtext {
    font-family: Merriweather, serif;
    font-size: 18px;
}
.mainwrapper {
    padding: 61px 0px 20px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo {
    margin-bottom: 64px;
}
.homeform {
    margin-top: 35px;
    margin-bottom: 35px;
}
.homeform.endpostform {
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: left;
}
.hometextfield {
    display: block;
    width: 315px;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
/*    padding-top: 26px;
    padding-bottom: 26px;*/
    height:50px;
    border-radius: 0px;
    font-family:'Sharpsansno1 book', sans-serif;
    color: #a3a3a3;
    font-size: 18px;
}
.hometextfield.endposttextfield {
    width: 255px;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    font-size: 16px;
}

.post {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.post:hover {
    background-color: black;
    background-image: -webkit-linear-gradient(11deg, #733663, #530c54);
    background-image: -o-linear-gradient(281deg, #733663, #530c54);
    background-image: linear-gradient(281deg, #733663, #530c54);
}
.post.bluepost {
    background-image: -webkit-linear-gradient(11deg, #72d0d6, #49b6ca);
    background-image: -o-linear-gradient(281deg, #72d0d6, #49b6ca);
    background-image: linear-gradient(281deg, #72d0d6, #49b6ca);
}
.post.redpost {
    background-image: -webkit-linear-gradient(11deg, #d22f66, #e7184f);
    background-image: -o-linear-gradient(281deg, #d22f66, #e7184f);
    background-image: linear-gradient(281deg, #d22f66, #e7184f);
}
.post.greenpost {
    background-image: -webkit-linear-gradient(11deg, #7cbd82, #94d47d);
    background-image: -o-linear-gradient(281deg, #7cbd82, #94d47d);
    background-image: linear-gradient(281deg, #7cbd82, #94d47d);
}
.postscolumn {
    padding-right: 0px;
    padding-left: 0px;
}
.posttitlegrid {
    padding-top: 83px;
    padding-right: 33px;
    padding-left: 33px;
    font-family: Sharpsansno1, sans-serif;
    color: white;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
}
.footer {
    -webkit-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    clear:both;
}
.posttextfrield {
    height:40px;
    display: inline-block;
    width: 209px;
    margin-top: 6px;
    margin-right: 14px;
/*    padding-top: 19px;
    padding-bottom: 19px;*/
    border-radius: 0px;
    font-family:'Sharpsansno1 book', sans-serif;
}
.postform {
    display: inline-block;
    margin-bottom: 0px;
    float: right;
}
.formtext {
    display: inline-block;
    padding-right: 17px;
    font-family:'Sharpsansno1 book', sans-serif;
    font-size: 18px;
}
.logopost {
    margin-top: 5px;
    float: left;
}
.postformbutton {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}
.posttitle {
    position: static;
    display: block;
    height: 450px;
    padding: 0px;
    clear: both;
    background-color: #74b5a7;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0px;
}
.posttitletext {
    color: white;
    line-height: 48px;
}

.postcontent ul {
    font-family: Merriweather, serif !important;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 32px;
}

.postcontent p, .postcontent ol{
    font-family: Merriweather, serif !important;
    font-size:18px;
}

.postcontent ol {
    margin-bottom:20px;
}

.postcontent ol li {
    color:#707070;
    margin:10px;
    text-align:left;
}

.postcontent p .size-full {
    display:block;
    margin:auto;
    height:auto;
}

.sharebutts {
    margin-bottom:20px;
    clear:both;
}

.sharebutts.imgbutts {
    margin:auto;
    right:0;
    left:0;
    text-align:center;
    top:40%;
}


.postcontent p a {
    color:#707070;
    font-weight:400;
    text-decoration:none;
    border-bottom:1px solid black;
}

.postcontent h1, .postcontent h2 {
    margin-top: 0px;
    margin-bottom: 45px;
    margin-right:0px;
    margin-left:0px;
    font-family: Sharpsansno1, sans-serif;
    color: black;
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    text-transform:none;
}

.headerslider {
    height: 100px;
    background-color: transparent;
    text-align: center;
    overflow:hidden;
}
.form {
    margin-top: 45px;
}
.form.endpostform {
    margin-top: 0px;
}
.postseperator {
    height: 10px;
    background-color: black;
}
.postscolumn {
float:left;
}

.post {
    overflow:hidden;
    background-size:cover;
    height:100%;
}

.postnamehover {
    display: block;
    height: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.68);
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    text-decoration: none !important;
    position:relative;
}
.postnamehover:hover {
    opacity: 1;
}
.posttite {
    top:50%;
    position: relative;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    font-family:'Sharpsansno1 book', sans-serif;
    color: white;
    text-transform: uppercase;
    margin:0;
}
.posttitle img {
    margin-top: 0px;
    height:100%;
    width:auto;
}
.formheadline {
    margin-bottom: 30px;
    font-family: Sharpsansno1, sans-serif;
    font-size: 35px;
}
.formheadline.endpostfromheadline {
    display: inline-block;
    margin-top: 7px;
    float: left;
    font-size: 26px;
}
.homeformsuccess {
    display: none;
    width: 315px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    padding-bottom: 33px;
    background-color: #d6f2ff;
}
.formsuccesstext {
    margin-bottom: 0px;
    text-align: center;
}
.formhomeerror {
    display: none;
    width: 315px;
    margin-right: auto;
    margin-left: auto;
}
.postformsuccess {
    display: none;
    padding: 7px 55px;
    background-color: #d6f2ff;
}
.postformerror {
    display: none;
    margin-top: 5px;
    margin-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
}
.postparagraphtext {

}
.sharecontent {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fc0;
    border-bottom: 1px solid #fc0;
    text-align: center;
}
.imagequote {
    margin-bottom: 30px;
}
@media (max-width: 991px) {

    h1 {
	margin: 0px 40px 1px;
	font-size: 80px;
	line-height: 66px;
	text-transform: uppercase;
    }
    .mainwrapper {
	padding-top: 50px;
    }
    .logo {
	margin-bottom: 50px;
    }
    .homeform {
	margin-top: 16px;
    }
    .posttitlegrid {
	padding-top: 94px;
    }
    .posttextfrield {
	width: 229px;
	margin-top: 0px;
    }
    .postform {
	width: 563px;
	float: right;
    }
    .formtext {
	width: 219px;
	margin-right: 5px;
	padding-right: 11px;
	font-size: 17px;
    }
    .postformbutton {
	display: inline-block;
	padding-right: 14px;
	padding-left: 14px;
	float: none;
	text-align: center;
    }
    .posttitle {
	height: 385px;
	padding-top: 0px;
    }
    .posttitletext {
	font-size: 46px;
    }
    .headerslider {
	height: 148px;
	line-height: 20px;
    }
    .form {
	margin-top: 0px;
    }
}
@media (max-width: 767px) {
    h1 {
	display: block;
	margin: 1px 44px 0px;
	font-size: 80px;
	line-height: 67px;
	text-align: center;
	letter-spacing: 0px;
    }
    .postcontent > h2 {
	margin-top: 30px !important;
    }

    h2 {
	margin-bottom: 36px;
    }
    p {
	font-size: 17px;
	line-height: 29px;
    }
    .button.endpostformbutton {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: none;
    }
    .mainwrapper {
	padding-top: 40px;
    }
    .logo {
	margin-bottom: 40px;
    }
    .hometextfield.endposttextfield {
	margin-left: auto;
	float: none;
    }
    .headerslider {
	height: 148px;
    }
    .postscolumn {

    }

    .formheadline.endpostfromheadline {
	display: block;
	float: none;
	text-align: center;
    }
    .postformsuccess {
	padding-right: 29px;
	padding-left: 29px;
	float: right;
    }
}
@media (max-width: 479px) {

    .homeform {
	margin-top: 29px;
    }


    .postscolumn {
	height:300px;
    }
    h3 {
	font-size:16px;
    }

    h1 {
	margin-right: 13px;
	margin-left: 13px;
	font-size: 40px;
	line-height: 37px;
    }
    h2 {
	margin: 1px 0px 24px;
	font-size: 27px;
	line-height: 29px;
    }
    p {
	font-size: 14px;
	line-height: 27px;
    }
    .button {
	display: block;
	width: 272px;
	height: 49px;
	margin: 13px auto 30px;
	padding: 4px 8px;
    }
    .mainwrapper {
	padding: 30px 14px;
    }
    .logo {
	margin-bottom: 40px;
    }
    .homeform {
	margin-top: 29px;
    }
    .hometextfield {
	width: 274px;
    }
    .posttitle {
	height: 321px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	clear: none;
	font-size: 10px;
    }
    .posttitletext {
	font-size: 34px;
    }
    .postcontent {
	width: 302px;
	padding-right: 13px;
	padding-left: 13px;
    }
    .headerslider {
	height: 85px;
    }
    .form {
	text-align: center;
    }
    .posttitle img {
	width: 318px;
    }
    .homeformsuccess {
	width: 265px;
	padding-top: 17px;
	padding-bottom: 17px;
    }
    .formsuccesstext {
	font-size: 18px;
    }
    .formhomeerror {
	width: 275px;
    }
    .postparagraphtext {
	font-size: 16px;
    }
}


body > header {
    display:none;
}


.homeform {
    margin-top: 35px;
    margin-bottom: 35px;
}

.postsubscribetext {
margin-top: 16px;
margin-bottom: 16px;
padding-top: 16px;
border-top: 1px solid #D1D1D1;
font-family: 'Sharpsansno1 book', sans-serif;
font-size: 16px;
}

.w-form {
    margin: 0 0 15px;
}


/* ------------------ end nuschoool ------------ */

 @-webkit-keyframes shake {
    8%, 41% {
        -webkit-transform: translateX(-10px);
    }
    25%, 58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}

 @-moz-keyframes shake {
    8%, 41% {
        -moz-transform: translateX(-10px);
    }
    25%, 58% {
        -moz-transform: translateX(10px);
    }
    75% {
        -moz-transform: translateX(-5px);
    }
    92% {
        -moz-transform: translateX(5px);
    }
    0%, 100% {
        -moz-transform: translateX(0);
    }
}

.shake {
    -webkit-animation: shake 0.7s;
    animation: shake 0.7s;
    -moz-animation: shake 0.7s;
}

.w-form.oknow form{
    display:none;
}

.w-form.oknow .w-form-done {
    display:block !important;
}

.shareb {
    margin-top:20px;
    display: inline-block;
    overflow: hidden;
    margin-right:20px;
    font-size:50px;
    color:black;
    background:#fc0;
    border-radius:100px;
    width:80px;
    height:80px;
    padding-top:20px;
    cursor:pointer;
}
.shareb:hover {
    color:#fc0;
    background:black;
}

.shareb.gp {
    width:65px;
}
.shareb.gp > div {
    width:65px !important;
}
.shareb.gp iframe{
    width:60px !important;

}


.postinfo .wp-post-image {
    width: 100%;
    height: auto;
}


/* -------------------------- */

.pricingheader {
  padding-top: 35px;
  padding-bottom: 0px;
  background-color: #646464;
  letter-spacing: 0px;
}
.pricingfacebooklike {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 20px;
}
.facebooklike {
  display: inline-block;
  width: 80px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: -5px;
  float: right;
}
.tweetcount {
  display: inline-block;
  width: 95px;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 5px;
  float: right;
}
.pinitbutton {
  display: inline-block;
  width: 20px;
  margin-top: 5px;
  margin-left: 0px;
  float: right;
  cursor:pointer;
}
.tumblrbutton {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  float: right;
}


.pricingh1 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Sharpsansno1, sans-serif;
  color: white;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  text-transform: none;
  list-style-type: disc;
}
.pricingh2 {
  display: block;
  width: 570px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #fc0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 100;
  text-align: center;
}
.pricingsignup {
  height: 158px;
  background-color: #303030;
  text-align: left;
}

.comingsoon {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.comingsoon.quote {
  display: block;
  float: none;
  text-align: center;
}


.pricingfromemail {
  display: inline-block;
  width: 300px;
  margin-top: 7px;
  margin-right: 20px;
  border: 1px solid white;
  background-color: white;
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 15px;
}
.pricingfrom {
  margin-top: 10px;
  margin-bottom: 0px;
  float: none;
  text-align: center;
}
.pricingformbutton {
  margin-right: 0px;
  padding: 8px 30px 10px;
  background-color: #fc0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Sharpsansno1, sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
.pricingformbutton:hover {
  background-color: #3bb7ff;
  color: white;
}
.pricingformsuccess {
  display: none;
  height: 55px;
  margin-top: -2px;
  margin-right: 14px;
  color: #fc0;
  text-align:center;
}
.pricingformsuccess p{
    text-align:center;
}

.pricingformerror {
  display: none;
  color: #ff4a4a;
}
.pricingh3 {
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 32px;
  border-bottom: 2px solid #ff1744;
  font-family: Sharpsansno1, sans-serif;
  color: #585858;
  font-size: 37px;
  line-height: 42px;
}
.pricingh3.blueheadline {
  border-bottom-color: #42afe2;
}
.pricingh3.yellowheadline {
  margin-bottom: 60px;
  border-bottom-color: #fc0;
}
.pricingh3.redtitle {
  width: 600px;
}
.pricingp {
  margin: 16px 28px 0px;
  font-size: 16px;
  line-height: 24px;
}
.pricingp.centerp {
  display: block;
  width: 616px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  line-height: 29px;
  text-align: center;
}
.pricingp.mentorinfo {
  display: block;
  margin: 27px 15px 22px 0px;
  float: none;
}
.pricingp.mentorinfo.learntext {
  width: 360px;
  margin-top: 17px;
  margin-right: 0px;
  margin-left: 32px;
}
.pricingp.testep {
  margin: 15px;
}
.benefitcolumn {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 20%;
  margin-top: 19px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.benefitszone {
  margin-right: 57px;
  margin-left: 57px;
}
.fakefeature {
  color: #c7c7c7;
}
.benefiticons {
  margin-top: 29px;
}
.mentorszone {
  margin-top: 48px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.mentorscoluns {
  margin-right: 57px;
  margin-left: 57px;
}
.mentorcolum {
  width: 50%;
  margin-top: 30px;
  float: left;
  clear: none;
  text-align: left;
}
.mentorprofile {
  width: 40%;
  margin-right: 35px;
  margin-bottom: 47px;
  float: left;
}
.mentorname {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  float: none;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #585858;
  font-size: 27px;
}
.mentordivader {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 30px;
  margin-right: 192px;
  float: none;
  border-bottom: 2px solid #42afe2;
}
.mentorlogo {
  display: block;
  float: none;
}
.jayz {
  color: #a1a1a1;
}
.quote {
  background-color: #303030;
}
.quotetext {
  padding-top: 35px;
  padding-bottom: 35px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: white;
  font-size: 20px;
}
.learnzone {
  padding-top: 0px;
  padding-bottom: 5px;
}
.subject {
  display: block;
  width: 520px;
  height: 114px;
  margin: 10px auto 65px;
}
.number {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 70px;
  background-color: #fc0;
}
.numbertext {
  padding-top: 38px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #585858;
  font-size: 50px;
}
.subjecthead {
  display: block;
  margin-left: 32px;
  float: none;
  clear: none;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #585858;
  font-size: 25px;
  text-align: left;
}
.testemonialzone {
  padding: 47px 59px;
  background-color: #f7f7f7;
}
.teteprofile {
  width: 30%;
  float: left;
}
.testetext {
  margin-top: 13px;
  margin-left: 35px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: none;
  border-radius: 5px;
  background-color: white;
}
.bubbletri {
  position: relative;
  left: 11px;
  top: 30px;
  display: inline-block;
  float: left;
}
.heroimage {
  display: block;
  width: 970px;
  height: 528px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('/images/Pricing-Hero.jpg');
  background-size: 969px;
}
.metortextsdiv {
  width: 50%;
  float: left;
}
.subjecttextdiv {
  float: left;
}
.videobubble {
  position: relative;
  left: -25px;
  top: 291px;
  right: 0px;
  display: inline-block;
  padding: 12px 20px;
  border: 4px solid black;
  border-radius: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 23px -1px;
}
.videobubble.toolsbubble {
  left: -176px;
  top: 367px;
}
.videobubble.docsbubble {
  left: 321px;
  top: 384px;
  right: 59px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 23px -1px;
}
.bubbletext {
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 16px;
}
.testetextdiv {
  width: 63%;
  float: left;
}
.h3cta {
  font-family: Sharpsansno1, sans-serif;
  color: white;
  font-size: 37px;
  text-align: center;
}
.endpostcta {
  margin-bottom: 20px;
  padding: 25px;
  border-top: 1px solid #d1d1d1;
  text-align:center;
}
.endpostctaimage {
  width: 190px;
  margin-left: 25px;
  float: right;
}
.endpostctaheadline {
  color: #2e2e2e;
  font-size: 23px;
}


html.w-mod-js *[data-ix="videobubbleappeare"] {
  opacity: 0;
  -webkit-transform: translate(0px, 54px);
  -ms-transform: translate(0px, 54px);
  -o-transform: translate(0px, 54px);
  transform: translate(0px, 54px);
}
html.w-mod-js *[data-ix="toolsbubble"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="docsbubble"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
@media (max-width: 991px) {
    .h3cta {
	font-size: 34px;

    }

  h1 {
    margin: 0px 40px 1px;
    font-size: 80px;
    line-height: 66px;
    text-transform: uppercase;
  }
 .button.endpostctabutton {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mainwrapper {
    padding-top: 50px;
  }
  .logo {
    margin-bottom: 50px;
  }
  .homeform {
    margin-top: 16px;
  }
  .posttextfrield {
    width: 229px;
    margin-top: 0px;
  }
  .postform {
    width: 563px;
    float: right;
  }
  .postformbutton {
    display: inline-block;
    padding-right: 14px;
    padding-left: 14px;
    float: none;
    text-align: center;
  }
  .headerslider {
    height: 148px;
    line-height: 20px;
  }
  .form {
    margin-top: 0px;
    text-align: center;
  }
  .shareicons {
    margin-left: 0px;
  }
  .ourpic {
    height: 500px;
    background-position: 90% 50%;
  }
  .aboutheading {
    margin-right: 134px;
    margin-bottom: 36px;
    margin-left: 134px;
    line-height: 45px;
  }
  .menulink {
    margin-right: 0px;
    margin-left: 50px;
  }
  .creditdate {
    line-height: 25px;
  }
  .postsubscribetext {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #d1d1d1;
    font-family:'Sharpsansno1 book', sans-serif;
    font-size: 16px;
  }
  .pricingh1 {
    font-size: 43px;
  }
  .pricingh2 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .pricingsignup.quote {
    height: 96px;
  }
  .comingsoon {
    margin-left: 10px;
  }
  .comingsoon.quote {
    margin-right: 23px;
    margin-left: 23px;
    line-height: 26px;
  }
  .pricingfromemail {
    width: 250px;
    margin-right: 10px;
  }
  .pricingformbutton {
    margin-right: 0px;
  }
  .pricingh3 {
    display: inline-block;
    margin: 40px 39px 25px;
    border-bottom-style: none;
    text-decoration: none;
  }
  .pricingh3.blueheadline {
    border-bottom-style: solid;
  }
  .pricingh3.yellowheadline {
    border-bottom-style: solid;
  }
  .pricingh3.redtitle {
    border-bottom-style: solid;
  }
  .pricingp.mentorinfo {
    display: block;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .pricingp.mentorinfo.learntext {
    float: left;
    text-align: left;
  }
  .benefitcolumn {
    width: 50%;
  }
  .benefitcolumn.bond {
    display: block;
    width: 50%;
    margin-top: 615px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .mentorszone {
    padding-bottom: 40px;
  }
  .mentorcolum {
    width: 50%;
    height: 537px;
    float: left;
    text-align: center;
  }
  .mentorprofile {
    width: 60%;
    margin-right: 0px;
    margin-bottom: 7px;
    float: none;
  }
  .mentordivader {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .mentorlogo {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .testemonialzone {
    padding-bottom: 0px;
  }
  .teteprofile {
    margin-bottom: 51px;
    margin-left: 0px;
  }
  .heroimage {
    width: 770px;
    height: 416px;
    background-size: 770px;
  }
  .metortextsdiv {
    width: 100%;
  }
  .videobubble {
    top: 220px;
  }
  .videobubble.toolsbubble {
    left: -97px;
    top: 311px;
  }
  .videobubble.docsbubble {
    left: 90px;
    top: 349px;
  }
  .testetextdiv {
    margin-top: 29px;
  }
.endpostctaimage {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
}
@media (max-width: 767px) {
    .postcontent h2 {
    font-size:35px;
}

  h1 {
    display: block;
    margin: 1px 44px 0px;
    font-size: 80px;
    line-height: 67px;
    text-align: center;
    letter-spacing: 0px;
  }
  h2 {
    margin-top: 30px;
    margin-bottom: 36px;
  }
  p {
    font-size: 17px;
    line-height: 29px;
  }
  .mainwrapper {
    padding-top: 40px;
  }
  .logo {
    margin-bottom: 40px;
  }
  .footer {
    position: static;
  }
  .postcontent {
    width: 510px;
    margin-right: auto;
    margin-left: auto;
  }
  .headerslider {
    height: 148px;
  }
  .post1 {
    height: 500px;
  }
  .post2 {
    height: 500px;
  }
  .post3 {
    height: 500px;
  }
  .post4 {
    height: 500px;
  }
  .post5 {
    height: 500px;
  }
  .post6 {
    height: 500px;
  }
  .postformsuccess {
    padding-right: 29px;
    padding-left: 29px;
    float: right;
  }
  .ourpic {
    background-position: 73% 50%;
  }
  .aboutheading {
    margin-right: 58px;
    margin-left: 58px;
  }
  .whatwelike {
    font-size: 21px;
    line-height: 32px;
  }
  .menulink {
    display: inline-block;
    margin-left: 50px;
    float: right;
  }
  .postinfo {
    padding-right: 0px;
  }
  .headerlogo {
    display: inline-block;
    float: none;
  }
  .pricingh1 {
    margin-top: 4px;
    margin-bottom: 1px;
    font-size: 36px;
  }
  .pricingh2 {
    width: 430px;
    margin-top: 7px;
    font-size: 21px;
  }
  .pricingsignup {
    height: 159px;
    text-align: center;
  }

  .comingsoon {
    margin-bottom: 13px;
    float: none;
    font-size: 20px;
    text-align: center;
  }
  .pricingfromemail {
    width: 240px;
  }
  .pricingfrom {
    float: none;
  }
  .pricingh3 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 34px;
  }
  .pricingh3.blueheadline {
    margin-bottom: 0px;
    border-bottom-style: none;
  }
  .pricingh3.yellowheadline {
    border-bottom-style: none;
  }
  .pricingh3.redtitle {
    width: 410px;
    border-bottom-style: none;
  }
  .pricingp {
    margin-bottom: 21px;
    text-align: center;
  }
  .pricingp.centerp {
    width: 446px;
  }
  .pricingp.mentorinfo {
    width: 302px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    padding-left: 0px;
  }
  .benefitcolumn {
    width: 100%;
  }
  .benefitcolumn.bond {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
  }
  .mentorszone {
    padding-bottom: 20px;
  }
  .mentorcolum {
    width: 100%;
    height: 547px;
    margin-top: 51px;
    float: none;
  }
  .mentorprofile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .quotetext {
    line-height: 27px;
  }
  .testemonialzone {
    padding-bottom: 0px;
  }
  .teteprofile {
    margin-left: 17px;
  }
  .testetextdiv {
    margin-top: 0px;
  }
  .heroslifer {
    height: 556px;
    background-color: transparent;
  }
  .mobileheroimage {
    display: block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobileherotext {
    padding-top: 21px;
    padding-bottom: 21px;
    background-color: #474747;
    font-family:'Sharpsansno1 book', sans-serif;
    color: #fc0;
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 479px) {
    .spinwrp {
	float: left;
	margin-right: 3px;
    }

  .pricingfacebooklike {
    margin-top: 11px;
    display:block;
  }

  .mobileherotext {
      position: absolute;
      bottom: 0px;
      width: 100%;
      opacity:0.9;
  }
  .comingsoon {
      font-size: 19px;
  }
 .h3cta {
    font-size: 25px;
  }
  h1 {
    margin-right: 13px;
    margin-left: 13px;
    font-size: 40px;
    line-height: 37px;
  }
  h2 {
    margin: 22px 0px 24px;
    font-size: 27px;
    line-height: 29px;
  }
  p {
    font-size: 14px;
    line-height: 27px;
  }
  .button {
    display: block;
    width: 274px;
    height: 49px;
    margin: 13px auto 30px;
    padding: 4px 8px;
  }
.button.endpostctabutton {
    width: 214px;
    margin-bottom: 0px;
    padding-top: 13px;
  }
  .mainwrapper {
    padding: 30px 14px;
  }
  .logo {
    margin-bottom: 40px;
  }
  .homeform {
    margin-top: 29px;
  }
  .hometextfield {
    width: 274px;
  }
  .postcontent {
    width: 277px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .headerslider {
    height: 85px;
  }
  .form {
    text-align: center;
  }
  .post1 {
    height: 300px;
  }
  .post2 {
    height: 300px;
  }
  .post3 {
    height: 300px;
  }
  .post4 {
    height: 300px;
  }
  .post5 {
    height: 300px;
  }
  .post6 {
    height: 300px;
  }
  .homeformsuccess {
    width: 265px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .formsuccesstext {
    font-size: 18px;
  }
  .formhomeerror {
    width: 275px;
  }
  .postparagraphtext {
    font-size: 16px;
  }
  .shareicons {
    margin-left: 20px;
  }
  .ourpic {
    height: 250px;
    background-position: 88% 50%;
  }
  .aboutheading {
    margin: 18px 23px;
    line-height: 29px;
  }
  .whatwelike {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 30px;
  }
  .aboutname {
    text-align: center;
  }
  .abouttext {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .textseperator {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact {
    margin-bottom: 17px;
    text-align: center;
  }
  .menulink {
    margin-left: 15px;
    font-size: 16px;
  }
  .mainpostcolums {
    margin-left: 10px;
  }
  .postsubscribetext {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #d1d1d1;
    font-family:'Sharpsansno1 book', sans-serif;
    font-size: 16px;
    text-align: left;
  }
  .pricingheader {
    padding-top: 20px;
  }
  .pricingh1 {
    margin-top: 20px;
    font-size: 31px;
  }
  .pricingh2 {
    width: 310px;
    margin: 22px auto 20px;
    font-size: 19px;
    line-height: 28px;
  }
  .pricingsignup {
    height: 238px;
  }
  .pricingfromemail {
    margin-right: 0px;
  }
  .pricingformbutton {
    width: 244px;
  }
  .pricingh3 {
    margin-bottom: 17px;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
  }
  .pricingh3.blueheadline {
    margin-bottom: 0px;
  }
  .pricingh3.yellowheadline {
    margin-bottom: 26px;
  }
  .pricingh3.redtitle {
    width: 270px;
  }
  .pricingp.centerp {
    width: 276px;
    text-align: center;
  }
  .pricingp.mentorinfo {
    width: 252px;
    margin-top: 17px;
  }
  .pricingp.mentorinfo.learntext {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .benefitszone {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mentorszone {
    padding-bottom: 29px;
  }
  .mentorscoluns {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mentorcolum {
    height: 505px;
    margin-top: 17px;
  }
  .mentordivader {
    margin-top: 20px;
  }
  .quotetext {
    padding-right: 22px;
    padding-left: 22px;
  }
  .subject {
    width: 300px;
    height: 294px;
    margin-bottom: 27px;
  }
  .number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .numbertext {
    padding-top: 40px;
    font-size: 39px;
  }
  .subjecthead {
    margin-top: 17px;
    margin-right: 19px;
    margin-left: 19px;
    float: none;
    line-height: 25px;
    text-align: center;
  }
  .testemonialzone {
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
  }
  .teteprofile {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    float: none;
  }
  .testetext {
    display: block;
    width: 242px;
    margin: 0px auto 45px;
    float: none;
  }
  .testecolumn {
    padding-right: 4px;
    padding-left: 4px;
  }
  .subjecttextdiv {
    float: none;
  }
  .testetextdiv {
    width: 100%;
    float: none;
  }
  .heroslifer {
    height: 357px;
  }
  .mobileheroimage {
    width: 70%;
  }
  .nuschoollogopricing {
    width: 25%;
  }
}


/* ----------------- */

/*loading */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
          animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
/* loading */

/* new index */

.homeform {
    margin-top: 0px;
    margin-bottom: 0px;
}

.homeclasssection h2{
    font-size:45px;
    margin-top: 0px;
}

.navbar {
    background-color: rgba(0, 0, 0, 0);
}

html.w-mod-touch * {
background-attachment: scroll !important;
}
.menulink {
    display: inline-block;
    padding-right: 0px;
    float: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Sharpsansno1, sans-serif;
    color: #000;
    font-size: 19px;
    letter-spacing: 1px;
    text-decoration: none;
}

.w--nav-menu-open {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    background: #999;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}

.homeh1 {
  display: inline-block;
  margin: 0px;
  padding-top: 0px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: black;
  font-size: 35px;
  line-height: 56px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}
.button.homeclassbutton {
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  border: 2px solid #fc0;
  background-color: transparent;
}
.button.homeclassbutton:hover {
  background-color: #fc0;
  color: black;
}
.mainwrapper {
  margin-top: 90px;
  margin-bottom: 20px;
  padding: 10px 0px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}
.homeh1.heynuschool {
  display: block;
  color: #fc0;
}
.homeh1.wrong {
  color: #f29191;
}
.homename {
  display: inline-block;
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 17px;
  border-style: solid solid dashed;
  border-width: 1px;
  border-color: white white #9c9c9c;
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 25px;
  text-align: center;
}
.homebutton {
  display: block;
  margin-top: 10px;
  padding: 15px 20px;
  background-color: #fc0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family:'Sharpsansno1 book', sans-serif;
  color: black;
  font-size: 18px;
}
.homebutton:hover {
  background-color: black;
  color: #fc0;
}
.homeclasssection {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #f7f7f7;
  text-align: left;
}
.homesubtext {
  padding-right: 29px;
  font-family:'Sharpsansno1 book', sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
.homeh2 {
  margin-bottom: 20px;
  color: #575757;
  line-height:48px;
}
.homesuccess {
  display: none;
  background-color: transparent;
}
.homeerror {
  display: none;
  background-color: transparent;
}

@media (max-width: 991px) {
    .homeform {
	margin-top: 16px;
    }

    .menu {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #DBDBDB;
    }
    .menubutton.w--open {
	background-color: #DBDBDB;
    }
    .mainwrapper {
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .menubutton {
	padding-top: 8px;
    }
    .homeh1 {
	font-size: 27px;
	line-height: 45px;
    }
    .homeclasssection {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
    }
    .button.homeclassbutton {
	margin-bottom: 35px;
    }
    .mainwrapper {
	margin-top: 32px;
	padding-top: 40px;
    }
    .menulink {
	display: block;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
    }
}

@media (max-width: 479px) {
    .menulink {
	margin-left: 0px;
	font-size: 16px;
    }
    .homeh1 {
	font-size: 24px;
	line-height: 42px;
    }
    .homename {
	width: 203px;
	margin-top: 8px;
	font-size: 21px;
    }
    .homebutton {
	width: 100%;
    }
    .homesubtext {
	padding-right: 0px;
    }
    .homeclasssection h2 {
	margin: 22px 0px 24px;
	font-size: 27px;
	line-height: 29px;
    }
    .homeform {
	margin-top: 29px;
    }
}

/* new index */

/* popup */

.popup-bg {
  right: 15px;
  bottom: 15px;
  z-index: 5;
  width: 400px !important; 
  height: 300px;
  padding: 20px !important;
  float: right;
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 24px 0px;
}

.sumome-scrollbox-content .popup-title {
  margin-top: -12px;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
  font-family: Sharpsansno1, sans-serif;
  color: #595959;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 1px;
}
.sumome-scrollbox-content .popup-free {
  display: inline-block;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #fc0;
  font-size: 26px;
}
.sumome-scrollbox-content  .popup-description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Sharpsansno1 book', sans-serif;
  color: #595959;
  font-size: 15px;
}
.sumome-scrollbox-content  .popup-form {
  margin-top: 6px;
  font-family:'Sharpsansno1 book', sans-serif;
}
.sumome-scrollbox-content  .popup-email {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 15px;
  text-align: center;
}
.sumome-scrollbox-content  .popup-button {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fc0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: black;
}

.sumome-scrollbox-content {
    padding:0 !important;
    overflow:visible !important;
}

.sumome-scrollbox-popup {
    overflow:visible !important;
    bottom:30px !important;
    width: auto !important;
    background-color: inherit !important;
}

.w-form-done p {
    font-family: 'Sharpsansno1 book', sans-serif !important;
}

.fakesumo {
    position: fixed;
    top: 50%;
    left: 50%;
    right:auto !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    overflow: visible !important;
    height: 301px;
}

@media (max-width: 479px) { 
    .postcontent h3 {
	font-size:24px; 
    } 
} 
.postcontent ol li {
    line-height:1.5; 
}

.totaln {
  font-family: Sharpsansno1, sans-serif;    
  color:black;
}

.totals {
    font-family:'Sharpsansno1 book', sans-serif;
    font-size:11px;
}

.sharepost .essb_links {
    text-align:left;
    margin-top: 3px;
}

.essb_links_list {
    line-height:inherit !important;
}

.essb_totalcount {
    padding-top:10px !important;
}


#disqus_thread {
  display: block;
  max-width: 650px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
}

