/* Custom Styles */
 a.link-list__link:hover{
    background-color: #ccc;
}
 a.dropdown__trigger:hover{
    background-color:  #ccc;
}
@media (min-width: 768px){
  .header a.link-list__link  {
    font-size: 20px !important;
    padding: 15px 10px;
}
a.dropdown__trigger{
    padding:15px 10px;
}
.dropdown__menu{
    margin: 1em;
}
}

P{
    font-size: 17px;
}
li{
    font-size: 17px;
}
#section-1617452063473 .section{
    background-image: linear-gradient(
180deg
, rgba(163,176,179,0.8) 0%, #e6ebec 100%);
}
#section-1617453712829 .btn {
    border: 1px solid #ccc !important;
    font-weight: 500;
    font-size: 15px;
}


#section-1617453712829 h2{
    font-size: 40px !important; 
}




.footer__content {
    padding-bottom: 0px;
}
.social-icons__icon {
    font-size: 30px; }
    
    .social-icons__icons {
    display: flex;
}
  .social-icons{
      display:inline;
  }   
    #section-1617433007786 .sizer {
    padding-left: 100px;
    padding-right: 100px;}
    
    div#section-1617438403572 {
    border-top: 1px solid #7a7a7a;
}
.header__block {

    font-size: 19px;
    display: block;
    margin: 0 20px;
}


@media only screen and (max-width: 768px) {
    
    br{display:none;}
#section-1617433007786 .sizer {
    padding-left: 0px;
    padding-right: 0px !important;
}
}


@media only screen and (min-width: 768px) {
   .header .dropdown__menu{border: 1px solid #308aa1;}

.dropdown__menu{border-radius: 0px !important;
  
    min-width: 220px;
    padding: 0px 0;}
	
	.dropdown__item:last-child a {
    border-bottom: 0px;
}

.dropdown__item a {
  
    line-height: 40px;
    border-bottom: 1px solid #308aa1;
   
} 
}
.header__block--dropdown:hover  .dropdown__menu{    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;}