/*  Small screens */
@media only screen {
.blue-row-images .contentblock-block-grid .column-block{padding: 4px;}
#global-footer-area-1,
#global-footer-area,
.row.footer,
header #top-row, 
header #middle-row,
header #slider-row{display: none;}
.endorser-img img{border-radius: 100%;}
.blue-arrow{display: none;}
.vote-for-trip p{
	font-weight: 500;
	font-size: 1.5rem;
}

.NumeroRecurringToggleLabel.tw-z-10 {
    z-index: 2;
}

.navy-text a,
.navy-text{color: #131042;}
.team-info h2{text-transform: capitalize;}
.red-text a,
.red-text{color:  #E41E26;}
.staff-heading h2{font-size: 1.125rem; font-weight: 500; text-transform: capitalize;}
.inner-staff img{display:  block; margin: 0 auto;}
.tour-info h2, .tour-info h3{text-transform: capitalize; margin-bottom: 20px}
.subheader {
	font-size: 1.5rem;
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.4;
    color: #131042;
}

.subheader span{text-transform: capitalize; display: block;}

.volunteer-content p, .volunteer-content a{
    font-weight: 500;
    font-size: 1.5rem;
    color: #131042;
}
.volunteer-row-1 .volunteer-content.rich-content:first-child {padding-bottom: 30px;}
.volunteer-row-1 .volunteer-content.rich-content:last-child {padding-top: 30px;}

.navy-row h2{color: #fff; font-size: 2.5rem; font-weight: 500; text-transform: capitalize;}

.bytripp p{color: #fff; margin-bottom: 0;}
.bytripp{padding-top: 10px; padding-bottom: 10px;border-bottom: 1px solid #fff;}
.contact-row, .legalpages .entry-content{min-height: 590px;}
.volunteer-row{min-height: 700px;padding-right: 20px}
.legalpages .entry-content{padding: 1rem 2rem}
.site-footer{padding: 10px 30px;}
.left-right-padding,
.contribute .wrapper,.navy-row .wrapper{padding-left: 1rem; padding-right: 1rem;}
.contribute .contentblock-code{background: #fff;}

/* Events */

.tribe-events-single-event-title{font-family: "gotham", sans-serif; color: #E41E26; font-weight: 500; text-transform: uppercase; font-size: 2rem; letter-spacing: unset;}
.tribe-events-back, .tribe-events-back a{ color: #131042;font-family: "gotham", sans-serif;font-weight: 500;}
#tribe-events-content{ color: #131042;font-family: "gotham", sans-serif;}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
     background-color: #131042;  
    box-shadow: 2px 2px 0 rgba(19, 16, 66, 1);
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 11px 20px;
    text-align: center;
    transition: all ease .34s;
}
.tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus {
    background:#E41E26; color: #fff; }

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
 background-color: #E41E26;  
 box-shadow: 2px 2px 0 rgba(19, 16, 66, 0);
}



} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft, figure.aligncenter, img.aligncenter{float: none !important;display: block;margin: 0 auto 0;	}
#secondary #widget-2, #secondary #widget-3{display: none;}
.t1{font-size: 1.7rem; line-height: 1.2}
.volunteer-row .t1 {font-size: 1.25rem;}
.volunteer-row { min-height: 250px; padding-right: 20px;}
.left-right-padding, .contribute .wrapper, .navy-row .wrapper{padding: 0}
.NumeroDisclaimer.tw-p-6 { padding: 1.5rem 0;}
.NumeroDisclaimer.tw-p-6 ol.tw-pl-8{margin-left: 0}
.img-col.columns{padding-left: 0; padding-right: 0;}
.staffrow .column-block,
.blue-row-images .contentblock-block-grid .column-block,.tourimg .contentblock-block-grid .column-block{padding: 4px;}
.entry-title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
}
.shadow .wrapper{padding-bottom: 0;}
#title-row #column-title.columns{padding: 0;}
.team-info .t2{font-size: 1.2rem}
.subheader{font-size: 1rem; }
.team-info{text-align: center;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
#secondary #widget-2, #secondary #widget-3{display: none;}
.volunteer-row { min-height: 500px; padding-right: 20px;}
.volunteer-row .t1{font-size: 1.8}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.blue-arrow{display: block; margin-left: -60px;}

} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
.align-middle-large.home-row-1, .align-middle.meet-trip, .form-row.align-middle{ -webkit-box-align: start;-ms-flex-align: start; align-items: flex-start;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { 
.contribute .wrapper,.navy-row .wrapper{padding-left:30px; padding-right: 30px; }

} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
.volunteer-row{min-height: 800px;padding-right: 20px}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */