@font-face{
    font-family: 'MyriadPro';
    src: local('MyriadPro-Regular'), 
		url("fonts/MyriadPro-Regular.ttf") format('truetype');  
	font-weight: normal; 
}
@font-face{
    font-family: 'GothamBold';
    src: local('Gotham-Bold'), 
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.otf') format('opentype');
	font-weight: normal; 
}
@font-face{
    font-family: 'GothamMedium';
    src: local('Gotham-Medium'), 
        url('fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: normal; 
}
@font-face{
    font-family: 'DinAlternateBold';
    src: local('DIN-Alternate-Bold'), 
		url("fonts/DIN-Alternate-Bold.ttf" ) format('truetype');  
	font-weight: normal; 
}

ul, ol{
    margin-left:0;
    margin-bottom:0;
}
.columns-no-space .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.columns-no-space .wp-block-column:nth-child(2n) {
    margin-left: 0; 
}
.hr-height-2{
    height:2px;
}
.editor-content > p{
    margin-bottom:0;
}

body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom:260px;
    --color-primary: #e07757;
    --color-secondary: #fbe005;
}
.site-footer{
position: absolute;
bottom: 0;
width:100%;
padding:0;
}
.site-content{
    margin-bottom:2em;
    overflow:hidden;
}
.footer-submenu-section{
    height:200px;
    position:relative;
}
.footer-submenu-section p{
    margin-bottom:0;
}
.footer-submenu-section .wrapper{
    position:absolute;
    transform:translate(-50%,-35%);
    top:50%;
    left:50%;
    width:100%;
}
.footer-submenu-section #address{
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    font-family: 'DinAlternateBold';
}
.landing-footer p{
    padding:8px 0;
    font-size:18px;
    font-weight:600;
    letter-spacing:1.5px;
    font-family: 'DinAlternateBold';
    z-index: 1;
}
.orange-underline{

}
.landing-footer span.seperator{
    margin: 0 20px;
}
.footer-submenu-section #address .footer-spacer{
    margin: 0 10px;
}
.main-submenu > *{
    text-transform: uppercase;
    font-weight: 600;
    font-size:16px;
    letter-spacing: 1px;
    color:#404040 !important;
    font-family:'DinAlternateBold';
}
.nav-sep{
    margin:0 14px;
}


.site-info{
    background-color:#7cbcb2;
    color:white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:18px;
    line-height:18px;
    width: 100%;
    height:60px;
}
.site-info span{
    font-size:18px;
    font-family: 'GothamBold';
}
.site-info a{
    font-weight: 300;
    display:inline-block;
    font-size:12px;
    line-height:12px;
    color: white;
}
.site-info input{
    width:400px;
}
.site-info > *{
    margin:0 10px;
}
.copyright{
    font-size:14px;
    margin-top:30px;
    font-family: 'MyriadPro';
}

.featured-image-row{
    margin-bottom:45px;
}
.placehold-image{
    float:left;
    width:18%;
    margin: 0 1%;
    height:200px;
    background-color: gray;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center; 
}
.site-description, #whats-fresh-header{
    font-size:30px;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin:2em;
}
#whats-fresh-header{
    margin:0 !important;
}
.orange-chevron{
    font-size:30px;
    color: #e07757;
}
.whats-fresh{
    margin-bottom:45px;
    position:relative;
    display:flex;
}
.whats-fresh-item{
    position:relative;
    float:left;
    height:250px;
    flex-basis:100%;
}

.whats-fresh-title{
    width:100%;
    font-size:20px;
    font-weight:600;
    letter-spacing:1px;
    padding:8px;
}
.whats-fresh-placehold{
    height:250px;
    border-radius:50%;
    background-color:gray;
    margin: 2em;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center; 
}
.whats-fresh-item:nth-child(2) .whats-fresh-placehold{
    margin-left:0;
}
.whats-fresh :last-child .whats-fresh-placehold{
    margin-right:0;
}
.whats-fresh-title a{
    color:white;
    font-family: 'GothamBold';
    position: relative;
}
.whats-fresh-title a:hover{
    text-decoration: none;
}
#whats-fresh-fullbar{
    background: #e07757;
}

.site-branding img{
    height:180px!important;
    width:180px!important;
    max-width: none;
}
.site-branding{
    height:90px;
    z-index:100;
    position: auto;
}
.site-header{
    padding-top:20px;
    background-color:white;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.site-header nav{
    position:relative;
}
#primary-menu{
    padding-left:30px;
    display:flex;
    width:100%;
    justify-content: space-between;
}
#primary-menu a, #page-title-head h3{
    font-family: 'GothamBold';
    color:#404040;
    text-transform:uppercase;
    font-size:20px;
}
#primary-menu .sub-menu a {
    font-size:16px;
    font-family: 'GothamMedium';
}

#page-title-head h3{
    font-size: 16px;
    color: #555;
    margin-top:.75em;
    margin-bottom:0;
    letter-spacing: .1em;
}

#primary-menu a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 3px;
    left: 0;
    background-color: #e07757;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
  }

  #primary-menu a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  #primary-menu .menu-item-has-children > a:hover:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  #social-links i{
      float:right;
      font-size:24px;
      margin-left:5px;
  }

  #social-links{
    margin:10px 0 10px 0;
  }

  .full-background{
      position:relative;
      height:100vh;
      width:100vw;
      background-size: cover;
      margin-bottom:30px;
  }

  .half-horizontal-background{
      position:relative;
      height:60vh;
      width:100vw;
      background-size: cover;
      margin-bottom:30px;
  }
  .landing-footer{
      position: absolute;
      bottom:0;
      width:100%;
      background-color:white;
      z-index: 1;
  }
  .clr-primary{
      color: var(--color-primary)!important;
  }
  .clr-secondary{
      color: var(--color-secondary);
  }
  .clr-transparent{
      color:transparent;
  }
  .clr-white{
      color:white;
  }
  .font-gotham, .font-gotham > *{
      font-family:'GothamBold'!important;
  }
  .font-gotham-medium, .font-gotham-medium > *{
      font-family:'GothamMedium';
  }
  .font-sans-serif, .font-sans-serif > *{
      font-family:sans-serif;
  }
  .font-myriad, .font-myriad > * {
    font-family:'MyriadPro';
  }
  .font-din-alternate, .font-din-alternate > * {
      font-family:'DinAlternateBold';
  }
  .landing-text{
      position:absolute;
      bottom:20%;
      right:0;
      background: rgba(255,255,255,.75);
      padding:40px;
      width:60%;
  }
  .landing-text h2{
      font-size:60px;
      font-family: 'GothamBold';
      color:black;
      float:left;
      z-index:1000;
  }
  .landing-text a{
      font-size:.5em;
      padding:5px 40px;
      background-color: var(--color-primary);
      color:white;
      line-height: 2.4em;
      vertical-align: bottom;
      white-space: nowrap;
  }

ul.wp-block-gallery{
    margin:0 !important;
}

.whats-fresh-title a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.whats-fresh-title a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* parents font size must be explicitly written */
.line-height-center{
    line-height: 2em !important;
}

#carouselExampleIndicators{
    
    position:absolute;
    top:0;
    left:0;
}
#carouselExampleIndicators .carousel-item{
    min-height:100vh;
    min-width:100vw;
    z-index:-1;
    background-size: cover;

}

#carouselExampleIndicators .carousel-item:nth-child(1){
    background-image:url('https://i.imgur.com/OxadzST.jpg');
}
#carouselExampleIndicators .carousel-item:nth-child(2){
    background:gray;
}
.carousel-control-next{
    align-items:flex-end;
    width:5%;
}
.carousel-control-next-icon{
    margin-bottom:75px;
}
.carousel-control-prev{
    align-items:flex-end;
    width:5%;
}
.carousel-control-prev-icon{
    margin-bottom:75px;
}
.carousel-indicators{
    bottom:45px;
}
.carousel.half-height{
    position:relative !important;
}
.carousel.half-height .carousel-inner{
    height:65vh;
}

.back-orange{
    background-color: var(--color-primary);
}
.back-l-orange{
    background-color: #dfc0b6;
}
.contact-hours{
    font-size:1.75em;
    font-family: 'GothamBold';
    text-transform: uppercase;
}
#contact-info{
    padding:2.5em;
}
#contact-info #contact-info-address{
    font-size:1em;
    font-family: 'GothamBold';
    color:white;
    padding-left:15px;
}
#contact-info #contact-info-misc{
    font-size:1em;
    font-family: 'GothamBold';
    color:white;
}
#featured-image-back{
    height:50vh;
}
.full-map{
    height:100%;
    width:100%;
}
#employment-sub-head{
    padding:1rem 1.5rem;
    font-family: 'GothamBold';
    letter-spacing: .1em;
    margin:3.5rem 0 2.5rem 0;
}
#employment-right-body{
    padding:1.5rem;
    padding-top:0;
    color:white;
    font-family: 'GothamBold';
    font-size: 1.2rem;
    letter-spacing: .08em;
}

#employment-main-section{
    padding:0 5rem;
}
#employment-main-section h3{
    margin-top:3rem;
    font-size: 3rem;
    font-family: 'GothamBold';
}
#employment-main-section p{
    font-size: 1.2rem;
}
#ownership-main-section .ownership-main-wrapper{
    padding:0 5rem;
}
#ownership-main-section h3{
    margin-top:3rem;
    font-size: 3rem;
    font-family: 'GothamBold';
}
#ownership-main-section #easy-join-list li{
    margin-bottom:1rem;
}
#ownership-main-section p, #ownership-main-section li {
    font-size:1.25rem;
}
#ownership-main-section blockquote p{
    font-style: italic;
    color:#97c2ae;
    font-size: 1.5rem;
    font-weight:200;
}
#ownership-main-section #owners-info h4{
    font-size: 3rem;
    margin:1.5rem 0 0 0;
}
#ownership-main-section #owners-info hr{
    height:3px;
    margin:.3rem -2rem 1.5rem -2rem;
}
#ownership-main-section #owners-info a{
    font-size: 1rem;
    margin-bottom:1rem;
}
#ownership-main-section #owners-info{
    padding:0 2rem;
}
#owners-info > *{
    padding: 0;
}
#ownership-sub-section{
    padding:3rem;
}
#ownership-sub-section h3{
    font-family: 'GothamBold';
    letter-spacing: .08em;
    font-size: 2.5rem;
}
#ownership-sub-head-section{
    padding: 1.5rem;
}
#ownership-sub-head-section span{
    font-family:'GothamBold';
    letter-spacing: .08em;
    font-size: 1.25rem;
}
#ownership-sub-section h4{
    margin: 2.5rem 0 1rem 0;
    font-family: 'GothamBold';
}
#ownership-sub-section ul{
    color:white;
    font-family: 'GothamBold';
    font-size: 1.25rem;
}
#ownership-sub-section li{
    margin-bottom:1.5rem;
}
.font-size-3{
    font-size:3rem;
}
.community-page h3{
    margin: 2rem 0;
}
#community-text-block{
    font-size: 1.25rem;
    column-count: 2;
    column-gap:2rem;
    margin-bottom:4rem;
}
.columned-text{
    column-gap:2rem;
    margin-bottom:4rem;
}
.columned-text-2{
    column-count: 2;
}
.columned-text-3{
    column-count: 3;
}
.community-page > *{
    padding-left:2rem;
    padding-right:2rem;
}
.community-page h4 a{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color:white;
    padding-left:1rem;
}
.community-page h4{
    position: relative;
    margin:1rem 0;
}
.short-underline{
    display: inline;
    position:relative;
    padding-bottom:10px;
}
.short-underline:before{
    border-bottom:2px solid var(--color-primary);
    content:"";
    position:absolute;
    height:1px;
    bottom:0;
    left:10%;
    width:80%;
}
.p-3rem{
    padding:3rem;
}
.primary-p-font{
    font-size: 1.25rem;
}
#current-recipient{
    font-family: 'GothamBold';
    color: #555;
    letter-spacing: .1em;
    font-size: 1.2em;
}
#your-past-impact{
    background-color:#7cbcb2;
    color:white;
    font-family: 'GothamBold';
    letter-spacing: .05em;
}
.donation-normal .date{
    text-transform: uppercase;
    font-family: 'GothamBold';
}
.donation-normal img{
    max-width:100%;
    height:5em;
    width:auto;
}
.donation-normal .amount{
    font-family: 'GothamBold';
    color: #555;
    font-size: 2em;
}
.donation-normal h5{
    font-family: 'GothamBold';
    color: #555;
    font-size: 1.5em;
}
.small-menu li {
    float:none !important;
}
.small-menu li::after{
    background-color:#404040;
    height:2px;
    width:80vw;
    content:"";
}
.small-menu ul {
    list-style-type: none;
    text-align: center;
    margin:0;
    padding:0;
}
.small-menu a {
    font-family: 'GothamBold';
    color: #404040;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .1rem;
}
.site-branding i{
    position: absolute;
    transform:translateY(-50%);
    top:50%;
    left:120%;
    font-size:1.4em;
}
.primary-underline{
    border-bottom:2px solid var(--color-primary);
}
#in-store-sub-section{
    padding:3rem;
}
#seven-cooperative-principles{
    background-color:var(--color-primary);
}
.sub-menu{
    background-color:white;
    padding:15px!important;
}
.sub-menu li{
    margin-bottom:10px;
}
.sub-menu li:last-child{
    margin-bottom:0;
}
.fa-search{
    margin-right:1em;
}
.mb-neg2{
    margin-bottom:-2em;
}
.tribe-events-single{
    padding:3em !important;
    margin-top:3em;
}
.formidable-form-wrapper > *{
    display:none;
}
.formidable-form-wrapper .frm_forms{
    display:block;
}
.primary-button button{
    background-color: var(--color-primary)!important;
    color:white!important;
    font-family: 'GothamBold'!important;
    border:0!important;
    border-radius:0!important;
    font-size:1.2em!important;
    line-height:1.2em!important;
    padding-left:2em!important;
    padding-right:2em!important;
    text-transform: uppercase;
}
.form-page-main-wrapper{
    width:50%;
    margin:0 auto;
}
.font-tracking-1{
    letter-spacing: .1em;
}
.icon-link:hover{
    color:#404040;
}
.icon-link:visited{
    color:#404040;
}
.icon-link{
    color:#404040;
}
.orange-link{
    color:var(--color-primary);
}
.orange-link:hover{
    color:var(--color-primary);
}
.orange-link:visited{
    color:var(--color-primary);
}
.black-link{
    color:black;
}
.black-link:hover{
    color:black;
}
.black-link:visited{
    color:black;
}
.white-link{
    color:white;
}
.white-link:hover{
    color:white;
}
.white-link:visited{
    color:white;
}
.mb-6{
    margin-bottom:4rem!important;
}
.mt-6{
    margin-top:4rem!important;
}
.fixed-image-item, #featured-image-back{
    background-attachment:fixed!important;
}
#local-tag-line{
    line-height:auto;
}
.clr-secondary-link:hover{
    color:var(--color-secondary);
}
.clr-secondary-link:visited{
    color:var(--color-secondary);
}
.entry-summary p{
    margin-bottom:.7em;
}
#social-links .search-form{
    float:right;
}
.search-submit{
    background: white;
    border:none;
    cursor: pointer;
    margin-right:1.5rem;
}
.search-form .search-field{
    font-size:.8rem;
}
.site-footer .site-info label{
    display:none!important;
}
.site-footer .frm_forms fieldset{
    padding:0!important;
}
.site-footer .frm_forms .frm_fields_container{
    display: flex!important;
    justify-content: center!important;
}
.site-footer .frm_forms *{
    margin:0!important;
}
.site-footer .frm_forms .frm_button_submit{
    margin-left:5px!important;
    background: transparent!important;
    box-shadow:none!important;
    -webkit-box-shadow:none!important;
    border:none!important;
    color:white!important;
    text-transform: uppercase;
    font-family: sans-serif!important;
    font-size: 12px!important;
    font-weight: 300!important;
    max-width:110px;
}
.site-footer .frm_forms .frm_button_submit:hover{
    text-decoration: underline;
}
.site-footer .frm_forms .frm_form_field{
    align-self:center;
}
.site-footer .frm_forms input{
    max-width:400px!important;
    width:50vw!important;
}
.site-footer .frm_forms{
    align-self:center;
}
.small-menu .sub-menu{
    display: none;
    background-color:#EEE;
}
.menu-item-has-children > a{
    background-image: url('https://davisfood.coop/wp-content/uploads/2020/02/60995.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    background-size: 8px 8px;
}
.carousel-indicators li{
    width:10px!important;
    height:10px!important;
    border-radius:50%!important;
}

.rc-wizywyg h1{
    font-family: 'GothamBold'!important;
    color:#404040;
    text-transform: uppercase;
    font-size:3rem;
}

.post-block-placeholder{
    padding:3rem;
    text-align: center;
    color:white!important;
}
.post-block-placeholder h3{
    color:white!important;
    margin:0!important;
}
.post-block-placeholder hr{
    width:35%;
    background:white;
    height:2px;
}
.post-block-placeholder p{
    margin:0!important;
}
hr.is-style-default{
    height:2px!important;
    width:25%!important;
}
.blog-post-image{
    height:30vh;
}
.blog-post-single-wrapper:first-child{
    margin-top:0!important;
}
.wp-block-categories ul, .wp-block-categories{
    margin-left:0;
    padding-left:0!important;
    list-style:none!important;
    font-family: 'GothamMedium';
    font-size:1.25em;
}
.wp-block-categories a{
    color:white;
}
div[class^="wp-block"] > h1,
div[class^="wp-block"] > h2,
div[class^="wp-block"] > h3,
div[class^="wp-block"] > h4,
div[class^="wp-block"] > h5,
div[class^="wp-block"] > h6
{
    padding:1rem;
}
div[class^="wp-block"] > h3 {
    color:white;
    text-transform: uppercase;
    font-family: 'GothamMedium';
}
.semi-transparent-bg{
    background-color:rgba(255,255,255,0.55);
}
.wp-block-group{
    padding:1.5em;
}
.employee-title-wrapper p{
    margin-bottom:0;
}
.height-capper{
    max-height: 25vh;
}
.blog-fade {
    height: 10vh;
    background: linear-gradient(transparent, white);
    position: absolute;
    bottom:0;
    width:100%;
}
.blog-content-identifier{
    overflow:hidden;
    position: relative;
}
.pagination-links a:nth-child(2){
    float:right;
}
.entry-content h1{
    font-family: 'GothamBold';
    text-transform: uppercase;
    font-size:2.5em;
}
.content-render h2, .edit-post-visual-editor h2{
    color: var(--color-primary)!important;
    font-family: 'GothamBold'!important;
    letter-spacing: .1em!important;
    text-transform: uppercase!important;
}
.dfc-image-with-content h1{
    font-family: 'GothamBold'!important;
    letter-spacing: .1em!important;
    text-transform: uppercase!important;
}
.content-render h1,
.content-render h2,
.content-render h3,
.content-render h4,
.content-render h5,
.edit-post-visual-editor h1,
.edit-post-visual-editor h2,
.edit-post-visual-editor h4,
.edit-post-visual-editor h5 {
    font-family: 'GothamBold'!important;
}
.edit-post-visual-editor h3{
    font-family: 'GothamMedium'!important;
}

#carouselExampleIndicators .carousel-item{
    z-index: 0;
}
.slider .slides img{
    padding:.5em!important;
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.editor-styles-wrapper p{
    font-family: sans-serif;
}
.dfc-image-with-content p{
    font-family: sans-serif;
    font-size: 1.25em!important;
}
.allergy-info-circle{
    width:45px;
    height:45px;
    line-height: 45px;
    text-align:center;
    background-color:var(--color-primary);
    color:white;
    display: inline-block;
    border-radius: 50%;
    font-family: 'GothamBold';
    font-size:1.2em;
}
.page-recipes-search{
    padding: 10px;
    margin: 0 -300px;
}
.input-no-style{
    background:transparent;
    border: none;
}
.input-no-style:hover{
    text-decoration: underline;
    cursor: pointer;
}

.font-size-3-5-em{
    font-size:3.5em!important;
}
.font-size-3-em{
    font-size:3em!important;
}
.font-size-2-5-em{
    font-size:2.5em!important;
}
.font-size-2-em{
    font-size:2em!important;
}
.font-size-1-75-em{
    font-size:1.75em!important;
}
.font-size-1-5-em{
    font-size:1.5em!important;
}
.font-size-1-25-em{
    font-size:1.25em!important;
}
.font-size-1-em{
    font-size:1em!important;
}
.entry-content{
    margin-top:0;
}
.editor-content a{
    font-family:'GothamBold';
    color:var(--color-primary);
}
.links-block > div{
    width:100vw;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}
.vertically-center > a{
    position:absolute;
    top:50%;
    transform:translateY(-50%); 
    padding-left:.5em;
}
.font-weight-light{
    font-weight:200;
}
.entry-content > * {
    padding-left:1.5em;
    padding-right:1.5em;
}
.box-header-block a{
    color:inherit!important;
}
@media screen and (max-width: 1200px) {
    .landing-text h2{
        font-size:50px;
    }
    .site-branding{
        height:90px;
        position:auto;
    }
    .site-header{
        padding-bottom:0;
    }
}
@media screen and (max-width: 992px) {
    #masthead{
        padding-left:0;
    }
    .landing-text h2{
        font-size:40px;
    }
    #masthead .container{
        max-width:100%;
    }
    .site-branding img{
        height:65px!important;
        width:65px!important;
    }
    #primary-menu{
        padding-left:0;
    }
    .whats-fresh-title{
        font-size: 16px;
    }
    .site-branding{
        height:auto;
        position:relative;
    }
    .site-header{
        padding-bottom:20px;
    }
    #social-links{
        margin:0;
        position: absolute;
        transform:translateY(-50%);
        top:50%;
        right:10%;
    }
    .font-size-3-5-em{
        font-size:2.5em!important;
    }
    .font-size-3-em{
        font-size:2.25em!important;
    }
    .font-size-2-5-em{
        font-size:2em!important;
    }
    .font-size-2-em{
        font-size:1.5em!important;
    }
    .font-size-1-5-em{
        font-size:1.25em!important;
    }
    .font-size-1-25-em{
        font-size:1.2em!important;
    }
    .font-size-1-em{
        font-size:1em!important;
    }
}
@media screen and (max-width: 768px) {
    #local-tag-line{
        line-height:1.5;
    }
    .landing-text h2{
        font-size:30px;
    }
    .whats-fresh-title{
        font-size: 14px;
    }
    .site-branding img{
        height:65px!important;
        width:65px!important;
    }
    .main-submenu a{
        font-size:12px;
    }
    .nav-sep{
        margin:0 10px;
    }
    .site-branding{
        height:auto;
        position:relative;
    }
    .site-header{
        padding-bottom:20px;
    }
    #social-links{
        margin:0;
        position: absolute;
        transform:translateY(-50%);
        top:50%;
        right:10%;
    }
    .ownership-main-wrapper{
        padding:0 2rem!important;
    }
    #owners-info > *{
        padding: 0 3rem;
    }
    .landing-text a{
        padding:5px 30px;
    }
}


@media screen and (max-width: 574px) {
    .landing-text a{
        padding:5px 10px;
    }
    .form-page-main-wrapper{
        width:80%;
    }
    #employment-main-section{
        padding:0 3rem;
    }
    .main-submenu a{
        padding:5px 10px;
    }
    #community-text-block{
        column-count: 1;
    }
    .fixed-image-item, #featured-image-back{
        background-attachment:scroll!important;
    }
}
@media screen and (max-width: 480px) {
    .search-submit{
        margin-right:0;
    }
    .search-field{
        width:20vw;
    }
    .landing-text h2{
        font-size:20px;
    }
    .whats-fresh-title{
        font-size: 16px;
    }
    .site-branding img{
        height:65px!important;
        width:65px!important;
    }
    .main-submenu a{
        font-size:12px;
    }
    .nav-sep{
        margin:0 8px;
    }
    .site-branding{
        height:auto;
        position:relative;
    }
    .site-header{
        padding-bottom:20px;
    }
    #social-links{
        margin:0;
        position: absolute;
        transform:translateY(-50%);
        top:50%;
        right:10%;
    }
}

@media (max-width: 782px){
    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}