#sidebar {
    border: none;
    background: none;
}

.html, body {
    overflow-x: hidden;
}

video {
    object-fit: cover;
        width: 100%;
    height: auto;
    max-height: 100%;
}
.full-width-purple {

        background-color: #4F2683;
        padding: 2rem 0;
        margin: 0 -24vw;
        color: #ffffff;
        
    }
    
    .full-width-purple > .wrapper {
        width: 95vw;
        max-width: 1170px;
        margin: auto;
        color:#ffffff;
        
    }
  .full-width-purple h1,   .full-width-purple h2,   .full-width-purple h3,   .full-width-purple h4,   .full-width-purple h5,   .full-width-purple h6  {  
      color:#ffffff;
      line-height:2em;
  }
  
.full-width-grey {

        background-color: #eeeeee;
        padding: 2rem 0;
        margin: 0 -24vw;
        color: #666666;
    }
    
    .full-width-grey > .wrapper {
        width: 95vw;
        max-width: 1170px;
        margin: auto;
        color:#666666;
    }
  .full-width-grey h1,   .full-width-grey h2,   .full-width-grey h3,   .full-width-grey h4,   .full-width-grey h5,   .full-width-grey h6  {  
      color:#666666;
      line-height:2em;
  }
  
  .clearfix {
      clear:both;
      display: block;
  }
  
    @media screen and (max-width: 1024px) {

    .full-width-purple {
            margin: 0 -4.25vw;
          
                    }
    }

    @media screen and (max-width: 1024px) {

    .full-width-grey {
            margin: 0 -4.25vw;
          
                    }
    } 

.flex-container { 	

        display: flex; 
        flex-wrap: wrap; 
        justify-content: space-between; 
        
    } 
    
.flex-box-wb { 	

        display: flex; 	
        flex: 1 1; 	
        position: relative; 	
        margin: 15px; 	
        overflow: hidden; 	
        border: 1px solid #ffffff; 	
        padding: 20px; 	
        border-radius: 0px; 	
        min-width: 200px; 	
        justify-content: center; 
        
    }
    
    .flex-box-wb h3 { 
		line-height: 150%; 
 
		}
    
.flex-box { 
    
    display: flex; 
    flex: 1 1; 
    position: relative; 
    margin: 5px; 
    overflow: hidden; 
    padding: 0px 20px 0 20px; 
    min-width: 200px; 
    justify-content: center; 
    } 
    
    
.flex-box1 { 
    
    display: flex; 
    flex: auto; 
    position: relative; 
    margin: 10px; 
    padding: 10px; 
    min-width:200px; 
    justify-content: center; 
} 

.flex-box2 { 
    
    display: flex; 
    flex: 1 1; 
    position: relative; 
    margin: 10px; 
    padding: 10px; 
    min-width:200px; 
    justify-content: flex-start; 
} 
    
    @media screen and (max-width:700px) { 
	    .col-3 { width: 47%; } 
	    } 

    @media screen and (max-width:510px) { 
	.   col-3 { margin-bottom: 10px; width: 97%; } 
	}

.content-container { 
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap; 
	}

.content-box { 
	display: flex; 
	float: left; 
	box-sizing: border-box; 
	position: relative; 
	margin: 1%; 
	overflow: hidden; 
	transition: box-shadow .2s ease-in-out; 
	box-shadow: 0 4px 16px -2px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .02); 
	padding: 0; 
	border-radius: 5px; 
	width: 22%; 
	justify-content: flex-start; 
    text-align: center;
	} 

	.content-box h4 { 
		padding: 2px; 
		padding-bottom: 0; 
		text-align: left; 
		line-height: 18px; 
		} 

	.content-box a { 
		text-align: center; 
		height: 100%; 
		padding-bottom: 20px; 
		} 

	.content-box a:hover { 
		text-decoration: none; 
		} 

	.imageBackground { 
		height: 100%; 
		background-repeat: no-repeat !important; 
		background-size: cover !important; 
		background-position: center !important; 
		transition: all .3s ease-in-out; 
		} 

	.outerImageBackground { 
		height: 150px; 
		overflow: hidden; 
		} 

	.content-box:hover .imageBackground { 
		transform: scale(1.1); 
		} 

	.desc { 
		font-size: 10pt; 
		padding-bottom: 20px; 
		padding-left: 20px; 
		color: black; 
		text-align: center; 
		padding-right: 20px; 
		} 
  
	a.divLink {
    
		position: absolute;
    		width: 100%;
    		height: 100%;
    		top: 0;
   		left: 0;
    		text-decoration: none;
   		/* Makes sure the link doesn't get underlined */
 		z-index: 10;
    		/* raises anchor tag above everything else in div */
   		background-color: white;
    		/*workaround to make clickable in IE */
   		opacity: 0;
   		/*workaround to make clickable in IE */
		filter: alpha(opacity=0);
    		/*workaround to make clickable in IE */
		}