.graphic,
.list,
.social-networks,
.logo-list,
.carousel .pagination-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?99aew0");
  src: url("../fonts/icomoon.eot?99aew0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?99aew0") format("truetype"), url("../fonts/icomoon.woff?99aew0") format("woff"), url("../fonts/icomoon.svg?99aew0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  position: relative;
}

img {
    max-width: 100%;
}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

a {
  outline: none !important;
}

#header {
  background: url(../images/bg-01.jpg) 50% 0;
  padding: 15px 0 1px;
  position: relative;
  z-index: 20;
}

#header img {
  max-width: 100%;
  height: auto;
}

#nav .navbar-header {
  float: left;
  width: 30%;
}

#nav .navbar-collapse {
  box-shadow: none;
  float: right;
  width: 70%;
}

#nav .nav {
  float: right;
  padding: 11px 24px 0 0;
}

#nav .nav li {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0 9px 10px;
}

#nav .nav li a {
  border-radius: 4px;
  padding: 0;
}

#nav .nav li.button {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px 20px;
  text-align: center;
}

#nav .nav li.button a {
  border-radius: 4px;
  padding: 6px 8px;
}

#nav .nav li.button a:hover {
  opacity: .8;
}

#nav .nav li.button a {
  background: #f7901e;
}

#nav .brand-hold {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
}

#nav .brand-hold18 {
  position: absolute;
  top: 0px;
  left: 0;
  right: 50px;
  margin: -14px 0 0 -9px;
  padding: 0;
}

#nav .brand-hold .navbar-brand {
  margin: 0 0 0 9px;
  padding: 0;
}

#nav .navbar-toggle {
  margin-top: 5px;
}

#main h1 {
  font-size: 35px;
  line-height: 38px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

#main h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}

#main h2 sup {
  font-size: 61%;
}

.btn {
  font-size: 14px;
  margin-top: -3px;
  line-height: 1;
}

.about-block {
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #fff 47%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #fff 47%);
  padding: 30px 0;
}

.about-block h2,
.about-block h1 {
  color: #00853e;
}

.about-block p {
  margin-bottom: 15px;
}

.about-block .info-block:before {
  box-shadow: 15px -4px 1px 3px #fff;
}

.info-block {
  background: #e2e2e2 url(../images/icon06.png) 0 0 no-repeat;
  padding: 64px 15px 12px;
  color: #262626;
  text-align: center;
  box-shadow: 1px 5px 7px 0 rgba(0, 0, 0, .22);
  position: relative;
}

.info-block:after,
.info-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #f7921e;
  box-shadow: 0 4px 2px -1px rgba(0, 0, 0, .14);
}

.info-block:before {
  border-width: 0 45px 45px 0;
  border-color: transparent #fff transparent transparent;
  right: -5px;
  z-index: 1;
  top: -12px;
}

.info-block h2 {
  text-transform: uppercase;
  color: #f7901e;
}

.info-block .what {
  position: absolute;
  left: 25px;
  top: -10px;
}

.heading h1 {
  color: #fff;
}

.question {
  background: #fff;
  padding-bottom: 25px;
}

.question h2 {
  color: #00853e;
}

.question .heading {
  background: url(../images/bg02.jpg) repeat-y;
  background-size: contain;
  padding: 32px 12px 14px;
  margin-bottom: 15px;
}

.question .info-block {
  background: #e2e2e2 url(../images/icon05.png) no-repeat 100% 0;
  margin-bottom: 25px;
}

.question .info-block h2 {
  color: #f7901e;
}

.question .info-block:after,
.question .info-block:before {
  right: auto;
  left: 0;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #f7901e transparent;
}

.question .info-block:before {
  border-width: 45px 45px 0 0;
  border-color: #fff transparent transparent transparent;
  box-shadow: -7px 0 0 0 #fff;
  top: -15px;
}

.question .info-block .what {
  left: auto;
  top: -12px;
  right: 18px;
}

.graphic {
  text-align: center;
}

.graphic li {
  margin-bottom: 15px;
}

.graphic li img {
  max-width: 100%;
  height: auto;
}

.list li {
  position: relative;
  padding: 0 0 0 22px;
  margin-bottom: 15px;
  line-height: 1;
}

.list li:after {
  content: ">";
  position: absolute;
  top: -2px;
  left: 0;
  color: #f7901e;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.video-block {
  background: url(../images/bg-01.jpg) 50% 0;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

.video-block .title {
  display: block;
  margin-bottom: 15px;
}

.video-block .img-holder {
  position: relative;
}

.video-block .img-holder img {
  max-width: 100%;
  height: auto;
}

.video-block .btn-default {
  position: absolute;
  font-size: 40px;
  background: transparent;
  border: none;
  width: 40px;
  height: 41px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #f7901e;
  padding: 0;
}

.video-block .btn-default:focus,
.video-block .btn-default:hover {
  background: transparent;
  opacity: .8;
}

.video-block .btn-default span {
  display: block;
}

.quiz-block {
  padding: 30px 0;
  background: -webkit-linear-gradient(top, #fff 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
  text-align: center;
}

.quiz-block p a {
  text-transform: capitalize;
}

.quiz-block p a:hover {
  color: #f7901e;
}

.quiz-block .text-holder {
  color: #00853e;
  margin-bottom: 15px;
}

.quiz-block .img-holder img {
  max-width: 100%;
  height: auto;
}

#prog-bar-wrapper {
    background: url(../images/prog-bar-wrapper.png);
    width: 319px;
    height: 26px;
    max-width: 100%;
    margin: 20px auto;
    position: relative;
}

#progbar {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 1px;
    height: 18px;
    opacity: .75;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61af42+0,00622f+100 */
    background: #61af42; /* Old browsers */
    background: -moz-linear-gradient(top,  #61af42 0%, #00622f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #61af42 0%,#00622f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #61af42 0%,#00622f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61af42', endColorstr='#00622f',GradientType=0 ); /* IE6-9 */
}

#progpercent {
    color: #787878;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 1px;
    top: 7px;
    line-height: 12px;
    display: block;
    width: 35px;
}

.quiz-form {
  box-shadow: inset 0 3px 9px 0 rgba(0, 0, 0, .35);
  padding: 29px 14px;
  color: #464646;
  margin-bottom: 20px;
  background: #faf8f8;
}

.quiz-form h2 {
  color: #f7901e;
}

.quiz-form .input-group {
  color: #00853e;
}

.quiz-form label {
  margin-bottom: 0;
  vertical-align: middle;
 /* text-transform: uppercase;*/
}

.quiz-form .input-group {
  margin-bottom: 8px;
}

.modal-body iframe {
  border: none;
}

#footer {
  color: #fff;
  background: url(../images/bg-01.jpg) 50% 0;
 /* display: table-footer-group;*/
  /*height: 1%;*/
  overflow: hidden;
}

#footer .btn-default {
  display: block;
  white-space: normal;
  text-transform: uppercase;
}

#footer .f1 {
  overflow: hidden;
  padding: 30px 0 18px;
}

.social-block {
  text-align: center;
  margin-bottom: 15px;
}

.social-block .title {
  display: block;
  margin-bottom: 7px;
}

.social-networks {
  font-size: 25px;
  line-height: 20px;
}

.social-networks li {
  margin-bottom: 7px;
  display: inline-block;
  vertical-align: top;
}

.social-networks li a {
  display: block;
  color: #fff;
}

.social-networks li a:focus,
.social-networks li a:hover {
  opacity: .8;
  text-decoration: none;
}

.copyright-block {
  margin-bottom: 15px;
  text-align: center;
}

.copyright-block .copyright {
  margin-bottom: 10px;
  display: block;
}

.logo-list li {
  margin-bottom: 15px;
}

.logo-list li img {
  max-width: 100%;
  height: auto;
}

.logo-list li a:hover,
.logo-list li a:focus {
  opacity: .8;
}

.carousel-holder {
  overflow: hidden;
  position: relative;
}

.carousel-holder .yellow-wrap {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 203px;
}

.carousel-holder .yellow-wrap img {
  max-width: 100%;
  height: auto;
}

.carousel-holder .yellow-block {
  min-height: 203px;
  background: url(../images/bg-02.png) 50% 0;
  padding-bottom: 8px;
}

.carousel-holder .yellow-block .col.col1 {
  padding: 31px 10px 10px 16px;
}

.carousel-holder .yellow-block .col.col2 {
  padding: 32px 10px 10px 4px;
}

.carousel-holder .yellow-block .col.col3 {
  padding: 26px 10px 10px 41px;
}

.carousel {
 position: relative; 
  overflow: hidden;
}

.carousel.not-enough-slides .pagination-holder {
  display: none;
}

.carousel .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel .mask .slideset {
  float: left;
}

.carousel .mask .slide {
  float: left;
  width: 100%;
  /*min-height: 737px;*/
  overflow: hidden;
  padding-bottom: 72px;
  position: relative;
}

.carousel .mask .slide.slide1 {
  color: #00853e;
  font-size: 30px;
  line-height: 1.2;
}

.carousel .mask .slide.slide2 {
  color: #fff;
}

.carousel-badge {
  top: 92px;  /*was 42 */
  position: fixed;  /* was absolute */
  right: 0;
  z-index: 40;
  padding-bottom: 24px;
  overflow: hidden;

}

.carousel-badge .badge {
cursor:pointer;
  background: url(../images/badge-bg-top.png);
  border-radius: 0;
  width: 176px;
  position: relative;
  text-align: left;
  padding: 10px 4px 10px 22px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  white-space: normal;
}

.carousel-badge .badge:after {
  left: 0;
  position: absolute;
  top: 100%;
  bottom: 0;
  width: 219px;
  height: 24px;
  content: "";
  background: url(../images/badge-bg-bottom.png) no-repeat 0 0;
}

.carousel-badge .badge .badge-wrap {
cursor:pointer;
  overflow: hidden;
  max-height: 50px;
  display: block;
}

.carousel-badge .badge .win {
  font-size: 24px;
cursor:pointer;
  line-height: 20px;
  text-transform: uppercase;
}

.carousel-badge .badge .smart {
  font-size: 15px;
  line-height: 15px;
  display: block;
}

.resource-badge .badge {
    font-size: 14.5px;
    font-weight: 600;
    text-align: center;
    padding-right: 41px;
    line-height: 17px;
    letter-spacing: 1px;
    width: 208px;
}

.carousel .caption-holder {
  position: relative;
  top: 135px;
  z-index: 20;
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 135px;
  font-weight: bold;
}

.carousel .caption-holder .text-holder {
  /*height: 301px;*/
  overflow-y: hidden;
}

.carousel .caption-holder .caption1 {
  padding-left: 39px;
}

.carousel .caption-holder .caption2 {
  padding: 17px 0 0 153px;
}

.carousel .caption-holder .caption3 {
  padding: 0;
  color: #00853e;
}

.carousel .caption-holder .caption3 h1 {
  font-size:38px !important;
      line-height: 43px !important;
  margin-bottom: 7px !important;
  
}

.carousel .caption-holder .caption3 .orange {
  color: #f7901e;
}

.carousel .caption-holder .caption3 .time {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 3px 0 0;
}

.carousel .caption-holder h1 {
  font-weight: bold;
  font-size: 52px !important;
  line-height: 58px !important;
  margin: 0 0 3px !important;
  letter-spacing: -1px;
  text-align: left !important;
}

.carousel .pagination-holder {
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
  z-index: 30;
}

.carousel .pagination-holder ul {
  letter-spacing: -4px;
  font-size: 0;
  line-height: 0;
  margin: 0 -8px;
}

.carousel .pagination-holder ul li {
  padding: 0 8px 10px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.carousel .pagination-holder ul li.active a {
  background: #008842;
}

.carousel .pagination-holder ul a {
  display: block;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
}

.carousel .pagination-holder ul a:hover {
  background: #008842;
}

.resources h1 {
    font-family: 'Open Sans', sans-serif;
}

.top-resources p {
    color:#00853e;
    font-size: 26px;
    font-weight: 600;
}

.orange-txt {
    color: #f6881b;
}

.resources ol {
    font-size: 19.5px;
    color: #363636;
    margin-top: 30px;
}

.resources ol li {
    line-height: 1.25;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
  .w1 {
  	display: table-cell;
  	vertical-align: top;
  	overflow: hidden;
  	width: 100%;
  }

  #nav .nav > li {
  	margin: 6px 9px;
  }

  #nav .nav > li a:hover,
  #nav .nav > li a:focus {
  	background-color: transparent;
  	color: #f7901e;
  }

  #nav .nav > li.button a:hover,
  #nav .nav > li.button a:focus {
  	background: #f7901e;
  	color: #fff;
  }

  #main h1 {
  	font-size: 50px;
  	line-height: 54px;
  	margin-bottom: 25px;
  }

  #main h2 {
  	font-size: 24px;
  	line-height: 24px;
  	margin-bottom: 18px;
  }
  
  .resources #main h2 {
  	margin-bottom: 4px;
  }

  #main .quiz-form
  h2 {
  	font-size: 32px;
  	line-height: 36px;
  	text-transform: uppercase;
  }

  .about-block p {
  	margin-bottom: 34px;
  }

  .info-block {
  	padding: 53px 9px 9px;
  	margin-bottom: 0;
  	text-align: right;
  	font-size: 14px;
  	line-height: 18px;
  }

  .info-block p {
  	margin-bottom: 5px;
  }

  .question {
  	padding-bottom: 41px;
  }

  .question .info-block {
  	margin: 0;
  	text-align: left;
  }

  .question .heading {
  	padding: 30px 12px 7px;
  }

  #sidebar {
  	display: table;
  	width: 100%;
  	height: 100%;
  }

  #sidebar > h2 {
  	line-height: 45px;
  }

  #sidebar .info-holder {
  	display: table-footer-group;
  	height: 1%;
  }

  .graphic li {
  	display: inline-block;
  	vertical-align: top;
  	margin: 0 0 4px 2px;
  	width: 32%;
  }

  .list li {
  	margin: 0;
  	padding-left: 14px;
  }

  .list li + li {
  	margin: 14px 0 0;
  }

  .video-block {
  	font-size: 24px;
  	line-height: 28px;
  }

  .video-block .btn-default {
  	width: 62px;
  	height: 62px;
  	font-size: 62px;
  }

  .quiz-block {
  	font-size: 30px;
  	line-height: 36px;
  }

  .quiz-block .text-holder {
  	margin-bottom: 50px;
  }

  .quiz-form {
  	font-size: 21px;
  	line-height: 30px;
  	font-weight: bold;
  	max-width: 500px;
  	margin: 0 auto 47px;
  	position: relative;
  }

  .quiz-form:after,
  .quiz-form:before {
  	content: "";
  	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	height: 144px;
  	width: 132px;
  	left: -148px;
  	background: url(../images/icon03.png) 100% 0 no-repeat;
  	background-size: contain;
  }

  .quiz-form:after {
  	left: auto;
  	right: -148px;
  	background: url(../images/icon01.png) no-repeat;
  	background-size: contain;
  }

  .quiz-form .input-group {
  	display: inline-block;
  	vertical-align: middle;
  	margin: 0 0 5px 28px;
  }

  .quiz-form .input-group:first-child {
  	margin-left: 0;
  }

  #footer .btn-default {
  	width: 134px;
  	margin: 0 auto;
  	font-weight: bold;
  	padding: 2px 10px;
  }
  
  #footer .btn-default.btn-resources {
      width: auto;
      padding: 10px 8px;
  }

  #footer .f1 {
  	padding: 21px 0 16px;
  }

  .social-block {
  	margin-bottom: 0;
  	text-align: left;
  }

  .social-block .title {
  	display: inline-block;
  	vertical-align: bottom;
  	font-size: 14px;
  	line-height: 23px;
  	width: 38px;
  	margin: 0;
  }

  .social-networks {
  	width: calc(100% - 45px);
  	display: inline-block;
  	vertical-align: middle;
  }

  .copyright-block {
  	margin-bottom: 0;
  }

  .copyright-block .copyright {
  	font-size: 10px;
  	line-height: 14px;
  	margin: 0 0 -5px;
  	display: inline-block;
  	vertical-align: middle;
  	width: 166px;
  }

  .logo-list {
  	display: inline-block;
  	vertical-align: middle;
  	width: 150px;
  	margin-top: -4px;
  }

  .logo-list li {
  	display: inline-block;
  	vertical-align: bottom;
  	margin: 0 10px 3px 0;
  }

  .logo-list li:first-child {
  	margin-left: 0;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .about-block {
  	padding: 39px 0 32px;
  }
  
  .about-block.top-resources {
  	padding: 164px 0 32px;
  	background: #fff;
  }

  .about-block .info-block {
  	margin-top: 89px;
  }
}

@media (min-width: 768px) and (min-width: 1100px) {
  .quiz-form .input-group {
  	margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  #nav .nav > li {
  	margin: 6px 15px;
  }

  #nav .nav > li.button {
  	margin-left: 28px;
  }

  #main .quiz-block h1 {
  	margin-bottom: 20px;
  }

  #main .video-block h1 {
  	margin-bottom: 30px;
  }

/*  #main h1 {
  	font-size: 59px;
  	line-height: 63px;
  	margin-bottom: 49px;
  }*/

  #main h1 {
  	font-size: 59px;
  	line-height: 63px;
  	margin-bottom: 49px;
  text-align: center;
  }
sup { 
font-size: 50%;
line-height: 0;
vertical-align: baseline;
top: -0.75em;
}

  .info-block {
  	padding: 53px 26px 21px;
  }

  .question .heading {
  	padding: 71px 12px 20px;
  	margin-bottom: 34px;
  }

  .question .info-block {
  	padding: 53px 14px 21px 31px;
  }

  .graphic {
  	margin: 0 0 65px -22px;
  }

  .graphic li {
  	width: auto;
  	margin-left: 22px;
  }

  .list li + li {
  	margin-top: 32px;
  }

  .video-block {
  	padding: 75px 0 125px;
  }

  .video-block .title {
  	margin-bottom: 38px;
  }

  .quiz-block {
  	padding: 68px 0 79px;
  }

  .quiz-block .text-holder {
  	padding: 0 30px;
  	margin-bottom: 72px;
  }

  .quiz-form {
  	max-width: 750px;
  	min-height: 242px;
  	padding: 36px 62px 21px;
  }

  .quiz-form:before,
  .quiz-form:after {
  	width: 149px;
  	height: 200px;
  	left: -164px;
  }

  .quiz-form:after {
  	left: auto;
  	right: -168px;
  }

  .quiz-form p {
  	margin-bottom: 30px;
  }

  .logo-list li {
  	margin-left: 0;
  }
}

@media (min-width: 1100px) {
    #nav .navbar-header {
  	width: auto;
  	float: none;
  }

  #nav .navbar-collapse {
  	width: auto;
  	float: none;
  }
  #header {
    padding: 10px 0 7px;
}
    
  #content {
  	padding-left: 42px;
  }

  .copyright-block .copyright {
  	margin: 0 15px -5px 0;
  }

  .logo-list {
  	width: 160px;
  }

  .logo-list li {
  	margin-right: 17px;
  }
}

@media (max-width: 1099px) {
    #header {
    padding: 10px 0 7px;
}
    
    #nav .navbar-header {
  	width: auto;
  	float: none;
  }

  #nav .navbar-collapse {
  	width: auto;
  	float: none;
  }
    
    
    .carousel .caption-holder {
        font-size: 24px;
        line-height: 34px;
    }
  .carousel .caption-holder h1 {
  	font-size: 36px !important;
  	line-height: 36px !important;
  }
}

@media (max-width: 1023px) {
    #header {
    padding: 10px 0 7px !important;
}
#nav .navbar-header {
  	width: auto !important;
  	float: none !important;
  }

  #nav .navbar-collapse {
  	width: auto !important;
  	float: none !important;
  }
    

  #nav .nav li {
  	font-size: 14px;
  	line-height: 20px;
  }

  #nav .brand-hold .navbar-brand {
  	max-width: 240px;
  	margin: 0;
  }

  .carousel-holder .yellow-block {
  	min-height: 174px;
  }

  .carousel .caption-holder {
  	font-size: 22px;
  	line-height: 30px;
  }

  .carousel .caption-holder .caption1 {
  	padding-left: 10px;
  }


    .carousel .caption-holder .caption3 h1 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-bottom: 7px !important;
        margin-top: 28px !important;
    }
    
    .carousel .caption-holder .caption3 br:after {
        content: "\00a0";
    }
    
    .carousel .caption-holder .caption3 br {
        content: " ";
    }
    
    .about-block.top-resources {
        margin-top: 148px;
        background: #fff;
    }
}

@media (max-width: 767px) {
  #header {
  	padding: 10px 0 7px !important;
  }

  #nav .navbar-header {
  	width: auto !important;
  	float: none !important;
  }

  #nav .navbar-collapse {
  	width: auto !important;
  	float: none !important;
  }

  #nav .nav {
  	float: none;
  	padding: 10px 0 0;
  }

  #nav .nav li {
  	margin: 0 0 10px;
  }

  #nav .nav li a {
  	border-radius: 0;
  	padding: 5px 15px;
  }

  #nav .nav li.button a {
  	padding: 6px 15px;
  	margin: 0 15px;
  }

  #nav .nav li.button {
  	font-size: 13px;
  	line-height: 20px;
  	margin: 0 0 10px;
  }

  #nav .brand-hold {
  	position: static;
  }

  #nav .brand-hold .navbar-brand {
  	max-width: 200px;
  	padding: 0;
  }

  .about-block .info-holder {
  	padding-top: 25px;
  }

  .question .same-height {
  	height: auto !important;
  }

  #sidebar > h2 {
  	margin-bottom: 30px;
  }

  .carousel-holder .yellow-wrap {
  	position: static;
  	max-height: none;
  }

  .carousel-holder .yellow-block .col {
  	text-align: center;
  }

  .carousel-holder .yellow-block .col.col1 {
  	padding: 10px;
  }

  .carousel-holder .yellow-block .col.col2 {
  	padding: 10px;
  }

  .carousel-holder .yellow-block .col.col3 {
  	padding: 10px;
  }

  .carousel .mask .slide {
  	padding: 111px 0;
  	max-height: 350px;
  }

  .carousel .carousel-badge {

  	top: 20px;
  }

  .carousel .carousel-badge .badge {
  	padding: 10px 17px;
  	background-repeat: no-repeat;
  }

  .carousel .caption-holder {
  	font-size: 16px;
  	line-height: 20px;
  	position: absolute;
  	top: 50%;
  	left: 0;
  	right: 0;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	height: auto;
  	margin: 0;
  }

  .carousel .caption-holder .text-holder {
  	height: auto;
  	text-align: center;
  	max-height: 256px;
  }

  .carousel .caption-holder .caption1 {
  	padding-left: 15px;
  }

  .carousel .caption-holder .caption2 {
  	padding: 0 15px;
  }

  .carousel .caption-holder .caption3 {
  	padding: 0 10px;
  }

  .carousel .caption-holder h1 {
  	font-size: 30px !important;
  	line-height: 35px !important;
  	letter-spacing: 0;
  	text-align: center !important;
  }

  .carousel .pagination-holder {
  	top: auto;
  	bottom: 5px;
  }
  
  .resources button.btn.btn-default {
        position: absolute;
        top: 17px;
        right: 12px;
    }
    
    .resources .carousel-badge {
        position: absolute;
        top: -36px;
    }
    
    .resources .container {
        padding-left: 28px;
        padding-right: 28px;
    }
    .about-block.top-resources {
        margin-top: 42px;
    }
    
    #main {
        position: relative;
    }
}

@media (max-width: 530px) {
 .carousel .mask .slide {
  	padding: 111px 0;
  	max-height: 250px;
  }
.site-2017 .pagination-holder {
      top: 220px !important;
      right: 20px !important;
  }
}

@media (max-width: 639px) {
    .resources button.btn.btn-default {
        display: none;
    }
    .pagination-holder {
      top: 190px;
  }
}

/* Dom addons */
.q_quiz { display: none; }
.quiz-form fieldset div:first-of-type() { display: block; }
.dark { color: #363636; }
.quiz-form .checkbox {
    text-align: left;
    font-size: 14.5px;
    color: #343434;
    line-height: 23px;
}

.quiz-form .checkbox label {
    text-transform: none;
}
#cust_info {
    display: none;
}
/*
#ruleset {
    margin-top: 30px;
    margin-bottom: 18px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 0 18px 18px 18px;
    background: #fff;
    max-height: 256px;
    overflow-y: auto;
    display: none;
}
*/
#rulesetModal p {
    text-align: left;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

td, th {
    padding: 2px 6px;
}

.orange {
    color: #f7901e;
}

table {
    border: 1px solid #f0f0f0;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

.modal-dialog {
    max-width: 97%;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 24px;
    right: 10px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ff9000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
 
.back-to-top i {
    font-size: 36px;
    vertical-align: middle;
    margin-right: 6px;
    background: #fff;
    line-height: 28px;
    border-radius: 50%;
}

.mask18 {
  float: left;
  width: 100%;
  max-height:620px !important;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}
.slideVid{background: url('../images/2022_EASY_VIDEO_HEADER_1280x621.jpg');background-repeat: no-repeat;background-size: cover;background-position: right bottom;}
.slide1donut {
    background:url(../images/home-slider-1donut.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.slide2map {
    background:url(../images/home-slider-2map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.slide3efficent {
    background:url(../images/home-slider-3efficent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.slide4barrels {
    background:url(../images/home-slider-4barrels.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.slide1 {
    background:url(../images/img01.jpg) no-repeat 15% 0/ cover;
}

.slide2 {
    background:url(../images/img02.jpg) no-repeat 35% 0/ cover;
}

.slide3 {
    background-image: -moz-linear-gradient(-60deg,  rgba(252,249,190,1) 0%, rgba(186,182,136,1) 100%);
    background-image: -webkit-linear-gradient(-60deg,  rgba(252,249,190,1) 0%,rgba(186,182,136,1) 100%);
    background-image: linear-gradient(150deg,  rgba(252,249,190,1) 0%,rgba(186,182,136,1) 100%);
}

.slide3 img {
    max-width: 100%;
}

.legaltype {
font-size:11px;
    
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before  {
    background-color: #00853e;
}

span.note {
    font-size: .8em;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 780px;
        margin: 30px auto;
    }
}

@media (min-width: 1024px) {
    .carousel .caption-holder .caption3 {
        padding-top: 36px;
    }
}

@media (max-width: 640px) {
    .carousel .carousel-badge {
        top: 6px;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .slide3 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .back-to-top {
        display: none !important;
    }
}

@media (max-width: 640px) and (orientation: portrait) {
    .slide1 .caption-holder {
        top: 65%;
    }
    .slide2 .caption-holder {
        top: 72%;
    }
    
    .caption1 {
        color: #fff;
    }
    
    .slide:before {
        content: ' ';
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        max-height: 350px;
        /*background: rgba(0,0,0,.5);*/
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 69%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 69%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 69%,rgba(0,0,0,0.5) 100%);
    }
}

.showmobile{ display:none !important;}

/* 2017 UPDATES */
.site-2017{ font-family: 'Roboto',arial, sans-serif !important;  }
.site-2017 #nav .nav {
  padding: 0px;
}
.site-2017 #nav .nav li a {
	font-size:15px;
}
.site-2017 #nav .nav li.nav-active{ padding-left:30px; background: url('/images/leaf-icon-sm.png') left center no-repeat !important; }
.site-2017 #nav .nav li.nav-active a{ color: #f7901e;}
.site-2017 .addthis_toolbox .custom_images a{ font-size:26px !important; color:#fff;}
.site-2017 .mask{ max-height:620px !important;}

.site-2017 .slide1 { background:url(../images/home-slider-1.jpg) no-repeat center bottom/ cover; }
.site-2017 .slide2 { background:url(../images/home-slider-2_v2.jpg) no-repeat left -25px/ cover;}
.site-2017 .slide1.bioheat-is-better-slider{ background:url(../images/bioheat-better-slider-1.jpg) repeat left top/ cover;}
.site-2017 .pagination-holder{ top:inherit; bottom:20px; right:80px; text-align:right;}

.site-2017 .carousel .caption-holder{ top:50px;}
.site-2017 .carousel .caption-holder h1{margin-left:-30px !important; font-size:40px !important; font-weight:normal; color:#fff; text-transform:none !important; }
.site-2017 .carousel .caption-holder .caption1,.site-2017 .carousel .caption-holder .caption2 {
  padding-left: 39px !important; white-space:nowrap;
}
.site-2017 .carousel .slide2 .caption-holder h1{ color:#00853e; margin-top:-15px !important;}
.site-2017 .slide1.bioheat-is-better-slider .caption-holder h1{ color:#00853e; line-height: 40px !important; }
.site-2017 .about-block h1{ font-weight:normal; text-transform:none !important; }
.site-2017 .about-block h2{ font-weight:normal; }
.site-2017 .interior-caption{ position:absolute; z-index:199; top:40px; right:40px; color:#00853e; line-height:40px !important; font-size:34px !important; text-transform:none !important; text-align:left !important;  font-weight:normal;}

.site-2017 .find-retailer-wrapper .interior-caption{ top:62px; left:45%; right: auto; }

.site-2017 legend {
    display: inherit;
    width: inherit;
    color: inherit;
    border: none;
	text-align:center !important; 
	padding:0px 20px;
	color: #00853e;
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;margin-top:5px;
}
.site-2017 fieldset{ border: 1px solid #999; padding:20px 60px 40px 60px; text-align:left; }
.tv-spot-btn{ bottom: 145px;position: absolute;left: 15%; }
.site-2017 .interior-mask{ overflow:hidden;}
.site-2017 .interior-block-txt{ border:1px solid #999; border-left:none;  padding:18px 30px 15px 0px; margin-top:15px; min-height: 239px;}
.site-2017 .interior-block-img{ padding-right:40px;}
.site-2017 .energy-efficiency-list{ list-style:none; padding:0px; margin-left: 15px; }
.site-2017 .energy-efficiency-list li{ background:url(/images/mag-icon-sm.png) no-repeat left 8px;padding:12px 0px 12px 50px; margin-bottom:10px; }
.site-2017 .save-more-list li{ background:url(/images/piggybank-icon-sm.png) no-repeat left 8px !important;padding:12px 0px 12px 50px; margin-bottom:10px; }
.site-2017 .low-cost-list li{  background:url(/images/leaf-icon-green-sm.png) no-repeat left 10px !important;}
.site-2017 .green-txt{ color:#00853e; }
.show-mobile{ display:none;}

.site-2017 #accordion a:hover,
.site-2017 #accordion a:active,
.site-2017 #accordion a:focus,
.site-2017 #accordion a:visited {
    text-decoration: none !important;
}

.site-2017 .find-retailer-wrapper h1 {
    font-size: 43.5px !important;
}

.site-2017 .find-retailer-wrapper hr {
    margin-top: 52px;
    margin-bottom: 48px;
    border-top: 1px solid #939393;
}

.site-2017 .deliveredby600 {
    margin-top: 105px;
}

@media (min-width: 1300px) { 
    .site-2017 .interior-mask{ 
        height:630px;
    } 
    .site-2017 .interior-caption {
        top: 54px;
        right: auto;
        left: 66.66%;
        font-size: 40px !important;
    }
    .site-2017 .interior-caption.energy-efficiency-caption {
        left: 56%;
    }
}
@media (min-width: 1100px) {
    .container {
        width: 1100px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
    .site-2017 .carousel .caption-holder h1 {
        font-size: 20px !important;
    }
}
@media (max-width: 1023px) {
    .hidemobile {display:none;}
	.site-2017 #header .container{ width:100% !important;}
	.site-2017 .carousel .caption-holder { /* top: 13px !important;*/ }
}
@media (max-width: 768px) {
.site-2017 .carousel .caption-holder {top: 40px !important; }
.site-2017 .carousel .slide2 .caption-holder h1 { margin-top: -17px !important; font-size:32px !important; }
.tv-spot-btn{ bottom: 45px;position: absolute;left: 15%; }
.site-2017 #nav .nav li a{ padding-left:6px;font-size:14px;}
.nav-active{ margin-left:16px !important; padding-left:15px !important; }
.nav-active a:hover{ background:transparent !important;}
.site-2017 .interior-block-img{ padding:20px; text-align:center !important;}
.site-2017 .interior-block-txt{ padding:0px 20px 20px 20px !important; border-top:none; border-right:none;}
.site-2017 fieldset{ border-top:0px !important;}
.site-2017 .tv-spot-btn{ bottom: 145px;position: absolute;left: 15%; }
.site-2017 .find-retailer-wrapper .interior-caption{ top:53px !important; right:0px !important; left: auto; }
.site-2017 .bioheat-better-caption { top: 140px !important; right:20px !important;}
.showmobile{ display:block !important;}
}
@media (max-width: 767px) {
    .site-2017 .deliveredby600 {
        margin-top: 0;
    }    
}
@media screen and (max-width: 767px) and (min-width: 300px) {
	.show-mobile{ display:inherit;}
	.hide-mobile{ display:none;}
	.site-2017 .carousel .caption-holder h1,.site-2017 .carousel .slide2 .caption-holder h1{ margin-top:0px !important; font-size:18px !important;}
.site-2017 .tv-spot-btn{ bottom:40px;}
.site-2017 fieldset { padding: 20px 20px 20px 20px; }
.site-2017 .equation{ padding-bottom:35px;}
.site-2017 .energy-efficiency-caption{ top:10px !important;}
.site-2017 .find-retailer-caption{ margin-top:-30px !important; width: 100%;text-align: center !important;}
.site-2017 .interior-caption { top: 20px; right: 10px; font-size: 16px !important; line-height: 18px !important;}
.site-2017 .interior-caption sup{ font-size:12px !important; vertical-align:super !important;}

.site-2017 #nav .nav li {
    margin: 0 0 10px 30px;
}
}



@media (min-width: 768px) and (max-width: 1098px) {
    .navbar-toggle {
    display: inline !important;
    float: right !important;
    
}
    
   
   #nav .navbar-collapse {
       display: none !important;
   }
   
}