.animated{animation-duration:1s;animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:perspective(1px) scale3d(0.3, 0.3, 0.3)}20%{transform:perspective(1px) scale3d(1.1, 1.1, 1.1)}40%{transform:perspective(1px) scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:perspective(1px) scale3d(1.03, 1.03, 1.03)}80%{transform:perspective(1px) scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:perspective(1px) scale3d(1, 1, 1)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:"open-sanscondensed-light",sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;border:none;background-color:rgba(0,0,0,0);padding:0;margin:0;float:left;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr *:before,.redux-toastr *:after{box-sizing:border-box}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center{top:0}.redux-toastr .top-right,.redux-toastr .bottom-right{right:0}.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{bottom:0}.redux-toastr .top-left,.redux-toastr .bottom-left{left:0}.redux-toastr .top-center,.redux-toastr .bottom-center{left:50%;margin-left:-175px}@media(max-width: 320px){.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:320px}.redux-toastr .top-center,.redux-toastr .bottom-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0px 0px 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:bold;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:rgba(0,0,0,0);font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial sans-serif;color:#000}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning,.redux-toastr .toastr.rrt-error{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333 !important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;overflow:hidden;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/* react-select styles */
.Select.form-control {
  padding: 0 !important;
}
.Select.form-control .Select-control .Select-clear-zone {
  display: none;
}
.Select.form-control.has-value .Select-control .Select-clear-zone {
  display: table-cell;
}
.Select-control {
  border: none !important;
  cursor: pointer;
}
.Select.is-disabled > .Select-control {
  background-color: #eee;
  cursor: not-allowed;
}
.Select-placeholder {
  color: #101010 !important;
  padding-left: 15px !important;
}
.Select-menu-outer {
  margin: 2px 0 0 -2px;
  box-sizing: initial !important;
  border: 2px solid #CCC;
  z-index: 5;
  max-height: 300px;
}
.Select-menu-outer div {
  margin: 1px;
  padding-bottom: 1px;
}
.Select-menu-outer .Select-option {
  word-wrap: break-word;
}
.Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.top-positioned .Select-menu-outer {
  top: auto;
  bottom: 100%;
}
.Select-arrow-zone {
  padding-right: 10px;
}
.Select-option.is-focused {
  background-color: #00AFEF;
  color: #FFF;
}
/* react-toggle-button styles */
div.toggle > div:first-child {
  width: 160px !important;
}
div.toggle > div:first-child > div {
  color: red;
}
div.toggle.has-error > div:first-child {
  border: solid 1px red;
}
.toggleDisabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 162px;
  background-color: grey;
  opacity: 0.3;
  cursor: not-allowed;
}
.chat-text {
  width: 100%;
  position: relative;
}
.remaining-counter {
  font-size: 18px;
  font-weight: 600;
  color: #a0cf67;
  position: absolute;
  top: 30px;
  right: 123px;
}
.has-error .geosuggest__input {
  border: solid 2px red !important;
}
@media (max-width: 767px) {
  .form-lightbox .field-row > select,
  .modal-body select.form-control {
    font-size: 16px !important;
    padding-left: 16px;
  }
}
.disableScrollbar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.disableScrollbar ::-webkit-scrollbar {
  display: none;
}
.autosizefix.Select.form-control {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.autosizefix.Select.form-control ::-webkit-scrollbar {
  display: none;
}
.autosizefix.Select.form-control .Select-control {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.autosizefix.Select.form-control .Select-control .Select-multi-value-wrapper {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: calc(100% - 22px);
}
.autosizefix.Select.form-control .Select-control .Select-multi-value-wrapper ::-webkit-scrollbar {
  display: none;
}
.autosizefix.Select.form-control .Select-control .Select-loading-zone {
  margin-top: 7px;
}
.autosizefix.Select.form-control .Select-control .Select-clear-zone {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 5px;
}
.autosizefix.Select.form-control .Select-control .Select-input,
.autosizefix.Select.form-control .Select-control .Select-input > input {
  height: 100%;
  line-height: inherit !important;
}
.autosizefix.Select.form-control .Select-control .Select-value {
  display: flex;
  flex-grow: 0;
  vertical-align: middle;
  height: 30px;
  align-items: baseline;
}
.autosizefix.Select.form-control .Select-control .Select-input {
  min-width: 100px;
  max-width: 1000px;
}

.btn-back-top {
  background: #f88e1f;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 5px;
  color: white;
  fill: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) !important;
}

.spinner-container {
  padding-top: 100px;
}
.spinner-icon {
  font-size: 18px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.spinner-text {
  font-size: 14px;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

#remember {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  opacity: 0;
}
label[for="remember"] {
  margin: 0 0 0 4px;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  label[for="remember"] {
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  label[for="remember"] {
    line-height: 23px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert > p,
.alert .alert > ul {
  margin-bottom: 0;
}
.auth0-login-wrapper {
  display: flex;
  justify-content: center;
}
.auth0-login-wrapper img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .react-parallax-bgimage {
    height: 1700px !important;
  }
}
@media screen and (max-width: 639px) {
  .modal-content {
    margin: 0 15px !important;
  }
}
.modal-header a.close {
  margin: -11px -2px 0 0 !important;
}
.modal-header a.close:hover {
  cursor: pointer;
}
.modal-body {
  padding: 0 !important;
}
@media screen and (min-width: 639px) {
  .modal-body {
    overflow: visible !important;
  }
}
.modal-body span.text {
  padding: 20px 25px 0px;
  width: 100%;
  display: inline-block;
}
.modal-body .Select.form-control {
  height: inherit;
}
.modal-body .Select.form-control .Select-arrow-zone {
  padding-right: 15px;
}
.modal-body .Select.form-control .Select-arrow-zone:hover .Select-arrow {
  border-top-color: #c0e890;
}
.modal-body .Select.form-control .Select-arrow-zone .Select-arrow {
  margin: -7px 0 0;
  border-top-color: #99cc66;
  border-width: 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .modal-body .Select.form-control .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 6px 6px 0;
  }
}
.modal-body .Select.form-control .Select-multi-value-wrapper {
  padding: 0;
}
.modal-body .Select.form-control .Select-multi-value-wrapper .Select-placeholder,
.modal-body .Select.form-control .Select-multi-value-wrapper .Select-value {
  top: 0 !important;
}
.modal-body .Select.is-open > .Select-control .Select-arrow-zone {
  padding-right: 15px;
}
.modal-body .Select.is-open > .Select-control .Select-arrow-zone:hover .Select-arrow {
  border-color: transparent transparent #c0e890 !important;
}
.modal-body .Select.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: transparent transparent #99cc66 !important;
  border-width: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .modal-body .Select.is-open > .Select-control .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 0 6px 6px;
  }
}
@media screen and (max-width: 639px) {
  .modal-body input.form-control {
    font-size: 16px !important;
  }
}
.field-row + .field-row {
  margin: 15px 0 0 !important;
}
form .text-right {
  margin-top: 15px;
}

.privacy-policy {
  white-space: pre-line;
}

.privacy-policy {
  white-space: pre-line;
}

.landing-form div.field-row.checkbox {
  height: auto;
}
.landing-form div.field-row.checkbox label {
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
.landing-form div.field-row.checkbox label > div {
  flex-shrink: 1;
}
.landing-form div.field-row.checkbox label > span {
  flex-grow: 1;
  font-size: 14px;
  padding-left: 12px;
  text-align: left;
  text-transform: none;
}

/*.thead {
  border: none !important;

  &.range-over {
    border: inherit !important;
  }
}*/
td .textbox {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .jcf-btn-inc {
    top: 20px !important;
    right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .jcf-btn-dec {
    right: 20px !important;
    top: 35px !important;
  }
}
.img.normal img {
  margin: -17px 0 0;
}

.privacy-request form {
  max-width: 650px;
  margin: 50px auto;
}
.privacy-request form .form-control {
  font-size: 21px;
}
.privacy-request form .Select-input input {
  background: none !important;
}
.privacy-request .Select-placeholder {
  padding-right: 50px;
}
.privacy-request .upload-field > button {
  border: none;
  outline: none;
  position: relative;
  color: #fff;
  padding: 6px 12px;
  font-weight: 600;
  border-width: 2px;
  border-radius: 2px;
  white-space: normal;
  transition: all 0.25s;
  text-transform: uppercase;
  background-color: #00afef;
}
.privacy-request .upload-field > button:hover {
  background-color: #009cd6;
}
.privacy-request .upload-field .input-field,
.privacy-request .upload-field input[type=file] {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.privacy-request .upload-field > span {
  margin-top: 1rem;
  display: block;
}
#__lpform_input_idx_0_icon {
  display: none;
}

html {
  -webkit-text-size-adjust: none !important;
}
.hidden {
  display: none;
  visibility: hidden;
}
#footer .holder input {
  font-size: 16px;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.visible-overflow {
  overflow: visible !important;
}
/* react-select styles */
.Select.form-control {
  padding: 0 !important;
  height: 60px;
}
.Select.form-control:hover {
  color: #101010 !important;
  border-color: #00afef !important;
}
@media screen and (max-width: 991px) {
  .Select.form-control {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .Select.form-control {
    height: 40px;
  }
}
.Select-control {
  border: none !important;
  height: 100%;
  cursor: pointer;
}
.Select-control:hover {
  box-shadow: none !important;
}
.Select.is-disabled > .Select-control {
  background-color: #eee;
  cursor: not-allowed;
}
.Select-placeholder {
  color: #101010 !important;
  padding-left: 15px !important;
}
.Select-value {
  color: #101010 !important;
  padding-left: 15px !important;
}
.Select-value span {
  color: #101010 !important;
}
.Select-placeholder,
.Select-value {
  top: 10px !important;
}
@media screen and (max-width: 991px) {
  .Select-placeholder,
  .Select-value {
    top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .Select-placeholder,
  .Select-value {
    top: 0px !important;
  }
}
.Select-menu-outer {
  margin: 2px 0 0 -2px;
  box-sizing: initial !important;
  border: 2px solid #CCC;
  max-height: 300px;
}
.Select-menu-outer div {
  margin: 1px;
}
.Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.top-positioned .Select-menu-outer {
  top: auto;
  bottom: 100%;
}
.is-open > .Select-control .Select-arrow-zone {
  padding-right: 15px;
}
.is-open > .Select-control .Select-arrow-zone:hover .Select-arrow {
  border-color: transparent transparent #76daff !important;
}
.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: transparent transparent #00afef !important;
  border-width: 0 14px 14px;
}
@media screen and (max-width: 1023px) {
  .is-open > .Select-control .Select-arrow-zone .Select-arrow {
    margin: -5px 0 0;
    border-width: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .is-open > .Select-control .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 0 6px 6px;
  }
}
.Select-arrow-zone {
  padding-right: 15px !important;
}
.Select-arrow-zone:hover .Select-arrow {
  border-top-color: #76daff;
}
.Select-arrow-zone .Select-arrow {
  margin: -7px 0 0;
  border-top-color: #00afef;
  border-width: 14px 14px 0;
}
@media screen and (max-width: 1023px) {
  .Select-arrow-zone .Select-arrow {
    margin: -5px 0 0;
    border-width: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 6px 6px 0;
  }
}
.Select-input {
  padding-left: 15px;
}
.Select-input input {
  color: #101010;
  font-size: 18px;
}
.corporate-site .Select-input input {
  height: 50px;
  padding: 4px 0;
  border: none;
}
.Select-option.is-focused {
  background-color: #00AFEF;
  color: #FFF;
}
/* react-toggle-button styles */
div.toggle > div:first-child {
  width: 160px !important;
}
div.toggle > div:first-child > div {
  color: red;
}
div.toggle.has-error > div:first-child {
  border: solid 1px red;
}
.toggleDisabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  background-color: grey;
  opacity: 0.3;
  cursor: not-allowed;
}
.chat-text {
  width: 100%;
  position: relative;
}
.remaining-counter {
  font-size: 18px;
  font-weight: 600;
  color: #a0cf67;
  position: absolute;
  top: 30px;
  right: 123px;
}
.has-error .geosuggest__input {
  border: solid 2px red !important;
}
figure.medx-logo {
  margin: 60px auto 0 auto;
  height: 61px;
  width: 400px;
  background: url(/corporate/medx2.38ae2f00a383e1083d9293aa48ceddc4.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
figure.medx-logo div {
  text-transform: uppercase;
  color: #bebfc3;
  position: relative;
  left: 0;
  top: -34px;
  text-align: left;
  font-size: 24px;
}
@media screen and (max-width: 639px) {
  figure.medx-logo {
    width: 250px;
  }
  figure.medx-logo div {
    font-size: 18px;
  }
}
.articles-holder.relative {
  position: relative;
  z-index: 1;
}
.articles-holder .spinner-container {
  padding: 0;
}
.form-find-studies {
  position: relative;
  z-index: 2;
}
.post a:hover img.placeholder {
  transform: none !important;
}
.post .img-holder {
  height: 160px;
}
@media screen and (max-width: 991px) {
  .post .img-holder {
    height: 240px;
  }
}
@media screen and (max-width: 639px) {
  .post .img-holder {
    height: 320px;
  }
}
.post .img-holder .placeholder {
  height: 100%;
}
.post .desc .custom-description h1,
.post .desc .custom-description h2,
.post .desc .custom-description h3 {
  margin: 0;
}
.post .desc .custom-description h1 {
  font-size: 24px;
  font-weight: 800;
}
.post .desc .custom-description h2 {
  font-size: 22px;
}
.post .desc .custom-description h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .field-row [class^="col-"],
  .field-row [class*=" col-"] {
    padding-top: 15px;
  }
  .field-row [class^="col-"]:first-child,
  .field-row [class*=" col-"]:first-child {
    padding-top: 15px;
  }
}

.react-phone-number-input__row
{
	/* This is done to stretch the contents of this component */
	display     : flex;
	align-items : center;
}

.react-phone-number-input__phone
{
	/* The phone number input stretches to fill all empty space */
	flex : 1;

	/* The phone number input should shrink
	   to make room for the extension input */
	min-width : 0;
}

.react-phone-number-input__icon
{
	/* The flag icon size is 4x3 hence the exact `width` and `height` values */
	width      : calc(0.31em * 4);
	height     : calc(0.31em * 3);

	/* `1px` is still too much for a "retina" screen but there's no way in CSS to specify "hairline" border width. */
	border     : 1px solid rgba(0, 0, 0, 0.5);

	/* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
	box-sizing : content-box;
}

.react-phone-number-input__icon--international
{
	/* The international icon size is square */
	/* and also has no border hence the `2 * 1px` `width` and `height` compensation */
	width  : calc(0.31em * 3 + 2 * 1px);
	height : calc(0.31em * 3 + 2 * 1px);

	/* The international icon size is square, hence the exact `padding` value */
	/* for precise alignment with `4x3` sized country flags. */
	padding-left  : calc(0.31em / 2);
	padding-right : calc(0.31em / 2);

	border : none;
}

.react-phone-number-input__error
{
	margin-left : calc(0.31em * 4 + 2 * 1px + 0.3em + 0.35em + 0.5em);
	margin-top  : calc(0.3rem);
	color       : #D30F00;
}

.react-phone-number-input__icon-image
{
	max-width  : 100%;
	max-height : 100%;
}

/* Removes `<input type="number"/>` up/down arrows in Webkit browsers. */
.react-phone-number-input__ext-input::-webkit-inner-spin-button,
.react-phone-number-input__ext-input::-webkit-outer-spin-button
{
	margin             : 0 !important;
	-webkit-appearance : none !important;
	-moz-appearance    : textfield !important;
}

.react-phone-number-input__ext-input
{
	width : 3em;
}

.react-phone-number-input__ext
{
	white-space: nowrap;
}

.react-phone-number-input__ext,
.react-phone-number-input__ext-input
{
	margin-left : 0.5em;
}

/* Styling native country `<select/>`. */

.react-phone-number-input__country--native
{
	position     : relative;
	align-self   : stretch;
	display      : flex;
	align-items  : center;
	margin-right : 0.5em;
}

.react-phone-number-input__country-select
{
	position : absolute;
	top      : 0;
	left     : 0;
	height   : 100%;
	width    : 100%;
	z-index  : 1;
	border   : 0;
	opacity  : 0;
	cursor   : pointer;
}

.react-phone-number-input__country-select-arrow
{
	display            : block;
	content            : '';
	width              : 0;
	height             : 0;
	margin-bottom      : 0.1em;
	margin-top         : 0.3em;
	margin-left        : 0.3em;
	border-width       : 0.35em 0.2em 0 0.2em;
	border-style       : solid;
	border-left-color  : transparent;
	border-right-color : transparent;
	color              : #B8BDC4;
	opacity            : 0.7;
	transition         : color 0.1s;
}

/* A "divider" `<option/>` for a native `<select/>`. */
.react-phone-number-input__country-select-divider
{
	font-size: 1px;
	background: black;
}

.react-phone-number-input__country-select:focus + .react-phone-number-input__country-select-arrow,
.react-phone-number-input__country.rrui__select--focus .rrui__select__arrow
{
	color : #03B2CB;
}

/* Styling phone number input */

.react-phone-number-input__input--style {
	height        : calc(0.3rem * 6);
	outline       : none;
	border-radius : 0;
	padding       : 0;
	appearance    : none;
	border        : none;
	border-bottom : 1px solid #C5D2E0;
	transition    : border 0.1s;
	font-size     : inherit;
}

.react-phone-number-input__input--style:focus {
	border-color: #03B2CB;
}

.react-phone-number-input__input--style--disabled {
	cursor: default;
}

.react-phone-number-input__input--style--invalid,
.react-phone-number-input__input--style--invalid:focus {
	border-color: #EB2010;
}

/* Overrides Chrome autofill yellow background color */
.react-phone-number-input__input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}

/* A small fix for `react-responsive-ui` */
.react-phone-number-input__country .rrui__select__button {
	border-bottom: none;
}
#medicine-x-form .textarea-holder {
  height: auto;
}
#medicine-x-form .Select-input input {
  height: 50px;
  padding: 4px 0;
}

.compliance-page header {
  font-size: 21px;
}
@media screen and (max-width: 990px) {
  .compliance-page header {
    font-size: 18px;
  }
}
.compliance-page .divider {
  border-width: 2px 0 0;
  border-color: #ccc;
  margin: 36px 0 37px;
}
.compliance-table thead th {
  padding: 0px 15px;
}
.compliance-table tbody:first-child .compliance-table tbody:last-child {
  border-bottom: none;
}
.compliance-table tbody tr {
  border-bottom: 2px solid #ccc;
}
.compliance-table tbody tr td {
  padding: 20px 15px;
}
.compliance-table tbody tr td h4 {
  font-size: 21px;
  font-weight: 700;
}
.compliance-table tbody tr td .aws-paragraph {
  margin-top: 13px;
  display: block;
}

.top-diagonal {
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: -21px;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .top-diagonal {
    transform: skewY(-2deg);
  }
}
@media screen and (min-width: 1023px) {
  .top-diagonal {
    transform: skewY(-1deg);
  }
}
.bottom-diagonal {
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  bottom: -21px;
  transform: skewY(3deg);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .bottom-diagonal {
    transform: skewY(2deg);
  }
}
@media screen and (min-width: 1023px) {
  .bottom-diagonal {
    transform: skewY(1deg);
  }
}
h1 {
  text-align: center;
}
section {
  margin-bottom: 40px;
}
#main {
  padding: 0 !important;
}
.button_wrapper {
  display: flex;
  margin: 24px 0 80px;
}
@media screen and (min-width: 639px) {
  .button_wrapper {
    justify-content: center;
  }
}
.button--rounded {
  background-color: #F78E1E;
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
  margin: 0 14px;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .button--rounded {
    width: 350px;
  }
}
.introduction_header_wrapper {
  background-color: #00AFEF;
  color: #FFFFFF;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 14px;
  position: relative;
}
.introduction_header_wrapper img {
  bottom: -54px;
  padding-right: 14px;
  position: relative;
}
.introduction_header_wrapper h2 {
  font-size: 38px !important;
  font-weight: bolder !important;
  padding: 0 14px;
}
.introduction_header_wrapper h2 span {
  display: block;
}
@media screen and (min-width: 767px) {
  .introduction_header_wrapper img {
    bottom: -33px;
  }
}
@media screen and (min-width: 1023px) {
  .introduction_header_wrapper img {
    bottom: -33px;
    width: 253px;
  }
  .introduction_header_wrapper h2 {
    align-self: flex-end;
    padding-right: 130px;
  }
}
.introduction_copy {
  color: #536A78;
  font-size: 20px;
  max-width: 628px;
  margin: 0 auto;
  padding: 0 14px;
}
.mission-statement {
  background-color: #9FCF68;
  color: #FFFFFF;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  padding: 14px;
  position: relative;
}
.mission-statement img {
  padding-left: 40px;
}
.mission-statement:before {
  background-color: #9FCF68;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: -21px;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .mission-statement:before {
    transform: skewY(-2deg);
  }
}
@media screen and (min-width: 1023px) {
  .mission-statement:before {
    transform: skewY(-1deg);
  }
}
.mission-statement:after {
  background-color: #9FCF68;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  bottom: -21px;
  transform: skewY(3deg);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .mission-statement:after {
    transform: skewY(2deg);
  }
}
@media screen and (min-width: 1023px) {
  .mission-statement:after {
    transform: skewY(1deg);
  }
}
.mission-statement span {
  display: block;
}
.mission-statement span:first-child {
  padding-bottom: 20px;
}
.mission-statement_copy {
  max-width: 430px;
  padding: 40px 0;
}
.stats_wrapper {
  color: #617A89;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  line-height: 24px;
  padding-top: 34px;
}
@media screen and (min-width: 1023px) {
  .stats_wrapper {
    flex-direction: row;
  }
}
.stats_wrapper div {
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .stats_wrapper div {
    width: 212px;
  }
  .stats_wrapper div span {
    display: block;
  }
}
.stats_wrapper em {
  color: #00AFEF;
  font-size: 24px;
  font-style: normal;
  vertical-align: middle;
}
.stats_block {
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 106px 40px;
}
@media screen and (min-width: 1023px) {
  .stats_block {
    padding: 100px 12px 12px;
  }
}
.stats_block--globe {
  background-image: url(/corporate/stats_globe.b521515b4232e5b8c02d735af4219edf.svg);
}
.stats_block--hospital {
  background-image: url(/corporate/stats_hospital.15e293a4b8289367f7919fea919732b1.svg);
}
.stats_block--users {
  background-image: url(/corporate/stats_users.8c8e8b6eda8b2c0dc60b90ad9cd599eb.svg);
}
.therapeutic {
  background-color: #00AFEF;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 20px 14px 40px;
  position: relative;
}
.therapeutic h2 {
  font-size: 38px;
  font-weight: bolder;
}
.therapeutic p {
  font-size: 16px;
}
.therapeutic ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 24px;
  padding-top: 24px;
}
@media screen and (min-width: 767px) {
  .therapeutic ul {
    padding-left: 0;
  }
}
.therapeutic li {
  background-image: url(/corporate/check_square.8bcf3c9e9adb6a6a19281c1fb415890b.svg);
  background-position-y: 3px;
  background-repeat: no-repeat;
  line-height: 30px;
  padding: 0 0 16px 30px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .therapeutic li {
    width: 33%;
  }
}
.therapeutic:before {
  background-color: #00AFEF;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: -21px;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .therapeutic:before {
    transform: skewY(-2deg);
  }
}
@media screen and (min-width: 1023px) {
  .therapeutic:before {
    transform: skewY(-1deg);
  }
}
.therapeutic:after {
  background-color: #00AFEF;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  bottom: -21px;
  transform: skewY(3deg);
  width: 100%;
  z-index: -1;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .therapeutic:after {
    transform: skewY(2deg);
  }
}
@media screen and (min-width: 1023px) {
  .therapeutic:after {
    transform: skewY(1deg);
  }
}
@media screen and (min-width: 767px) {
  .therapeutic_content-wrapper {
    margin: 0 auto;
    width: 600px;
  }
}
.engage {
  background-color: #F78E1E;
  color: #FFFFFF;
  font-size: 38px;
  font-weight: bolder;
  padding-top: 40px;
  position: relative;
}
.engage:after {
  background-color: #F78E1E;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  bottom: -21px;
  transform: skewY(-3deg);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .engage:after {
    transform: skewY(-2deg);
  }
}
@media screen and (min-width: 1023px) {
  .engage:after {
    transform: skewY(-1deg);
  }
}
.engage_wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .engage_wrapper {
    justify-content: flex-start;
    margin: 0 auto;
    width: 600px;
  }
}
.engage_list {
  list-style: none;
  padding: 0 14px 6px 0 ;
}
.service_block p {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .service_block p {
    margin: 0 auto;
    width: 600px;
  }
}
.service_header_wrapper h3 {
  color: #364650;
  font-size: 26px;
  font-weight: bold;
  padding: 0 14px;
  margin-bottom: 24px;
}
.service_header_wrapper h3:after {
  content: "";
  background-color: #FFFFFF;
  border-radius: 12px;
  display: block;
  height: 8px;
  margin-top: 16px;
  width: 57px;
}
.service_header {
  display: flex;
  flex-direction: column-reverse;
  height: 261px;
}
@media screen and (min-width: 767px) {
  .service_header {
    align-items: flex-end;
    flex-direction: unset;
    height: 190px;
    justify-content: space-between;
    margin: 0 auto;
    width: 600px;
  }
}
.service_header--recruitment {
  height: 300px;
}
@media screen and (min-width: 767px) {
  .service_header--recruitment {
    height: 190px;
  }
}
.service_copy {
  color: #617A89;
  padding: 20px 12px 12px;
}
@media screen and (min-width: 767px) {
  .service_header--clinical-strategy {
    align-items: flex-end;
  }
  .service_header--clinical-strategy img {
    padding-bottom: 8px;
  }
}
.service_header--project-management {
  flex-direction: row;
  align-items: flex-end;
}
.service_header--project-management img {
  padding: 0 14px 14px 0;
}
@media screen and (min-width: 767px) {
  .service_header--recruitment img {
    padding-bottom: 8px;
  }
}
.service_header--video-visits {
  flex-direction: row;
  align-items: flex-end;
}
.service_header--video-visits h3 {
  flex-grow: 2;
}
.service_header--video-visits img {
  padding-right: 14px;
}
.service_header--e-consent {
  flex-direction: row;
  align-items: flex-end;
}
.service_header--patient-retention {
  flex-direction: row;
  align-items: flex-end;
}
.service_block--patient-retention {
  margin-bottom: 12px;
}
.service_header_wrapper--clinical-strategy {
  position: relative;
}
.service_header_wrapper--clinical-strategy:before {
  background-color: #ABE8FA;
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  top: -50px;
  width: 100%;
  z-index: -1;
}
.service_header_wrapper--clinical-strategy,
.service_header_wrapper--video-visits {
  background-color: #ABE8FA;
}
.service_header_wrapper--project-management,
.service_header_wrapper--e-consent {
  background-color: #D2E8B8;
}
.service_header_wrapper--recruitment,
.service_header_wrapper--patient-retention {
  background-color: #FFD9AD;
}
.CTA_header {
  color: #F78E1E;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 14px;
}
@media screen and (min-width: 767px) {
  .CTA_header {
    width: 532px;
  }
}
.CTA_copy {
  font-size: 18px;
  padding: 14px;
}
@media screen and (min-width: 767px) {
  .CTA_copy {
    width: 532px;
  }
}
@media screen and (min-width: 767px) {
  .CTA_wrapper {
    margin: 0 auto;
    width: 600px;
  }
}

.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container{right:auto;left:0;width:100%}.intl-tel-input.allow-dropdown .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table}.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:76px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:84px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:92px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:100px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%;-webkit-overflow-scrolling:touch}.iti-mobile .intl-tel-input .country-list .country{padding:10px;line-height:1.5em}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:14px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.id{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/corporate/flags.7cfe278676bdae748e97ea891670bfc6.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.iti-flag{background-image:url(/corporate/flags@2x.c03843db66eddc733e62d6e7146a4571.png)}}.iti-flag.np{background-color:transparent}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/corporate/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/corporate/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/corporate/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJnbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLmZhMjc3MjMyN2Y1NWQ4MTk4MzAxZmRiOGJjZmM4MTU4LndvZmYiOw==) format('woff'), url(/corporate/glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/corporate/glyphicons-halflings-regular.89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #354052;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00afef;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #76daff;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 44px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #101010;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 1px solid #636363;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #101010;
}
.form-control::-webkit-input-placeholder {
  color: #101010;
}
.form-control::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #101010;
}
.form-control::-webkit-input-placeholder {
  color: #101010;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 60px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 60px;
  line-height: 60px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 60px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 60px;
  line-height: 60px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 60px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #697d9e;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #00afef;
  border-color: #00afef;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #008abc;
  border-color: #005270;
}
.btn-default:hover {
  color: #fff;
  background-color: #008abc;
  border-color: #0082b2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #008abc;
  border-color: #0082b2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #007098;
  border-color: #005270;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #00afef;
  border-color: #00afef;
}
.btn-default .badge {
  color: #00afef;
  background-color: #fff;
}
.btn-primary {
  color: #00afef;
  background-color: #fff;
  border-color: #00afef;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #00afef;
  background-color: #e6e6e6;
  border-color: #005270;
}
.btn-primary:hover {
  color: #00afef;
  background-color: #e6e6e6;
  border-color: #0082b2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #00afef;
  background-color: #e6e6e6;
  border-color: #0082b2;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #00afef;
  background-color: #d4d4d4;
  border-color: #005270;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fff;
  border-color: #00afef;
}
.btn-primary .badge {
  color: #fff;
  background-color: #00afef;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00afef;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #76daff;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00afef;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #d7d7d7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 10px;
  font-size: 23px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: none;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #f78e1e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #f78e1e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f78e1e;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #f78e1e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #f78e1e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00afef;
  background-color: #fff;
  border: 1px solid #00afef;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #76daff;
  border-color: #76daff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #76daff;
  border-color: #76daff;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #00afef;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00afef;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00afef;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00afef;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00afef;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00afef;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00afef;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00afef;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00afef;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url(/corporate/icomoon.147774ad26a4f97bf40dcc9363c1e93b.eot);
  src: url(/corporate/icomoon.147774ad26a4f97bf40dcc9363c1e93b.eot#iefix) format('embedded-opentype'), url(/corporate/icomoon.8a70adb6adc42ebff69f9ff63f9b0a1c.ttf) format('truetype'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJpY29tb29uLjdjYjJjZmZlN2NiOWQ4M2VhNmMzYzQ4MzE0NDJlNDRmLndvZmYiOw==) format('woff'), url(/corporate/icomoon.fe0a0af14f3776f19a19c1751e3b4956.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"],
[class*=" icomoon-"] {
  /* 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;
}
.icomoon-search:before {
  content: "\e951";
}
.icomoon-time:before {
  content: "\e952";
}
.icomoon-sign:before {
  content: "\e953";
}
.icomoon-lock2:before {
  content: "\e954";
}
.icomoon-mobile:before {
  content: "\e955";
}
.icomoon-right:before {
  content: "\e956";
}
.icomoon-icon_creditcard:before {
  content: "\e930";
}
.icomoon-icon_pin_alt:before {
  content: "\e92f";
}
.icomoon-icon_book_alt:before {
  content: "\e926";
}
.icomoon-icon_floppy_alt:before {
  content: "\e929";
}
.icomoon-icon_plus_alt:before {
  content: "\e924";
}
.icomoon-arrow_up_alt:before {
  content: "\e925";
}
.icomoon-chat-down:before {
  content: "\e922";
}
.icomoon-chat-up:before {
  content: "\e923";
}
.icomoon-user-in:before {
  content: "\e921";
}
.icomoon-open-eye:before {
  content: "\e927";
}
.icomoon-phone:before {
  content: "\e928";
}
.icomoon-icon_pencil-edit:before {
  content: "\e920";
}
.icomoon-icon_clock_alt:before {
  content: "\e91f";
}
.icomoon-icon_pencil:before {
  content: "\e91a";
}
.icomoon-icon_trash:before {
  content: "\e918";
}
.icomoon-icon_upload:before {
  content: "\e919";
}
.icomoon-icon_download:before {
  content: "\e917";
}
.icomoon-icon_check:before {
  content: "\e916";
}
.icomoon-arrow_carrot-right:before {
  content: "\e90c";
}
.icomoon-arrow_carrot-left:before {
  content: "\e915";
}
.icomoon-double-triangle:before {
  content: "\e906";
}
.icomoon-icon_close:before {
  content: "\e900";
}
.icomoon-icon_cog:before {
  content: "\e901";
}
.icomoon-icon_chat_alt:before {
  content: "\e902";
}
.icomoon-icon_contacts:before {
  content: "\e903";
}
.icomoon-icon_group:before {
  content: "\e904";
}
.icomoon-icon_calendar:before {
  content: "\e905";
}
.icomoon-arrow_triangle-down:before {
  content: "\e907";
}
.icomoon-icon_comment_alt:before {
  content: "\e908";
}
.icomoon-icon_search2:before {
  content: "\e909";
}
.icomoon-icon_house_alt:before {
  content: "\e90a";
}
.icomoon-bell:before {
  content: "\e90b";
}
.icomoon-credit:before {
  content: "\e90d";
}
.icomoon-doller:before {
  content: "\e90e";
}
.icomoon-envelop:before {
  content: "\e90f";
}
.icomoon-gift:before {
  content: "\e910";
}
.icomoon-irb:before {
  content: "\e911";
}
.icomoon-screen:before {
  content: "\e912";
}
.icomoon-signout:before {
  content: "\e913";
}
.icomoon-star:before {
  content: "\e914";
}
.icomoon-instagram:before {
  content: "\e931";
}
.icomoon-help-with-circle:before {
  content: "\e92b";
}
.icomoon-arrow-right:before {
  content: "\e943";
}
.icomoon-arrow-left:before {
  content: "\e944";
}
.icomoon-arrow-down:before {
  content: "\e945";
}
.icomoon-arrow-up:before {
  content: "\e946";
}
.icomoon-arrow-circle-o-left:before {
  content: "\e939";
}
.icomoon-arrow-circle-o-right:before {
  content: "\e93a";
}
.icomoon-arrow-circle-o-up:before {
  content: "\e93b";
}
.icomoon-arrow-circle-o-down:before {
  content: "\e93c";
}
.icomoon-envelope-square:before {
  content: "\e93d";
}
.icomoon-pinterest-square:before {
  content: "\e93e";
}
.icomoon-twitter-square:before {
  content: "\e93f";
}
.icomoon-instagram2:before {
  content: "\e940";
}
.icomoon-facebook-square:before {
  content: "\e941";
}
.icomoon-phone-square:before {
  content: "\e942";
}
.icomoon-pinterest-p:before {
  content: "\e932";
}
.icomoon-linkedin:before {
  content: "\e933";
}
.icomoon-google-plus:before {
  content: "\e934";
}
.icomoon-twitter:before {
  content: "\e935";
}
.icomoon-facebook:before {
  content: "\e936";
}
.icomoon-facebook-f:before {
  content: "\e936";
}
.icomoon-automobile:before {
  content: "\e937";
}
.icomoon-car:before {
  content: "\e937";
}
.icomoon-map-marker:before {
  content: "\e938";
}
.icomoon-twitter-shape .path1:before {
  content: "\e947";
  color: #010101;
}
.icomoon-twitter-shape .path2:before {
  content: "\e948";
  margin-left: -0.97851562em;
  color: #ffffff;
}
.icomoon-facebook-shape .path1:before {
  content: "\e949";
  color: #010101;
}
.icomoon-facebook-shape .path2:before {
  content: "\e94a";
  margin-left: -0.94335937em;
  color: #ffffff;
}
.icomoon-giant-shape .path1:before {
  content: "\e94b";
  color: #010101;
}
.icomoon-giant-shape .path2:before {
  content: "\e94c";
  margin-left: -0.94335937em;
  color: #ffffff;
}
.icomoon-instagram-shape .path1:before {
  content: "\e94d";
  color: #010101;
}
.icomoon-instagram-shape .path2:before {
  content: "\e94e";
  margin-left: -1.0546875em;
  color: #ffffff;
}
.icomoon-pint-shape .path1:before {
  content: "\e94f";
  color: #010101;
}
.icomoon-pint-shape .path2:before {
  content: "\e950";
  margin-left: -1.07714844em;
  color: #ffffff;
}
.icomoon-bullhorn:before {
  content: "\e92d";
}
.icomoon-group:before {
  content: "\e92e";
}
.icomoon-users:before {
  content: "\e92e";
}
.icomoon-lock:before {
  content: "\e92a";
}
.icomoon-user-md:before {
  content: "\e91e";
}
.icomoon-bell-o:before {
  content: "\e91b";
}
.icomoon-bell2:before {
  content: "\e91c";
}
.icomoon-lab:before {
  content: "\e92c";
}
.icomoon-beta:before {
  content: "\e92c";
}
.icomoon-beaker:before {
  content: "\e92c";
}
.icomoon-test:before {
  content: "\e92c";
}
.icomoon-experiment:before {
  content: "\e92c";
}
.icomoon-envelope:before {
  content: "\e91d";
}
.icomoon-email:before {
  content: "\e91d";
}
.icomoon-mail:before {
  content: "\e91d";
}
.icomoon-letter:before {
  content: "\e91d";
}
.icomoon-contact:before {
  content: "\e91d";
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url(/corporate/HelveticaNeueLTStd-Md.4f45ada7e1c7923156f85e313b17fd11.eot?#iefix) format('embedded-opentype'), url(/corporate/HelveticaNeueLTStd-Md.f0d7d673ef06ec9cf090dc00572d63e4.otf) format('opentype'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJIZWx2ZXRpY2FOZXVlTFRTdGQtTWQuY2ZjZjc2ZjFjMzBlYzQzMGNjNmFiM2Y0NjIwNzFkYTcud29mZiI7) format('woff'), url(/corporate/HelveticaNeueLTStd-Md.1778c3f5f2d6c5086340ce8e2f1cd1e7.ttf) format('truetype'), url(/corporate/HelveticaNeueLTStd-Md.f500da1d9a1bd51f706d46c2d588f014.svg#HelveticaNeueLTStd-Md) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-MdCn';
  src: url(/corporate/HelveticaNeueLTStd-MdCn.a9282fa6af5605ac56a87205e543f2d1.eot?#iefix) format('embedded-opentype'), url(/corporate/HelveticaNeueLTStd-MdCn.e4c76a5733c304a77f554a99ae05eac4.otf) format('opentype'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJIZWx2ZXRpY2FOZXVlTFRTdGQtTWRDbi5lZGM3NzA0MmU3ZDRhNzg2MDYyN2I3ZDhiZmVhYTgxZi53b2ZmIjs=) format('woff'), url(/corporate/HelveticaNeueLTStd-MdCn.149b43f1d9ebb2d5b872dc9322804e42.ttf) format('truetype'), url(/corporate/HelveticaNeueLTStd-MdCn.bde846a9c7996c1557235093bc71caee.svg#HelveticaNeueLTStd-MdCn) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJCZWJhc05ldWUtUmVndWxhci5kZWIwNjRkZTFjYmU0ZTMwMjcyMzAzZjIyMzhmMzZkZC53b2ZmIjs=) format('woff'), url(/corporate/BebasNeue-Regular.47f711bd1524b9283aa92d3d74db16a8.ttf) format('truetype'), url(/corporate/BebasNeue-Regular.efe36cb1e690638fc59af446ffc5e774.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJNb250c2VycmF0LU1lZGl1bS5iMTI5MDIyZDY4OGFlMmQ3MjE0YTU2NDQzZmIyN2I1MS53b2ZmIjs=) format('woff'), url(/corporate/Montserrat-Medium.f7c2cad2a5287ca6894cc1eb0080d855.ttf) format('truetype'), url(/corporate/Montserrat-Medium.d815b0a29adf3450c55f56e2fb813be4.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJNb250c2VycmF0LUxpZ2h0LmQwZTZkNWVmMTMwMGRlYmU4MzBmYzE5ZGE2Yjc0OGQzLndvZmYiOw==) format('woff'), url(/corporate/Montserrat-Light.f8fe32d3f0e1dca05f9eece295173bd5.ttf) format('truetype'), url(/corporate/Montserrat-Light.d4a8834fa8f57f0929b9f4ef89584361.otf) format('opentype');
  font-weight: lighter;
  font-style: lighter;
}
* {
  max-height: 1000000px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-lightbox-active,
body.body-datepicker-active {
  height: 100%;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a,
button,
[type] {
  white-space: normal;
  transition: all 0.25s;
}
a:focus,
button:focus,
[type]:focus,
a:active:focus,
button:active:focus,
[type]:active:focus,
a:hover,
button:hover,
[type]:hover {
  outline: none;
}
@media screen and (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h5,
  h6 {
    font-size: 18px;
  }
  .container-fluid,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 18px;
  }
}
.btn {
  padding: 5px 12px;
  font-weight: 600;
  border-width: 2px;
  border-radius: 2px;
  white-space: normal;
  transition: all 0.25s;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 7px 12px;
  }
}
.btn:focus,
.btn:active:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}
.btn.btn-default:focus,
.btn.btn-default:active:focus,
.btn.btn-default:hover {
  background: #76daff;
  border-color: #76daff;
}
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:hover {
  color: #fff;
  background: #00afef;
  border-color: #00afef;
}
.btn.btn-gray {
  color: #fff;
  background: #808080;
}
.btn.btn-gray:hover {
  background: #999;
}
.btn.btn-gray-outline {
  background: #fff;
  color: #808080;
  border: #808080 solid 2px;
}
.btn.btn-gray-outline:hover,
.btn.btn-gray-outline:focus,
.btn.btn-gray-outline:active:focus {
  color: #fff;
  background: #808080;
}
.label,
label {
  margin: 0;
  padding: 0;
  color: inherit;
  display: inline;
  white-space: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
}
.form-control {
  font-size: 18px;
  box-shadow: none;
  border-width: 2px;
  padding: 6px 15px;
}
@media screen and (max-width: 1200px) {
  .form-control {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-control {
    font-size: 14px;
  }
}
.form-control:focus {
  color: #949ca1;
  outline: none;
  box-shadow: none;
  border-color: #00afef;
}
.form-control:focus::-moz-placeholder {
  color: #949ca1;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #949ca1;
}
.form-control:focus::-webkit-input-placeholder {
  color: #949ca1;
}
.form-control:focus::-moz-placeholder {
  color: #949ca1;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #949ca1;
}
.form-control:focus::-webkit-input-placeholder {
  color: #949ca1;
}
.form-control[readonly] {
  background: #fff;
  box-shadow: none;
}
.form-control:hover {
  border-color: #00afef;
}
.input-lg {
  border-radius: 3px;
  color: #101010;
  font-size: 21px;
}
@media screen and (max-width: 1023px) {
  .input-lg {
    font-size: 18px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .input-lg {
    font-size: 16px;
    height: 40px;
  }
}
.input-lg:focus {
  color: #949ca1;
  border-color: #00afef;
}
.input-lg:focus::-moz-placeholder {
  color: #949ca1;
  opacity: 1;
}
.input-lg:focus:-ms-input-placeholder {
  color: #949ca1;
}
.input-lg:focus::-webkit-input-placeholder {
  color: #949ca1;
}
.input-lg:focus::-moz-placeholder {
  color: #949ca1;
  opacity: 1;
}
.input-lg:focus:-ms-input-placeholder {
  color: #949ca1;
}
.input-lg:focus::-webkit-input-placeholder {
  color: #949ca1;
}
.input-lg::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
.input-lg:-ms-input-placeholder {
  color: #101010;
}
.input-lg::-webkit-input-placeholder {
  color: #101010;
}
.input-lg::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
.input-lg:-ms-input-placeholder {
  color: #101010;
}
.input-lg::-webkit-input-placeholder {
  color: #101010;
}
.input-lg[type=submit],
.input-lg[type=reset],
.input-lg[type=button] {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  border-width: 0;
  padding: 15px 10px;
  background: #f78e1e;
}
.input-lg[type=submit]:focus,
.input-lg[type=reset]:focus,
.input-lg[type=button]:focus {
  background: #f78e1e;
}
.input-lg[type=submit]:active:hover,
.input-lg[type=reset]:active:hover,
.input-lg[type=button]:active:hover,
.input-lg[type=submit]:active:focus:hover,
.input-lg[type=reset]:active:focus:hover,
.input-lg[type=button]:active:focus:hover,
.input-lg[type=submit]:hover,
.input-lg[type=reset]:hover,
.input-lg[type=button]:hover {
  background: #ffc689;
}
.form-control-feedback {
  font-size: 16px;
  line-height: 40px;
}
.has-error .form-control,
.has-error .jcf-select {
  box-shadow: none;
  border-color: #f00;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.datepicker-input {
  cursor: pointer;
}
textarea.form-control {
  height: 197px;
  max-height: 250px;
  min-height: 100px;
  resize: vertical;
}
#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  position: relative;
  padding: 197px 0 0;
  table-layout: fixed;
}
@media screen and (max-width: 991px) {
  #wrapper {
    padding: 0;
  }
}
.container {
  width: auto;
  max-width: 1300px;
}
.main-heading {
  color: #00afef;
  font-weight: 400;
  margin: 0 0 34px;
  position: relative;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-Md', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1023px) {
  .main-heading.small-font {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading.small-font {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-heading.small-font {
    font-size: 21px;
  }
}
@media screen and (min-width: 1023px) {
  .main-heading.alt {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading.alt {
    max-width: 662px;
  }
}
.main-heading.full {
  max-width: none;
}
.main-heading a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .main-heading {
    max-width: 562px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-heading .text {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  position: relative;
}
.main-heading .text:after,
.main-heading .text:before {
  top: 50%;
  content: '';
  height: 32px;
  margin-top: -16px;
  position: absolute;
  background: url(/corporate/lines.de694bf08834961a47ba6981955a2543.png);
}
.main-heading .text:before {
  right: 100%;
  padding-left: 9999px;
  margin-left: -9999px;
}
.main-heading .text:after {
  left: 100%;
  padding-right: 9999px;
  margin-right: -9999px;
}
/* check-switcher */
.check-switcher {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  min-width: 160px;
  min-height: 40px;
  font-size: 18px;
  line-height: 36px;
  border: solid 2px;
  position: relative;
  background: #cdcdcd;
  transition: all 0.25s;
  border-color: #cdcdcd;
}
.check-switcher .jcf-checkbox,
.check-switcher [type=checkbox] {
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  position: absolute;
}
.check-switcher .text {
  top: 0;
  right: 100%;
  width: 75px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #f78e1e;
  transition: all 0.25s;
  position: absolute;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.check-switcher .text:before {
  cursor: pointer;
  content: attr(data-off);
}
.check-switcher:hover .text {
  background: #ffc689;
}
.check-switcher.label-active .text,
.check-switcher.jcf-label-active .text,
.check-switcher.input-checked .text {
  right: 0;
  background: #a0cf67;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.check-switcher.label-active .text:before,
.check-switcher.jcf-label-active .text:before,
.check-switcher.input-checked .text:before {
  content: attr(data-on);
}
.check-switcher.label-active:hover .text,
.check-switcher.jcf-label-active:hover .text,
.check-switcher.input-checked:hover .text {
  background: #c0e890;
}
.custom.tooltip {
  left: 50%;
  color: #fff;
  bottom: 100%;
  margin: 0 0 10px;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  transition: all 0.25s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.custom.tooltip .tooltop-inner {
  padding: 7px 5px;
  min-width: 132px;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  border-radius: 2px;
  background: #00afef;
  text-transform: uppercase;
}
.custom.tooltip .tooltop-inner:before {
  content: attr(data-deactive);
}
.check-switcher:hover .custom.tooltip {
  opacity: 1;
}
.input-checked .custom.tooltip .tooltop-inner:before {
  content: attr(data-active);
}
.custom.tooltip .tooltop-arrow {
  left: 50%;
  bottom: 0;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 5px 5px 0;
  margin: 0 0 0 -5px;
  border-top-color: #00afef;
}
.field-row.label-top .field,
.field-row.label-top .label {
  vertical-align: top;
}
.caret-arrow {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 2px;
  display: inline-block;
  vertical-align: middle;
}
.caret-arrow:before {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 0 4px;
  margin: -3px 0 0;
  border-bottom-color: #354052;
  transition: border 0.25s ease;
}
.table th:empty {
  cursor: default;
}
.table th.up .caret-arrow:before {
  border-width: 0 4px 4px;
}
.table th.down .caret-arrow:before {
  border-width: 4px 4px 0;
  border-color: #354052 transparent transparent;
}
.table th.none .caret-arrow:before {
  border-width: 0 4px;
}
.table tbody > tr.tr-active > td,
.table tbody > tr:hover > td {
  background: #f1f1f1;
}
.field-row {
  font-size: 0;
  line-height: 0;
}
.field-row + .field-row {
  margin: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .field-row + .field-row {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .field-row + .field-row {
    margin: 15px 0 0;
  }
}
.lightbox .field-row + .field-row {
  margin: 15px 0 0;
}
.field-row .field-row {
  font-size: 0;
  line-height: 0;
}
.field-row > * {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (max-width: 1600px) {
  .field-row > * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .field-row > * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .field-row > * {
    font-size: 14px;
  }
}
.field-row .input-lg {
  font-size: 21px;
}
@media screen and (max-width: 1023px) {
  .field-row .input-lg {
    font-size: 18px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .field-row .input-lg {
    font-size: 16px;
    height: 40px;
  }
}
.field-row.align-top .field,
.field-row.align-top .label {
  vertical-align: top;
}
.field-row .field,
.field-row .label {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .field-row .field,
  .field-row .label {
    display: block;
  }
}
.field-row .label {
  width: 37%;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .field-row .label {
    width: auto;
    padding: 0 0 7px;
  }
}
.field-row .field {
  width: 63%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .field-row .field {
    width: auto;
    padding: 0 0 7px;
  }
}
.field-row .row {
  margin: 0 -6px;
}
.field-row [class^="col-"],
.field-row [class*=" col-"] {
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .field-row [class^="col-"],
  .field-row [class*=" col-"] {
    padding-top: 15px;
  }
  .field-row [class^="col-"]:first-child,
  .field-row [class*=" col-"]:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .field-row br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .field-row .upload-btn + .jcf-file {
    display: none;
    margin: 15px 0 0;
  }
  .field-row .upload-btn + .jcf-file[class^="jcf-extension-"],
  .field-row .upload-btn + .jcf-file[class*=" jcf-extension-"] {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .field-row .upload-btn + .jcf-file .jcf-fake-input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .field-row .upload-btn + .jcf-file .jcf-fake-input {
    font-size: 14px;
  }
}
.required > label:before {
  content: '* ';
}
.txt-orange {
  color: #f78e1e;
}
.txt-green {
  color: #99cc66;
}
.txt-gray {
  color: #9ba2a7;
}
.text-underline {
  text-decoration: underline;
}
.img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .font-responsive {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .font-responsive {
    font-size: 14px;
  }
}
/* header */
#header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  background: #fff;
  min-width: 320px;
}
@media screen and (max-width: 991px) {
  #header {
    margin: 0 0 37px;
    position: relative;
    border-bottom: solid 2px #ccc;
  }
}
#header .container-fluid {
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #header .container-fluid {
    padding: 15px 0 0;
  }
}
#header .btn-login {
  top: 0;
  right: 36px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  #header .btn-login {
    top: auto;
    right: auto;
    float: right;
    margin: 0 0 0 12px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #header .btn-login {
    width: 46px !important;
    height: 36px !important;
  }
}
.logo {
  width: 260px;
  margin: 0 auto;
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.logo img.normal img {
  margin: -17px 0 0;
}
.container-fluid > .navbar-header,
.container > .navbar-header {
  margin: 0;
  float: none;
  position: relative;
  padding: 0 15px 10px;
}
@media screen and (max-width: 767px) {
  .container-fluid > .navbar-header,
  .container > .navbar-header {
    padding: 0 15px 15px;
  }
}
.navbar-default {
  border-width: 0;
  text-align: center;
  position: relative;
}
.navbar-default > .container .navbar-brand,
.navbar-default > .container-fluid .navbar-brand {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .navbar-default > .container .navbar-brand,
  .navbar-default > .container-fluid .navbar-brand {
    margin: 8px auto 0;
  }
}
.navbar-default .navbar-brand {
  padding: 0;
  float: none;
  height: auto;
  display: block;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-brand {
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .navbar-default .navbar-brand {
    max-width: 140px;
  }
}
.navbar-default .navbar-brand img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.navbar-default .navbar-brand img.normal img {
  margin: -17px 0 0;
}
.navbar-default .navbar-nav {
  float: none;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav {
    margin: 0;
    background: #99cc66;
  }
}
.navbar-default .navbar-nav > li {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  min-width: 177px;
  padding: 18px 12px 16px;
}
.navbar-default .link-login {
  top: 0;
  right: 20px;
  position: absolute;
}
.navbar-default .navbar-collapse {
  position: relative;
  background: #99cc66;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-collapse {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border-width: 0;
    height: auto;
  }
}
.navbar-default .navbar-toggle {
  width: 46px;
  height: 36px;
  padding: 0;
  margin: 0 12px 0 0;
  float: left;
  border-radius: 2px;
  border: solid 2px #00afef;
  transition: all 0.25s linear;
}
.navbar-default .navbar-toggle:hover {
  background: #fff;
  border-color: #76daff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background: #76daff;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3),
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4),
.navbar-default .navbar-toggle.collapsed .icon-bar {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
  top: 7px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  top: 15px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
  top: 23px;
}
.navbar-default .navbar-toggle .icon-bar {
  top: 14px;
  margin: 0;
  left: 5px;
  right: 5px;
  height: 3px;
  width: auto;
  background: #00afef;
  border-radius: 2px;
  position: absolute;
  transition: all 0.25s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  top: 15px;
  opacity: 0;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin: 0;
}
/* logged-user-area */
.logged-user-area {
  top: 0;
  right: 0;
  z-index: 2;
  width: 239px;
  position: absolute;
}
.logged-user-area .opener {
  font-size: 18px;
  line-height: 1.25;
  color: #101010;
  display: block;
  padding: 30px 11px 30px 19px;
  cursor: pointer;
}
.logged-user-area .opener span.text {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logged-user-area .opener > * {
  display: inline-block;
  vertical-align: middle;
}
.logged-user-area .opener .caret {
  margin: 4px 0 0 15px;
  border-width: 7px 5px 0;
  border-style: solid dashed;
  border-color: #101010 transparent transparent;
}
.logged-user-area .opener:focus {
  outline: none;
}
.logged-user-area.active .opener,
.logged-user-area .opener:hover {
  background: #00afef;
}
.logged-user-area .img-circle {
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin: 0 13px 0 0;
  border-radius: 100%;
  transition: all 0.25s;
}
.logged-user-area .img-circle img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-radius: 100%;
  background-color: white;
  height: 100%;
}
.logged-user-area .img-circle img.normal img {
  margin: -17px 0 0;
}
.logged-user-area .logged-user-drop {
  top: 100%;
  right: 0;
  z-index: 10;
  border-width: 0;
  background: none;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  box-shadow: none;
}
.logged-user-area .well {
  padding: 3px;
  margin: 0;
  position: relative;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: solid 2px #ccc;
}
.logged-user-area .well ul {
  margin: 0;
  max-height: 200px;
}
.logged-user-area .well ul a {
  color: #354052;
  display: block;
  padding: 9px 8px;
  text-transform: uppercase;
  cursor: pointer;
}
.logged-user-area .well ul a:hover {
  color: #fff;
  background: #00afef;
}
@media screen and (max-width: 1600px) {
  .logged-user-area .logged-user-drop {
    font-size: 15px;
    line-height: 1.25;
  }
  .logged-user-area .well ul {
    max-height: 184px;
  }
}
@media screen and (max-width: 767px) {
  .logged-user-area {
    right: auto;
    width: 100%;
    position: relative;
  }
  .logged-user-area .opener {
    color: #fff;
    font-weight: 700;
    background: #00afef;
    padding: 6px 20px 10px;
  }
  .logged-user-area .opener span.text {
    width: inherit;
    max-width: 75%;
  }
  .logged-user-area .opener .caret {
    border-top-color: #fff;
  }
  .logged-user-area .opener:hover,
  .logged-user-area.active .opener {
    background: #76daff;
  }
  .logged-user-area .opener:hover .img-circle,
  .logged-user-area.active .opener .img-circle {
    border-color: #76daff;
  }
  .logged-user-area .img-circle {
    margin: 0;
    top: 8px;
    right: 15px;
    z-index: 11;
    position: absolute;
    border: #00afef solid 2px;
  }
  .logged-user-area .logged-user-drop {
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
}
/* custom checkbox styles */
.jcf-checkbox {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  cursor: default;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.jcf-checkbox span {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  transition: all 0.25s linear;
  border: 2px solid #636363;
}
.jcf-checkbox span:before {
  opacity: 0;
  display: block;
  cursor: pointer;
  content: '\e916';
  text-indent: -2px;
  text-align: center;
  font: 14px/16px 'icomoon';
  transition: all 0.25s linear;
}
.jcf-checkbox [type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}
.jcf-checkbox:hover span,
.jcf-checkbox.jcf-checked span {
  border-color: #a0cf67;
}
.jcf-checkbox.jcf-checked span {
  background: #a0cf67;
}
.jcf-checkbox.jcf-checked span:before {
  opacity: 1;
}
.jcf-checkbox.jcf-checked:hover span {
  background: #c0e890;
  border-color: #c0e890;
}
/* custom radio styles */
.jcf-radio {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  cursor: default;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.jcf-radio [type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio span {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  transition: all 0.25s linear;
  border: 2px solid #636363;
}
.jcf-radio span:before {
  opacity: 0;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  border-radius: 100%;
  background: #a0cf67;
  transition: all 0.25s;
}
.jcf-radio [type="radio"]:hover + span {
  border-color: #a0cf67;
}
.jcf-radio:hover span,
.jcf-radio.jcf-checked span {
  border-color: #a0cf67;
}
.jcf-radio.jcf-checked span:before {
  opacity: 1;
}
.jcf-radio.jcf-checked:hover span {
  border-color: #c0e890;
}
.jcf-radio.jcf-checked:hover span:before {
  background: #c0e890;
}
/* custom select styles */
.jcf-select {
  display: block;
  background: #fff;
  cursor: pointer;
  position: relative;
  border: 2px solid #636363;
  border-radius: 3px;
}
.jcf-select.jcf-drop-active,
.jcf-select.jcf-focus {
  border-color: #00afef;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after,
.jcf-select.jcf-focus .jcf-select-opener:after {
  border-top-color: #00afef;
}
.jcf-select.jcf-drop-active .jcf-select-text,
.jcf-select.jcf-focus .jcf-select-text {
  color: #00afef;
}
.jcf-select:hover {
  border-color: #00afef;
}
.jcf-select:hover .jcf-select-opener:after {
  border-top-color: #00afef;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  display: block;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  color: #101010;
  text-overflow: ellipsis;
  margin: 0 35px 0 13px;
}
@media screen and (max-width: 1200px) {
  .jcf-select .jcf-select-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .jcf-select .jcf-select-text {
    font-size: 14px;
  }
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  cursor: pointer;
  width: 24px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 4px 4px 0;
  border-top-color: #636363;
}
select:hover + .jcf-select {
  border-color: #00afef;
}
select:hover + .jcf-select .jcf-select-opener:after {
  border-top-color: #00afef;
}
span.jcf-select-select-large {
  text-align: left;
}
span.jcf-select-select-large:hover,
span.jcf-select-select-large.jcf-drop-active {
  border-color: #c0e890;
}
span.jcf-select-select-large:hover .jcf-select-text,
span.jcf-select-select-large.jcf-drop-active .jcf-select-text {
  color: #c0e890;
}
span.jcf-select-select-large:hover .jcf-select-opener:after,
span.jcf-select-select-large.jcf-drop-active .jcf-select-opener:after {
  border-top-color: #c0e890;
}
span.jcf-select-select-large .jcf-select-text {
  color: #99cc66;
  font-size: 21px;
  line-height: 56px;
}
@media screen and (max-width: 1023px) {
  span.jcf-select-select-large .jcf-select-text {
    font-size: 18px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  span.jcf-select-select-large .jcf-select-text {
    font-size: 16px;
    line-height: 36px;
  }
}
span.jcf-select-select-large .jcf-select-opener {
  width: 48px;
}
@media screen and (max-width: 1023px) {
  span.jcf-select-select-large .jcf-select-opener {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  span.jcf-select-select-large .jcf-select-opener {
    width: 30px;
  }
}
span.jcf-select-select-large .jcf-select-opener:after {
  margin: -7px 0 0;
  border-width: 14px 14px 0;
  border-top-color: #99cc66;
}
@media screen and (max-width: 1023px) {
  span.jcf-select-select-large .jcf-select-opener:after {
    margin: -5px 0 0;
    border-width: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  span.jcf-select-select-large .jcf-select-opener:after {
    margin: -3px 0 0;
    border-width: 6px 6px 0;
  }
}
body > .jcf-select-drop {
  position: absolute;
  margin: 0;
  z-index: 999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #ccc;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
}
.jcf-list .jcf-list-content {
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  width: 100% !important;
}
.jcf-list ul {
  list-style: none;
  padding: 3px;
  margin: 0;
  max-height: 206px;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list ul li:first-child {
  display: none !important;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  display: block;
  padding: 9px 14px;
  color: #354052;
  height: 1%;
}
@media screen and (max-width: 1200px) {
  .jcf-list .jcf-option {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .jcf-list .jcf-option {
    font-size: 14px;
  }
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #00afef;
  color: #fff;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
/* custom file input styles */
.jcf-file {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  overflow: hidden;
  background: #fff;
  position: relative;
  white-space: nowrap;
}
.jcf-file.jcf-focus .jcf-upload-button,
.jcf-file:hover .jcf-upload-button {
  background: #808080;
}
.jcf-file.jcf-focus .jcf-fake-input,
.jcf-file:hover .jcf-fake-input {
  color: #000;
  border-color: #66afe9;
}
.jcf-file[class^="jcf-extension-"] .jcf-fake-input,
.jcf-file[class*=" jcf-extension-"] .jcf-fake-input {
  display: block;
}
.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.jcf-file .jcf-upload-button {
  top: 0;
  left: 0;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 8px;
  width: 223px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  background: #999;
  text-align: center;
  border-radius: 3px;
  display: none !important;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.jcf-file .jcf-upload-button:hover {
  background: #737373;
}
.jcf-file .jcf-upload-button:hover {
  background: #737373;
}
.jcf-file .jcf-fake-input {
  display: none;
  overflow: hidden;
  padding: 0 12px;
  font-size: 18px;
  line-height: 36px;
  border-radius: 3px;
  color: #101010;
  text-overflow: ellipsis;
  border: 2px solid #636363;
}
.jcf-file .jcf-fake-input .jcf-button-content {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}
.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 6px;
  bottom: 0;
  right: 3px;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 6px;
  width: 6px;
  left: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #808080;
  height: 1px;
  width: 6px;
  cursor: pointer;
  border-radius: 6px;
  transition: opacity 0.25s;
}
.jcf-focus .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  opacity: 1;
}
.jcf-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 6px;
  overflow: hidden;
}
.jcf-scrollbar-slider {
  overflow: hidden;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #808080;
  height: 6px;
  cursor: pointer;
  border-radius: 6px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  transition: background 0.25s;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle:hover,
.jcf-scrollbar-vertical .jcf-scrollbar-handle:hover {
  background: #999;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  width: 100%;
  height: 3px;
  opacity: 0;
}
div.jcf-select-data-search {
  min-width: 200px;
}
div.jcf-select-data-search .jcf-select-drop-content {
  padding: 3px;
  background: #fff;
  border-radius: 2px;
}
div.jcf-select-data-search .jcf-list {
  position: relative;
  padding: 44px 0 0;
}
div.jcf-select-data-search .jcf-list ul {
  padding: 0;
}
div.jcf-select-data-search .search-holder {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
}
.select-indication-slide .form-control,
div.jcf-select-data-search .form-control {
  border-color: #ccc;
  padding: 5px 35px 5px 14px;
}
.select-indication-slide .form-control:hover,
div.jcf-select-data-search .form-control:hover,
.select-indication-slide .form-control:focus,
div.jcf-select-data-search .form-control:focus {
  border-color: #00afef;
}
[type=checkbox].jcf-hidden,
[type=radio].jcf-hidden,
select.jcf-hidden {
  left: 0 !important;
}
.jcf-hidden {
  opacity: 0;
  visibility: hidden;
}
.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  opacity: 1;
  border-radius: 6px;
}
.jcf-scrollable,
.jcf-scrollable-wrapper {
  width: 100% !important;
}
.jcf-select-visible-first .jcf-list ul li:first-child {
  display: block !important;
}
div.jcf-select-min-width {
  min-width: 150px;
}
div.jcf-select-min-height .jcf-list-content,
div.jcf-select-min-height .jcf-scrollable-wrapper {
  height: 206px !important;
}
div.jcf-select-min-height .jcf-list ul {
  min-height: 206px;
}
/* custom number input styles */
.jcf-number {
  display: block;
  position: relative;
}
.jcf-number .form-control {
  padding-right: 50px;
}
.jcf-number input {
  -moz-appearance: textfield;
}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #ccc;
  width: 20px;
  height: 15px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}
.jcf-number .jcf-btn-dec.none,
.jcf-number .jcf-btn-inc.none {
  pointer-events: none;
}
.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 5px;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3;
}
.jcf-number .jcf-btn-dec.jcf-disabled,
.jcf-number .jcf-btn-inc.jcf-disabled {
  cursor: text;
}
.jcf-number.jcf-disabled input {
  background: #ddd;
}
/* main part styling */
#main {
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  #main {
    padding: 0;
    overflow: visible;
  }
}
.form-search {
  margin: 0 0 30px;
}
.form-search .row {
  margin: 0 -6px;
}
.form-search .col {
  padding: 0 6px;
}
.form-search .custom-select,
.form-search .search-area {
  width: 25%;
}
/* table-holder */
.table-holder {
  background: #fff;
  border: #f78e1e solid 2px;
}
.table-holder caption,
.table-holder header {
  color: #fff;
  background: #f78e1e;
  padding: 12px 16px 16px;
}
.table-holder caption:before,
.table-holder header:before,
.table-holder caption:after,
.table-holder header:after {
  content: " ";
  display: table;
}
.table-holder caption:after,
.table-holder header:after {
  clear: both;
}
.table-holder caption:before,
.table-holder header:before,
.table-holder caption:after,
.table-holder header:after {
  content: " ";
  display: table;
}
.table-holder caption:after,
.table-holder header:after {
  clear: both;
}
.table-holder caption {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}
.table-holder h2 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.table-holder .tr-active > td {
  background: #f1f1f1;
}
.caret-arrow {
  position: relative;
}
.table > tbody > tr td,
.table > thead > tr td,
.table > tbody > tr th,
.table > thead > tr th {
  border-width: 0;
  padding: 16px 5px 16px 12px;
}
.table > tbody > tr td:first-child,
.table > thead > tr td:first-child,
.table > tbody > tr th:first-child,
.table > thead > tr th:first-child {
  padding-left: 16px;
}
.table > thead > tr > th {
  border-width: 0;
  color: #354052;
  font-weight: 700;
  transition: all 0.25s;
  text-transform: uppercase;
  padding: 16px 5px 16px 13px;
}
.btn-close {
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  color: #00afef;
  margin: -10px 0 0;
  background: #fff;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  border: solid 2px #00afef;
}
.btn-close:hover {
  color: #76daff;
  border-color: #76daff;
}
.img-preview {
  padding: 5px;
  margin: 0 0 15px;
  border-radius: 3px;
  border: solid 2px #636363;
}
.img-preview img {
  display: block;
  max-width: 100%;
  cursor: pointer;
}
.image-preview-area .upload-btn {
  float: left;
  min-width: 137px;
  margin: 0 8px 0 0;
}
.image-preview-area .jcf-file[class^="jcf-extension-"],
.image-preview-area .jcf-file[class*=" jcf-extension-"] {
  display: block;
  overflow: hidden;
}
.upload-btn {
  padding: 5px 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.upload-btn:before {
  content: attr(data-text);
}
.upload-btn:hover:before {
  content: attr(data-hover-text);
}
.form-find-studies {
  max-width: 562px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 991px) {
  .form-find-studies {
    margin-bottom: 30px;
  }
}
.form-login .form-control,
.form-study .form-control,
.form-contact .form-control,
.form-find-studies .form-control {
  font-size: 21px;
}
@media screen and (max-width: 1023px) {
  .form-login .form-control,
  .form-study .form-control,
  .form-contact .form-control,
  .form-find-studies .form-control {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .form-login .form-control,
  .form-study .form-control,
  .form-contact .form-control,
  .form-find-studies .form-control {
    font-size: 16px;
  }
}
input[type=submit].input-lg,
.btn.btn-deep {
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  padding: 0 10px;
  font-weight: 700;
  border-width: 1px;
  border-color: #f99a34;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(top, #ffc689 0%, #f78e1e 100%);
  background-image: -o-linear-gradient(top, #ffc689 0%, #f78e1e 100%);
  background-image: linear-gradient(to bottom, #ffc689 0%, #f78e1e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc689', endColorstr='#fff78e1e', GradientType=0);
  box-shadow: 0 0 0 2px #ffc689 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.17);
}
input[type=submit].input-lg:focus,
.btn.btn-deep:focus {
  border-color: #f99a34;
  background-image: -webkit-linear-gradient(top, #ffc689 0%, #f78e1e 100%);
  background-image: -o-linear-gradient(top, #ffc689 0%, #f78e1e 100%);
  background-image: linear-gradient(to bottom, #ffc689 0%, #f78e1e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc689', endColorstr='#fff78e1e', GradientType=0);
  box-shadow: 0 0 0 2px #ffc689 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.17);
}
input[type=submit].input-lg:active:hover,
.btn.btn-deep:active:hover,
input[type=submit].input-lg:active:focus,
.btn.btn-deep:active:focus,
input[type=submit].input-lg:active:focus:hover,
.btn.btn-deep:active:focus:hover,
input[type=submit].input-lg:hover,
.btn.btn-deep:hover {
  border-color: #f99a34;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #ffcf9c 0%, #fea343 100%);
  background-image: -o-linear-gradient(top, #ffcf9c 0%, #fea343 100%);
  background-image: linear-gradient(to bottom, #ffcf9c 0%, #fea343 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcf9c', endColorstr='#fffea343', GradientType=0);
  box-shadow: 0 0 0 2px #ffc689 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  input[type=submit].input-lg,
  .btn.btn-deep {
    font-size: 30px;
    line-height: 50px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  input[type=submit].input-lg,
  .btn.btn-deep {
    font-size: 24px;
    line-height: 40px;
    height: auto;
  }
}
input[type=submit].input-lg.small,
.btn.btn-deep.small {
  font-size: 30px;
  line-height: 50px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  border-color: #fab366;
  box-shadow: 0 0 0 2px #ffcd98 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.17);
  background-image: -webkit-linear-gradient(top, #fbcc99 0%, #fab368 100%);
  background-image: -o-linear-gradient(top, #fbcc99 0%, #fab368 100%);
  background-image: linear-gradient(to bottom, #fbcc99 0%, #fab368 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbcc99', endColorstr='#fffab368', GradientType=0);
}
input[type=submit].input-lg.small:focus,
.btn.btn-deep.small:focus {
  box-shadow: 0 0 0 2px #ffcd98 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.17);
  background-image: -webkit-linear-gradient(top, #ffe6cb 0%, #f9ae5e 100%);
  background-image: -o-linear-gradient(top, #ffe6cb 0%, #f9ae5e 100%);
  background-image: linear-gradient(to bottom, #ffe6cb 0%, #f9ae5e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe6cb', endColorstr='#fff9ae5e', GradientType=0);
}
input[type=submit].input-lg.small:active:hover,
.btn.btn-deep.small:active:hover,
input[type=submit].input-lg.small:active:focus:hover,
.btn.btn-deep.small:active:focus:hover,
input[type=submit].input-lg.small:hover,
.btn.btn-deep.small:hover {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #ffcf9c 0%, #fea343 100%);
  background-image: -o-linear-gradient(top, #ffcf9c 0%, #fea343 100%);
  background-image: linear-gradient(to bottom, #ffcf9c 0%, #fea343 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcf9c', endColorstr='#fffea343', GradientType=0);
  box-shadow: 0 0 0 2px #ffc689 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  input[type=submit].input-lg.small,
  .btn.btn-deep.small {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  input[type=submit].input-lg.small,
  .btn.btn-deep.small {
    font-size: 20px;
    line-height: 40px;
  }
}
.articles-holder {
  margin: 0 0 12px;
}
.articles-holder h3 {
  color: #99cc66;
  margin: 0 0 38px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .articles-holder h3 {
    margin: 0 0 26px;
  }
}
.articles-holder .post {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .articles-holder .post {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .articles-holder .post {
    width: 100% !important;
  }
}
.post {
  margin: 0 0 37px;
  word-wrap: break-word;
}
.post > a {
  padding: 12px;
  display: block;
  color: #354052;
  margin: 0 0 30px;
  background: #fff;
  min-height: 344px;
  position: relative;
  border: solid 2px #636363;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: solid 1px #cccccc;
}
.post > a:hover {
  color: #999;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.post > a:hover .img-holder img {
  transform: scale(1.1);
}
.post > a:hover .btn-holder {
  height: 104px;
  padding: 32px 15px;
  border-top-color: #00afef;
}
.post .img-holder {
  padding: 3px;
  overflow: hidden;
  margin: 0 auto 11px;
  border: none;
}
.post .img-holder:hover img {
  transform: scale(1.1);
}
.post .img-holder img {
  position: relative;
  transition: all 0.25s linear;
}
.post .img-circle-btn {
  margin-top: -45px;
  position: absolute;
  left: calc(50% - 30px);
}
.post .img-circle-btn img {
  border-radius: 50%;
  background: white;
  border: white solid 5px;
  width: 60px;
}
.post .info {
  padding: 0 12px 5px;
  margin: 24px -12px 10px;
  border-bottom: solid 2px #ccc;
}
.post h4 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #99cc66;
  line-height: 32px;
}
.post address {
  margin: 0 0 18px;
  font-weight: 600;
}
.post .info {
  color: #f78e1e;
  min-height: 90px;
}
.post .info .tel,
.post .info address,
.post .info .distance,
.post .info.coming-soon span,
.post .info.coming-soon-landing span {
  margin: 0;
  display: block;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 30px;
  min-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.post .info .tel i,
.post .info address i,
.post .info .distance i,
.post .info.coming-soon span i,
.post .info.coming-soon-landing span i {
  top: 3px;
  left: 0;
  min-width: 16px;
  position: absolute;
  text-align: center;
}
.post .info.coming-soon span,
.post .info.coming-soon-landing span {
  padding: 0;
}
.post .info .tel {
  margin: 0;
}
.post p {
  margin: 0 0 18px;
}
.post p a {
  color: #354052;
  text-decoration: underline;
}
.post p a:hover {
  color: #999;
  text-decoration: none;
}
.post p.note {
  font-size: 14px;
  color: #999;
}
.post .desc {
  height: 80px;
  overflow: hidden;
}
.post .desc .custom-description * {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #354052 !important;
}
.post .info p,
.post .desc p {
  margin: 0;
}
.post h3,
.post h2 {
  font-size: 21px;
  margin: 0 0 20px;
  font-weight: 700;
}
.post h3 {
  margin: 0 0 2px;
  font-size: 18px;
  text-transform: uppercase;
}
.post .social-networks a {
  font-size: 28px;
}
.post .social-area h3 {
  color: #9ba2a7;
  margin: 8px 12px 0 0;
}
.post .btn-holder {
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  transition: all 0.25s;
  background: rgba(255, 255, 255, 0.8);
  border-top: transparent solid 2px;
}
.post footer.learn-more {
  margin-top: 10px;
  color: #00afef;
  font-weight: 600;
  font-size: 14px;
}
.post footer.learn-more img {
  width: 15px;
  margin-top: -2px;
  margin-right: 10px;
}
.form-contact .form-holder {
  padding: 30px;
  max-width: 662px;
  background: #fff;
  position: relative;
  margin: 0 auto 42px;
  border: solid 2px #ccc;
}
@media screen and (max-width: 767px) {
  .form-contact .form-holder {
    padding: 20px;
  }
}
.form-contact h2 {
  text-align: center;
}
.form-contact p {
  margin: 0 0 20px;
}
.form-contact .contact-info {
  margin-bottom: 24px;
}
.form-contact .contact-info h3 {
  position: relative;
}
.form-contact .contact-info [class^="icon-"],
.form-contact .contact-info [class*=" icon-"] {
  top: 2px;
  left: -1px;
  width: 30px;
  position: absolute;
}
.form-contact .contact-info .icon-envelope {
  top: 1px;
}
.form-contact .contact-info address,
.form-contact .contact-info a {
  color: #354052;
}
.form-contact .contact-info a:hover {
  color: #999;
}
.form-contact .contact-info .col-xs-4 {
  width: 35.48345%;
}
.form-contact .contact-info .col {
  width: 29.033%;
}
@media screen and (max-width: 767px) {
  .form-contact .contact-info .col,
  .form-contact .contact-info .col-xs-4 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.form-contact address {
  margin: 0;
  line-height: 1.42857;
}
.form-contact h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.form-contact .txt-green {
  font-size: 26px;
}
@media screen and (max-width: 990px) {
  .form-contact .txt-green {
    font-size: 21px;
  }
}
.form-contact .image {
  bottom: 0;
  width: 350px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .form-contact .image {
    width: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .form-contact .image {
    width: 150px;
  }
}
@media screen and (max-width: 1022px) {
  .form-contact .image {
    display: none;
  }
}
.form-contact .image.left {
  right: 100%;
  margin: 0 20px 0 0;
}
.form-contact .image.right {
  left: 100%;
  margin: 0 0 0 20px;
}
.form-contact .image img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.form-contact .image img.normal img {
  margin: -17px 0 0;
}
.form-contact .input-lg + .input-lg {
  margin: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .form-contact .input-lg + .input-lg {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .form-contact .input-lg + .input-lg {
    margin: 15px 0 0;
  }
}
.form-contact .svg * {
  transition: 0.25s linear;
}
.form-contact .wifi {
  opacity: 0;
  right: 13%;
  width: 30px;
  bottom: 38%;
  stroke: #fff;
  stroke-width: 1;
  position: absolute;
  transition: 0.25s linear;
}
.form-contact .wifi .wifi-path {
  opacity: 0;
  animation: wifi 2s infinite alternate;
}
.form-contact .wifi .wifi-path.wifi-path1 {
  animation-delay: 0.33s;
}
.form-contact .wifi .wifi-path.wifi-path2 {
  animation-delay: 0.666s;
}
.form-contact .wifi .wifi-path.wifi-path3 {
  animation-delay: 1s;
}
.form-contact .input-lg:hover ~ .image .wifi,
.form-contact .input-lg:focus ~ .image .wifi,
.form-contact .field:hover ~ .image .wifi,
.form-contact .field.focus ~ .image .wifi,
.form-contact .svg:hover ~ .wifi {
  opacity: 1;
}
.form-contact .input-lg:hover ~ .image .svg .envelop,
.form-contact .input-lg:focus ~ .image .svg .envelop,
.form-contact .field:hover ~ .image .svg .envelop,
.form-contact .field.focus ~ .image .svg .envelop,
.form-contact .svg:hover .envelop {
  animation: envelop 1.5s infinite linear;
}
.form-contact .input-lg:hover ~ .image .svg .eye1,
.form-contact .input-lg:focus ~ .image .svg .eye1,
.form-contact .field:hover ~ .image .svg .eye1,
.form-contact .field.focus ~ .image .svg .eye1,
.form-contact .svg:hover .eye1,
.form-contact .input-lg:hover ~ .image .svg .eye2,
.form-contact .input-lg:focus ~ .image .svg .eye2,
.form-contact .field:hover ~ .image .svg .eye2,
.form-contact .field.focus ~ .image .svg .eye2,
.form-contact .svg:hover .eye2 {
  transform-origin: 0 0;
  transform: scale(1.2) translate(-14px, -20px);
}
.form-contact .input-lg:hover ~ .image .svg .eyebrow,
.form-contact .input-lg:focus ~ .image .svg .eyebrow,
.form-contact .field:hover ~ .image .svg .eyebrow,
.form-contact .field.focus ~ .image .svg .eyebrow,
.form-contact .svg:hover .eyebrow {
  transform-origin: 0 0;
  transform: scale(1.2) translate(-7px, -10px);
}
.form-contact .input-lg:hover ~ .image .svg .eyebrow2,
.form-contact .input-lg:focus ~ .image .svg .eyebrow2,
.form-contact .field:hover ~ .image .svg .eyebrow2,
.form-contact .field.focus ~ .image .svg .eyebrow2,
.form-contact .svg:hover .eyebrow2 {
  transform-origin: 0 0;
  transform: scale(1.2) translate(-19px, -10px);
}
.form-contact .input-lg:hover ~ .image .svg .eye1-left,
.form-contact .input-lg:focus ~ .image .svg .eye1-left,
.form-contact .field:hover ~ .image .svg .eye1-left,
.form-contact .field.focus ~ .image .svg .eye1-left,
.form-contact .svg:hover .eye1-left {
  transform-origin: 0 0;
  transform: scale(1.2) translate(-2px, -11px);
}
.form-contact .input-lg:hover ~ .image .svg .eye2-left,
.form-contact .input-lg:focus ~ .image .svg .eye2-left,
.form-contact .field:hover ~ .image .svg .eye2-left,
.form-contact .field.focus ~ .image .svg .eye2-left,
.form-contact .svg:hover .eye2-left {
  transform-origin: 0 0;
  transform: scale(1.2) translate(-9px, -11px);
}
.form-contact .input-lg:hover ~ .image .svg .eyebrow1-left,
.form-contact .input-lg:focus ~ .image .svg .eyebrow1-left,
.form-contact .field:hover ~ .image .svg .eyebrow1-left,
.form-contact .field.focus ~ .image .svg .eyebrow1-left,
.form-contact .svg:hover .eyebrow1-left {
  transform: translate(2px, -1px);
}
.form-contact .input-lg:hover ~ .image .svg .head-left,
.form-contact .input-lg:focus ~ .image .svg .head-left,
.form-contact .field:hover ~ .image .svg .head-left,
.form-contact .field.focus ~ .image .svg .head-left,
.form-contact .svg:hover .head-left {
  transform: translate(0, 3px);
}
.map-open-close {
  position: relative;
}
.map-open-close .opener-area {
  text-align: center;
  font-size: 21px;
  line-height: 65px;
  background: #9ba2a7;
}
.map-open-close .opener {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.map-open-close .opener:hover .icon-arrow_triangle-down {
  background: #ffc689;
}
.map-open-close .icon-arrow_triangle-down {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  color: #fff;
  margin: 0 8px;
  font-size: 30px;
  position: relative;
  background: #f78e1e;
  transition: all 0.25s;
}
.map-open-close .icon-arrow_triangle-down:before {
  top: 50%;
  left: 50%;
  position: absolute;
  transition: all 0.25s;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.map-open-close.active .icon-arrow_triangle-down:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.map-open-close.active .maparea {
  top: auto;
  left: auto;
  position: relative !important;
}
.maparea {
  top: -99999px;
  left: -99999px;
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: absolute !important;
}
.maparea .custom-close {
  top: -15px !important;
  right: -15px !important;
  width: 30px !important;
  height: 30px !important;
  opacity: 1 !important;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 100%;
  text-align: center;
  font-size: 26px;
  line-height: 24px;
  transition: all 0.25s;
}
.maparea .custom-close:hover {
  border-color: #f78e1e;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.maparea .custom-close:before {
  display: block;
  content: "\e900";
  font-family: 'icomoon';
  transition: all 0.25s;
}
.maparea .custom-close img {
  display: none;
}
.maparea .close {
  top: 50%;
  opacity: 1;
  right: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 26px;
  height: 26px;
  text-shadow: none;
  position: absolute;
  margin: -13px 0 0;
}
.maparea .close i {
  display: block;
  transition: all 0.25s;
}
.maparea .close:hover {
  color: #fff;
  margin: -11px -2px 0 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.maparea .gm-style-iw > div {
  max-width: none !important;
}
.maparea .custom-arrow {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  border: solid 2px #636363;
}
.maparea .custom-arrow:after,
.maparea .custom-arrow:before {
  top: 100%;
  left: 50%;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 15px 12px 0;
  margin: 0 0 0 -12px;
  border-top-color: #636363;
}
.maparea .custom-arrow:after {
  z-index: 1;
  margin: 0 0 0 -10px;
  border-width: 13px 10px 0;
  border-top-color: #fff;
}
.maparea .custom-arrow > div,
.maparea .gm-style-cc,
.maparea [title="Click to see this area on Google Maps"] {
  display: none !important;
}
.form-study {
  max-width: 592px;
  margin: 0 auto 42px;
}
.form-study .main-heading {
  margin: 0 0 17px;
}
.form-study h2 {
  font-size: 21px;
  margin: 0 0 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-study h2 i {
  top: 2px;
  position: relative;
}
.form-study h3 {
  margin: 0 0 25px;
  color: #9ba2a7;
}
.form-study .btn-deep.small {
  font-size: 21px;
  line-height: 1;
  padding: 7px 12px;
}
.form-study .btn-deep.small div,
.form-study .btn-deep.small .icon-phone-square {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.form-study .btn-deep.small .icon-phone-square {
  font-size: 30px;
}
.form-study .btn-deep.small span {
  display: block;
}
.list-arrow li {
  position: relative;
  padding: 0 0 0 30px;
}
.list-arrow li:before {
  top: 0;
  left: 0;
  content: '\e943';
  position: absolute;
  font-family: 'icomoon';
}
.video-area {
  margin: 0 0 36px;
}
.video-area p {
  margin: 0;
}
@media screen and (max-width: 1240px) {
  .video-area p.txt-gray br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .video-area .info {
    max-width: 562px;
    margin: 0 auto;
  }
}
.video {
  max-width: 562px;
  margin: 0 auto 30px;
  position: relative;
}
.video > div {
  overflow: hidden;
  position: relative;
}
.video .video-placeholder {
  opacity: 0;
  visibility: hidden;
}
.video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.form-login {
  padding: 30px;
  max-width: 590px;
  margin: 0 auto 42px;
  background: #fff;
  border: solid 2px #ccc;
}
@media screen and (max-width: 767px) {
  .form-login {
    padding: 20px;
  }
}
.form-login .main-heading {
  text-align: center;
}
.form-login .link:hover {
  text-decoration: underline;
}
.form-login .jcf-checkbox {
  margin: 2px 4px 0 0;
}
@media screen and (max-width: 480px) {
  .form-login .area > div {
    width: 100%;
  }
  .form-login .area .link {
    margin: 10px 0 0;
    float: left !important;
  }
}
.password-update-form h2.main-heading {
  font-size: 28px;
  margin: 20px 0 10px;
}
.password-update-form h3 {
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 20px;
}
.password-update-form .password-instructions {
  font-size: 15px;
  margin-bottom: 30px;
  color: #939393;
  padding-top: 4px;
}
.privacy-policy,
.compliance-page {
  margin: 0 0 36px;
}
.privacy-policy header,
.compliance-page header {
  font-size: 21px;
}
@media screen and (max-width: 990px) {
  .privacy-policy header,
  .compliance-page header {
    font-size: 18px;
  }
}
.privacy-policy .divider,
.compliance-page .divider {
  border-width: 2px 0 0;
  border-color: #ccc;
  margin: 36px 0 37px;
}
.privacy-policy h3,
.compliance-page h3 {
  font-weight: 700;
  margin: 0 0 16px;
}
.privacy-policy p,
.compliance-page p {
  margin: 0 0 14px;
}
.privacy-policy p a:hover,
.compliance-page p a:hover {
  text-decoration: underline;
}
.privacy-policy header p {
  text-align: left;
}
.privacy-policy table {
  margin: 0 0 14px;
  border: 1px solid;
}
.privacy-policy table th,
.privacy-policy table td,
.privacy-policy table tr {
  border-collapse: collapse;
  border: 1px solid;
}
.privacy-policy table th.no-border,
.privacy-policy table td.no-border,
.privacy-policy table tr.no-border {
  border: none;
}
.privacy-policy table th,
.privacy-policy table td {
  padding: 0.5em 0.25em;
  text-align: center;
  vertical-align: middle;
}
.privacy-policy table th ul,
.privacy-policy table td ul {
  text-align: left;
}
.privacy-policy table.top-aligned-td-cells td {
  vertical-align: top;
}
.compliance-page h3 {
  text-transform: uppercase;
}
.cookies-policy .table-bordered td:nth-child(1) {
  width: 25%;
}
.cookies-policy .table-bordered td:nth-child(2) {
  width: 20%;
}
.cookies-policy .table-bordered td:nth-child(2) {
  width: 40%;
}
.cookies-policy .table-bordered td:nth-child(2) {
  width: 15%;
}
.cookies-policy .table-bordered tbody tr td {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.compliance-page .compliance-table {
  margin-top: 75px;
}
.compliance-page .logos {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 1199px) {
  .compliance-page .logos > div {
    margin-left: 0px !important;
  }
}
.compliance-page .logos > div {
  width: 100%;
}
.compliance-page .logos .paubox-logo {
  margin-top: 17px;
  background: url(/corporate/paubox.da09b852688e91fc7ee083aa218a4013.png) no-repeat;
  background-size: contain;
  height: 42px;
}
.compliance-page .logos .pipedrive-logo {
  margin-top: 3px;
  background: url(/corporate/pipedrive.5e44bd9033519f35d6018181c60f9993.png) no-repeat;
  background-size: contain;
  height: 70px;
}
.compliance-page .logos .twilio-logo {
  background: url(/corporate/twilio.d3d87e834c3ded146f735c3089883988.png) no-repeat;
  background-size: contain;
  height: 100px;
  margin-left: 40px;
}
.compliance-page .logos .zendesk-logo {
  background: url(/corporate/zendesk.f3990cbec1565e828187a389d1e7b0fa.png) no-repeat;
  background-size: contain;
  height: 72px;
  margin-left: 20px;
}
.compliance-page .logos .teamwork-logo {
  background: url(/corporate/teamwork.61b48d8c076738978fc10c468c804223.png) no-repeat;
  background-size: contain;
  height: 78px;
}
.compliance-page .logos .sendgrid-logo {
  background: url(/corporate/sendgrid.9ef6a1e12285646ea6d73f345753523c.png) no-repeat;
  background-size: contain;
  height: 74px;
}
.compliance-page .logos .five9-logo {
  background: url(/corporate/five9.f87750aad3494a873ebc7f4e1da127e6.png) no-repeat;
  background-size: contain;
  height: 100px;
  margin-left: 130px;
}
.compliance-page .logos .dialpad-logo {
  background: url(/corporate/dialpad.beddef7ff5a4ecf9eea509a2b205fb0a.png) no-repeat;
  background-size: contain;
  height: 87px;
}
.compliance-page .logos .google-logo {
  background: url(/corporate/google.9ebba7e0f4b37cfaf7edef12a74192a9.png) no-repeat;
  background-size: contain;
  height: 100px;
  margin-left: 43px;
}
.compliance-page .logos .aws-logo {
  background: url(/corporate/aws.fa125004bcd05b09367a49cf84b9fe1c.png) no-repeat;
  background-size: contain;
  height: 100px;
  margin-left: 140px;
}
.compliance-page .logos .sage-logo {
  background: url(/corporate/sage.263dfd65982560b8d83f6eaac29e5129.png) no-repeat;
  background-size: contain;
  height: 80px;
}
.compliance-page .logos .salesforce-logo {
  background: url(/corporate/salesforce.3498f25a206dd04bcaea858b0fb249fa.png) no-repeat;
  background-size: contain;
  height: 100px;
  margin-left: 150px;
}
.compliance-page .logos .worldpay-logo {
  background: url(/corporate/worldpay.4e80ee9d9b2bb6160b178c0abc9c74fb.png) no-repeat;
  background-size: contain;
  height: 79px;
}
@media print {
  body {
    font-size: 14px;
  }
  #wrapper,
  #footer,
  #header,
  body {
    padding: 0;
    height: auto;
    display: block;
    overflow: visible;
    min-width: inherit;
    position: static;
  }
  .form-subscribe,
  .map-open-close,
  .field-row,
  .footer-nav,
  #footer .social-networks {
    display: none;
  }
  #header {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: solid 2px #ccc;
    /* { display: none; }*/
  }
  #header .logo-print {
    margin: 0 auto;
  }
  .main-heading {
    font-size: 32px;
  }
  #footer {
    margin: 20px 0 0;
    text-align: center;
    height: auto !important;
    display: block !important;
    border-top: solid 2px #ccc;
  }
  #footer .pull-left {
    float: none !important;
  }
  [data-view] {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .form-contact .contact-info > div {
    width: 100% !important;
    padding: 0 0 15px;
    text-align: center;
  }
  .form-contact .contact-info > div a {
    display: block;
  }
  .form-contact .contact-info h3 {
    padding: 0;
  }
  .form-contact .contact-info [class^="icon-"],
  .form-contact .contact-info [class*=" icon-"] {
    top: auto;
    left: auto;
    position: relative;
  }
  .articles-holder .post {
    width: 50%;
    min-height: inherit;
    page-break-inside: avoid;
  }
  .articles-holder .post > a {
    min-height: inherit;
  }
  .articles-holder .post .info {
    padding: 0;
    margin: 0;
    border-width: 0;
  }
  .articles-holder .post .desc {
    margin: 15px 0 0;
    padding: 15px 0 0;
    height: auto;
    border-top: solid 2px #ccc;
  }
}
.calc {
  display: inline-block;
  vertical-align: top;
  resize: both;
  padding: 3px;
  overflow: hidden;
  min-width: 160px;
  background: #f1f1f1;
  min-height: 200px;
  position: relative;
  padding: 35px 3px 3px;
  border: solid 2px #ccc;
}
.calc [type=text] {
  top: 3px;
  left: 3px;
  width: 98%;
  position: absolute;
}
.calc button {
  margin: 0;
  float: left;
  height: 20%;
  width: 33.3333%;
}
.calc br {
  clear: both;
}
#wrapper[data-iframe] {
  padding: 20px;
}
#wrapper[data-iframe] > iframe {
  display: block;
  resize: both;
  min-width: 320px;
  outline: solid #000 2px;
  border-width: 0;
  margin: 0 0 30px;
}
#wrapper[data-iframe] > iframe.f1920 {
  width: 1920px;
}
#wrapper[data-iframe] > iframe.f1920,
#wrapper[data-iframe] > iframe.f1500 {
  height: 805px;
}
#wrapper[data-iframe] > iframe.f1500 {
  width: 1500px;
}
#wrapper[data-iframe] > iframe.f1199 {
  width: 1199px;
  height: 920px;
}
#wrapper[data-iframe] > iframe.f1023 {
  width: 1023px;
  height: 868px;
}
#wrapper[data-iframe] > iframe.f768 {
  width: 768px;
  height: 755px;
}
#wrapper[data-iframe] > iframe.f320 {
  width: 337px;
  height: 857px;
}
#wrapper[data-iframe] .frame-title {
  display: block;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  outline: solid #000 2px;
}
#wrapper[data-iframe] .frame-title.s1920 {
  width: 1920px;
}
#wrapper[data-iframe] .frame-title.s1500 {
  width: 1500px;
}
#wrapper[data-iframe] .frame-title.s1199 {
  width: 1199px;
}
#wrapper[data-iframe] .frame-title.s1023 {
  width: 1023px;
}
#wrapper[data-iframe] .frame-title.s768 {
  width: 768px;
}
#wrapper[data-iframe] .frame-title.s320 {
  width: 337px;
}
.intro {
  padding: 0 0 68px;
}
.intro .container {
  max-width: 840px;
}
.intro .info {
  padding-top: 25px;
  max-width: 606px;
  position: relative;
  margin: 0 auto;
}
.intro .img-holder {
  top: -22px;
  right: 100%;
  width: 200px;
  margin: 0 20px 0 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1022px) {
  .intro .img-holder {
    display: none;
  }
}
.intro .img-holder img {
  margin: 0 0 0 auto;
}
.intro .img-holder .img-responsive * {
  transition: all 0.25s;
}
.intro .img-holder .img-responsive .st0 {
  stroke: transparent;
  stroke-width: 1px;
}
.intro .img-holder .img-responsive .st0:first-child {
  fill: #e8e9ea;
}
.intro .btn-deep:hover ~ .img-holder .st0,
.intro .img-holder:hover .st0 {
  fill: #fff;
  stroke: #ccc;
}
.intro .btn-deep:hover ~ .img-holder .st7,
.intro .img-holder:hover .st7 {
  opacity: 0.3;
}
.intro .btn-deep:hover ~ .img-holder .st8[d="M32.1,67.6c0,0,3.3-2.6,7.9-1.3c0,0-0.4-2-3.5-2C33.3,64.3,32.1,67.6,32.1,67.6z"],
.intro .img-holder:hover .st8[d="M32.1,67.6c0,0,3.3-2.6,7.9-1.3c0,0-0.4-2-3.5-2C33.3,64.3,32.1,67.6,32.1,67.6z"] {
  transform: translate(2px, 2px);
}
.intro .btn-deep:hover ~ .img-holder .st8[d="M82.7,67.6c0,0-3.3-2.6-7.9-1.3c0,0,0.4-2,3.5-2C81.5,64.3,82.7,67.6,82.7,67.6z"],
.intro .img-holder:hover .st8[d="M82.7,67.6c0,0-3.3-2.6-7.9-1.3c0,0,0.4-2,3.5-2C81.5,64.3,82.7,67.6,82.7,67.6z"] {
  transform: translate(-2px, 2px);
}
.intro .btn-deep:hover ~ .img-holder .st5[d="M57.9,99.1c0,0-4.4,0.2-6.5-4.2c-2.1-4.4,0.6-4.8,1.5-4.8c0.9,0,1.4,1.5,5,1.5c3.6,0,3.1-1.5,5-1.5   c1.9,0,2.6,2.3,1.6,4.8C63.4,97.3,60.9,99.1,57.9,99.1z"],
.intro .img-holder:hover .st5[d="M57.9,99.1c0,0-4.4,0.2-6.5-4.2c-2.1-4.4,0.6-4.8,1.5-4.8c0.9,0,1.4,1.5,5,1.5c3.6,0,3.1-1.5,5-1.5   c1.9,0,2.6,2.3,1.6,4.8C63.4,97.3,60.9,99.1,57.9,99.1z"],
.intro .btn-deep:hover ~ .img-holder .st6[d="M58,97.7c0,0-4.1,0-4.1-2.4c0-2.4,4.1-2,4.1-2s3.8,0,3.8,2.2C61.8,97.7,58,97.7,58,97.7z"],
.intro .img-holder:hover .st6[d="M58,97.7c0,0-4.1,0-4.1-2.4c0-2.4,4.1-2,4.1-2s3.8,0,3.8,2.2C61.8,97.7,58,97.7,58,97.7z"] {
  transform: translate(0, 2px);
}
.intro .btn-deep:hover ~ .img-holder .st3[cx="12.5"][cy="75"],
.intro .img-holder:hover .st3[cx="12.5"][cy="75"] {
  transform: translate(1px, 1px);
}
.intro .btn-deep:hover ~ .img-holder .st3[cx="101.8"][cy="75"],
.intro .img-holder:hover .st3[cx="101.8"][cy="75"] {
  transform: translate(-1px, 1px);
}
.intro .btn-block + .btn-block {
  margin: 30px 0 0;
}
.form-find-location {
  margin: 0 -10px;
  position: relative;
}
.form-find-location .react-parallax .react-parallax-content {
  padding: 65px 0;
}
.form-find-location h2 {
  color: #9fcf68;
  margin: 0 0 65px;
  text-align: center;
  font-family: 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .form-find-location h2 {
    font-size: 55px;
  }
}
.form-find-location .form-holder {
  z-index: 2;
  margin: 0 auto;
  max-width: 606px;
  position: relative;
}
.form-find-location div > .input-lg,
.form-find-location .field-wrapper {
  margin: 15px 0 0;
}
@media screen and (max-width: 1023px) {
  .form-find-location div > .input-lg,
  .form-find-location .field-wrapper {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .form-find-location div > .input-lg,
  .form-find-location .field-wrapper {
    margin: 15px 0 0;
  }
}
.form-find-location div > .input-lg.focus ~ .images .img-holder.left,
.form-find-location .field-wrapper.focus ~ .images .img-holder.left,
.form-find-location div > .input-lg:focus ~ .images .img-holder.left,
.form-find-location .field-wrapper:focus ~ .images .img-holder.left,
.form-find-location div > .input-lg:hover ~ .images .img-holder.left,
.form-find-location .field-wrapper:hover ~ .images .img-holder.left,
.form-find-location div > .input-lg.focus ~ .images .img-holder.right,
.form-find-location .field-wrapper.focus ~ .images .img-holder.right,
.form-find-location div > .input-lg:focus ~ .images .img-holder.right,
.form-find-location .field-wrapper:focus ~ .images .img-holder.right,
.form-find-location div > .input-lg:hover ~ .images .img-holder.right,
.form-find-location .field-wrapper:hover ~ .images .img-holder.right {
  transform: rotate(0deg);
}
.form-find-location .images:hover .left,
.form-find-location .images:hover .right {
  transform: rotate(0deg);
}
.form-find-location .img-holder {
  z-index: -1;
  bottom: 111px;
  position: absolute;
  transition: all 0.25s;
}
@media screen and (max-width: 766px) {
  .form-find-location .img-holder {
    bottom: 32px;
  }
}
@media screen and (max-width: 1022px) {
  .form-find-location .img-holder {
    display: none;
  }
}
.form-find-location .img-holder.left {
  width: 232px;
  right: 100%;
  margin: 0 -40px 0 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
@media screen and (max-width: 766px) {
  .form-find-location .img-holder.left {
    width: 120px;
  }
}
.form-find-location .img-holder.right {
  left: 100%;
  width: 193px;
  margin: 0 0 0 -40px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
@media screen and (max-width: 766px) {
  .form-find-location .img-holder.right {
    width: 120px;
  }
}
.bg-cover,
.bg-parallax {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.bg-cover img,
.bg-parallax img {
  top: -9999em;
  left: -9999em;
  position: absolute;
}
.not-found-page {
  margin-top: 30px;
}
.not-found-page .img-holder > img {
  margin: 0 auto;
}
.not-found-page h3 {
  margin: 0;
}
.not-found-page h2 {
  margin: 5px;
  color: #f78e1e;
  text-transform: uppercase;
}
.not-found-page .buttons {
  margin: 50px 0 0 0;
}
.not-found-page .buttons .btn-live {
  background-color: #00aeef;
  border-color: #00aeef;
  border-radius: 0px;
  height: 40px;
  width: 186px;
  font-size: 19px;
  box-shadow: 0 5px 0px 0px #d0d2d3;
  margin: 16px 10px;
}
.not-found-page .buttons .btn-live:hover {
  background-color: #76daff;
  border-color: #76daff;
}
.not-found-page .buttons .btn-fire {
  margin: 16px 10px;
  background-color: #a0ce66;
  border-color: #a0ce66;
  border-radius: 0px;
  height: 40px;
  width: 186px;
  font-size: 19px;
  box-shadow: 0 5px 0px 0px #d0d2d3;
}
.not-found-page .buttons .btn-fire:hover {
  background-color: #c0e890;
  border-color: #c0e890;
}
.not-found-page .complaint_image {
  margin: 10px 0 0 168px;
}
.clinical-trils-page section h1 {
  font-size: 55px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .clinical-trils-page section h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .clinical-trils-page section h1 {
    font-size: 30px;
  }
}
.clinical-trils-page section h2,
.clinical-trils-page section h3 {
  font-size: 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .clinical-trils-page section h2,
  .clinical-trils-page section h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .clinical-trils-page section h2,
  .clinical-trils-page section h3 {
    font-size: 22px;
  }
}
.clinical-trils-page section h2.big {
  font-size: 55px;
}
.clinical-trils-page section h1,
.clinical-trils-page section h2,
.clinical-trils-page section h3 {
  font-family: 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clinical-trils-page section header h2,
.clinical-trils-page section header h3 {
  margin: 0;
}
.about-us {
  color: #fff;
  margin: 0 -10px;
  padding: 60px 10px;
  background: #00afef;
}
.sub-logo {
  font-size: 0;
  line-height: 0;
  margin: -9px 0 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 274px;
}
@media screen and (max-width: 1023px) {
  .sub-logo {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .sub-logo {
    margin: -7px 0 0;
    max-width: 150px;
  }
}
.sub-logo .svg path {
  stroke: #fff;
  stroke-width: 2;
}
.steps {
  padding: 0 0 50px;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .steps {
    font-size: 24px;
    line-height: 1.3333;
  }
}
.steps header {
  color: #fff;
  padding: 40px 0;
  text-align: center;
  background: #a0cf68;
  position: relative;
  margin: 0 0 60px;
}
.steps header:before {
  left: 0;
  right: 0;
  content: '';
  bottom: 100%;
  height: 13px;
  position: absolute;
  background: url(/corporate/border.74e65d5dca6330812bd5900d3beeb396.png) repeat-x;
}
.steps header:after {
  top: 100%;
  left: 50%;
  content: '';
  display: block;
  width: 4px;
  height: 36px;
  position: absolute;
  background: #a0cf68;
  margin: 10px 0 0 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.steps header h1 {
  margin: 0;
}
.steps .container {
  max-width: 856px;
}
.steps .step {
  margin: 0 0 30px;
}
.steps .step:before,
.steps .step:after {
  content: " ";
  display: table;
}
.steps .step:after {
  clear: both;
}
.steps .step:before,
.steps .step:after {
  content: " ";
  display: table;
}
.steps .step:after {
  clear: both;
}
.steps .arrow {
  display: block;
  width: 33px;
  margin: 0 auto 20px;
}
.steps .arrow line {
  stroke: #f78f1e;
}
.steps .arrow.blue line {
  stroke: #00afef;
}
.steps .box {
  padding: 15px 20px;
  margin: 0 auto 30px;
  border: solid 2px #636363;
}
.steps .box h2,
.steps .box h3 {
  margin: 0;
  color: #f78e1e;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .steps .box h2,
  .steps .box h3 {
    font-size: 48px;
    line-height: 43px;
  }
}
.steps p {
  font-weight: 300;
  margin: 0 0 30px;
}
.steps .img-holder {
  position: relative;
  max-width: 709px;
  margin: 0 auto 20px;
}
.steps .img-holder img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1022px) {
  .steps .img-holder img {
    max-width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .steps .img-holder img {
    max-width: 100%;
  }
}
.steps .img-holder:hover [class^="icon-"],
.steps .img-holder:hover [class*=" icon-"] {
  animation: shake 2s linear infinite alternate;
}
.steps .img-holder [class^="icon-"],
.steps .img-holder [class*=" icon-"] {
  font-size: 90px;
  position: absolute;
  transition: all 0.25s;
}
.steps .img-holder .icon-twitter-shape {
  left: 29.6%;
  bottom: 6%;
  transform-origin: 30% 0;
}
.steps .img-holder .icon-facebook-shape {
  left: 29%;
  top: 0;
  transform-origin: 50% 100%;
}
.steps .img-holder .icon-giant-shape {
  left: 31.3%;
  top: 38%;
  transform-origin: 50% 100%;
}
.steps .img-holder .icon-instagram-shape {
  right: 31.5%;
  bottom: 5%;
  transform-origin: 84% 0;
}
.steps .img-holder .icon-pint-shape {
  right: 27%;
  top: 0;
  transform-origin: 0 100%;
}
.steps .img-holder.map {
  margin: 0 -200px;
  max-width: none;
}
@media screen and (max-width: 1599px) {
  .steps .img-holder.map {
    margin: 0;
  }
}
@media screen and (max-width: 1022px) {
  .steps .img-holder.map img {
    max-width: 100%;
  }
}
.steps .logo {
  display: inline-block;
  vertical-align: middle;
  margin: -7px 0 0;
  width: 230px;
}
@media screen and (max-width: 1023px) {
  .steps .logo {
    margin: -8px 0 0;
    max-width: 130px;
  }
}
.steps .images-holder .img-holder img {
  margin: 0 0 0 auto;
}
.steps .textbox {
  width: 263px;
  color: #00afef;
  text-align: left;
  min-height: 258px;
  margin: 30px 0 0 20px;
  padding: 30px 10px 26px 45px;
  background: url(/corporate/bg2.16802afd1d9176fc44d4160df88d4ae1.png) no-repeat;
  background-size: 100% 100%;
}
.steps .textbox strong {
  display: block;
  text-transform: uppercase;
}
.steps .textbox .title {
  margin: 0 0 10px;
}
.steps .textbox .sign {
  font-size: 120px;
  line-height: 0.6;
  color: #99cc66;
  font-weight: 600;
  text-align: center;
}
.img-group .st0 {
  stroke-width: 0;
}
section.listings h2 {
  color: #9fcf68;
  text-align: center;
  margin: 0 0 30px;
  font-family: 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  section.listings h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  section.listings .row {
    margin: 0 -20px;
  }
}
section.listings .row > div {
  color: #fff;
  min-height: 140px;
  text-transform: uppercase;
  font: 30px/36px 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section.listings .row > div:before {
  top: 0;
  bottom: 0;
  width: 9999em;
  content: '';
  position: absolute;
}
section.listings .row > div:nth-child(odd):before {
  right: 100%;
}
section.listings .row > div:nth-child(even) + div {
  clear: both;
}
section.listings .row > div:nth-child(even):before {
  left: 100%;
}
@media screen and (min-width: 768px) {
  section.listings .row > div:nth-child(even) .dropdown-menu {
    left: auto;
    right: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.listings .row > div:nth-child(even) .dropdown-menu:before {
    right: auto;
    left: 100%;
    border-width: 28px 0 28px 28px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.93);
  }
}
section.listings .row > div:hover .dropdown-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  section.listings .row > div.open .dropdown-menu {
    display: block;
  }
}
section.listings .row > div [class^="icon-"],
section.listings .row > div [class*=" icon-"] {
  top: 50%;
  left: 15px;
  font-size: 60px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.listings .row > div > a {
  color: #fff;
  display: block;
  position: relative;
  padding: 25px 15px 25px 100px;
}
@media screen and (min-width: 768px) {
  section.listings .drop-bottom .dropdown-menu {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.listings .drop-bottom .dropdown-menu:before {
    top: auto;
    bottom: 42px;
  }
  section.listings .drop-bottom:nth-child(3) .dropdown-menu,
  section.listings .drop-bottom:nth-child(4) .dropdown-menu {
    bottom: -70px;
  }
  section.listings .drop-bottom:nth-child(3) .dropdown-menu:before,
  section.listings .drop-bottom:nth-child(4) .dropdown-menu:before {
    bottom: 112px;
  }
}
section.listings .dropdown-menu {
  top: 50%;
  left: 100%;
  color: #333;
  width: 85%;
  float: none;
  z-index: 800;
  padding: 25px;
  display: none;
  border-width: 0;
  border-radius: 0;
  line-height: 1.1;
  text-align: center;
  pointer-events: none;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 767px) {
  section.listings .dropdown-menu {
    top: auto;
    left: 15px;
    right: 15px;
    width: auto;
    bottom: 100%;
    margin: 15px 0 0;
    font-size: 14px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
section.listings .dropdown-menu:before {
  top: 50%;
  right: 100%;
  margin: -28px 0 0;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 28px 28px 28px 0;
  border-right-color: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 767px) {
  section.listings .dropdown-menu:before {
    top: 100%;
    left: 50%;
    right: auto;
    margin: 0 0 0 -16px;
    border-width: 16px 16px 0;
    border-color: rgba(255, 255, 255, 0.93) transparent transparent;
  }
}
section.listings .dropdown-menu .img-holder {
  margin: 0 0 20px;
}
section.listings .dropdown-menu p {
  text-transform: none;
}
section.listings .dropdown-menu .area {
  margin: 0 auto;
  max-width: 420px;
}
section.listings .blue,
section.listings .blue:before {
  background: #00afef;
}
section.listings .light-blue,
section.listings .light-blue:before {
  background: #4cc3ef;
}
section.listings .orange,
section.listings .orange:before {
  background: #f78f1e;
}
section.listings .light-orange,
section.listings .light-orange:before {
  background: #f6af61;
}
section.listings .green,
section.listings .green:before {
  background: #9fcf68;
}
section.listings .light-green,
section.listings .light-green:before {
  background: #b8dd8e;
}
section.listings .h3,
section.listings h3 {
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.listings .h3,
  section.listings h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  section.listings .h3,
  section.listings h3 {
    font-size: 18px;
  }
}
section.listings .h3 > *,
section.listings h3 > * {
  white-space: normal;
}
section.listings .h3 span,
section.listings h3 span,
section.listings .h3:before,
section.listings h3:before {
  display: inline-block;
  vertical-align: middle;
}
section.listings .h3:before,
section.listings h3:before {
  content: '';
  width: 1px;
  min-height: 89px;
}
section.listings .h3 {
  display: block;
  color: #f78f1e;
  margin: 0 0 10px;
  white-space: normal;
  font-family: 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section.listings .h3:before {
  display: none;
}
@media screen and (max-width: 1022px) {
  section.listings br {
    display: none;
  }
}
/* get-atart */
section.get-start {
  margin: 0 -10px;
  position: relative;
}
section.get-start .react-parallax .react-parallax-content {
  padding: 65px 10px;
}
section.get-start .container {
  max-width: 1204px;
}
section.get-start header {
  margin: 0 0 60px;
}
@media screen and (max-width: 1023px) {
  section.get-start header br {
    display: none;
  }
}
section.get-start h1 {
  color: #00afef;
  margin: 0 0 20px;
}
section.get-start .row {
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  section.get-start .row > div {
    width: 100%;
  }
}
section.get-start .package {
  color: #fff;
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 30px 10px;
  min-height: 268px;
  position: relative;
  background: #e31837;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.4), 2px 2px 2px 2px rgba(255, 255, 255, 0.5) inset;
}
section.get-start .package:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  z-index: 3;
  box-shadow: -2px -2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
section.get-start .package:hover .img-holder img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
section.get-start .package:hover .btn-block {
  height: 70px;
  padding: 15px;
  border-top: #fff solid 2px;
}
section.get-start .package > * {
  z-index: 2;
  position: relative;
}
section.get-start .package .img-holder {
  width: 97px;
  height: 97px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto 20px;
}
section.get-start .package .img-holder img {
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -3px 0 0 2px;
  transition: all 0.25s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.get-start .package .img-holder .img2 {
  margin: -4px 0 0 -4px;
}
section.get-start .package .img-holder .img3 {
  margin: -3px 0 0 3px;
}
section.get-start .package .img-holder .img4 {
  margin: -1px 0 0 0px;
}
section.get-start .package .img-holder .img5 {
  margin: 0;
}
section.get-start .package .img-holder .img6 {
  margin: 0;
}
section.get-start .package .btn-block {
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  transition: all 0.25s;
  background: rgba(255, 255, 255, 0.95);
}
section.get-start .package .btn-block:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  z-index: 1;
  box-shadow: -2px -2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
section.get-start .package .btn-block .btn-default {
  z-index: 2;
  position: relative;
}
section.get-start .diamond .package {
  background: #00afef;
}
section.get-start .platinum .package {
  background: #9fcf68;
}
section.get-start .gold .package {
  background: #f6c815;
}
section.get-start .silver .package {
  background: #949ca1;
}
section.get-start .bronze .package {
  background: #f78f1e;
}
section.get-start .note {
  font-size: 12px;
  line-height: 1;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
section.get-start .note span {
  width: 180%;
  color: #fff;
  display: block;
  padding: 10px;
  background: #354052;
  text-align: center;
  margin: 5px 0 0 -65px;
  transform: rotate(-45deg);
}
section.get-start h2 {
  margin: 0;
  font-weight: 400;
}
section.get-start .price {
  display: block;
  font: 30px/1.1 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section.get-start .price span {
  letter-spacing: 1px;
  font-size: 46.666667%;
}
section.get-start .btn-deep {
  display: block;
  max-width: 577px;
  margin: 0 auto 30px;
}
/* blog */
.blog {
  max-width: 1160px;
}
.blog .post-blog {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: solid 2px #ccc;
}
.blog h2 {
  margin: 0 0 20px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTStd-Md', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .blog h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .blog h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog h2 {
    font-size: 21px;
  }
}
.blog .post-img {
  padding: 3px;
  margin: 0 0 20px;
  border: solid 2px #ccc;
}
.blog .post-img a {
  display: block;
  overflow: hidden;
}
.blog .post-img img {
  display: block;
  transition: all 0.25s;
}
.blog .post-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pagination-holder .pagination [aria-label="Previous"],
.pagination-holder .pagination [aria-label="Next"] {
  border-radius: 2px;
}
.pagination-holder .pagination [aria-label="Previous"] {
  margin: 0 15px 0 0;
}
.pagination-holder .pagination [aria-label="Next"] {
  margin: 0 0 0 15px;
}
.pagination-holder .pagination span,
.pagination-holder .pagination a {
  border-width: 2px;
  margin-left: -2px;
}
@media screen and (min-width: 1023px) {
  .pagination-holder .pagination span,
  .pagination-holder .pagination a {
    min-width: 46px;
  }
}
.order-area {
  margin-top: 85px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .order-area {
    margin-top: -37px;
  }
}
.order-area.billing {
  overflow: visible;
}
.order-section {
  padding: 0;
  border: solid 2px #f78e1e;
}
.order-section.billing {
  padding: 0 10px;
  border-width: 0;
}
.order-section .table-responsive {
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .order-section .table-responsive {
    margin: 0;
    padding: 0;
    border-width: 0;
  }
}
.order-section .table {
  margin: 0;
}
.order-section .thead {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  position: absolute;
  border: solid #fff;
  border-width: 2px 0;
}
.order-section .thead:not([style*=" top: 0px;"]) {
  border-color: #f78e1e;
}
@media screen and (max-width: 991px) {
  .order-section .thead {
    position: static !important;
    border-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .order-section .thead {
    display: none;
  }
}
.add-nav {
  left: 0;
  right: 0;
  top: 138px;
  z-index: 10;
  padding: 20px;
  position: fixed;
  font-weight: 700;
  background: #f1f1f1;
}
@media screen and (max-width: 991px) {
  .add-nav {
    position: static;
    padding: 10px 20px;
    margin: 0 -20px 30px;
  }
}
.add-nav ul {
  margin: 0;
}
.add-nav li {
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  .add-nav li {
    padding: 0 5px;
  }
}
.add-nav .number,
.add-nav .text {
  display: inline-block;
  vertical-align: middle;
}
.add-nav .number {
  width: 54px;
  height: 54px;
  color: #00afef;
  background: #fff;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 100%;
  border: solid 2px #00afef;
}
@media screen and (max-width: 991px) {
  .add-nav .number {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .add-nav .number {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 28px;
    margin: 0 5px 0 0;
  }
}
.add-nav .text {
  color: #00afef;
}
.add-nav .active .number {
  color: #fff;
  background: #00afef;
}
.table-order thead tr th:nth-child(1),
.table-order tbody tr td:nth-child(1) {
  width: 35%;
  padding-left: 20px;
}
.table-order thead tr th:nth-child(2),
.table-order tbody tr td:nth-child(2) {
  width: 21%;
}
.table-order thead tr th:nth-child(3),
.table-order tbody tr td:nth-child(3) {
  width: 18%;
}
.table-order thead tr th:nth-child(4),
.table-order tbody tr td:nth-child(4) {
  width: 26%;
  padding-right: 20px;
}
.table-order tbody tr td {
  vertical-align: middle;
}
.table-order tbody tr td > div:before,
.table-order tbody tr td > div:after {
  content: " ";
  display: table;
}
.table-order tbody tr td > div:after {
  clear: both;
}
.table-order tbody tr td > div:before,
.table-order tbody tr td > div:after {
  content: " ";
  display: table;
}
.table-order tbody tr td > div:after {
  clear: both;
}
.table-order tbody tr td:first-child > div {
  white-space: nowrap;
}
.table-order tbody tr td:first-child > div > * {
  white-space: normal;
}
.table-order tbody:empty {
  width: 100%;
  display: block;
  padding: 20px;
}
.table-order tbody:empty:before {
  content: 'No more item';
}
.table-order .img,
.table-order .textbox {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .table-order .img,
  .table-order .textbox {
    display: block;
    width: auto !important;
  }
}
.table-order .img {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .table-order .img {
    width: 75px;
  }
}
.table-order .img img {
  display: block;
  max-width: 100%;
}
.table-order .img img[src="images/diamond4.png"],
.table-order .img img[src="images/diamond3.png"],
.table-order .img img[src="images/diamond2.png"],
.table-order .img img[src="images/diamond1.png"] {
  margin: -17px 0 0;
}
.table-order .textbox {
  width: 70%;
}
.table-order .jcf-number {
  max-width: 200px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 480px) {
  .table-order .jcf-number {
    margin: 0;
    max-width: none;
  }
}
.table-order .price {
  float: left;
}
.table-order .btn-reset {
  float: right;
  color: #636363;
  margin: 0 0 0 10px;
}
.table-order .btn-reset:focus,
.table-order .btn-reset:active:focus,
.table-order .btn-reset:hover {
  color: #999;
  outline: none;
}
.table-order .no-item .btn-reset {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .table-order {
    width: 100% !important;
  }
  .table-order > tbody > tr:nth-child(even) {
    background: #f9f9f9;
  }
  .table-order tbody,
  .table-order tr {
    width: 100%;
    display: block;
  }
  .table-order td {
    border-width: 0 !important;
    display: table !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .table-order td[data-label="no-label"] {
    display: block !important;
  }
  .table-order td[data-label="no-label"]:before {
    display: none;
  }
  .table-order td[data-label="no-label"] > div {
    width: auto;
    display: block;
    padding: 15px 20px;
  }
  .table-order td[data-label="label-tooltip"]:before {
    display: none;
  }
  .table-order td:before {
    content: attr(data-label);
  }
  .table-order td .left-cell,
  .table-order td > div,
  .table-order td:before {
    width: 40%;
    padding: 15px;
    display: table-cell;
    vertical-align: top;
  }
  .table-order td > div {
    width: 60%;
    padding-left: 0;
  }
  .table-order colgroup {
    display: none !important;
  }
}
.checkout-holder.range-over {
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .checkout-holder.range-over {
    position: static !important;
  }
}
.checkout {
  right: 10px;
  padding: 20px;
  border: solid 2px #f78e1e;
}
@media screen and (max-width: 991px) {
  .checkout {
    margin: 30px 0 0;
    position: static !important;
  }
}
.checkout.range-over {
  bottom: 0;
  top: auto !important;
}
.order-summery .head {
  color: #fff;
  padding: 12px 20px;
  background: #f78e1e;
  margin: -20px -20px 20px;
}
.order-summery .head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
.order-summery .divider {
  width: 100%;
  float: left;
  clear: both;
  height: 2px;
  margin: 14px 0;
  background: #f78e1e;
}
.coupon-area {
  clear: both;
  float: left;
  width: 100%;
  margin: 14px 0;
  position: relative;
  padding: 0 114px 0 0;
}
@media screen and (max-width: 639px) {
  .coupon-area {
    padding: 0;
  }
}
.coupon-area .btn {
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 24px;
  min-width: 102px;
  font-weight: 600;
  padding: 6px 12px;
  position: absolute;
  text-transform: uppercase;
}
@media screen and (max-width: 1022px) {
  .coupon-area .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .coupon-area .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .coupon-area .btn {
    top: auto;
    left: auto;
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  .coupon-area .form-control {
    margin: 0 0 15px;
  }
}
.coupon-area .btn-gray-outline:before {
  content: 'remove';
}
.coupon-area .btn-primary:before {
  content: 'apply';
}
.coupon-area .btn-primary:focus,
.coupon-area .btn-primary:active {
  background: #fff;
  color: #00afef;
}
.coupon-area .btn-primary:hover {
  color: #fff;
  background: #00afef;
}
.coupon-area.coupon-active .btn.btn-gray-outline:focus,
.coupon-area.coupon-active .btn.btn-gray-outline:active {
  background: #fff;
  color: #808080;
}
.coupon-area.coupon-active .btn.btn-gray-outline:hover {
  color: #fff;
  background: #808080;
}
.defination-list {
  overflow: hidden;
  margin: 0 0 24px;
}
.defination-list dt,
.defination-list dd {
  margin: 0;
  width: 50%;
  float: left;
  font-weight: 400;
  padding: 0 10px 0 0;
}
.defination-list dt {
  clear: left;
}
.defination-list dd {
  text-align: right;
  padding: 0;
}
.defination-list .title {
  font-weight: 600;
}
.form-billing .form-holder {
  max-width: 560px;
  margin: 0 auto;
}
.form-list-new-study {
  margin-bottom: 50px;
  position: relative;
}
.form-list-new-study .form-holder,
.form-list-new-study .order-summery {
  background: #fff;
  border: solid 2px #f78e1e;
}
.form-list-new-study .form-holder {
  padding: 25px;
  min-height: 511px;
  margin: 0 5px 0 0;
}
.form-list-new-study .form-holder.ovh {
  width: auto;
  overflow: hidden;
}
.form-list-new-study .form-holder.alt {
  min-height: inherit;
}
.form-list-new-study .fixed-block-holder {
  left: 10px;
  right: 10px;
}
.form-list-new-study .tracking-source .field-row.add-more .field {
  margin: -7px 0 -4px;
}
.form-list-new-study .tracking-source .field-row.add-more > * {
  vertical-align: top;
}
.form-list-new-study .table-holder {
  border-width: 0;
  margin: 0 0 61px;
}
.form-list-new-study .link {
  width: 35.5%;
  color: #00afef;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.form-list-new-study .link:hover {
  color: #0077a3;
}
.form-list-new-study .link:hover {
  color: #0077a3;
}
@media screen and (max-width: 991px) {
  .form-list-new-study .link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-list-new-study .link {
    font-size: 14px;
  }
}
.form-list-new-study h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .form-list-new-study h3 {
    font-size: 16px;
  }
}
.form-list-new-study textarea.form-control {
  height: 197px;
  resize: vertical;
  min-height: 100px;
  max-height: 250px;
}
.form-list-new-study .order-summery .head {
  margin: 0;
  color: #fff;
  background: #f78e1e;
  padding: 12px 15px 14px;
  border-bottom: #f78e1e solid 2px;
}
.form-list-new-study .order-summery .jcf-select .jcf-select-opener {
  width: 19px;
}
.form-list-new-study .order-summery .scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 63vh;
}
.form-list-new-study .order-summery .scroll-holder {
  padding: 19px 25px 25px;
}
.form-list-new-study .coupon-area {
  float: none;
  margin: 0 0 25px;
}
.form-list-new-study .total {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  margin: 0 0 26px;
  overflow: hidden;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .form-list-new-study .total {
    font-size: 14px;
  }
}
.form-list-new-study .total .heading {
  float: left;
  margin: 0 5px 0 0;
}
.form-list-new-study .total .price {
  display: block;
  overflow: hidden;
  text-align: right;
}
.form-list-new-study .card-selection {
  margin: 0 0 30px;
}
.form-list-new-study [type=submit] {
  width: 100%;
  display: block;
  min-height: 40px;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-list-new-study .thanks-msg {
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.25s, visibility 0.25s;
}
.form-list-new-study .thanks-msg .title {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
}
.form-list-new-study.form-success .thanks-msg {
  top: auto;
  left: auto;
  opacity: 1;
  position: relative;
  visibility: visible;
}
.form-list-new-study .option-hide {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.form-list-new-study .campaign-active + .option-hide {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.form-list-new-study .add-site-location-form {
  top: -9999px;
  left: -9999px;
  margin: 0 0 30px;
  position: absolute;
}
.form-list-new-study .upload-btn {
  min-width: 133px;
}
@media screen and (max-width: 991px) {
  .form-list-new-study .form-holder {
    margin: 0 0 30px;
  }
  .form-list-new-study .fixed-block-holder {
    right: auto;
    top: auto !important;
    left: auto !important;
    position: relative !important;
  }
}
@media screen and (max-width: 767px) {
  .form-list-new-study .table-holder {
    margin: 0 -15px 30px;
  }
  .form-list-new-study .order-summery .scroll {
    max-height: none;
    overflow: visible;
  }
  .form-list-new-study .order-summery .scroll-holder {
    padding: 19px 15px;
  }
}
.form-list-new-study .tracking-source .label:empty {
  min-height: 21px;
}
.tracking-source .new-fields-area,
.tracking-source .new-field {
  position: relative;
}
.tracking-source .new-fields-area {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.tracking-source .new-fields-area.fields-active {
  top: auto;
  left: auto;
  width: auto;
  position: relative;
}
.tracking-source .new-fields-area.add-more-active .field-row.add-more {
  top: auto;
  left: auto;
  position: relative;
}
.tracking-source .field-row.add-more,
.tracking-source .text-field {
  width: 100%;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.tracking-source .select-field.selected + .text-field {
  top: auto;
  left: auto;
  position: relative;
}
/* table-summery */
.table-summery {
  width: 100%;
  margin: 0 0 26px;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-summery th {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  font-weight: 700;
  padding: 0 5px 15px 0;
  text-transform: uppercase;
  border-bottom: #f93 solid 2px;
}
.table-summery th:hover {
  color: #999;
}
.table-summery th .caret-arrow {
  margin: 0;
}
.table-summery td {
  font-size: 18px;
  line-height: 1.25;
  color: #354052;
  vertical-align: top;
  padding: 16px 5px 4px 0;
}
.table-summery tbody > tr:first-child > td {
  padding-top: 27px;
}
@media screen and (max-width: 1600px) {
  .table-summery th,
  .table-summery td {
    font-size: 15px;
  }
  .table-summery th {
    font-weight: 600;
  }
}
@media screen and (max-width: 639px) {
  .table-summery {
    margin: 0 0 15px;
  }
  .table-summery > tbody > tr:nth-child(even) {
    background: #f9f9f9;
  }
  .table-summery tbody,
  .table-summery tr {
    width: 100%;
    display: block;
  }
  .table-summery td {
    border-width: 0 !important;
    display: table !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .table-summery td[data-label="no-label"] {
    display: block !important;
  }
  .table-summery td[data-label="no-label"]:before {
    display: none;
  }
  .table-summery td[data-label="no-label"] > div {
    width: auto;
    display: block;
    padding: 15px 0;
  }
  .table-summery td[data-label="label-tooltip"]:before {
    display: none;
  }
  .table-summery td:before {
    content: attr(data-label);
  }
  .table-summery td .left-cell,
  .table-summery td > div,
  .table-summery td:before {
    width: 40%;
    padding: 15px 15px;
    display: table-cell;
    vertical-align: top;
  }
  .table-summery td > div {
    width: 60%;
    padding-left: 0;
  }
  .table-summery thead,
  .table-summery colgroup {
    display: none !important;
  }
}
.emails-list-holder {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  border-radius: 3px;
  border: solid #636363 2px;
}
@media screen and (max-width: 991px) {
  .emails-list-holder {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .emails-list-holder {
    font-size: 14px;
  }
}
.emails-list-holder .btn-primary {
  display: block;
  border-width: 0;
  border-radius: 0;
}
.emails-list-holder .heading-area {
  position: relative;
  padding: 8px 7px 8px 40px;
  border-bottom: solid #636363 2px;
}
.emails-list-holder .jcf-checkbox {
  top: 10px;
  left: 7px;
  position: absolute;
}
.emails-list-holder .btn-holder {
  padding: 9px 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-top: 2px solid #636363;
}
@media screen and (max-width: 991px) {
  .emails-list-holder .btn-holder {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .emails-list-holder .btn-holder {
    font-size: 14px;
  }
}
.emails-list-holder .btn-holder a {
  color: #00afef;
}
.emails-list-holder .btn-holder a:hover {
  color: #76daff;
  text-decoration: underline;
}
.emails-list-holder .btn-holder a[disabled] {
  color: #808080;
  cursor: not-allowed;
}
.emails-list-holder .btn-holder a[disabled]:hover {
  text-decoration: none;
}
.emails-list-holder strong.email {
  font-weight: 400;
}
.list-emails {
  margin: 0;
}
.list-emails li {
  position: relative;
  padding: 8px 7px 8px 40px;
  text-transform: capitalize;
}
.list-emails li:hover {
  font-weight: 700;
  background: #f1f1f1;
}
.list-emails li .email {
  word-wrap: break-word;
}
.list-emails li .icomoon-icon_trash {
  color: #636363;
}
.list-emails li .icomoon-icon_trash:hover {
  color: #999;
  cursor: pointer;
}
.link-delete {
  top: 9px;
  left: 100%;
  font-size: 18px;
  line-height: 1.25;
  color: #636363;
  margin: 0 0 0 2px;
  position: absolute;
}
.link-delete:focus,
.link-delete:active:focus,
.link-delete:hover {
  color: #999;
  outline: none;
}
.add-new-source {
  font-size: 18px;
  line-height: 1.25;
  color: #636363;
}
.add-new-source:focus,
.add-new-source:active:focus,
.add-new-source:hover {
  color: #999;
  outline: none;
  cursor: pointer;
}
.add-new-source:before {
  content: '+';
  font-size: 110%;
}
.add-new-source .icon-icon_close {
  display: none;
}
input:focus + .error-text {
  opacity: 1;
  visibility: visible;
}
.error-text {
  margin: 0;
  left: 7px;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  bottom: 100%;
  font-weight: 600;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  border-radius: 3px;
  visibility: hidden;
  background: #00afef;
  transition: all 0.25s;
  text-transform: uppercase;
}
.error-text span {
  display: block;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.error-text:before {
  top: 100%;
  left: 5px;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 6px 6px 0;
  border-top-color: #00afef;
}
.disabled-row .field:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  z-index: 10;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0);
}
.disabled-row .jcf-select {
  background: #eeeeee;
}
.section-head {
  color: #fff;
  padding: 12px 20px;
  background: #f78e1e;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 991px) {
  .section-head {
    margin: 0;
  }
}
.section-head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-head h2 {
    font-size: 16px;
  }
}
/* thanks-section */
.thanks-section {
  max-width: 864px;
  margin: 0 auto 60px;
}
.thanks-section p {
  margin: 0 0 15px;
}
.thanks-section a:hover {
  text-decoration: underline;
}
.thanks-section .name,
.thanks-section .tel {
  display: block;
}
.thanks-section address,
.thanks-section .tel {
  margin: 0 0 15px;
}
.thanks-section .thanks-img {
  position: relative;
  padding: 20px 0 0;
}
@media screen and (max-width: 991px) {
  .thanks-section .thanks-img img {
    width: 269px;
  }
}
@media screen and (max-width: 767px) {
  .thanks-section .thanks-img img {
    width: 220px;
  }
}
.thanks-section .title-caption {
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  bottom: 47px;
  position: absolute;
  background: #959ca1;
  font: 120px/1.1 'HelveticaNeueLTStd-MdCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .thanks-section .title-caption {
    left: 50%;
    right: auto;
    width: 600px;
    bottom: 62px;
    font-size: 60px;
    margin: 0 0 0 -300px;
  }
}
@media screen and (max-width: 767px) {
  .thanks-section .title-caption {
    width: 280px;
    font-size: 40px;
    margin: 0 0 0 -140px;
  }
}
.appointment-form {
  padding: 0 5px;
}
.appointment-form .appointment-header-first {
  color: red;
  font-size: 43px;
}
@media screen and (max-width: 767px) {
  .appointment-form .appointment-header-first {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.appointment-form .appointment-header-second {
  color: #949ca1;
  font-size: 24px;
  text-align: center;
  margin: 5px 0px 30px 3px;
}
@media screen and (max-width: 767px) {
  .appointment-form .appointment-header-second {
    font-size: 21px;
    line-height: 28px;
  }
}
.appointment-form .form-holder {
  max-width: 775px !important;
}
.appointment-form .appointment-footer-first {
  margin: 30px 0 10px 0;
}
@keyframes envelop {
  100% {
    transform: translate(-15px, 0);
  }
}
@keyframes wifi {
  50% {
    opacity: 1;
  }
}
@media screen and (max-width: 479px) {
  .recaptcha-wrapper {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.special-dbg-copy-text-container {
  margin: 0 auto 36px auto;
}
.special-dbg-copy-text-container footer {
  text-align: center;
  color: #99cc66;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .special-dbg-copy-text-container footer {
    font-size: 22px;
  }
}
/**********************/
/*	Centered Modal component */
/**********************/
.img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.modal-frame {
  width: 100%;
  height: 100%;
  display: table !important;
}
.modal-frame .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
.modal-header {
  color: #fff;
  background: #f78e1e;
  position: relative;
}
.modal-header .modal-title {
  font-size: 21px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-header .modal-title strong {
  font-weight: 700;
}
.modal-header .modal-title span.dateRange {
  margin-left: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #101010;
}
.modal-content {
  max-width: 590px;
  margin: 0 auto;
  background: #fff;
  border: #f78e1e solid 2px;
  border-radius: 0 !important;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.modal-body {
  padding: 0;
  max-height: 80vh;
  overflow: auto;
}
.modal-body .confirm-body {
  padding: 20px;
}
.modal-body .confirm-body p {
  margin-bottom: 30px;
}
.modal-body .confirm-body .btn {
  margin-left: 10px;
}
.modal-dialog .close {
  top: 50%;
  opacity: 1;
  right: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 26px;
  height: 26px;
  text-shadow: none;
  position: absolute;
  margin: -13px 0 0;
}
.modal-dialog .close i {
  display: block;
  transition: all 0.25s;
}
.modal-dialog .close:hover {
  color: #fff;
  margin: -11px -2px 0 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* footer */
#footer {
  height: 1%;
  font-size: 17px;
  background: #fff;
  overflow: hidden;
  display: table-footer-group;
}
@media screen and (max-width: 766px) {
  #footer {
    font-size: 14px;
  }
}
#footer .container-fluid {
  padding: 0 36px;
}
@media screen and (max-width: 1499px) {
  #footer .container-fluid {
    padding: 0 15px;
    text-align: center;
  }
  #footer .container-fluid .clearfix,
  #footer .container-fluid .dl-horizontal dd,
  #footer .container-fluid .container,
  #footer .container-fluid .container-fluid,
  #footer .container-fluid .row,
  #footer .container-fluid .form-horizontal .form-group,
  #footer .container-fluid .nav,
  #footer .container-fluid .navbar,
  #footer .container-fluid .navbar-header,
  #footer .container-fluid .navbar-collapse,
  #footer .container-fluid .modal-header,
  #footer .container-fluid .modal-footer {
    position: relative;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 941px) {
  #footer .container-fluid .clearfix,
  #footer .container-fluid .dl-horizontal dd,
  #footer .container-fluid .container,
  #footer .container-fluid .container-fluid,
  #footer .container-fluid .row,
  #footer .container-fluid .form-horizontal .form-group,
  #footer .container-fluid .nav,
  #footer .container-fluid .navbar,
  #footer .container-fluid .navbar-header,
  #footer .container-fluid .navbar-collapse,
  #footer .container-fluid .modal-header,
  #footer .container-fluid .modal-footer {
    padding: 0 0 55px;
  }
}
#footer .footer-holder {
  color: white;
  padding: 15px 0;
  background: #00afef;
}
#footer p {
  margin: 0;
}
#footer .copyright {
  margin: 0 10px 0 320px;
}
@media screen and (max-width: 1499px) {
  #footer .copyright {
    left: 0;
    margin: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width: 941px) {
  #footer .copyright {
    margin-bottom: 25px;
  }
}
#footer .social-networks {
  font-size: 18px;
}
@media screen and (max-width: 1499px) {
  #footer .social-networks {
    width: 100%;
  }
}
#footer .social-networks a {
  color: white;
}
#footer .social-networks a:hover {
  opacity: 0.7;
}
.footer-nav {
  margin: 0;
}
@media screen and (max-width: 1499px) {
  .footer-nav {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: solid 2px rgba(255, 255, 255, 0.3);
  }
}
.footer-nav li {
  position: relative;
  padding: 0 6px 0 0;
}
@media screen and (max-width: 1199px) {
  .footer-nav li {
    margin-bottom: 5px;
  }
}
.footer-nav li:after {
  top: -1px;
  content: '|';
  margin: 0 0 0 8px;
  position: relative;
}
.footer-nav li:last-child:after {
  display: none;
}
.footer-nav a {
  color: white;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.social-networks {
  font-size: 0;
  line-height: 0;
  margin: 0 -6px;
  padding: 3px 0;
}
.social-networks li {
  padding: 0 6px;
}
.social-networks a {
  font-size: 18px;
  color: #636363;
}
.social-networks a:hover {
  color: #999;
  cursor: pointer;
}
.social-networks .facebook a {
  color: #3b5998;
}
.social-networks .facebook a:hover {
  color: #5f7ec1;
}
.social-networks .instagram a {
  color: #ff4f3a;
}
.social-networks .instagram a:hover {
  color: #ff9387;
}
.social-networks .twitter a {
  color: #1da0f2;
}
.social-networks .twitter a:hover {
  color: #65bef6;
}
.social-networks .pinterest a {
  color: #bd081c;
}
.social-networks .pinterest a:hover {
  color: #f51c34;
}
.social-networks .gmail a {
  color: #dc4c41;
}
.social-networks .gmail a:hover {
  color: #e88982;
}
.form-subscribe {
  color: #636363;
  padding: 15px 0;
  background: #f1f1f1;
}
.form-subscribe .title {
  margin: 7px 5px 0 0;
}
@media screen and (max-width: 1199px) {
  .form-subscribe .title {
    margin: 0 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-subscribe .title {
    margin: 0;
    position: relative;
    padding: 2px 38px 0 0;
  }
}
.form-subscribe .title .btn-primary.close {
  top: -1px;
  right: 0;
  position: absolute;
}
.form-subscribe .holder input {
  padding: 6.5px 12px 6.5px !important;
}
@media screen and (max-width: 1199px) {
  .form-subscribe .holder {
    clear: both;
    margin: 0 0 0 -6px;
  }
}
@media screen and (max-width: 767px) {
  .form-subscribe .holder {
    margin: 0;
    overflow: hidden;
    position: relative;
  }
}
.form-subscribe .fields-area {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form-subscribe .fields-area {
    margin: 16px 0 40px;
    position: relative;
  }
}
.form-subscribe .row {
  margin: 0 -6px;
}
.form-subscribe [class^="col-"],
.form-subscribe [class*=" col-"] {
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .form-subscribe [class^="col-"],
  .form-subscribe [class*=" col-"] {
    width: 100%;
    padding: 0 0 15px;
  }
}
.form-subscribe .btn-default {
  margin: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .form-subscribe .btn-default {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    position: absolute;
  }
}
.form-subscribe .close {
  padding: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.form-subscribe .close:focus,
.form-subscribe .close:active {
  color: #00afef;
  background: #fff;
}
.form-subscribe .close:hover {
  color: #fff;
  background: #00afef;
}
.form-subscribe .close.collapsed .plus {
  margin: -1px 0 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-subscribe .close .plus {
  top: 50%;
  left: 50%;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  margin: -1px 0 0 1px;
  transition: all 0.25s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-subscribe .close .plus:before {
  content: '+';
  display: block;
}
@media screen and (min-width: 768px) {
  .form-subscribe .holder {
    height: auto !important;
    display: block !important;
  }
}
/* animations */
[data-view],
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.infinite[data-view],
.animated.infinite {
  animation-iteration-count: infinite;
}
.hinge[data-view],
.animated.hinge {
  animation-duration: 2s;
}
.flipOutX[data-view],
.flipOutY[data-view],
.bounceIn[data-view],
.bounceOut[data-view],
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
[data-view] {
  opacity: 0;
  visibility: hidden;
}
[data-view].in-viewport {
  opacity: 1;
  visibility: visible;
}
/* bounceIn */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
/* rotateIn */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* fadeInUp */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
/* zoomIn */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
/* slideInLeft */
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
/* slideInRight */
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
/* lightbox */
.lightbox {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 8001;
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  font-size: 18px;
  line-height: 1.444445;
  transition: all 0.75s ease;
}
.lightbox.lightbox-active {
  opacity: 1;
  z-index: 8002;
  visibility: visible;
}
.lightbox.lightbox-active.invisible {
  z-index: 8001;
  visibility: hidden;
}
.lightbox .lightbox-body {
  padding: 15px 25px 25px;
  text-align: center;
}
.lightbox .lightbox-body p {
  margin: 0 0 19px;
}
.lightbox .overlay {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-holder {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.lightbox .lightbox-frame {
  display: table-cell;
  vertical-align: middle;
}
.lightbox .lightbox-content {
  z-index: 3;
  margin: 0 auto;
  max-width: 590px;
  background: #fff;
  position: relative;
  border: #f78e1e solid 2px;
}
@media screen and (max-width: 620px) {
  .lightbox .lightbox-content {
    margin: 0 15px;
  }
}
.lightbox .head {
  color: #fff;
  position: relative;
  background: #f78e1e;
  padding: 17px 50px 17px 15px;
}
.lightbox .title {
  font-size: 21px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.lightbox .close {
  top: 50%;
  opacity: 1;
  right: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 26px;
  height: 26px;
  text-shadow: none;
  position: absolute;
  margin: -13px 0 0;
}
.lightbox .close i {
  display: block;
  transition: all 0.25s;
}
.lightbox .close:hover {
  color: #fff;
  margin: -11px -2px 0 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.lightbox .scroll-holder {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.lightbox .scroll-holder:empty {
  padding: 25px;
}
.lightbox .scroll-holder:empty:before {
  content: 'Coming Soon!';
}
.page-lightbox-active .jcf-select-drop {
  z-index: 8003;
}
.form-lightbox {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .form-lightbox {
    padding: 15px;
  }
}
.form-lightbox .field-row > * {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .form-lightbox .field-row > * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .form-lightbox .field-row > * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-lightbox .field-row > * {
    font-size: 14px;
  }
}
.form-lightbox .field-row .field {
  padding: 0;
}
/* react-select styles */
.Select.form-control {
  padding: 0 !important;
}
.Select.form-control .Select-control .Select-clear-zone {
  display: none;
}
.Select.form-control.has-value .Select-control .Select-clear-zone {
  display: table-cell;
}
.Select-control {
  border: none !important;
  cursor: pointer;
}
.Select.is-disabled > .Select-control {
  background-color: #eee;
  cursor: not-allowed;
}
.Select-placeholder {
  color: #101010 !important;
  padding-left: 15px !important;
}
.Select-menu-outer {
  margin: 2px 0 0 -2px;
  box-sizing: initial !important;
  border: 2px solid #CCC;
  z-index: 5;
  max-height: 300px;
}
.Select-menu-outer div {
  margin: 1px;
}
.Select-menu-outer .Select-option {
  word-wrap: break-word;
}
.Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.top-positioned .Select-menu-outer {
  top: auto;
  bottom: 100%;
}
.Select-arrow-zone {
  padding-right: 10px;
}
.Select-option.is-focused {
  background-color: #00AFEF;
  color: #FFF;
}
.ui-widget {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-widget-content {
  padding: 0;
  border-color: #ccc;
  border-width: 2px;
}
.ui-datepicker {
  width: auto;
  min-width: 280px;
  max-width: 430px;
}
.ui-datepicker .ui-datepicker-header {
  border: 0;
  color: #fff;
  border-radius: 0;
  padding: 5px 10px;
  background: #f78e1e;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  margin: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  cursor: pointer;
  background: #ffc689;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  top: auto;
  margin: 0;
  left: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  width: 28px;
  display: block;
  cursor: pointer;
  content: "\e915";
  text-align: center;
  font: 28px/25px 'icomoon';
}
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 10px;
}
.ui-datepicker .ui-datepicker-next span:before {
  content: "\e90c";
}
.ui-datepicker table {
  margin: 0;
  background: #fff;
  table-layout: fixed;
}
.ui-datepicker th {
  color: #fff;
  padding: 8px 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background: #ffc689;
  text-transform: uppercase;
}
.ui-datepicker th > span {
  position: relative;
}
.ui-datepicker th > span:before {
  left: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  bottom: 100%;
  margin: 0 0 10px;
  padding: 7px 10px;
  position: absolute;
  background: #00afef;
  content: attr(title);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ui-datepicker th > span:after {
  left: 50%;
  bottom: 100%;
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 5px 5px 0;
  margin: 0 0 5px -5px;
  border-top-color: #00afef;
}
.ui-datepicker th > span:after,
.ui-datepicker th > span:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease;
}
.ui-datepicker th > span:hover:after,
.ui-datepicker th > span:hover:before {
  opacity: 1;
  visibility: visible;
}
.ui-datepicker td {
  padding: 0;
  border-width: 0;
  font-size: 18px;
  line-height: 24px;
}
.ui-datepicker td > span,
.ui-datepicker td > a {
  min-width: 52px;
  line-height: 52px;
  text-align: center;
  background: #fff;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td > a:hover {
  color: #fff;
  background: #a0cf67;
}
.ui-widget-header .ui-icon {
  background: none;
  text-indent: inherit;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0 none;
  color: #f78e1e;
  background: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-width: 0;
  background: #fff;
}
.custom-datepicker-holder {
  border-width: 0 !important;
  z-index: 10000 !important;
  max-width: none;
  top: 0 !important;
  left: 0 !important;
  min-width: inherit;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  background: none !important;
}
.custom-datepicker-holder .box {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.custom-datepicker-holder .holder {
  width: 510px;
  margin: 0 auto;
  padding: 0 0 20px;
  background: #fff;
  border: solid 2px #f78e1e;
}
.custom-datepicker-holder .head {
  color: #fff;
  margin: 0 0 20px;
  background: #f78e1e;
}
.custom-datepicker-holder .ui-datepicker-header {
  margin: 0 48px;
}
.custom-datepicker-holder .ui-datepicker-calendar {
  width: 410px;
  margin: 0 auto 30px;
  border: solid #f78e1e;
  border-width: 0 2px 2px;
}
/*	datepicker-box */
.datepicker-box {
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 12000;
  position: fixed;
  overflow: hidden;
}
.datepicker-box .datepicker-overlay {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.datepicker-box .datepicker-holder {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.datepicker-box .datepicker-frame {
  display: table-cell;
  vertical-align: middle;
}
.datepicker-box .datepicker-inner {
  z-index: 3;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  max-width: 590px;
  position: relative;
  border: solid 2px #f78e1e;
}
@media screen and (max-width: 620px) {
  .datepicker-box .datepicker-inner {
    margin: 0 15px;
  }
}
.datepicker-box .datepicker-inner .calendar {
  width: 100%;
}
.datepicker-box .scroll-holder {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 25px 0;
  max-height: 77vh;
}
.datepicker-box .jcf-scrollable-wrapper {
  min-height: 337px;
}
.datepicker-box .head {
  color: #fff;
  padding: 15px 18px;
  position: relative;
  background: #f78e1e;
}
.datepicker-box .title {
  display: block;
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
  margin: 0 50px 0 0;
  text-transform: uppercase;
}
.datepicker-box .link-holder {
  padding: 0 10px 21px;
  text-align: center;
}
.datepicker-box .link-holder a {
  color: #00afef;
}
.datepicker-box .link-holder a:hover {
  color: #76daff;
  text-decoration: underline;
}
.datepicker-close {
  top: 50%;
  font-size: 0;
  line-height: 0;
  right: 8px;
  color: #fff;
  width: 26px;
  height: 26px;
  margin: -13px 0 0;
  position: absolute;
}
.datepicker-close:before {
  display: block;
  content: "\e900";
  transition: all 0.25s;
  font: 26px/1 'icomoon';
}
.datepicker-close:hover {
  color: #fff;
  margin: -11px -2px 0 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /*.size(36px);
		margin: -18px -5px 0 0;
		
		&:before {
			font-size: 36px;
		}*/
}
.calendar {
  width: 410px;
  border-radius: 0;
  background: #fff;
  text-align: center;
  table-layout: fixed;
  margin: 0 auto 17px;
  border-collapse: inherit;
  border: #f78e1e solid 2px;
}
.calendar thead > tr:first-child {
  color: #fff;
  background: #f78e1e;
}
.calendar thead > tr:nth-child(2) {
  color: #fff;
  background: #ffc689;
  font-size: 18px;
  line-height: 24px;
}
.calendar thead > tr:nth-child(2) th {
  padding: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar thead > tr:nth-child(2) th:nth-child(1):after {
  content: 'u';
}
.calendar thead > tr:nth-child(2) th:nth-child(2):after {
  content: 'o';
}
.calendar thead > tr:nth-child(2) th:nth-child(3):after {
  content: 'u';
}
.calendar thead > tr:nth-child(2) th:nth-child(4):after {
  content: 'e';
}
.calendar thead > tr:nth-child(2) th:nth-child(5):after {
  content: 'h';
}
.calendar thead > tr:nth-child(2) th:nth-child(6):after {
  content: 'r';
}
.calendar thead > tr:nth-child(2) th:nth-child(7):after {
  content: 'a';
}
.calendar td,
.calendar th {
  padding: 0;
  transition: all 0.25s;
}
.calendar th {
  text-align: center;
}
.calendar td span {
  display: block;
  cursor: pointer;
  line-height: 58px;
  transition: all 0.25s;
}
.calendar td span:hover,
.calendar td.selected span {
  color: #fff;
  font-weight: 700;
  background: #a0cf67;
}
.calendar #prev,
.calendar #next {
  font-size: 0;
  line-height: 0;
  padding: 6px 10px;
}
.calendar #prev:before,
.calendar #next:before {
  width: 28px;
  height: 28px;
  color: #fff;
  display: block;
  cursor: pointer;
  background: #ffc689;
  border-radius: 3px;
  content: "\e915";
  font: 24px/28px 'icomoon';
  transition: all 0.25s ease;
}
.calendar #prev:hover:before,
.calendar #next:hover:before {
  color: #f78e1e;
  background: #fff;
}
.calendar #next:before {
  content: "\e90c";
  margin: 0 0 0 auto;
}
.calendar #currM {
  padding: 6px 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar #currDay span {
  color: #fff;
  font-weight: 700;
  background: #a0cf67;
}
.calendar .nMDate,
.calendar .pMDate {
  opacity: 0;
  visibility: hidden;
}
.calendar #today {
  padding: 10px;
  color: #fff;
  cursor: pointer;
  background: #f78e1e;
}
.calendar #today:hover {
  background: #a0cf67;
}
.calendar .pMDate span,
.calendar .nMDate span {
  font-size: 0;
  line-height: 0;
}
.calendar .date-selected {
  background: #ededed;
}
/* toastr adjust padding */
#app .redux-toastr .toastr .rrt-middle-container {
  padding: 22px 5px;
}
#app .redux-toastr .toastr .rrt-left-container .toastr-icon {
  margin-top: 6px;
}
#app .redux-toastr .toastr .rrt-middle-container .rrt-title {
  margin-bottom: 0;
}
#app .redux-toastr .toastr .rrt-left-container .rrt-holder {
  padding-top: 3px;
}
#remember {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  opacity: 0;
}
label[for="remember"] {
  margin: 0 0 0 4px;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  label[for="remember"] {
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  label[for="remember"] {
    line-height: 23px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert > p,
.alert .alert > ul {
  margin-bottom: 0;
}
.coming-soon {
  width: 100%;
}
.v-align {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.v-align .holder {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.v-align .holder .img-holder .image {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .v-align .holder .img-holder .image {
    width: 100%;
    height: 100%;
  }
}
.v-align .holder .msg {
  background: url(/corporate/bubble2.44ba68364c1b0c6ae5808496baacb748.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 767px) {
  .v-align .holder .msg {
    position: absolute;
    float: none;
    top: 0;
    left: 50%;
    padding: 50px 10px;
    font-size: 2em;
    max-width: 300px;
    margin-left: 150px;
  }
}
@media screen and (max-width: 767px) {
  .v-align .holder .msg {
    max-width: none;
    position: relative;
    float: right;
    margin: 5% 0 0 0;
    font-size: 3em;
    padding: 40px 10px;
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .v-align .holder .msg {
    max-width: none;
    position: relative;
    float: right;
    padding: 30px 0;
    font-size: 2em;
    margin: 10% 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .v-align .holder .msg {
    max-width: none;
    position: relative;
    float: right;
    padding: 20px 10px;
    font-size: 1em;
    margin: 30% 0 0 0;
  }
}
.form-holder .field {
  margin-bottom: 15px;
}
#app {
  height: 100%;
}
.navbar-header button.navbar-toggle:focus {
  background-color: #fff !important;
}
.navbar-header button.btn-login .invisible {
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: none !important;
}
.hidden {
  display: none;
  visibility: hidden;
}
#footer .holder input {
  font-size: 16px;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.visible-overflow {
  overflow: visible !important;
}
/* react-select styles */
.Select.form-control {
  padding: 0 !important;
  height: 60px;
}
.Select.form-control:hover {
  color: #101010 !important;
  border-color: #00afef !important;
}
@media screen and (max-width: 991px) {
  .Select.form-control {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .Select.form-control {
    height: 40px;
  }
}
.Select-control {
  border: none !important;
  height: 100%;
  cursor: pointer;
}
.Select-control:hover {
  box-shadow: none !important;
}
.Select.is-disabled > .Select-control {
  background-color: #eee;
  cursor: not-allowed;
}
.Select-placeholder {
  color: #101010 !important;
  padding-left: 15px !important;
}
.Select-value {
  color: #101010 !important;
  padding-left: 15px !important;
}
.Select-value span {
  color: #101010 !important;
}
.Select-placeholder,
.Select-value {
  top: 10px !important;
}
@media screen and (max-width: 991px) {
  .Select-placeholder,
  .Select-value {
    top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .Select-placeholder,
  .Select-value {
    top: 0px !important;
  }
}
.Select-menu-outer {
  margin: 2px 0 0 -2px;
  box-sizing: initial !important;
  border: 2px solid #CCC;
  max-height: 300px;
}
.Select-menu-outer div {
  margin: 1px;
}
.Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.top-positioned .Select-menu-outer {
  top: auto;
  bottom: 100%;
}
.is-open > .Select-control .Select-arrow-zone {
  padding-right: 15px;
}
.is-open > .Select-control .Select-arrow-zone:hover .Select-arrow {
  border-color: transparent transparent #76daff !important;
}
.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: transparent transparent #00afef !important;
  border-width: 0 14px 14px;
}
@media screen and (max-width: 1023px) {
  .is-open > .Select-control .Select-arrow-zone .Select-arrow {
    margin: -5px 0 0;
    border-width: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .is-open > .Select-control .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 0 6px 6px;
  }
}
.Select-arrow-zone {
  padding-right: 15px !important;
}
.Select-arrow-zone:hover .Select-arrow {
  border-top-color: #76daff;
}
.Select-arrow-zone .Select-arrow {
  margin: -7px 0 0;
  border-top-color: #00afef;
  border-width: 14px 14px 0;
}
@media screen and (max-width: 1023px) {
  .Select-arrow-zone .Select-arrow {
    margin: -5px 0 0;
    border-width: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 6px 6px 0;
  }
}
.Select-input {
  padding-left: 15px;
}
.Select-input input {
  color: #101010;
  font-size: 18px;
}
.corporate-site .Select-input input {
  height: 50px;
  padding: 4px 0;
  border: none;
}
.Select-option.is-focused {
  background-color: #00AFEF;
  color: #FFF;
}
/* react-toggle-button styles */
div.toggle > div:first-child {
  width: 160px !important;
}
div.toggle > div:first-child > div {
  color: red;
}
div.toggle.has-error > div:first-child {
  border: solid 1px red;
}
.toggleDisabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  background-color: grey;
  opacity: 0.3;
  cursor: not-allowed;
}
.chat-text {
  width: 100%;
  position: relative;
}
.remaining-counter {
  font-size: 18px;
  font-weight: 600;
  color: #a0cf67;
  position: absolute;
  top: 30px;
  right: 123px;
}
.has-error .geosuggest__input {
  border: solid 2px red !important;
}
.articles-holder.relative {
  position: relative;
  z-index: 1;
}
.articles-holder .spinner-container {
  padding: 0;
}
.form-find-studies {
  position: relative;
  z-index: 2;
}
.post a:hover img.placeholder {
  transform: none !important;
}
.post .img-holder {
  height: 160px;
}
@media screen and (max-width: 991px) {
  .post .img-holder {
    height: 240px;
  }
}
@media screen and (max-width: 639px) {
  .post .img-holder {
    height: 320px;
  }
}
.post .img-holder .placeholder {
  height: 100%;
}
.post .desc .custom-description h1,
.post .desc .custom-description h2,
.post .desc .custom-description h3 {
  margin: 0;
}
.post .desc .custom-description h1 {
  font-size: 24px;
  font-weight: 800;
}
.post .desc .custom-description h2 {
  font-size: 22px;
}
.post .desc .custom-description h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .field-row [class^="col-"],
  .field-row [class*=" col-"] {
    padding-top: 15px;
  }
  .field-row [class^="col-"]:first-child,
  .field-row [class*=" col-"]:first-child {
    padding-top: 15px;
  }
}
.landing .row {
  margin: 0;
}
.landing .row .centered {
  max-width: 592px;
  margin: 0 auto 42px;
}
.landing .row .nodesc {
  margin-bottom: 0;
}
.landing .row .img-holder {
  height: auto !important;
}
.landing .row .img-holder.pdf {
  height: 500px !important;
}
.landing .row .custom-description h1 {
  margin-top: 0;
}
.landing .row .instruction:hover {
  color: #999;
  cursor: pointer;
}
.landing-form {
  margin: 0 auto 40px;
  z-index: 10;
  position: relative;
}
.landing-form .field-row {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .landing-form .field-row.fixed-height {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .landing-form .field-row.fixed-height {
    height: 40px;
  }
}
.landing-form .field-row input[name="phone"] {
  position: absolute;
}
.landing-form .field-row input[name="phone"].length-1 {
  padding-left: 140px;
}
.landing-form .field-row input[name="phone"].length-2 {
  padding-left: 150px;
}
.landing-form .field-row input[name="phone"].length-3 {
  padding-left: 165px;
}
.landing-form .field-row input[name="phone"].length-4 {
  padding-left: 175px;
}
@media screen and (max-width: 1023px) {
  .landing-form .field-row input[name="phone"].length-1 {
    padding-left: 120px;
  }
  .landing-form .field-row input[name="phone"].length-2 {
    padding-left: 130px;
  }
  .landing-form .field-row input[name="phone"].length-3 {
    padding-left: 145px;
  }
  .landing-form .field-row input[name="phone"].length-4 {
    padding-left: 155px;
  }
}
@media screen and (max-width: 767px) {
  .landing-form .field-row input[name="phone"].length-1 {
    padding-left: 115px;
  }
  .landing-form .field-row input[name="phone"].length-2 {
    padding-left: 125px;
  }
  .landing-form .field-row input[name="phone"].length-3 {
    padding-left: 135px;
  }
  .landing-form .field-row input[name="phone"].length-4 {
    padding-left: 145px;
  }
}
.landing-form .field-row .phone-input {
  padding-left: 168px;
}
.landing-form .field-row .intl-tel-input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.landing-form .field-row .intl-tel-input .selected-flag {
  outline: none;
  padding: 0 0 0 16px;
}
.landing-form .field-row .intl-tel-input .selected-flag .selected-dial-code {
  padding: 0 55px 0 35px;
  font-size: 21px;
}
@media screen and (max-width: 1023px) {
  .landing-form .field-row .intl-tel-input .selected-flag .selected-dial-code {
    padding: 0 45px 0 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .landing-form .field-row .intl-tel-input .selected-flag .selected-dial-code {
    padding: 0 40px 0 35px;
    font-size: 16px;
  }
}
.landing-form .field-row .intl-tel-input .selected-flag .iti-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  border-top-color: #00afef;
  border-width: 14px 14px 0;
  margin-top: -7px;
  right: 16px;
}
@media screen and (max-width: 1023px) {
  .landing-form .field-row .intl-tel-input .selected-flag .iti-arrow {
    margin: -5px 0 0;
    border-width: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .landing-form .field-row .intl-tel-input .selected-flag .iti-arrow {
    margin: -3px 0 0;
    border-width: 6px 6px 0;
  }
}
.landing-form .field-row .intl-tel-input .selected-flag .iti-arrow.up {
  border-bottom-color: #00afef;
  border-width: 0 14px 14px;
}
@media screen and (max-width: 1023px) {
  .landing-form .field-row .intl-tel-input .selected-flag .iti-arrow.up {
    border-width: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .landing-form .field-row .intl-tel-input .selected-flag .iti-arrow.up {
    border-width: 0 6px 6px;
  }
}
.landing-form .field-row .intl-tel-input .country-list {
  width: 100%;
  margin: 1px -1px;
  font-size: 21px;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  .landing-form .field-row .intl-tel-input .country-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .landing-form .field-row .intl-tel-input .country-list {
    font-size: 16px;
  }
}
.landing-form .field-row .intl-tel-input .country-list li.highlight {
  background-color: #00AFEF;
}
.landing-form .field-row .intl-tel-input .country-list li.highlight span {
  color: #FFF;
}
.landing-form .field-row .intl-tel-input input {
  visibility: hidden;
  display: none;
}
.landing-form .field-row.has-error .intl-tel-input input:focus {
  color: #949ca1;
  border-color: #00afef;
}
.landing-form .field-row a.disabled .inline {
  vertical-align: initial;
}
@media screen and (max-width: 767px) {
  .landing-form .flag-container {
    height: 40px !important;
  }
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .react-parallax-bgimage {
    height: 1700px !important;
  }
}
@media screen and (max-width: 639px) {
  .modal-content {
    margin: 0 15px !important;
  }
}
.modal-header a.close {
  margin: -11px -2px 0 0 !important;
}
.modal-header a.close:hover {
  cursor: pointer;
}
.modal-body {
  padding: 0 !important;
}
@media screen and (min-width: 639px) {
  .modal-body {
    overflow: visible !important;
  }
}
.modal-body span.text {
  padding: 20px 25px 0px;
  width: 100%;
  display: inline-block;
}
.modal-body .Select.form-control {
  height: inherit;
}
.modal-body .Select.form-control .Select-arrow-zone {
  padding-right: 15px;
}
.modal-body .Select.form-control .Select-arrow-zone:hover .Select-arrow {
  border-top-color: #c0e890;
}
.modal-body .Select.form-control .Select-arrow-zone .Select-arrow {
  margin: -7px 0 0;
  border-top-color: #99cc66;
  border-width: 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .modal-body .Select.form-control .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 6px 6px 0;
  }
}
.modal-body .Select.form-control .Select-multi-value-wrapper {
  padding: 0;
}
.modal-body .Select.form-control .Select-multi-value-wrapper .Select-placeholder,
.modal-body .Select.form-control .Select-multi-value-wrapper .Select-value {
  top: 0 !important;
}
.modal-body .Select.is-open > .Select-control .Select-arrow-zone {
  padding-right: 15px;
}
.modal-body .Select.is-open > .Select-control .Select-arrow-zone:hover .Select-arrow {
  border-color: transparent transparent #c0e890 !important;
}
.modal-body .Select.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: transparent transparent #99cc66 !important;
  border-width: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .modal-body .Select.is-open > .Select-control .Select-arrow-zone .Select-arrow {
    margin: -3px 0 0;
    border-width: 0 6px 6px;
  }
}
@media screen and (max-width: 639px) {
  .modal-body input.form-control {
    font-size: 16px !important;
  }
}
.field-row + .field-row {
  margin: 15px 0 0 !important;
}
form .text-right {
  margin-top: 15px;
}
/*.thead {
  border: none !important;

  &.range-over {
    border: inherit !important;
  }
}*/
td .textbox {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .jcf-btn-inc {
    top: 20px !important;
    right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .jcf-btn-dec {
    right: 20px !important;
    top: 35px !important;
  }
}
.img.normal img {
  margin: -17px 0 0;
}
.form-find-studies {
  position: relative;
  z-index: 2;
}
.form-find-studies .country-code .Select.form-control.has-value .Select-control .Select-clear-zone {
  display: none;
}

