@media only screen and (min-width:981px) {
.et_pb_section_1_tb_header {
display: none;
}
}  .fixed-header .et_pb_row_inner {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .scroll-fixed-header .et_pb_row_inner {
padding: 10px 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .fixed-header .et_pb_image_wrap img {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .scroll-fixed-header .et_pb_image_wrap img {
max-width: 80%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .fixed-header .et_pb_menu ul li a {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .scroll-fixed-header .et_pb_menu ul li a {
font-size: 16px!important;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .fixed-header a.et_pb_button {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .scroll-fixed-header a.et_pb_button {
font-size: 16px!important;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} .scroll-fixed-header {
box-shadow: 0 4px 6px -6px #222;
}  .full-height-image-column {
height: 100%;
} .full-height-image-column .et_pb_image_wrap {
height: 100%;
} .full-height-image-column img {
object-fit: cover;
height: 100%;
} .num-blurb.et_pb_blurb .et-pb-icon {
font-family: 'Ostrich Sans', Helvetica, Arial, Lucida, sans-serif!important;
font-weight: 900;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 50px;
}