@import url(https://fonts.googleapis.com/css?family=Cabin:400,600,700);
/* Transition */
@font-face {
  font-family: "Conv_Gotham-Black";
  src: url("fonts/gotham/black/Gotham-Black.eot?") format("eot"), url("fonts/gotham/black/Gotham-Black.woff2") format("woff2"), url("fonts/gotham/black/Gotham-Black.woff") format("woff"), url("fonts/gotham/black/Gotham-Black.ttf") format("truetype"), url('fonts/gotham/black/Gotham-Black.svg#str-replace(Conv_Gotham-Black, " ", "_")') format("svg");
}

@font-face {
  font-family: "Conv_GOTHMBOK";
  src: url("fonts/gotham/bok/GOTHMBOK.eot?") format("eot"), url("fonts/gotham/bok/GOTHMBOK.woff2") format("woff2"), url("fonts/gotham/bok/GOTHMBOK.woff") format("woff"), url("fonts/gotham/bok/GOTHMBOK.ttf") format("truetype"), url('fonts/gotham/bok/GOTHMBOK.svg#str-replace(Conv_GOTHMBOK, " ", "_")') format("svg");
}

@font-face {
  font-family: "Conv_GOTHMBOL";
  src: url("fonts/gotham/bol/GOTHMBOL.eot?") format("eot"), url("fonts/gotham/bol/GOTHMBOL.woff2") format("woff2"), url("fonts/gotham/bol/GOTHMBOL.woff") format("woff"), url("fonts/gotham/bol/GOTHMBOL.ttf") format("truetype"), url('fonts/gotham/bol/GOTHMBOL.svg#str-replace(Conv_GOTHMBOL, " ", "_")') format("svg");
}

@font-face {
  font-family: "Conv_GOTHMLIG";
  src: url("fonts/gotham/lig/GOTHMLIG.eot?") format("eot"), url("fonts/gotham/lig/GOTHMLIG.woff2") format("woff2"), url("fonts/gotham/lig/GOTHMLIG.woff") format("woff"), url("fonts/gotham/lig/GOTHMLIG.ttf") format("truetype"), url('fonts/gotham/lig/GOTHMLIG.svg#str-replace(Conv_GOTHMLIG, " ", "_")') format("svg");
}

@font-face {
  font-family: "Conv_GOTHMMED";
  src: url("fonts/gotham/med/GOTHMMED.eot?") format("eot"), url("fonts/gotham/med/GOTHMMED.woff2") format("woff2"), url("fonts/gotham/med/GOTHMMED.woff") format("woff"), url("fonts/gotham/med/GOTHMMED.ttf") format("truetype"), url('fonts/gotham/med/GOTHMMED.svg#str-replace(Conv_GOTHMMED, " ", "_")') format("svg");
}

h1 {
  font-family: "Conv_GOTHMBOK";
  font-weight: 600;
  color: #646464;
}

b {
  font-family: "Conv_GOTHMMED";
  font-weight: bold;
  color: #646464;
}

p {
  font-family: "Conv_GOTHMLIG";
}

body {
  font-family: "Conv_GOTHMBOK";
  color: #646464;
  margin: 0;
  padding: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: #93c83e;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #93c83e;
}

.topMargin {
  margin-top: .5em;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.width-100 {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.noMargin {
  margin: 0;
}

.marginLeftSmall {
  margin-left: 1em;
}

.marginTopSmall {
  margin-top: 1em;
}

.marginTopMed {
  margin-top: 2em;
}

.marginBotSmall {
  margin-bottom: 0.5em;
}

.classWithPad {
  padding: 1.5em;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.redText {
  color: #FDB913;
}

.whitBg {
  background: #fff;
}

.lightGreyBg {
  background: #dddddc;
}

.orangeBg {
  background: #f26722;
}

.lightBlueBg {
  background: #93c83e;
}

.appleGreenBg {
  background: #93c83e;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

#contentcontainer {
  padding: 1em;
}

@media screen and (max-width: 767.5px) {
  #contentcontainer {
    padding: 8px;
  }
}

#content {
  height: auto;
  padding: 20px 0;
  max-width: 100%;
}

@media screen and (max-width: 767.5px) {
  #content {
    padding: 0 0 20px;
  }
}

#header {
  width: 100%;
  height: 95px;
}

@media screen and (max-width: 767.5px) {
  #header {
    height: 60px;
  }
}

.headerWrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767.5px) {
  .headerWrapper {
    padding: 0 10%;
  }
}

@media screen and (max-width: 600px) {
  .headerWrapper {
    padding: 0;
    max-width: 465px;
  }
}

.headerWrapper .logoutUser {
  margin-top: 24px;
  font-family: "Conv_GOTHMLIG";
  font-size: 17px;
  margin-right: 70px;
}

.headerWrapper .logoutUser a {
  color: #646464;
}

.headerWrapper .logoutUser a:hover {
  color: #93C83E;
}

@media screen and (max-width: 767px) {
  .headerWrapper .logoutUser {
    display: none;
  }
  .headerWrapper .mobileBurger {
    position: absolute;
    right: 28px;
    top: 0;
    margin-top: 15px;
    border: 1px solid #646464 !important;
    border-radius: 3px !important;
  }
  .headerWrapper .mobileBurger .glyphicon-menu-hamburger {
    font-size: 25px;
    color: #646464;
  }
  .headerWrapper .mobileBurger button {
    margin: 0 !important;
    padding: 0 !important;
  }
  .headerWrapper .mobileBurger .btn {
    width: 35px !important;
    height: 35px !important;
    padding: 5px 0 0 0 !important;
    background: #fff !important;
  }
  .headerWrapper .mobileBurger #login-navbar-collapse {
    height: 70px;
    padding: 5px 10px;
    width: 145px;
    background: #fff !important;
    position: absolute;
    top: 38px;
    z-index: 201;
    right: 2px;
    border: 4px solid transparent;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  }
  .headerWrapper .mobileBurger #login-navbar-collapse ul {
    display: block;
    margin: 0;
    padding: 0px;
  }
  .headerWrapper .mobileBurger #login-navbar-collapse ul li {
    display: block;
    font-family: "Conv_GOTHMLIG" !important;
    font-size: 17px !important;
    text-align: left !important;
  }
}

.headerLogo img {
  width: 205px;
  margin-top: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 767.5px) {
  .headerLogo img {
    width: 40px;
  }
}

@media screen and (max-width: 600px) {
  .headerLogo img {
    margin-left: 15px;
  }
}

#footer {
  background: #646464;
  width: 100%;
  height: 140px;
  max-width: 100%;
  padding-top: 90px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #footer {
    padding-top: 65px;
    text-align: center;
  }
}

.box-title {
  font-size: 20px;
  background: #DEDDDD;
  padding: 15px;
  margin: 0;
}

.box-content {
  min-height: auto;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 45px !important;
  -o-text-overflow: ellipsis;
  -moz-binding: url("assets/xml/ellipsis.xml#ellipsis");
}

.btn-fb {
  background-color: #93c83e;
  width: 197px;
  height: 39px;
  padding: 10px 0 0 50px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.btn, .btn:active:focus {
  background: #646464;
  border-radius: 0;
  border: none !important;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 20px;
}

.btn-default, .btn-default:focus, .btn-default:active:focus {
  background: #646464 !important;
  color: #fff;
  border: none;
}

.btn-primary, .btn-primary:focus, .btn-primary:active:focus {
  background-color: #f26722 !important;
  color: #fff;
  border: none;
}

.btnGreen, .btnGreen:focus {
  background-color: #93c83e;
  width: 220px;
  height: 40px;
  color: white;
  font-family: "Conv_GOTHMMED";
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  margin: 0 auto;
}

.btn-primary:hover, .btn-default:hover, .btnGreen:hover, .btn-fb:hover {
  opacity: .8;
  color: white;
}

.or {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  clear: both;
}

.form-control {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border: 1px solid #A09B96;
  line-height: 40px;
  height: 40px;
  color: #534A4A;
  font-size: 18px;
  font-family: "Conv_GOTHMLIG";
}

@media screen and (max-width: 767.5px) {
  .form-control {
    font-size: 14px;
  }
}

.form-control:focus {
  border-color: #93C83E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #93C83E, 0 0 8px #93C83E;
  box-shadow: inset 0 1px 1px #93C83E, 0 0 8px #93C83E;
}

.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.form-control#promoCode {
  max-width: 250px;
}

input {
  background: #FFF;
  border-color: #e1e0e0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e0e0;
  -webkit-text-fill-color: #646464;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*** Customize radio Inputs ***/
input[type=radio].css-radiobox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-radiobox + label.css-radiolabel {
  border: 1px solid #646464;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}

input[type=radio].css-radiobox + label.css-radiolabel i {
  background-color: #fff;
  border: 2.3px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 17px;
  width: 17px;
}

input[type=radio].css-radiobox:checked + label.css-radiolabel i {
  background-color: #646464;
}

label.css-radiolabel {
  background-size: 22px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selection-auto select, .ui-selectable {
  border: 1px solid #A09B96;
  background-size: 38px 38px;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: "Conv_GOTHMLIG";
  height: 40px;
}

.ui-selectable {
  background-image: url("../images/dropdownArrow.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: auto;
  color: #534A4A;
  font-size: 18px;
}

@media (max-width: 767.5px) {
  .ui-selectable {
    font-size: 14px;
  }
}

.home-loader {
  background: url("../images/homeloader.gif") no-repeat 0 0 scroll;
  width: 44px;
  height: 44px;
  display: none;
}

.modal-dialog {
  margin-top: 8%;
  max-width: 680px;
}

.modal-dialog .modal-content {
  border-radius: 0;
}

.modal-dialog .modal-content .modal-header {
  padding-bottom: 0;
  border: none;
}

.modal-dialog .modal-content .modal-header .close {
  opacity: 1;
}

.modal-dialog .modal-content .modal-header p.loadGif {
  text-align: center;
}

.modal-dialog .modal-content .modal-title {
  text-align: center;
  font-size: 23px;
  margin-top: 30px;
  color: #93c83e;
  font-family: "Conv_GOTHMBOL";
}

.modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 0px 15px 22px;
}

.modal-dialog .modal-content .modal-body p {
  font-size: 23px;
  font-family: "Conv_GOTHMLIG";
}

.modal-dialog .modal-content .modal-footer {
  border-top: 0px;
  text-align: center;
  padding-bottom: 52px;
}

.modal-dialog .modal-content .modal-footer .btn, .modal-dialog .modal-content .modal-footer .btn:active:focus {
  font-size: 14px;
  padding: 0 15px;
  min-width: 167px;
  letter-spacing: 2px;
  line-height: 50px;
}

@media screen and (max-width: 767.5px) {
  .modal-dialog .modal-content .modal-footer .btn, .modal-dialog .modal-content .modal-footer .btn:active:focus {
    min-width: 120px;
    padding: 0;
  }
}

.modal-dialog .modal-content .modal-footer .btn + .btn, .modal-dialog .modal-content .modal-footer .btn:active:focus + .btn {
  margin-left: 72px;
}

@media screen and (max-width: 767.5px) {
  .modal-dialog .modal-content .modal-footer .btn + .btn, .modal-dialog .modal-content .modal-footer .btn:active:focus + .btn {
    margin-left: 20px;
  }
}

.modal-dialog .modal-content .btnRow {
  width: 100%;
}

.modal-dialog .modal-content .btnRow .btn {
  min-width: 145px;
}

@media screen and (max-width: 767.5px) {
  .modal-dialog .modal-content .btnRow .btn {
    min-width: 121px;
    letter-spacing: 1px;
  }
}

.modal-dialog .modal-content .btnRow .btn a {
  color: white;
}

#logoutModal h2.modal-title {
  font-family: "Conv_GOTHMLIG";
  font-size: 28px;
}

#logoutModal .modal-footer {
  padding: 25px 70px !important;
}

#logoutModal .modal-footer .btn {
  background-color: #F26722;
  color: #fff;
}

@media only screen and (max-width: 440px) {
  #logoutModal .modal-footer .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

#logoutModal .modal-footer .btn:hover {
  opacity: .8;
}

.popover {
  z-index: 99;
  border: none;
  font-size: 13px;
  font-family: "Conv_GOTHMLIG";
  box-shadow: 0px 0px 25px #dddddc;
  min-width: 230px;
}

.popover .arrow {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #footer {
    padding-top: 65px;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  table {
    width: 1200px;
    overflow: auto;
    max-width: inherit !important;
  }
}

.stagingBorder {
  display: none;
}

.total {
  color: #646464;
  font-size: 11px;
}

.returnLink {
  margin-top: -30px;
  margin-bottom: 10px;
}

.returnLink .returnSpan {
  color: #279DD9;
}

@media screen and (max-width: 767.5px) {
  .returnLink {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .returnLink {
    margin-top: 0px;
  }
}
