*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

@media screen and (max-width: 480px){
  html, body {
    -webkit-text-size-adjust: 100%;
  }
}

img {
  border: 0;
}

p {
  margin-top: 0;
}

textarea {
  margin: 0;
}

pre {
	overflow-y: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
	-webkit-appearance: none;
}

#content {
  flex: 1 0 auto;
  width: 100%;
}

hr.divider {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #c6c6c6;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* breadcrumbs */
.breadcrumbs {
  border-bottom: 1px solid #c6c6c6;
  color: #999;
  font-weight: bold;
  padding: 16px 0;
  font-size: 14px;
}

.breadcrumbs > .fa {
  margin: 0 12px;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* new breadcrumbs */

.breadcrumbs-header{
  position: absolute;
  top: 39px;
}
.breadcrumbs-header .breadcrumbs{
  display: flex;
  color: #F5E7B9;
  padding: 0;
  font-size: 14px;
  border-bottom:none;
  
  
}
.breadcrumbs-header .breadcrumbs  > .fa{
  color: #fff;
  position: relative;
}
.breadcrumbs-header .breadcrumbs  > .fa::before{
  top: 1px;
  position: absolute;
}
.breadcrumbs-header .breadcrumbs a{
  color: #fff;
  text-decoration: none;
}
.breadcrumbs-header .breadcrumbs a:hover{
  color: #FDC238;
}
 #content * {
        line-height: 1.3 !important;
    }