.clickable {
  cursor: pointer;
}

.button-icon{
  display: inline-block;
  position: relative;
  z-index: 1;
}

.button-icon span{
  display:block;
}

.button-icon span object{
  position: relative;
  z-index: -1
}

/* MODALS */
.modal-lg{
  max-width: 95% !important;
  padding: 0;
}

.modal-md{
  max-width: 60% !important;
  padding: 0;
}

.modal-lg > .modal-content, .modal-md > .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal{
  overflow-y: scroll;
}
/* END MODALS */

/* MENU */
.navbar-default-no-box-shadow {
  box-shadow: none !important;
}

#topnav > li, #topnav > li a {
  color: #8a735f;
  font-family: 'tp_rubrikregular',Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  display: block;
  margin-left: -8px;
  cursor: pointer;
  margin-bottom:0;
  margin-right:0;
}

ul#topnav {
    width: 250px;
    right: 0;
    left: auto;
}
ul#topnav {
    text-align: left;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #bbb1a8;
    margin: 0;
    padding: 5px 0;
    font-size: 80%;
}

ul#topnav, #topnav.open {
    animation-duration: .5s;
}

#topnav li.active, #topnav li:hover {
    background-color: #fff;
    color: #41b6e6;
    border-left: 8px solid #41b6e6;
    transition: all .2s ease-out;
}

#topnav > li:focus, #topnav > li:hover, #topnav > li.active, #topnav > li a:hover{
  color: #41b6e6 !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .fadeInRight{
    animation-name: none !important;
  }
  div.chooseCalc_div{
    margin: 50px;
  }

  #topnav > li:focus, #topnav > li:hover, #topnav > li a.active, #topnav > li a:hover {
    color: #748b4c !important;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border-left: 0 !important;
  }

  #topnav > li, #topnav > li a{
    margin-left: 0;
  }

  ul#topnav {
      background-color: white !important;
  }

  #hp-feature-large .container .tag {
      margin-left: 0;
      margin-top: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2em 4em;
      height:auto !important;
  }

  #hp-feature-large .container .row {
      height: 350px;
  }

  .tag{
    background-color:white !important;
    padding: 2em 4em;
  }

}

.w-70{
  width: 70px !important;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .w-sm-4{
    width: 0 !important;
  }

  .chops-logo-sm {
    width: 5rem;
    height: 5rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

legend {
    font-size: 23px;
    padding-left: 12px;
    padding-right: 12px;
    border: 0;
    width: inherit;
    margin-bottom: 0;
    font-family: "tp_rubrikregular",sans-serif;
    color: #665546;
}

fieldset {
  border-color: #eeeae6;
  margin: 0 2px;
  border-top-style: solid;
  border-top-width: 0.07143em;
  padding-top: 0.07857em;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  border-left-style: solid;
  border-left-width: 0.07143em;
  border-right-style: solid;
  border-right-width: 0.07143em;
  padding: 24px;
}

/* Rebrand Styles */

#base {
  position:absolute;
  z-index:0;
}

#u33 .text {
  position:absolute;
  align-self:flex-start;
  padding:0px 0px 0px 0px;
  box-sizing:border-box;
  width:100%;
}

#u33_text {
  border-width:0px;
  word-wrap:break-word;
  text-transform:none;
}

#help_location {
  color:#665546;
  font-family: 'Georgia';
  font-size:16px;
  margin-bottom:3em;
}

#help {
  border-top: 6px solid #D01C65;
  border-bottom: 1px solid #D01C65;
  padding-top:2em;
  padding-bottom:2em;
}

#help_location h1{
  margin-top: 0;
  color: #26778b;
  font-size: 24px;
  text-transform: capitalize;
}

#main_div {
  margin: 0 auto;
}

h5 {
  margin-top: 0;
  color: #26778b;
  font-size: 24px;
  font-family: 'tp_rubrikregular',Arial,sans-serif;
}

.form-select {
  background-color: transparent;
}

#dangerText {
  color: #D01C65;
}

.resultlist{
  color: #665546;
  font-family: 'tp_rubrikregular';
}

/* CHECKBOXES AND RADIO BUTTONS */
.form-check{
  padding-left:0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked, [type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  margin-bottom: 1em;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.2em; height: 1.2em;
  border: 1px solid #e3ddd7;
  background: #fff;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.2em; height: 1.2em;
  border: 1px solid #e3ddd7;
  background: #fff;
  border-radius: 50%;
}

[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.2em; height: 1.2em;
  border: 1px solid #e3ddd7;
  background: #799A3E;
  border-radius: 50%;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.1em;
  line-height: 0.8;
  color: #799A3E;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.1em;
  border-radius: 50%;
  background: #799A3E;
  line-height: 0.8;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before, [type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: 2px dotted #799A3E;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #799A3E!important;
}
/* END CHECKBOXES AND RADIO BUTTONS */

.button-icon{
  width:100px;
  margin:0 auto;
}

#pleaseWait .modal-content{
  background-color:transparent !important;
  border: none !important;
}

#pleaseWait .modal-dialog{
  width:200px !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.btn-brown{
  background: #D9D2CB;
  border-color: #BDB1A6;
  color: #826F5E;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
}

.text-brown-500{
    color: #826F5E;
}

.bg-brown-lil{
  background-color: #E4E0DC;
}

.bg-light-blue{
  background-color: #EAF6F9;
}


