/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
  outline-width: 0; }


.ui-widget-header{
	background-color:#fff !important;
}

/*************************************************************/
/*  	GENERAL												 */
/*************************************************************/

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.half { width: 50%;}
.third { width: 33%;}
.two-thirds { width: 67%;}
.fourth { width: 25%;}
.three-fourths { width: 75%;}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.main {min-width: 300px; }
.container { max-width: $1024px; margin: 0 auto;}

body {
	background: #F4F4F4;
	color: #43444F;
}

.wrapper.style1{
	background-color:#e9e9e9;
}


/*************************************************************/
/*  	HEADER												 */
/*************************************************************/
.red-nav {
  background: #a5ce3a;
  height: 48px;
  width: 100%; }
  .red-nav #mobile-menu-trigger {
    display: block;
    margin-top: 12px;
    width: 30px;
    height: 30px;
    float: right;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    position: relative; }
    .red-nav #mobile-menu-trigger .horz-bar {
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      margin-top: 5px;
      -webkit-transition: .5s ease all;
      transition: .5s ease all;
      opacity: 1;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .red-nav #mobile-menu-trigger .horz-bar:first-of-type {
        top: 0; }
      .red-nav #mobile-menu-trigger .horz-bar:nth-of-type(2) {
        top: 6px; }
      .red-nav #mobile-menu-trigger .horz-bar:last-of-type {
        top: 12px; }
    .red-nav #mobile-menu-trigger.opened .horz-bar:first-of-type {
      transform: rotate(-45deg) translate(-50%, 0);
      -webkit-transform: rotate(-45deg) translate(-50%, 0);
      margin-top: 0;
      position: absolute;
      top: 0%;
      left: 50%; }
    .red-nav #mobile-menu-trigger.opened .horz-bar:nth-of-type(2) {
      transform: rotate(45deg) translate(-50%, 0);
      -webkit-transform: rotate(45deg) translate(-50%, 0);
      margin-top: 0;
      position: absolute;
      top: 22px;
      left: 50%; }
    .red-nav #mobile-menu-trigger.opened .horz-bar:last-of-type {
      opacity: 0; }

.page-header {
  background: url(../images/dignity.jpg);
  background-size: cover;
  background-position: 49% center;
  padding: 15px 0;
  position: relative; }
  .page-header:after {
    height: 100%;
    width: 100%;
    opacity: .8;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*background: #ba0c2f; */}
  .page-header .logo {
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    height: 120px;
    width: 120px;
    margin: 15px auto; }
    .page-header .logo .svg {
      width: 100px !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .page-header .website {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 15px 0; }
    .page-header .website a {
      color: #fff;
      text-align: center;
      font-family: 'montserratmedium';
      text-decoration: none;
      display: block; }
  .page-header .phone-number {
    display: none;
    color: #fff;
    font-family: 'montserratbold';
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 9px 0; }
  .page-header .header-toggle {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2; }
    .page-header .header-toggle a {
      color: #fff;
      text-decoration: none;
      width: 50%;
      display: block;
      text-align: center;
      padding: 10px 0; }
      .page-header .header-toggle a.active {
        background: #fff;
        color: #a5ce3a;
        border-radius: 20px; }

/*************************************************************/
/*  	FORM UI ELEMENTS									 */
/*************************************************************/
.row {
  width: 100%;
  clear: both;
  margin: 20px 0; }

/*h1 {
  font-family: 'montserratthin';
  color: #a5ce3a; }
*/

select {
	border: none;
	border-bottom: 1px solid #878787;
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	padding-bottom: 10px;
	/*margin: 15px 0;*/
	color: #000;
	background: url(../../images/down-arrow.png) no-repeat;
	background-position: 98% center;
	background-size: 14px;
}

.label {
  width: 100%;
  color: #878787;
  display: block; }
  .label.hour-label {
    margin: 44px auto 20px; }
  .label.alcohol-label {
    margin: 44px auto 30px; }
  .label.women-label {
    margin: 15px auto 30px; }

input {
  background: none;
  box-shadow: 0;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  color: #878787; }
  input#amountHours, input#amountWomen {
    font-family: 'montserratthin';
    width: 100%;
    margin: 0 auto 20px;
    font-size: 40px;
    border-bottom: none;
    color: #a5ce3a;
    text-align: center;
    box-sizing: border-box; }

input#amountHours, input#amountWomen{
  background: none !important;
  border: none !important;
}


.radio {
  position: absolute;
  visibility: hidden;
  display: block; }
  .radio:checked + label {
    background: #a5ce3a;
    color: #fff; }

.radio-label {
  display: block;
  position: relative;
  cursor: pointer;
  background: #fff;
  width: 48%;
  padding: 10px 0;
  border-radius: 20px;
  border: none;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .radio-label:first-of-type {
    float: left; }
  .radio-label:last-of-type {
    float: right; }

/*.button {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  background: #a5ce3a;
  border-radius: 20px;
  border: none;
  margin: 30px 0 0px;
  cursor: pointer; }
  .button.calculate {
    margin: 60px auto; }
*/

.ui-slider .ui-slider-handle {
  background: #a5ce3a;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  top: -8px !important;
  margin-left: -15px !important; }

.ui-widget.ui-widget-content {
  border: 1px solid #E7E7E7;
  background: #fff; }

.toolTipHolder {
  position: relative; }
  .toolTipHolder .tooltip {
    position: absolute;
    bottom: 100%;
    background: #fff;
    width: calc(100% - 30px);
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
    .toolTipHolder .tooltip:after {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      bottom: -10px;
      background: #fff;
      box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
      left: 48%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .toolTipHolder .tooltip.active {
      opacity: 1; }

*:focus {
  outline: none; }

/*************************************************************/
/*  	CALCULATE MODAL 									 */
/*************************************************************/
.calculate-modal {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8); }
  .calculate-modal .results-box {
    background: #fff;
    position: absolute !important;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative; }
    .calculate-modal .results-box .results-container {
      position: relative;
      height: 100%;
      padding: 25px; }
      .calculate-modal .results-box .results-container .result-circle {
        height: 135px;
        width: 135px;
        border: 2px solid #a5ce3a;
        border-radius: 50%;
        margin: auto; }
        .calculate-modal .results-box .results-container .result-circle #result {
          font-size: 50px;
          text-align: center;
          color: #a5ce3a;
          width: 135px;
          display: block;
          margin-top: 33px;
          font-family: 'montserratlight'; }
      .calculate-modal .results-box .results-container .con-10-units-text,
      .calculate-modal .results-box .results-container .units-text {
        font-family: 'montserratmedium';
        color: #878787;
        text-align: center;
        margin-top: 20px; }
      .calculate-modal .results-box .results-container .con-10-units-text {
        display: none; }
		
		/* tablet size */
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
/* mobile size */
@media (max-width: 767px) {
  .half, .third, .two-thirds, .three-fourths, .fourth {
    width: 100%; } }
