
.blockWrap_e637b755c190464db7a672066c134f1b .maxWidth--content {
    margin-left: 0;
}

/*--------------- GLOBAL ---------------*/
/*button styling*/
.ctaButton {
    padding: 1em 2em;
    text-transform: uppercase;
}
/*--------------- FOOTER ---------------*/
/*copyright font size*/
.block_eaf8e33ae25b44dbb9edc3e5682613ab p {
    font-size: 12px;
}
/*social icons margin*/
.block_d85dd997ae784be38e714ced93d692f4 {
    margin-top: 1em;
}
.blockInnerContent strong {
    color: white;
}
/*--------------- HOME ---------------*/
/*VIDEO*/
/*postion video block for play button vertical centering*/
.blockWrap_ae22d5059f934f79976f8e235ac9d41c {
    position: relative;
}
/*center play button*/
.playButton {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate
}
/*give ef logo in video block a max width*/
.homeVideo .contentImg {
    width: 100%;
    max-width: 400px;
}
/*play button text styling*/
.playButton .contentTitle {
    font-size: 18px;
    color: white;
    margin-top: .5em;
}
.playButton:hover {
    cursor: pointer;
}
.playButton img {
    max-width: 100px;
}
/*modal styling*/
#videoModal {
    max-width: none;
    height: 100%;
    position: fixed;
    z-index: 99;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    background-color: rgba(0,0,0,.9);
}
#videoWrap {
    position: relative;
    margin-top: 3% !important;
    margin: 0 auto;
    max-width: 80%;
}
#videoFrame {
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
a.close {
  width: 44px;
  height: 44px;
  color: #fff;
  background: transparent;
  font-size: 32px;
  line-height: 44px;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 3;
  margin: -11px 0 0 -22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  color: rgba(255,255,255.7);
}
a.close {
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678,sizingMethod='auto expand');
}

/*add bottom border to events block*/
.items_f95c16308e9b4b2d9129851e0a2264b0 .item .contentTitle {
    /*display: inline-block;*/
    border-bottom: 3px solid white;
    margin-bottom: .5em;
}
.items_f95c16308e9b4b2d9129851e0a2264b0 .item  .itemInnerContent a {
    font-size: 14px;
}
/*--------------- STORIES ---------------*/
/*remove padding from appended social icons*/
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_tow8Jjgs8Cjsoyyc {
    padding: 0;
}
/*--------------- EVENTS ---------------*/
/*hide field trips list*/ 
.block_f58bd65ab9cb4d16bb03a65386c880a0 {
    display: none;
}

/*---------------CHOOSE SITE LANDING PAGE----------------*/
.items_ae1d24ae11c64302a82679bd7a744e4b .item .contentTitle a {
    border: 3px solid #0062a2;
    padding: .35em .35em;
    color: white;
    background: #0062a2;
}
.items_ae1d24ae11c64302a82679bd7a744e4b .item .contentTitle a:hover {
    border: 3px solid #0062a2;
    color: #0062a2;
    background: white;
}
@media only screen and (max-width: 757px) {
    .blockWrap_ae1d24ae11c64302a82679bd7a744e4b .blockContent.blockContentBleed {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0062a2+0,0062a2+50,009da1+51,009da1+100&1+50,0.8+50 */
/*#page_c3e22e2262864da0bc1f50b9777e3c83 {*/
/*background: -moz-linear-gradient(left, rgba(0,98,162,0.8) 0%, rgba(0,98,162,0.8) 50%, rgba(0,157,161,0.8) 51%, rgba(0,157,161,0.8) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left, rgba(0,98,162,0.8) 0%,rgba(0,98,162,0.8) 50%,rgba(0,157,161,0.8) 51%,rgba(0,157,161,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, rgba(0,98,162,0.8) 0%,rgba(0,98,162,0.8) 50%,rgba(0,157,161,0.8) 51%,rgba(0,157,161,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0062a2', endColorstr='#cc009da1',GradientType=1 ); /* IE6-9 */
/*}*/