body {
    font: 20px 'Roboto Slab', Georgia, serif;
    font-weight: 300;
    color: #353535;
}
h1{
    font-family: 'Roboto Slab', Georgia, serif;
    font-weight: 300;
    color:#ce6229;
}
h2{
    font-family: 'Roboto Slab', Georgia, serif;
     font-weight: 300;
    color:#ce6229;
}
h3{
    font-family: 'Roboto Slab', Georgia, serif;
    font-weight: 300;
    color:#ce6229;
}
.form-title{
    font-family: 'Roboto Slab', Georgia, serif;
    font-weight: 400;
    color:#bf5b26;
    font-size: 20px;
}
.text-btn{
    font-family: 'Roboto Slab', Georgia, serif;
    font-weight: 300;
    font-size: 20px;
}
.xsmall-text{
    font-size: 14px;
    color: #353535;
}
.margin1{
    margin-bottom: 20px;
    margin-top: 40px;
}
.margin-top{
    margin-top: 50px;
}
.margin-bottom{
    margin-bottom: 30px;
}
.padded{
    padding-bottom: 30px;
    padding-top: 30px;
}
.quotes{
    font-family: 'Calligraffitti', cursive;
    font-size: 20px;
    font-style: normal;
    color: #353535;
}
.welcome-text{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 34px;
    font-style: normal;
    color: #62b4b4 !important;
}
.welcome-text-sm{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    font-style: normal;
    color: #62b4b4 !important;
}
.rounded{
	border-radius: 12px;
}
.a-grey-link{
    color: #656565;
}
.page-title-div{
    margin-top: 45px;
    margin-bottom: 10px;
    padding: 22px;
    border-bottom: 1px solid #faf3e7; 
    background-image: url('images/fl_bg3.gif');
    background-position: left bottom;
}
.navbar {
    margin-bottom: 0;
    margin-top: 0px;
    background-color: white;
    z-index: 9999;
    border: 0;
    font-size: 19px !important;
    letter-spacing: 1px;
    border-bottom: 1px solid #62b4b4;
    min-height:55px !important
}
.navbar li a, .navbar .navbar-brand {
    color: #3e8888 !important;
    line-height: 2.0;
    font-weight: 400;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #ad3d4e !important;
    text-decoration: underline;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #62b4b4 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3e8888;
    width: 25px;
    height: 3px;
}
.navbar-default .navbar-toggle:focus .icon-bar{
     background-color: #ad3d4e;
} 
.navbar-default .navbar-toggle:hover .icon-bar {
     background-color: #ad3d4e;
}
.navbar-default .navbar-toggle:focus{
       background-color: #faf7d2;
}
.navbar-default .navbar-toggle:hover {
       background-color: #faf7d2;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
}
.dropdown:hover .dropdown-toggle {
    background-color: #faf7d2 !important;
    color: #ad3d4e !important;
}
.my_glyp {
    font-size: 22px;
}               
.notes{
}
.maindiv{
    background-color: white; 
    padding-top: 20px; 
    padding-left: 10px; 
    padding-right: 0px; 
    padding-bottom: 0px;
}
.white-bg{
    background-color: white;
}

.darker-bg{
    background-color: #fbfdfc;
}
@media (max-width: 2000px) { 
.navbar-brand {
     padding: 0;        
    }
@media (min-width: 768px) { 
.navbar {
     min-height:71px !important       
    }    

.navbar-brand img {
    margin-top: 0px;
    margin-left: 0px;
    }
}
            
.indented{
    text-indent: 20px;
}
            
 .tablepills li.active a{
    background-color: #ffffff !important;
    border: 1px solid #c9581d;
 }
 .resulttext{
    font-size: 22px;
 }
.result{
    color:#4ea34e;
    font-weight: bold;
    font-size: 22px;
 }
 canvas {
     width: 100%;
     height: auto;
}

input[type=range]{
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  border: 0px;
  outline: none;
}
input[type=range]:focus{
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  border: 0px;
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track{
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
  background: #faf7d2;
  border: 1px solid #888888;
  border-radius: 10px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
  background: #faf7d2;
  border: 1px solid #888888;
  border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
  border: 1px solid #888888;
  height: 32px;
  width: 22px;
  border-radius: 20px;
  background: #70cc77;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
  background: #faf7d2;
  border: 0.2px solid #888888;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
  border: 1px solid #888888;
  height: 32px;
  width: 22px;
  border-radius: 20px;
  background: #70cc77;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #faf7d2;
  border: 0.2px solid #888888;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
}
input[type=range]::-ms-fill-upper {
  background: #faf7d2;
  border: 0.2px solid #888888;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #a0a0a0, 0px 0px 1px #a0a0a0;
  border: 1px solid #888888;
  height: 32px;
  width: 18px;
  border-radius: 3px;
  background: #70cc77;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower{
  background: #faf7d2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #faf7d2;
}

.text-center-xs-only {
    text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-center-xs-only {
        text-align: left;
    }
}
.panel-heading {
    background-color: #f5f9f8 !important;
}
    
    
.well {
    background-color: #f5f9f8 !important;
}