@media screen and (min-width: 0em){
    .tier1_content_area_btn {
        display: block;
        clear: both;
        background: transparent;
        padding: 40px 0;
    }

    .tier1_content_area_btn .button-container .item {
        display: inline-block;
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 442px;
        margin: 0 24px;
        padding: 15px 10px 0 10px;
        max-width: calc(100% - 48px);
    }

    .tier1_content_area_btn .button-container {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 0 -24px;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        -ms-flex-direction: column;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-box;
        display: flex;
        margin-bottom: 0;
    }

    .tier1_content_area_btn .button-link {
        background: #fff;
        border: 0 solid #008445;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: middle;
        -ms-flex-align: middle;
        align-items: middle;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        text-decoration: none;
        text-align: center;
        color: #333;
    }

    .tier1_content_area_btn .button-image-frame {
        display: block;
        position: relative;
        width: 132px;
        height: 132px;
        overflow: hidden;
        border-radius: 50%;
        flex: 0 0 auto;
        box-shadow: 0 0 0 0 #008445;
        -webkit-box-shadow: 0 0 0 0 #008445;
        -moz-box-shadow: 0 0 0 0 #008445;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    
    .tier1_content_area_btn img {
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        top: 0;
        max-width: 293px;
        max-height: 196px;
    }

    .tier1_content_area_btn .button-content {
        flex: 1 1 auto;
        padding: 0 30px;
        text-align: left;
    }   
    
    .tier1_content_area_btn .button-link:hover .button-image-frame,.tier1_content_area_btn .button-link:focus .button-image-frame {
    box-shadow: 0 0 0 10px #008445;
    -webkit-box-shadow: 0 0 0 10px #008445;
    -moz-box-shadow: 0 0 0 10px #008445;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
	}

    .itkimg1 {
        width: 205px;
        height: auto;
    }
    .itkimg2 {
        width: 125px;
        height: auto;
        position: relative !important;
        left: -6px !important;
        top: 14px !important; 
    }
    .itkimg3 {
        width: 125px;
        height: auto;
        position: relative !important;
        left: -7px !important;
        top: 1px !important;
    }
    .info-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
  flex-direction: column;
}

.info-box {
  max-width: 450px;
  text-align: center;
}

.info-box h2 {
  color: #008445;
  margin-bottom: 10px;
}

.info-box p {
  color: #333;
}

}

@media screen and (min-width: 48em){
    .tier1_content_area_btn {
        padding: 110px 0;
    }

    .tier1_content_area_btn .button-container .item {
        padding: 46px 0 0 0;
    }
    .video_bg_image_slider.tier1_hero .slide_content {
        align-items: center !important;
        text-align: center !important;
    }
    .info-container {
        flex-direction: row;
        gap: 30px;
    }
}

@media screen and (min-width: 62em){
    .info-container {
        flex-direction: row;
    }
}

@media screen and (min-width: 75em) {
    .video_bg_image_slider.tier1_hero:not(.photo_credit_container) .slide_content .slide_title {
        margin-left: 0px !important;
    }
    .info-container {
        flex-direction: row;
    }
}

@media screen and (min-width: 1373px) {
    .info-container {
        gap: 140px;
    }
}
    

@media (min-width: 85.375em){
    .tier1_content_area_btn .button-container .item {
        width: 597px;
    }

    .tier1_content_area_btn .button-image-frame {
        width: 192px;
        height: 192px;
    }

    .itkimg1 {
        width: 295px;
        height: auto;
    }
    .itkimg2 {
        width: 185px;
        height: auto;
        position: relative !important;
        left: 0px !important;
        top: 21px !important;
    }
    .itkimg3 {
        width: 191px;
        height: auto;
        position: relative !important;
        left: -10px !important;
        top: -5px !important;
    }
    .info-container {
        flex-direction: row;
        gap: 190px;
    }
}