/**
 * @file
 * Subtheme specific CSS.
 */


@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap');


:root {
--hcaog_lt_green: #7FAF1F;
--hcaog_green: #327110;
--hcaog_blue: #547980;
--hcaog_gold: #FBB829;
--hcaog_yellow: #F7D52C;
--body_font: 'Source Sans Pro', sans-serif;
--headline_font: 'Merriweather', serif;

--bs-nav-link-color: 255, 255, 255, 0.85;
--bs-link-color: #0162f1!important;

}

html body {
    font-size: 17px;
   /**line-height: 1.7rem; **/
     overflow-x: hidden;
     background-color: #fff;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: antialiased;
     font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     background: #fff;
     color: #555;
     font-family: Arial, Helvetica, sans-serif;
     font-family: var(--body_font);
     /*** letter-spacing: 0.02em; ***/
     font-weight: 400;
     letter-spacing: -.05px;
 }

a {
   text-decoration: none;

}

iframe {
	max-width: 100%;
}

p a {
   text-decoration: underline;
}

 .hcaog-blue-bk {background-color: var(--hcaog_blue);}



h2, h3, h4 {
    font-family: var(--headline_font);
    color: #000;
    font-weight: 700!important;
 }


 .text-white h2, .text-white h3, .text-white h4 {
   color: #fff;
 }
 

  h1.title {
   font-size: 2rem;
   font-family: var(--headline_font);
   font-weight: 700;
   color: #fff;
 }
 
  @media (min-width: 992px) {
	    h1.title {
   font-size: 3rem;
 }
  }
  
    .path-frontpage .intro>h1 {
   font-family: var(--headline_font);
   font-size: 1.5rem;
}
  
    @media (min-width: 992px) {
  .path-frontpage .intro>h1 {
   font-size: 2rem;
}
  }


.block>h2 {
  margin-bottom: 1rem;
}

 .btn {
    background: #7FAF1F;
    color: #fff;
    border-radius: 20px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
 }

 .btn:hover {
    background: #6f9a19;
    color: #fff
 }

 .btn.btn-light {
   background: rgba(255, 255, 255, 0.8);
    color: #7FAF1F;
    border: none;
 }

 .hcaog-blue-bk .btn.btn-light {
   color: var(--hcaog_blue);
 }

 .btn.btn-light:hover {
   background: #fff;
 }

 .more-link>a {
   text-decoration: none;
   font-size: 1.1rem;
   text-transform: uppercase;
   display: inline-block;
   font-weight: bolder;
 }

 a.link-light, .link-light>a {
   color:rgba(255, 255, 255, 0.96)
 }
 
  a.link-light:hover, .link-light>a:hover {
   color: #fff;
 }

 .more-link>a:after {
   content: "\f061";
   font-family: "Font Awesome 5 Free";
   margin-left: 5px;
 }



 .left-top-overlay::after {
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: url(img/left-wedge-10-top.png) left top no-repeat, url(img/left-wedge-10-top-stubby.png) left top no-repeat;
 
 }
 
 
 main img {
	 max-width: 100%;
	 height: auto;
 }

 
/*** nav systems ****/

.navbar-toggler {
	border: none!important;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
  flex-direction: column;
}
}

 nav#navbar-main {
    
    background: url(../img/right-wedge-10.png) left bottom no-repeat, url(../img/left-wedge-10.png) right 80px no-repeat, url(../img/left-wedge-10-bottom-stubby.png) -10% bottom no-repeat;
    background-color: var(--hcaog_green);
    padding: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
 }

 .navbar .navigation {
  margin-left: auto;
}

.navbar .navigation .nav-item a.nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
 }

 .navbar .navigation .nav-item.active a.nav-link {
  color: #fff;
  }

 @media (min-width: 1200px) {
   .nav-link {
   margin-left: 10px; }
 }

 #block-mainnavigation .nav-item {
    font-size: 1.4rem;
   
 }

 #block-mainnavigation a.nav-link:hover {
    color: #fff;
 }
 
 
 .dropdown-menu .dropdown-toggle::after {
	 display: none;
 }
 
  @media (max-width: 991px) {
 .dropdown-menu {
	 background: none!important;
	 border-radius: 0px;
	 border-left: 1px solid #ccc!important;
 }
 
 .dropdown-item>a {
	 text-decoration: none;
	 color:#eee;
	 padding: .3rem;
	 display: inline-block;
 }
 
 
 }

 .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .nav .nav-item .dropdown-item a.active {
  background-color: #eee;
  color: #333;
 }

 @media (min-width: 992px) {
 .navbar-nav .dropdown-item{
 padding: 0;
  border-bottom:1px solid #efefef
}

 .navbar-nav .dropdown-item a {
  padding: .8rem 1rem ;
  text-decoration: none;
  display: block;
}


.navbar-nav a.dropdown-item.active, a.dropdown-item:active {
  background-color: #efefef;
  color:var(--bs-dropdown-link-color)
}

.navbar-nav .dropdown-menu {
  padding: 0;
  border-width: 0;
  border-bottom: 4px solid #E8C054;
  border-radius:0;
  min-width: 110%;
}
 }

 @media (max-width: 992px) {
 #block-secondarynavigation .nav-item a.nav-link {
  padding-left: 0;
  padding-right: 0;
 }
 }
 
 @media (max-width: 992px) {
 .offcanvas-body .nav {
	 display: block;
 }
}


/*** structure ***/
 #banner {
    position: relative;
    z-index: 1;
    background-color: #275409!important;
    background-size: cover!important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
   color: #fff;
   padding-top: 0;
   padding-bottom: 3.3rem;
   color: #fff;
 }


  
 .node--type-page #banner.banner-filled, .node--type-committee #banner.banner-filled {
  height: 460px;
  padding-top: 3rem;
  padding-bottom: 3rem;
 }

 .path-frontpage #banner.banner-filled {
  height: 600px;
}


 #banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;

 }

 .front #banner {
    height: 600px;
 }

#banner .header-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 160px;
}

.aws-filter #banner .header-overlay {
	display: none;
}

 header .intro {

 }
 
 .breadcrumb a {
	 color: #fff;
	 opacity: 0.85;
	 text-decoration: none;
	 font-size: .9rem;
 }
 
  .breadcrumb a:hover {
	  color: #fff;
	  opacity: 1;
  }
 
 /**** sidebar Nav ****/

#sidebar_second {
	display: none;
}

@media (min-width: 992px) {
	#sidebar_second {
	display: block;
}
}

#sidebar_second h2 {
	font-family: var (--body_font);
	
}

#sidebar_second nav {
  background: none;
  margin-top: 15px;
  padding: 3rem 20px;
  border: none;
  border-left: 1px solid #ccc;
}

#sidebar_second nav>ul {
	list-style-type: none;
	padding: 0;
}

#sidebar_second nav>ul>li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;
}

#sidebar_second nav>ul a {
	display: block;
	text-decoration: none;
} 

#sidebar_second nav a.is-active {
	color: #333;
}

#sidebar_second nav>ul ul {
	list-style-type: none;
	padding: 0;
}

#sidebar_second nav>ul ul li a{
	
	font-size: .95rem;
}

#sidebar_second nav>ul ul li a.is-active {
	color: 
}

#sidebar_second nav>ul ul li a:before {
	content: "–";
	margin-right: 5px;
	padding-left: 5px;
	color: #666;
}

#sidebar_second nav>ul ul li ul li a:before {
	content: "––";
	margin-right: 8px;
	padding-left: 9px;
	color: #666;
}


 /*** blocks ****/

#background-block {
	 margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  background-size: cover;
  font-size: 1.1rem;
    position: relative;
    background: #333;
}

#background-block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
}

#background-block .container, #background-block>div {
  padding: 3rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
    z-index: 2
}


/*** home projects intro ****/

.block-content--type-intro-teaser-block {
	position: relative;
	z-index: 1;
}

.paragraph--type-media-and-teaser-info img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.block-content--type-intro-teaser-block .first-col .info-wrap {
	background: #f8f8f8!important;
	color: #555;
}

.block-content--type-intro-teaser-block .second-col .info-wrap {
	background: rgba(54,79,86,0.5);
	
}


.block-content--type-intro-teaser-block .second-col img {
	max-width: 100%;
	height: auto;
}

  @media (min-width: 576px) {
.block-content--type-intro-teaser-block .second-col img {
	max-width: 40%;
	height: auto;
}
  }
 


 @media (min-width: 576px) {
.block-content--type-intro-teaser-block .second-col .paragraph--type-media-and-teaser-info {
	display: flex;
}
}

.block-content--type-intro-teaser-block .second-col>.row:first-of-type {
	margin-bottom: 3rem;
}

.block-content--type-intro-teaser-block .second-col .more-link>a {
	color:rgba(255, 255, 255, 0.8);
}

.block-content--type-intro-teaser-block .second-col .more-link>a:hover {
	color: #fff;
}

.view-id-top_page .views-row {
	padding: 2rem 1.5rem;
}


.view-id-top_page .views-row:nth-of-type(odd) {
	background: #eee;
}

 /**** Home Page ****/
 
  .path-frontpage .block-system-main-block h3 {
	  font-size: 1.6rem;
  }
  
    @media (min-width: 992px) {
  .path-frontpage .block-system-main-block h3 {
	  font-size: 2.4rem;
  }
  }
  
  .path-frontpage .block-system-main-block h4{
	  font-size: 1.23rem;
  }
  
  

 .path-frontpage .featured-bottom {
    background: #eee;
 }
 
 
  .path-frontpage .node .field--type-image {
	  float: none;
  }

 .path-frontpage .featured-bottom .region-featured-bottom-first {
   padding-top: 3rem;
   padding-bottom: 3rem;
 }
 
 
 
  .path-frontpage .featured-bottom .region-featured-bottom-first {
	 margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 100vw;
background-size: cover;
font-size: 1.1rem;
background: url(../img/left-wedge-10-top.png) left top no-repeat, url(../img/left-wedge-10-top-stubby.png) left top no-repeat;
background-color: var(--hcaog_blue);
color: #fff;
position: relative;

  }
  
  
  .path-frontpage .featured-bottom .region-featured-bottom-first::after {
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: url(../img/left-wedge-10-top.png) left top no-repeat, url(../img/left-wedge-10-top-stubby.png) left top no-repeat;
 
 }
  
   .path-frontpage .featured-bottom .region-featured-bottom-first .field--name-field-first-column {
	   background: var(--bs-light-rgb);
	   color: #555;
   }
   
.path-frontpage .featured-bottom .region-featured-bottom-second {
	   padding-top: 3rem;
   padding-bottom: 3rem;
}

.user-logged-in.path-frontpage .featured-bottom .region-featured-bottom-first {
	display: flex;
}

.user-logged-in.path-frontpage .featured-bottom .region-featured-bottom-first .contextual-region {
	display: inline-flex;
	margin: auto;
	justify-self: center;
}


/**** paraggraphs *****/

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0 !important;
	border: 1px solid var(--hcaog_gold);
	font-size: 1.4rem;
	font-family: var(--body_font);
	font-weight: 600;

}

.accordion-button:not(.collapsed) {
	background-color: var(--hcaog_gold) !important;
	color: #333 !important;
}

.accordion__item-content {
	border: 1px solid var(--hcaog_gold);
	border-top: none;
}

.accordion__header>h2 {
	color: #999;
	margin-top: .2rem;
	margin-bottom: .7rem;
}

.paragraph-image-text {
	padding: 1.5rem 0;
}

.paragraph-image-text .bs-region--right{
	display: flex;
	flex-direction: row;
	align-items: center;
}


.paragraph--type--button a {
	padding: .6rem 1rem;
text-decoration: none;
border-radius: 2px;
display: inline-block;
margin: 1rem 5px;
color: #fff;
background-color: rgb(13, 110, 253);
}

.paragraph--type--button a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
  font-weight: 400;
}

.paragraph--type--button a:hover {
	color: #fff;
	background-color: rgb(10, 100, 230); 
}

.field--name-field-button {
	display: flex;
}


 /*** Search Page ****/

 .path-search #block-mainpagecontent .content {
    padding: 3rem;
    background: #eee;
 }

 .search-form .container-inline div.js-form-item {
  width: 100%;
  display: block;
 }


 #search-form #edit-submit {
  width: auto;
 }

 /*** Announcements *****/

 .image-style-_3-6 {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
 }


 .view-announcements .views-row, .view-announcements .view-content .row>div {
   padding-bottom: .6rem;
   margin-bottom: .6rem;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);

 }
 .view-announcements .views-row:last-of-type {
   border: none;
   padding-bottom: 0;
   margin-bottom: 1.5rem;
 }
 .announcements ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }

 .view-announcements .view-content a {
   text-decoration: none;
   font-size: 1.5rem;
 }

 .field--name-field-attach-document {
  padding: 1rem 0 2rem 0;
 }

 .field--name-field-attach-document .field__item, .field--name-field-file-attach .field__item {
  display: inline-flex;
 
 }

 span.file {
   background: none;
   padding: 0;
  }

  span.file a {
  padding: .6rem 1rem;
  display: inline-block;
  text-decoration: none;
  font-size: .95rem;
  border: 1px solid rgba(62, 135, 245, 0.34);
  border-radius: 2px;
  display: inline-block;
  margin-top: .3rem;
 }
 
 .view-committee-meetings span.file a {
	 padding: 0;
	 margin: 0;
	 border: none;
 }

 span.file a:before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
 }


 .flex-header.block header {
  display: flex;
    justify-content: space-between;
    align-content: unset;
    align-items: baseline;
 }

  /**** Board ****/

  .field--name-field-photo-headshot img {
    max-width: 100%;
    height: auto;
   }
  
  
   .node--type-board-member #block-mainpagecontent .row{
    align-items: center;
   }


 /**** footer *****/

 .site-footer__bottom {
  margin-top: 0;
  border: #fcfcfc;
 }


 /**** Calendar Stuff *****/


 .calendar-view-table caption {
  font-size: 3rem;
  line-height: 2rem;
  font-family: var(--headline_font);
  color: var(--hcaog_green);
 }

 ul.calendar-view-pager {
   padding: 0;
   list-style: none;
 }

 .calendar-view-pager .pager__item > * {
  padding: 0;
 }


 .views-display-switch {
  
 border: 1px solid #eee;
  text-align: right;
  margin-bottom: 2rem;
  border-radius: 5px;
 }

 .views-display-switch a {
  padding: .5rem;
  margin: 2px;
  display: inline-block;
 color: #666;
 text-decoration: none;
 }

.views-display-switch__link--grid:before {
  content: "\f00a";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.views-display-switch__link--list:before {
  content: "\f00b";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}


 .calendar-view-pager .pager__item>a {
  background: #7FAF1F;
  color: #fff;
  border-radius: 20px;
  padding: 0.75rem 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: .95rem;
 }
 
 
 .path-calendar-list .views-display-link {
	   background: var(--hcaog_gold) url(../img/left-wedge-10.png) right 40% no-repeat;
   padding: 1rem;
   font-size: 1.3rem;
   font-weight: 600;
   text-decoration: none;
   margin-bottom: 1rem;
   display: block;
   text-decoration: none;
 }
 


 .path-calendar-list a.views-display-link:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
 }
 

 .view-calendar table.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: none;
 }

 .view-calendar .calendar-view-table thead th {
   background: var(--hcaog_green);
   color: #fff;
 }

 .view-calendar .calendar-view-table .calendar-view-day__number {
   width: 30px;
   height: 30px;
   line-height: 30px;
   padding: 0;
   font-size: .85rem;
 }

 .view-calendar .calendar-view-table .calendar-view-day__number {
  background: var(--hcaog_green);
 }

 .view-calendar tr {
  padding: 0;
  background: none;
 }

 .view-calendar .calendar-view-table .calendar-view-day__row {
  border-radius: 0;
  border: none;
  background-color: var(--hcaog_lt_green);
  color: #fff;
  font-size: .95rem;
  padding: 0;
  margin:0 !important;
  margin-bottom: 5px;
 }

 .view-calendar .calendar-view-table .calendar-view-day__row .views-field.views-field-nothing {
  margin: 0;
 }

 .view-calendar .calendar-view-table .calendar-view-day__row a {
  color: #fff;
  display: block;
  padding: 8px 5px;
 }
 .view-calendar .calendar-view-table .calendar-view-day__row:hover {
  opacity: .95;
 }

 .view-calendar .calendar-view-table .calendar-view-day__row a p {
  font-size: 1.05rem;
 }

 @media (min-width: 992px) {
 #views-bootstrap-calendar-list.grid .col-xl-6, #views-bootstrap-calendar-previous-list .col-xl-6 {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
 }
}

/**** node type date *****/

@media (min-width: 992px) {
  #block-mainpagecontent .node--type-date {
    display: flex;
  }
  
  #block-mainpagecontent .node--type-date>div {
    flex-grow: 1;
    flex-basis: 0;
  }
}


 .meeting-details {
  padding: 2rem;
  background-color: #eee;
  color: #333
 }

 .meeting-details p {
  margin-bottom: 0;
 }
 
 
 .meeting-details>.field {
  margin: 0;
  padding: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
 }

 .meeting-details .field__label {
   font-size: .9rem;
   opacity: .7;
 }

 .node--type-date .field.field--name-body {
  padding: 2rem;
 }
 
 .field--name-field-video-of-meeting a {

  padding: .6rem 1rem;
  display: inline-block;
  text-decoration: none;
  font-size: .95rem;
  border: 1px solid rgba(62, 135, 245, 0.34);
  border-radius: 2px;
  display: inline-block;
  margin-top: .3rem;
 }

 .field--name-field-video-of-meeting a:before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  margin-right: 5px;
 
 }


 .calendar-badge {
   text-align: center;
   width: 100px;
   color: #fff;
   background: var(--hcaog_green);
   padding-top: 1rem;
   padding-bottom: 1rem;
   font-size: 1.4rem;
   font-weight: bolder;
   line-height: 1.8rem;
 }
 
 .calendar-info {
	 flex: 1 !important;
 }
 
 .calendar-info .calendar-committee {
	 font-size: 1.2rem;
 }
 
 @media (min-width: 992px) {
  .calendar-info .calendar-committee {
	 font-size: 1.5rem;
	 line-height: 1.6rem;
  }
  }
 
 .tablesort {
	
 }
 
 .meeting-archive table a {
	 text-decoration: none;
 }
 
 .meeting-archive thead > tr > th {
	 background-color: #275409;
	 color: #fff!important;
 }
 
 
 .live-link>a {
	 padding: 1rem;
	 margin-bottom: 1.5rem;
	 background: var(--hcaog_yellow);
	 font-size: 1.1rem;
	 display: block;
 }
 


 /***** committeess stuff ****/

 .date-card {
   display: flex;
   flex-direction: column;
   color: #fff;
  background: url(../img/left-wedge-10.png) left bottom no-repeat, url(../img/right-wedge-10.png) 80% bottom no-repeat;
   background-color: var(--hcaog_lt_green);
   padding: 1rem;
   min-height: 280px;
   font-size: 1.2rem;
   position: relative;
   opacity: 0.65;
   margin-bottom: 1.5rem;
   line-height: 1.6rem;
 }

 .date-card.date-card-1 {
  opacity: 1;
 }


 .date-card-date {
   text-align: center;
   align-self: flex-start;
   line-height: 1.85rem;
   font-weight: bolder;
   font-size: 1.6rem;
 }

 .date-card-meta {
   margin-top: auto;
 }

 .date-card a {
  text-decoration: none;
 }

 .meeting-link {
   color: #fff;
   font-size: 1.2rem;
   text-transform: uppercase;
   text-decoration: none;
   margin-top: .5rem;
   display: inline-block;
   font-weight: bolder;
 }

 .meeting-link:after {
   content: "\f061";
   font-family: "Font Awesome 5 Free";
   margin-left: 5px;
 }

 .date-card .agenda-link {
   position: absolute;
   right: 0;
   top: 0;
   font-weight: bold;
 }

 .date-card .agenda-link>a {
   display: inline-block;
   padding: 10px;
   color: var(--hcaog_lt_green);
   background-color: #fff;
 }

 .view-committee-meetings .more-link {
   background: var(--hcaog_gold) url(../img/right-wedge-10.png) left 40% no-repeat;
   padding: 1rem;
   text-align: right;
   font-size: 1.3rem;
   font-weight: 600;
   text-decoration: none;
 }

 .view-committee-meetings .more-link a {
  text-decoration: none;
 }

 .view-committee-meetings .more-link a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
 }


 .view-committee-meetings.view-display-id-block_1 .view-header {
  display: flex;
justify-content: space-between;
align-items: baseline;
 }

 .member {
   text-align: center;
   /*** box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15); ***/
   border: 1px solid var(--hcaog_lt_green);
   border-bottom: 4px solid var(--hcaog_lt_green);
   padding: 1rem;
   height: 90%;
   margin-bottom: 2rem;
   line-height: 1.4rem;
 }

 .member .avatar:before {
  content: url('../img/avatar-green.png');
 }

 .attached-docs a {
   padding: 1rem;
   background: #eee;
   margin-right: 5px;
 }

 .view table tr th {
  color: #333;
 }

 .view table tr th a {
  color: var(--bs-nav-link-color);
  }

  .view table tr th a


 .view-committee-meetings table a {
    text-decoration: none;
 }
 
 
 /***** Footer *****/
 
 .site-footer h2 {
	 font-family: var(--body_font);
 }
 
 .site-footer .block {
	 border: none;
	 padding: 0;
 }
 
 .site-footer__top .content a {
	 border: none !important;
 }
 
   .site-footer__top .region {
        width: 100%;
        float: none;
        padding: 0;
    
    }
    
    .site-footer__top .region:nth-child(2n) {
	    padding: 0;
    }
 
@media all and (min-width: 851px) {
	
	.site-footer__top {
		display: flex;
		justify-content: space-between;
	}


     .site-footer__top .region:nth-last-of-type {
        border: 1px solid red;
    
    } 
    
    
   
    }
    
    
a.asw-menu-btn {
	outline: none !important;
	height: 50px;
	width: 50px;
}
    
    
    
    