/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/*Video Hero Styles*/
.blockWrap_e5a79923d12f44f28653e6d930f1e0c8,
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564{
    display:none;    
}

.video-container{
  position: relative;
  padding-bottom: 56.25%;
  overflow:hidden;
  height: 0;

}
    

.text-wrap {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    text-align: center;
}
#text {
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
}

.text-wrap h1 {
    font-size: 42px;
    line-height: 1;
    font-family: proximanovabold,Arial,Verdana,sans-serif;
    margin-bottom: 20px;
}

.text-wrap h3 {
    margin-bottom: 20px;
}

.text-wrap a.button {
    margin: 0 5px;
}

.text-wrap img {
    max-width: 550px;
    display: block;
    margin: 55px auto 0;
}

@media screen and (max-width: 900px){
    .text-wrap h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px){
.blockWrap_efeb23a7ac364804911a598cb05b4f2a{
    display:none;    
}    
.blockWrap_e5a79923d12f44f28653e6d930f1e0c8,
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564{
    display:block;    
}
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #002F68;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #002F68;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* Equalize Simple List Blocks*/

/* Change item class here */
.items_cfb0ae94a2f44f7788e70d0684c57476 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cfb0ae94a2f44f7788e70d0684c57476 > .item {
	display: flex;
	flex-direction: column;
}