/*********** SITEWIDE ************/
/*desktop logo positioning*/
@media only screen and (min-width: 800px) {
.headerContent h1.logo {
    position: absolute;
    z-index: 1;
    top: 10px;
}

}

.eventColl-eventInfo {
    display: none;
}

/* footer */
.footerContent .contentTitle {
    font-size: 26px;
    border-bottom: 2px solid white;
    padding-bottom: 11px;
    margin-bottom: 20px;
    max-width: 150px;
}
/* fix background image on mobile */
/*html.mobile {*/
/*  height: 100%;*/
/*  overflow: hidden;*/
/*}*/

/*html.tablet body,*/
/*html.mobile body {*/
/*  height: 100%;*/
/*  overflow-x: hidden;*/
/*  overflow-y: scroll;*/
/*  -webkit-overflow-scrolling: touch;*/
/*}*/
.blockWrap_f3a0c3e8c1524b5a86239d7443205630 {
background-position: 50% 23%;
}

/******** MEDIA QUERIES **********/
/*Tablets*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    font-size: 55px;
}
.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle + p {
    font-size: 30px;
}
}
/*Laptop/Desktop*/
@media only screen and (min-width: 1224px) {
    .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    font-size: 75px;
}
.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle + p {
    font-size: 35px;
}
}
@media screen and (min-width: 1024px) {
/*video*/
.blockWrap_f05772c49a194e2794dba37f2dd93e8b {
    max-width: none;
    overflow: visible;
    width: 100%;
    margin: 0 auto;
}
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_f05772c49a194e2794dba37f2dd93e8b,
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_e55084ab779948b1b76f47ffc7169c1c {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
/*.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_f05772c49a194e2794dba37f2dd93e8b {*/
/*    margin-right: 5px;*/
/*}*/

/*.blockWrap_f05772c49a194e2794dba37f2dd93e8b {*/
/*    max-width: 1600px;*/
/*    margin: auto;*/
/*}*/
/* video and email capture side by side */
/*.block_eda4e4fce46c48b79799afde64888116,*/
/*.block_f05772c49a194e2794dba37f2dd93e8b { */
/*    float: left;*/
/*    width: 50%;*/
/*}*/
/*.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_eda4e4fce46c48b79799afde64888116, .fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_f05772c49a194e2794dba37f2dd93e8b {*/
/*    box-sizing: border-box;*/
/*}*/
}