/* Avenir - Font Family Setup */
@font-face {
font-family: 'avenr';
src: url('../fonts/avenr-black-webfont.woff2') format('woff2'),
        url('../fonts/avenr-black-webfont.woff') format('woff');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'avenr';
src: url('../fonts/avenr-book-webfont.woff2') format('woff2'),
        url('../fonts/avenr-book-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'avenr';
src: url('../fonts/avenr-heavy-webfont.woff2') format('woff2'),
        url('../fonts/avenr-heavy-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'avenr';
src: url('../fonts/avenr-light-webfont.woff2') format('woff2'),
        url('../fonts/avenr-light-webfont.woff') format('woff');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'avenr';
src: url('../fonts/avenr-medium-webfont.woff2') format('woff2'),
        url('../fonts/avenr-medium-webfont.woff') format('woff');
font-weight: 600;
font-style: normal;
}


body {
  word-wrap: break-word;
}
.sbWrap {
  font-family: 'avenr';
  background: url(../img/bg.jpg) 50% 58% no-repeat #fff;
  background-size: 100% auto;
  text-align: center;
  position: relative;
  min-height: 540px;
}
.sbWrap:before {
  min-height: 80vh;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
}
.sbWrap .sbContent {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  padding: 65px 0;
}
.sbHead h1 {
  color: #0a0a0a;
  font-family: 'avenr';
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.sbHead h1 b {
  font-weight: 900;
}
.sbHead h1:after {
  content: '';
  display: table;
  margin: 12px auto;
  background: #000;
  height: 2px;
  width: 95px;
}
.sbWrap .subtitle {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 30px;
}
.sbWrap .subtitle mark {
  background: none;
  color: #7ab45f;
  display: block;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -5px;
  padding: 0;
}
.sbWrap .subtitle b {
  font-weight: 900;
}
.sbWrap .btn {
  font-family: 'avenr';
  text-transform: uppercase;
  background: #7ab45f;
  border-color: #7ab45f;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 3px;
  transition: .3s;
}
.sbWrap .btn:hover,
.sbWrap .btn:focus {
  background: #6ba251;
  border-color: #6ba251;
}
.inputBox {
  position: relative;
  width: 320px;
  margin: 0 auto 32px;
}
.inputBox input {
  color: #767676;
  font-family: 'avenr';
  border: 0 none !important;
  position: relative;
  box-shadow: none !important;
  font-size: 16px;
  padding-left: 0;
}
.inputBox input:focus {
  color: #000;
  box-shadow: none !important;
}
.inputBox u {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 2px;
  width: 100%;
  background: #999;
}
.inputBox u:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 2px;
  width: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: .3s;
}
.inputBox input:focus ~ u:before {
  transform: scaleX(1);
}
.inputBox i {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 4px;
  bottom: 7px;
}
.inputBox.success i {
  display: inline-block;
  background: url(../img/tick-green.png) no-repeat;
}
.inputBox .error {
  position: absolute;
  color: #d00202;
  background: none;
  font-weight: normal;
  left: 0;
  padding: 3px 0 0;
  border: 0;
  font-size: 13px;
}
.inputBox.errorBox input {
  color: #d00202;
}
.inputBox.errorBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d00202;
}
.inputBox.errorBox input::-moz-placeholder { /* Firefox 19+ */
  color: #d00202;
}
.inputBox.errorBox input:-ms-input-placeholder { /* IE 10+ */
  color: #d00202;
}
.inputBox.errorBox input:-moz-placeholder { /* Firefox 18- */
  color: #d00202;
}
.inputBox .error ~ u,
.inputBox .error ~ u:before,
.inputBox.errorBox u,
.inputBox.errorBox u:before {
  background: #d00202;
}
input:-webkit-autofill {
  border: 0 none;
  -webkit-box-shadow: inset 0 0 0px 9999px white !important;
}
input:-webkit-autofill:focus {
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 0px 9999px white,
                      0 0 8px rgba(102, 175, 233, 0.6) !important;
}

a#sb_launch_link {
  padding: 16px 32px 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 25px;
}
a#sb_launch_link img {
  margin-left: 4px;
  vertical-align: baseline;
}

.checkBox {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 32px;
}
.checkBox i {
  background: url(../img/tick-black.png) no-repeat center;
  background-size: 85% auto;
  border: 2px solid;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.checkBox a {
  color: #7ab45f;
  border-bottom: 1px solid;
  text-decoration: none;
}
.checkBox a:hover {
  color: #32820d;
  text-decoration: none;
}
.checkBox a:focus {
  outline: 0 none;
}
.checkBox span {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
  margin-left: 4px;
}
.alertBox {
  position: absolute;
  font-size: 14px;
  left: 0;
  width: 100%;
}
.alertBox > div {
  background: #d00202;
  color: #fff;
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
}
.alertBox i {
  background: url(../img/icon-error.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  vertical-align: middle;
}
.alertBox span {
  display: inline-block;
  vertical-align: middle;
}
#wpfooter {
  position: relative;
}
.sbWrap .modal {
  height: 100%;
}
.sbWrap .modal.in .modal-dialog {
  top: 0;
  bottom: 0;
  left: 120px !important;
}
.sbWrap .modal-content {
  border-radius: 2px;
  box-shadow: none;
  margin-top: 130px;
}
.sb_400_section {
  padding: 5% 0;
}
.sb_400_section h2 b {
  color: #d00202;
  font-weight: 900;
  font-size: 32px;
  margin: 7px 0 5px;
  display: inline-block;
}
.sb_400_section h2 {
  font-weight: 700;
  font-size: 25px;
}
p.helpText {
  font-weight: 600;
  padding: 0 10%;
  position: relative;
  top: 14px;
}

@media only screen and (max-width:1360px) {
  .sbWrap {
    min-height: 480px;
  }
  .sbWrap:before {
    min-height: 96vh;
  }
  .sbHead h1 {
    font-size: 28px;
  }
  .sbHead h1:after {
    margin-top: 9px;
    margin-bottom: 9px;
    width: 76px;
  }
  .sbWrap .subtitle {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .sbWrap .subtitle mark {
    font-size: 24px;
  }
  .inputBox input {
    font-size: 14px;
  }
  .inputBox {
    margin-bottom: 28px;
  }
  .inputBox .error {
    font-size: 12px;
  }
  .sbWrap .btn {
    font-size: 14px;
    padding: 10px 25px 8px;
  }
  .sb_400_section img {
    width: 150px;
  }
  .sb_400_section h2 b {
    font-size: 28px;
  }
  .sb_400_section h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width:1080px) {
  #settingBlock figure {
    margin: 0 -100px;
  }
}
@media only screen and (max-width:1080px) {
  .sbWrap {
    background-size: auto 100%;
  }
}


﻿/* 
 * Style used by the label output mode.
 * Applied to the error labels that get positioned after an input.
 */
label.error { 
    color:#fff; 
    margin-left:2px;     
    background-image:url('../img/arrow.gif');
    background-position:left center;
    background-repeat:no-repeat;
    padding:2px;
    padding-left:18px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}


/*
 * Styles used by the modal output mode.
 * '.validity-modal-msg' is applied to the modal boxes 
 * and '.validity-modal-msg:hover' is applied to suggest 
 * to the user that the boxes are clickable.
 */
.validity-modal-msg { 
    position:absolute; 
    z-index:2; 
    background-color:#999; 
    border:solid 1px #000; 
    padding:4px;
    cursor:pointer; 
}
.validity-modal-msg:hover { 
    background-color:#aaa; 
}

/*
 * Styles used by the summary output mode.
 * '.validity-summary-container' is a container on the page that should contain a UL 
 * which is the actual summary. The container can hold 
 * an extra bit of text (or anything really) that explains what the summary is.
 * '.validity-erroneous' is applied to every input that fails.
 */
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { border:solid 2px #f56600 !important; }



.validity-tooltip {
    z-index:1003;
    
    cursor:pointer;
    
    padding:3px;
    width:16em;
    
    border-width:1px;
    border-color:#555;
    border-style:solid;
    color:#111;
    
    position: absolute;
    background-color:#f56600;
}

.validity-tooltip:hover {
    border-color:#333;
}

.validity-tooltip .validity-tooltip-outer, .validity-tooltip .validity-tooltip-inner {
    position: absolute; 
    width:0; 
    height:0; 
    border-right-width: 0;
    background:none;
    bottom:auto;
}

.validity-tooltip .validity-tooltip-outer {	
    border-color:#333;
    border-style:solid;
    
    border-top: 0px solid transparent; 
    border-bottom: 24px solid transparent;
    
    border-right-width:20px;
    border-right-style:solid;
    border-right-color:inherit;
    
    border-left-width:0px;
    top:-1px;
    left:-21px;
}

.validity-tooltip .validity-tooltip-inner {
    border-top: 0px solid transparent; 
    border-bottom: 24px solid transparent;
    border-right: 20px solid #f56600;
    border-left-width:0px;
    top:1px;
    left:3px;
}
