﻿.image-cta-grid{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -290px top
}
.background-gray{
    background: #FAFAFA;
}
.image-cta-grid .layout .title {
	text-align: center;
}

.image-cta-grid .copy {
	max-width: 800px;
	margin: 0 auto;
    text-align: center;
}

.image-cta-grid hr {
	margin: 20px 0;
}

.image-cta-grid .sections {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-items: flex-start;
}

.image-cta-grid .sections .section {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: var(--global--spacing-vertical);
    margin-top: var(--global--spacing-vertical);
    text-align: center;
}

.image-cta-grid .sections .section .section-header{
    margin-top: 1.5rem;
    font-size: 1.766rem;
    line-height: 30px;
}

.image-cta-grid .sections .section a 
{
    text-decoration: none;
    outline: 0;
}
.image-cta-grid .copy p, .image-cta-grid .copy span, .image-cta-grid .section-copy p{
    font-size: 20px;
    font-family: "din-2014", sans-serif;
    line-height: 25px;
}

.font-bold{
    font-weight: 700;
}

.font-din{
    font-family: "din-2014", sans-serif;
}
.yoast-breadcrumbs{
    max-width: var(--responsive--alignwide-width) !important;
    margin-left: auto;
    margin-right: auto;    
}

.image-cta-grid img{
    border-radius: 10px;
    height: auto;
    width: auto;
}

.image-cta-grid .sections .section.accent-green img{
   border-bottom: 10px solid var(--bggreen); 
}

.image-cta-grid .sections .section.accent-red img{
   border-bottom: 10px solid var(--bgred); 
}

.image-cta-grid .sections .section.accent-blue img{
   border-bottom: 10px solid var(--bgblue); 
}

.image-cta-grid .sections .section.accent-purple img{
   border-bottom: 10px solid var(--bgpurple); 
}

.image-cta-grid .sections .section.accent-yellow img{
   border-bottom: 10px solid var(--bgyellow); 
}

.image-cta-grid .sections .section.accent-default img{
   border-bottom: 10px solid var(--bgyellow); 
}


.image-cta-grid.accent-green button.primary{
    background-color: var(--bggreen);
    color:var(--bggreen);
}

.image-cta-grid.accent-red button.primary{
    background-color: var(--bgred);
}

.image-cta-grid.accent-blue button.primary{
    background-color: var(--bgblue);
}

.image-cta-grid.accent-purple button.primary{
    background-color: var(--bgpurple);
}


.image-cta-grid.accent-yellow button.primary{
    background-color: var(--bgyellow);
}

.image-cta-grid button.primary{
    padding: 10px 25px;
    border-radius: 4px;
    font-family: "din-2014", sans-serif;
    text-decoration: none;
    font-size: 20px;
}

.image-cta-grid .section-info img{
    min-height: 335px;
}





@media only screen and (max-width: 767px) {
    
    .image-cta-grid{
        background-image: none !important;
    }
    
    .image-cta-grid .sections{
        flex-direction: column;
    }
    
    .image-cta-grid .sections .section{
            max-width: 100%;
        padding-left: 0;
    padding-right: 0;
    text-align: center;
    align-self: center;
          
    }
    
    .image-cta-grid .sections .section a{
        display: block;
    }
    
    .image-cta-grid .sections .section img{
        height: auto;
        width: 100%;      
    }
    
    .image-cta-grid .sections .section .section-header{
        text-align: center;
        margin: 1.5rem .7rem 0rem .7rem;
         font-size: 24px; 
    }
    
    
   
    .image-cta-grid .copy{
        max-width: 100%;
    }
    
    .image-cta-grid .copy p, .image-cta-grid .copy span, .image-cta-grid .section-copy p{
    font-size:18px;
}
    
    
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
   .image-cta-grid img{
    height: 165px;    
        
    }
    
    .image-cta-grid .sections .section .section-header{
     font-size: 1.3rem;
    }
    
 }  

}


@media only screen and (min-width: 993px) and (max-width: 1260px) {

.image-cta-grid .sections .section .section-header{
font-size: 1.4rem;
}

.image-cta-grid img{
    height: 100%;    
        
    }
}
