html {
  scroll-behavior: smooth;
}

.page #site{
   max-width: unset;
}

.page #site #content{
   width: unset;
   border-top: unset;
   padding-top: 0;
}

body,
p{
   line-height: 1.625;
   padding-right: 20px;
}

ol, ul{
   margin: 0;
   padding: 0;
}
.main-content ul{
   margin-bottom: 28px;
   margin-left: 40px;
}
li,
li li{
   list-style-type: none;
   line-height: 1.625;
}

.main-content ul li{
   list-style-type: disc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #333; */
   color: #db4102;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
   text-transform: capitalize;
}

h2{
   font-size:26px;
}


.mobile {
    display: none;
}

.fish-container{
   clear: both;
}

.fish-container .main-content{
   margin-bottom: 40px;
   padding: 0;
   padding-top: 20px;
   margin-top: 20px;
}

.anchor-link-wrap{
   display: block;
   height: 198px;
   margin-top: -198px;
   visibility: hidden;
}

.no-border-radius-btn{
   border-radius: unset !important;
}

.main-content .wp-block-embed.wp-block-embed-youtube .fluid-width-video-wrapper{
   height: 95px;
}

@media only screen and (max-width: 767px){
   .desktop {
      display: none !important;
      height: 0;
      width: 0;
      padding: 0;
      margin: 0;
   }

   #content{
      padding: 0;
   }

   .mobile {
      display: block;
   }

}