
/*==========================
  — S U B T R A C T
  --------------------------
  Version 1
  
  http://getsubtract.com
  ==========================*/
  
/*============================================================
  GLOBAL STYLES
  ============================================================*/
  html                      { -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; font-size:62.5%; }
  body                      { color:#1b1b1b; background:#fff; font:1.6rem/1 'Lato', sans-serif; }

  html, body                { height: 100%; margin: 0px; padding: 0px; }
  
  @media screen and (max-device-width:720px) {
  html                      { -webkit-tap-highlight-color:rgba(0,0,0,.5); } /* Change Color of Tap Highlight in Touch Devices */
  body                      { -webkit-text-size-adjust:none; }
  }

  /* HEADINGS
  ---------------------------------------- */
  h2                        { font-size:3.6rem; font-weight:400; color:#005b87; margin-bottom:2rem; }
  h3                        { font-size:2.4rem; font-weight:bold; letter-spacing:2px; text-transform:uppercase; margin-bottom:30px;  }
  h4                        { font-size:1.8rem; font-weight:400; line-height: 24px; color:#fff; margin-bottom:2rem; font-weight: 600; letter-spacing: 1px; }
  h5                        { font-size:2.0rem; font-weight:400; margin-bottom:.5rem; }
  h6                        { font-size: 14px; line-height: 21px;}

  .pad-bottom       { padding-bottom:0rem; }
  .x-pad-bottom     { margin-bottom:.5rem; }
  .margin-bottom    { margin-bottom:20px; }
  
  /* PARAGRAPH
  ---------------------------------------- */
  .ylw > p                         { font-size:1.8rem; line-height:28px; margin-bottom:2.4rem; text-rendering:optimizeLegibility; }
  
  /* OTHER TAGS
  ---------------------------------------- */
  em                        { font-style:italic; }
  strong                    { font-weight:bold; }
  small                     { font-size:.75rem; }
  hr                        { border-top:solid 1px #ddd; clear:both; margin:1rem 0; -moz-box-sizing:content-box; box-sizing:content-box; height:0; }
  
  /* LINKS
  ---------------------------------------- */
  a                         { color:#2b85cb; text-decoration:none; outline:0; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; }
  a:hover, a:focus          { color:#1069ad; }
  .gry                      { color: #535659; }
  .ylw                      { color: #c7bc08 !important; }
  .grn                      { color: #39b249 !important; }
  .smallText                { font-size: 12px; }
  .products                 { text-transform: uppercase; font-size: 13px; font-weight: 900; color: #ccc; letter-spacing: 1px; margin-top: 5px; }


  /* CODE
  ---------------------------------------- */
  code                      { font-family:Consolas, Courier, monospace; color:#333; background-color:#efeded; border:solid 1px #e0e0e0; display:block; }

  /* LISTS
  Add .list to ul or ol to display
  list with bullets and numbers.
  ---------------------------------------- */
  ul.list, ol.list          { font-size:1.6rem; line-height:1.6; margin:0 0 1.6rem; list-style-position:outside; }

  /* Unordered Lists */
  ul.list                   { padding:20px; }
  ul.list li				{ font-size:40px; font-size:4rem; color:#8fc2df; margin-bottom:20px; padding-bottom:10px;  }
  ul.list li:last-child		{ margin-bottom:0px; padding-bottom:0px; border-bottom:none; }
  ul.list li p 				{ padding-left: 60px; color: #555; margin-bottom:0px; }
  ul.list span 				{ position: absolute; }
  ul.list li ul             { margin:0 0 0 1.6rem; }
  ul.list li ol             { margin:0 0 0 2.25rem; }

  /* Ordered Lists */
  ol.list                   { margin-left:2.2rem; list-style-type:decimal; }
  ol.list li ul             { margin:0 0 0 1.6rem; }
  ol.list li ol             { margin:0 0 0 2.2rem; }

  /* BLOCKQUOTES
  ---------------------------------------- */
  blockquote                { margin:0 0 1.25rem; padding:0.5625rem 1.25rem 0 1.1875rem; border-left:solid 1px #ddd; }
  blockquote cite           { display:block; font-size:0.8125rem; color:#555; }
  blockquote cite:before    { content:"\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited
                            { color:#555555; }
  blockquote, blockquote p  { line-height:1.6; color:#6f6f6f; }

  /* SELECTION
  ---------------------------------------- */
  ::selection               { background:#333; color:#fff; }
  ::-moz-selection          { background:#333; color:#fff; }
  
/*============================================================
  CONTENT
  ============================================================*/
  
  /* BOXES */
  .qb-bg          { width:100%; height: 100%; background:url(../images/qb-bg.jpg ) repeat; position:relative; padding:100px 0px; }
  .red-bg         { width:100%; height: 100%; background:url(../images/red-bg.jpg ) bottom repeat; position:relative; }
  .purple-bg      { width:100%; height: auto; background:url(../images/purple-bg.jpg ) bottom repeat; position:relative; padding:100px 0px; }
  .pp-bg          { width:100%; height: 100%; background:url(../images/paypal-bg.jpg ) bottom repeat; position:relative; }
  .cloudy-bg      { width:100%; height: 100%; background:url(../images/cloudy-day.jpg ) repeat; position:relative; }
  .black-bg				{ width:100%; height:100px; background:#111; }
  .white-bg       { width:100%; height:100px; background:#fff; }
  .white-bg-2     { width:100%; height:auto; background:#fff; padding:100px 0px; }
  .dark-box				{ background:#111; padding:60px 0px; position:relative; margin-bottom:50px; overflow:hidden; font-size:62.5%; color:#a5b4bb; }
  .white-box			{ background:#fff; padding:60px 0px; position:relative; margin-bottom:50px; overflow:hidden; font-size:62.5%; }
  .box					  { background:#fff; padding:20px; position:relative; font-size:62.5%; }
  .gridder				{ width:1000px; position:relative; margin:0 auto; } 
  .lightbox       { max-width: 640px; background: #fff; padding: 20px; }
  
  .hero					  { min-height:620px; }
  .hero .button		{ margin-right:10px; }

  .hero-2           { min-height:500px; }
  .hero-2 .button   { margin-right:10px; }

  /* Hero Text */
  .hero-text			{ width:65%; float:right; margin-top:20px; margin-bottom: 20px; }
  .hero-text h2		{ line-height:1; margin-bottom:0px; }
  .hero-text p		{ max-width:600px; }

  /* Hero Text */
  .hero-text-2      { width:50%; float:right; margin-top:20px; margin-bottom: 20px; }
  .hero-text-2 h2   { line-height:1; margin-bottom:0px; }
  .hero-text-2 p    { max-width:600px; }

  /* Hero Text */
  .hero-text-3      { width:65%; float:right; margin-top:20px; margin-bottom: 20px; }
  .hero-text-3 h2   { line-height:1; margin-bottom:0px; }
  .hero-text-3 p    { max-width:600px; }

  .textLink       { color: #49db60; display: block; }
  .textLink-ylw   { color: #c7bc08; display: block; }


  .market-box       { background:#e3e3e3; border:1px solid #fff; width:46%; float:left; margin:30px 2%; }
  .market-box:hover { border:1px solid #13d78b; }
  .desc           { padding:0 20px 20px; }
  .desc h4        { text-align: left; color:#2a2a2a; }
  
  .middle				  { padding:40px 0px; }
  .middle h2			{ color:#ccc; font-size:2rem; text-transform:uppercase; margin-bottom:0px; }
  .middle-box			{ width:100%; margin:0 auto; text-align:center; }
  .middle-box h2  { display: inline; }
  
  .top-button			{ margin-right:10px; }
  
  .sponsors				{ padding-right:30px; }
  .remodal .button { margin: 0 5px; }
  #full           { height: auto; }
  #centered       { display: flex; flex-direction: column; justify-content: center;}
  
   /* VIDEO */
  .videoWrapper 	{ position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 0px; height: 0; }
  .videoWrapper iframe  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .videofix			  { max-width:320px !important; }
  
  /* IMAGES */
  .qb-art         { width:33%; position:absolute; left:-50px; top:30px;  }
  .box-art				{ width:33% !important; position:absolute; left:55px; top:20px;  }
  .screen-art     { width:43% !important; position:absolute; left:55px; top:20px;  }
  .coaching-part  { margin-top: 20px; }
  .coaching-part p{ float: left; display: contents; text-align: left;}
  .coaching-icon  { max-width: 64px; float: left;padding-right: 12px; display: inline; }

/** FANCYBOX
===================================*/
.lrg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008926;
}

.lrg-container:hover .lrg-overlay {
  opacity: 0.8;
}

.lrg-text {
  color: white;
  font-size: 18px;
  line-height:22px;
  text-transform:uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #000;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

  
/*============================================================
  RESPONSIVE
  ============================================================*/
  
  /* SCREENS (960px)
  ---------------------------------------- */
  @media only screen and (min-width:960px) and (max-width:1199px) {
	  
    /* IMAGES */
  .box-art				{ width:40% !important; position:absolute; left:-20px; top:30px;  }
  .hero-text			{ width:65%; float:right; margin-top:28px; }

  .screen-art     { width:30% !important; position:absolute; left:-20px; top:30px;  }
  .hero-text-2    { width:68%; float:right; margin-top:28px; }
  .hero-text-3    { width:68%; float:right; margin-top:28px; }
  
   #toptop				{ font-size:1.6rem; padding-left:20px; padding-right:20px; text-align:center; }
  
  }
  
  
  /* SCREENS (720px)
  ---------------------------------------- */
  @media only screen and (min-width:720px) and (max-width:959px) {
  
  html            { font-size:55%; }
  
  /* DEFAULT */
  .gridder				{ width:600px; }
  .late-show			{ display:block !important; }
  .later-show			{ display:block !important; }
  .early-show			{ display:none !important; }
  .earlier-show		{ display:none !important; }
  .early-100			{ width:100% !important;  margin:0px !important; }
  
  .late-pad-top			{ margin-top:20px !important; } 
  .late-pad-bottom	{ margin-bottom:20px !important; }
  

  /* ELEMENTS */
  .box-art				{ width:40% !important; position:absolute; left:-20px; top:20px;  }
  .hero-text			{ width:65%; float:right; margin-top:0px; }
  .hero-text p		{ width:100%; max-width:100%; }
  .hero					  { min-height:400px; }
  .hero-2         { min-height:600px; }

  .screen-art     { width:30% !important; position:absolute; left:-20px; top:20px;  }
  .hero-text-2    { width:70%; float:right; margin-top:0px; }

  
  /* SPACING */
  .img-control		{ max-width:100% !important; display: block !important; margin-left: auto !important; margin-right: auto !important; float:none !important; }
  
  }
  
  
  /* MOBILE (719px or Less)
  ---------------------------------------- */
  @media only screen and (max-width:719px) {
  
  html            { font-size:50%; }
  .products       { text-align: center; float: none !important; display: block; margin-bottom:20px; }

  /* DEFAULT */
  .gridder				{ width:100%; }
  .late-show			{ display:block !important; }
  .later-show			{ display:block !important; }
  .early-show			{ display:none !important; }
  .earlier-show		{ display:none !important; }
  .early-100			{ width:100% !important; margin-top: 30px !important; }
  
  /* ELEMENTS */
  .qb-art         { display:none; }
  .box-art				{ display:none; }
  .hero-text			{ width:100%; float:right; margin-top:0px; text-align:center; }
  .hero-text p		{ width:100%; max-width:100%; }

  .screen-art     { display: none; }
  .hero-text-2    { width:100%; float:right; margin-top:0px; text-align:center; }
  .hero-text-2 p  { width:100%; max-width:100%; }

  .hero-text-3    { width:100%; float:right; margin-top:0px; text-align:center; }
  .hero-text-3 h4 { width:100%; max-width:100%; font-size:2.5rem; }
  .hero-text-3 p  { width:100%; max-width:100%; font-size:2rem; }

  .coaching-part p{ text-align: left !important;}

  #full           { height: auto !important; }
  #centered       { display: inline-block !important; }

  .qb-bg          { padding:50px 0px; }

  .hero					  { min-height:300px; padding-top: 40px; }
  .hero-2         { min-height:500px; padding-top: 40px; }
  .hero-text h2		{ font-size:2.6rem; }
  
  .top-button			{ margin-right:0px; }
  ul.list li p 		{ padding-left: 40px; color: #555; margin-bottom:0px; }

  .market-box     { width: 100%; }

  .large.button, .large.button:visited 		{ font-size: 18px; font-size: 1.8rem; font-weight: bold; padding: 14px 20px; }
  
  /* SPACING */
  .img-control		{ width:100%; max-width:320px !important; display: block !important; margin-left: auto !important; margin-right: auto !important; float:none !important; }
  .late-pad-top		{ margin-top:20px !important; } 
  .late-pad-bottom		{ margin-bottom:20px !important; }
  .late-pad-bottom2   { margin-bottom:40px !important; }
  
  /* MOBILE CSS */
  .late-full			{ width:100%; }
  .late-hide			{ display:none !important; }
  .early-hide			{ display:block !important; }
  .late-top				{ margin-top:10px; }
  .linky          { float: none !important; text-align: center; margin: 20px 0; display: block !important; }
  
  }

.videos__bottomText {
    margin-bottom: 50px;
}