.block_d3938f24182745dc8268d1c413139c59 .blockText p {
    padding-bottom: .05em;
}
.block_d3938f24182745dc8268d1c413139c59 .blockText .blockInnerContent p:first-child {
    font-size: 42px;
}

.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

@media (max-width: 767px) {

    .primaryContent > div:first-child/*BG Hero Section for all Pages*/  {
        background-position: 94%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fullDetailsPost /*Blog Hero*/ {
        padding-top: inherit !important;
        padding-bottom: inherit !important;
    }
    #page_b23af74fdca7438c94f019c6f3980d8a .primaryContent > div:first-child /*homepage hero*/ {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        background-position: 50% 0 !important;
    }
    .contentTitle,
    .pageTitle {
        letter-spacing: 0.1em !important;
    }
    h2, p {
        padding-bottom: 0.1em !important;
        text-align: center !important;
    }
    ul li p {
        text-align: left !important;
    }
    ul {
        margin-top: 10px;
    }
    .block_f39d2c713598401092757b8df7f315f4 p /*privacy policy*/ {
        text-align: left !important;
        padding-bottom: 0.5em !important;
    }
    .blockWrap_f3dfaabd418a40b4a124bfc659157ba1 /*homepage row*/ {
        background-position: 86%;
    }
    .blockWrap_eeb00904ec134c4086f6afd713272ed0 /*homepage row*/ {
        background-position: 30%;
}
    .cols3.imgMgn0 .imgGridItem /* Full Width Gallery CTAs */{
    width: 100%;
    margin: 0;
}
}

/* Responsive Inline Simple List - Staff Volunteer */

@media only screen and (max-width: 767px) {
    #page_dfb22af89eaf4a8e9c8f1bc0878d0da7 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_dfb22af89eaf4a8e9c8f1bc0878d0da7 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_dfb22af89eaf4a8e9c8f1bc0878d0da7 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_dfb22af89eaf4a8e9c8f1bc0878d0da7 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}


/*equalize simple list blocks*/

/*Targets the parent container of the simple list items*/
.items_e9e1396d949a43ad902542820857a164 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_e9e1396d949a43ad902542820857a164 > .item {
	display: flex;
	flex-direction: column;
}

.top-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 10px;
    background: #000435;
}

.top-banner a {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
}

.top-banner .links a {
    padding: 0 10px;
}

.headerAndNavContent {
    padding-top: 50px;
}

.headerAndNavContainer {
    padding-top: 0px !important;
}

@media screen and (max-width: 767px){
    .top-banner {
        display: none;
    }
    .headerAndNavContent {
        padding-top: 0;
    }
.headerAndNavContainer {
    padding-top: inherit !important;
}
}

/*Closer Padding on Simple List blocks*/
.itemContent .contentTitle{
    padding: 5px;
    }
    
    /* Video Styles */

.video-container {
  background: #000000;
  color: white;
  text-align:center;
  padding: 250px 50px;
  margin-bottom:10px;
}

#iframe-container h1 {
    color: #fff;
    font-size: 55px;
}

#iframe-container h3 {
    font-size: 16px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        color: #fff;
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 16px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/ab73fbae5eed45f69149eac5975a19b6/i/c9ca4e6c1f6b4d73a525aa167ecb6a1d/1/5feFb8zhrk/5feFb8zhrk%20%25281000x1000%2529.jpg);
        background-size: cover;
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 10px 100px 10px;
    }
}

/* End Video Styles */

.donate-wrapper a {
    padding: 5px 15px;
    background: red;
    border-radius: 10px;
    background: linear-gradient(to bottom, #8d0709, #6a0507);
    font-family: dincondensedweb, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.donate-wrapper a:hover{
    background: linear-gradient(to bottom, #012159, #011943);
    color:white !important;
}

.donate-wrapper {
    display: block;
    position: fixed;
    right: 13px;
    top: 11px;
    font-size: 30px;
    background: transparent;
    z-index: 99;
}

/* 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; 
    }
}