:root {
  --standard-border-radius: 5px;

}

 .headshot {
	 width: 150px !important;

}

body{
    background-color:#eee;
}
html {overflow-x:hidden;}
/* Hero Images - Static */
.img-wrapper {
    position: relative;
}
.img-wrapper img {
    width: 100%;
}
.img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.overlay h2.banner-header {
    color:white; 
    font-size:3.5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.overlay h1 {
    color:white; 
    font-size:3.5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.overlay h2 {
    font-size: 2.5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
}
.overlay .orange {
    padding: 0.8vw;
    font-size: 2vw;
    border-radius:var(--standard-border-radius);
}
/* CTA Div - buttons */
.cta-blue {
    background-color: #1274BB;
}
.cta-violet {
    background-color: #9B247E;
}

.cta-purple {
	 background-color: #4F2684;
}
.cta-green {
	 background-color: #0D7C7D;
}
.cta-light-green{
	 background-color: #679393;
}
.cta-grey{
	 background-color: #9B9B9B;
}
div.cta div.col {
    height: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius:var(--standard-border-radius);
}

@media screen and (max-width:880px){
    div.cta div.col {
    height: 150px;
        
    }
}

div.cta div.col:hover {
    background-color: 
    #FFB100;
    
}
div.cta div.col:hover a{
    color:#4F2684;
}
div.cta > div.section * a {
    color: 
    #ffffff;
    padding: 0 15px;
    text-decoration:none;
    
}
/* Buttons */
.btn-orange {
	 background-color: #FFB100;
	 text-align:center;
	 border-radius: var(--standard-border-radius);
    padding: 5px 0;
    color:#4F2684;
}
.btn-purple {
	 background-color: #4F2684;
	 text-align:center;
	 border-radius: var(--standard-border-radius);
    padding: 5px 0;
}
.btn-purple a {
	 color:white;
	 line-height:2;
	 text-align:center;
	 text-decoration:none;
	 
}
.btn-orange a {
    color:#4f2683;
    line-height:2;
	text-align:center;
	text-decoration:none;
}
.btn-purple:hover {
	 background-color:#FFB100;
	 color:#4F2684;
}
.btn-orange:hover {
	 background-color:#4f2683;
	 color:white;
}
.btn-orange:hover a {
    color:white;
}
.btn-purple:hover a {
    color:#4f2683;
}
.orange{
    color: #4F2684;
    text-decoration:none;
}
.purple {
	 color:white;
	 text-decoration:none;
}
.purple:hover {
	 background-color:#FFB100;
	 color: #4F2684;
	 text-decoration:none;
}
.orange:hover {
	 background-color:#4f2683;
	 color:white;
	 text-decoration:none;
	 color:white;
}
/* Other */
div.difference, div.spotlight, div.fw-container, div.btm-grey-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.bg-grey {
    background-color: #F4F4F4;
}
.fw-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.inside {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
div.inside h2 {
    color: black;
    text-align: center;
}



#content.grid_12 {
    max-width: 1160px;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}


.event-link {
    color:#4f2683;
}

.image-center, .image, .image-left, .image-right {
    background-image: none;
}

a.bottom-link-full-width{
    width:calc(100% - 20px);
}

a.bottom-link-third-width{
    width:calc(30% - 20px);
}
a.bottom-link-half-width{
    width:calc(50% - 20px);
}
a.bottom-link-quarter-width{
    width:calc(25% - 20px);
}
a.bottom-link{
        padding: 10px; 
        float:none;
        border-radius:var(--standard-border-radius);
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:center;
    }
    
    a.tag-link{
        padding:5px;
        border-radius:5px;
        font-size:small;
        margin: 5px !important;
        
    }
    
   img.click-icon{
        width:30px; 
        max-width:30px;
        margin-right:10px;
    }
    a.bottom-link span{
        font-size:1.25em;
        font-weight:500;
    }


    .grey-box li {
        margin-left: 0;
    }
    .grey-box {
        padding: 10%;
    }
    
   .container_12 .grid_12 form.formcontrol select,.container_12 .grid_12  form.formcontrol input {
        width: 100%;
        margin: 1% 0% 2% 0;
        border-radius: var(--standard-border-radius);
      padding: 5px;
        border: 1px solid #ccc;
    }
    
    .quote-img {
        margin:0 5%;
        width:90%;
        border-radius: 50%;
        padding:0;
    }

    .quote-text {
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .hold-testimonials {
    
        display: flex;
        align-content: center;
        align-items: center;
        width:calc(100% - 1%);
        margin: 0 5%;
      
    }
    .quote-text p {
        margin: 1% 10%;
    }

    
    @media screen and (max-width:480px){
         .quote-img {
             width:50%;
             margin:0 auto;
         }
        .hold-testimonials {
            flex-direction:column;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        .quote-text p {
        margin: 4%;
    }
    }
    
    
    .fw-container.bg-grey.event-grey-box{
    padding:3% 0;
}
.fw-container .inside {
left: 0;
}
.inside.align-events {
left: 0;
padding: 1% 0;
}
.align-title-and-other{
    display:flex;
    flex-direction:row;
    border-top:1px solid #ccc;
    align-items: center;
   margin: 0 5%;

    justify-content: center;
}
.align-title-and-other:last-child {
  border-bottom: 1px solid #ccc;
}
    
.align-rows div.span_1_of_3 {
text-align: center;
margin: 1%;
width:30.26%;
min-width:220px;
text-align:center;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
}

h2.main-events-title{
    margin: 0 5% 2% 5%;
}
h3.program-events-header {
flex-basis: 250px;
margin: 0 1%;
min-width: 250px;
text-align: center;
display:flex ;
justify-content: center;

}

.align-rows{
    display: flex;
    margin: 0 0;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 70%;
   
}

div.ribboninputcontainer{
    padding:0;
}

.align-events{
        display: flex;
flex-direction: column;
justify-content:center;
flex-wrap: wrap;
    }
.mobile-accordion{display:none;}
@media screen and (max-width : 1012px){
    .align-rows{
  
    justify-content: center;
}
.align-title-and-other{
    flex-wrap: wrap;
}
}

#footer{
    margin-top:5%;
}