/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: url(//fonts.gstatic.com/s/exo/v12/4UafrEtFpBISdmSt-MY2ehbO95t0vUBWN3YtxIs.woff2) format('woff2');

}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: url(//fonts.gstatic.com/s/exo/v12/4UafrEtFpBISdmSt-MY2ehbO95t0vUBWOXYt.woff2) format('woff2');

}
.zoneBrandingOuter{
    display:none;
}

.zoneContentInner{
    background-color: transparent !Important;
}

/*#id_Content {
    
}*/

.body-content {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
   
    background-position: top center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}


/*** SECTION HEADERS ***/

.container-custom {
    padding:10px;
}

.header-content-wrap {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    padding: 285px 0 210px;
    /*margin-left: 25px;
    margin-right: 25px;*/
}

.MainMenu {
background-color: #1896E2;
padding-left:10px;
}

.MainMenu::before {
    background-image: url("https://mdra.wildapricot.org/resources/Pictures/MDRA%2080x80.jpg")
}

@media (max-width: 1200px) {

    .header-content-wrap {
        padding: 235px 0 150px;
    }
}

.Events {
    padding: 10px 20px 10px 20px;
}

.Events a, .Events a:visited{
 color: aliceblue
}

.home-header-wrap {
    overflow: hidden;
    position: relative;
}


.intro-text {
    text-align: center;
    color: #FFF;
    line-height: 30px;
    margin-left: 25px;
    margin-right: 25px;
    z-index: 0;
    font-family: 'Exo';
    font-size: 24px;
     float: none;
}

.mission {
    background-color: rgb(25,182,216);
    margin-left:0px;margin-right: 0px;
 
}

@media (max-width: 992px) {
    .intro-text {
    float: none;
}
}


** FOR TEXTS AND ICON FONTS **/
.red-text {
    color: #4db8ff;
}

.green-text {
    color: #34d293;
}

.blue-text {
    color: #3ab0e2;
}

.yellow-text {
    color: #f7d861;
}

.dark-text {
    color: #404040;
}

.white-text {
    color: #FFFFFF;
}



.focus-box .service-icon .pixeden {
    border-radius: 50%;
}

.focus {
    padding-bottom: 100px;
    overflow: hidden;
    background: #FFFFFF;
}

    .focus .row {
        text-align: center;
    }

        .focus .row .focus-box, .our-team .row .team-box {
            display: inline-block;
            float: none !important;
            margin-right: -4px;
            vertical-align: top;
            margin-bottom: 10px;
            //25px;
        }
/* FOCUS BOX */
.focus-box .service-icon {
    width: 150px;
    /*//145px;*/
    height: 150px;
    /*//145px;*/
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red, .green, .blue, .yellow {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.focus-box:nth-child(4n+1) .service-icon:hover {
    border: 10px solid #ff5050;
}

.focus-box:nth-child(4n+2) .service-icon:hover {
    border: 10px solid #34d293;
}

.focus-box:nth-child(4n+3) .service-icon:hover {
    border: 10px solid #3ab0e2;
}

.focus-box:nth-child(4n+4) .service-icon:hover {
    border: 10px solid #f7d861;
}

.focus-box:nth-child(4n+1) .red-border-bottom:before {
    background: #ff5050;
}

.focus-box:nth-child(4n+2) .red-border-bottom:before {
    background: #34d293;
}

.focus-box:nth-child(4n+3) .red-border-bottom:before {
    background: #3ab0e2;
}

.focus-box:nth-child(4n+4) .red-border-bottom:before {
    background: #f7d861;
}

.focus-box h3 {
    color: #404040;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 17px;
    float: none;
    width: auto;
    background: none;
}

.focus-box p {
    font-size: 14px;
    color: #808080;
}



.pixeden {
    height: 125px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
.white-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 50%;
    height: 2px;
    background: #F5F5F5;
    bottom: -9px;
    left: 25%;
}

.dark-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 50%;
    height: 2px;
    background: #404040;
    bottom: -9px;
    left: 25%;
}

.red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #ff5050;
    bottom: -9px;
    left: 12.5%;
}

.green-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #34d293;
    bottom: -9px;
    left: 12.5%;
}

.blue-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #3ab0e2;
    bottom: -9px;
    left: 12.5%;
}

.yellow-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #f7d861;
    bottom: -9px;
    left: 12.5%;
}

.section-header {
    text-align: center;
    padding-bottom: 75px;
}

    .section-header h2 {
        padding-bottom: 10px;
        line-height: 40px;
        position: relative;
        display: inline-block;
        font-size: 45px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .section-header .section-legend {
        font-size: 16px;
        margin-bottom: 0;
        color: #808080;
        padding-top: 0;
    }

    .sectionTitle {
        color: white !Important;
    }

    /* Event Registration Page settings */
.inner {
    color: white;
    padding-left:15px;
    padding-right:15px;
}

.inner .gadgetEventEditableArea {
    background-color: #19b6d8
}

.formTitle, .mandatoryFieldsTitle, .mandatoryLabel, .typeInstruction, .fieldLabel {
    color: white !Important;
}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_email {
    border-color: white !Important;
}

FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_registrationForm_eventRegistrationFormRepeater_ctl06_TextBox12514784 {
    border-color: white !Important;
    color: white !Important;
}

.gadgetTitleH4, .pageTitle.SystemPageTitle,
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventListViewSwitcher_calendarModeLink,
.footerEventDetailsLink, .eventBackLink {
     color:honeydew !Important;
}

.clearSelectionLabel {
    color: lightcyan !Important;
}
.fieldBody input {
    color: gold !Important;
    border-color: white !Important;
}

.fieldBody select {
    color: gold !Important;
    border-color: white !Important;
}

.fieldBody select option {
    color: #1896E2 !Important;
    background: white !Important;
}

.fieldContainer.textFieldContainer .fieldSubContainer.singleStringContainer table td.right .fieldBody input[disabled=disabled] {
    background: #1896E2 !Important;
    color: #373737;
} 

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_nextTop {
    display:none;

}

.boxHeaderTitle a {
    color:honeydew !Important;
    padding-left:20px;
}

/* Veterans Fishing Page  */
.VetPhotos {
    max-width:90%;
    display:inline-block;
    border-radius: 5px;
}

.tblVeteransPhotoCollage {
    margin:auto;
    display: inline-table;

}/* Member Application */
.MemberSignup {
    background-color: #1896E2;
}

div#id_Content.WaPlaceHolder.WaPlaceHolderContent {
     background-color: #1896E2 !Important;
     border-radius: 5px !Important;
}
/*
body#PAGEID_18102.publicContentView.LayoutMain p {
    color:white !Important;
}
*/

/* AboutTheClub  */
.AboutTheClubBlock {
    color:white;
    text-align: justify;
    font-size: 20px;
    padding-left:15px;
    padding-right: 15px;
}

#id_A1ZWaaA h1 {
 color: antiquewhite;
}

.votingBlock h2 {
    color: antiquewhite;
}

.WaGadgetBreadcrumbs.gadgetStyleNone ul li a {
    color: antiquewhite;
}


.WaGadgetBreadcrumbs.gadgetStyleNone ul li.last {
    color: antiquewhite;
}

#ctl00_ContentArea_NewPasswordLabel {
   color: antiquewhite;;
}

#ctl00_ContentArea_NewPasswordConfirmLabel {
 color: antiquewhite;
}

#ctl00_ContentArea_rfv {
 color: antiquewhite;
}

.RecordTable {
    color:white;
}

.RecordTable th {
    font-size:18px;
    color: burlywood;
}

.badge {
   /* background-color: #000066;*/
    background-color: red;
    color: #fff;
    font-size: 14px;
    padding: 4px;
}

.badge2 {
   /* background-color: #000066;*/
    background-color: #000066;
    color: #fff;
    font-size: 14px;
    padding: 4px;
}
/* Change color of the "1 avail" msg when booking an event */
.fieldSubContainer .fieldBody .fieldItem.eventRegistrationTypeRadioWrapper .availableRegistrationCount {
    color: lightsteelblue
}

.regTypeLiLabel{
    color: white !important;
}

.regTypeLiValueSpan {
    color: white !important;
}

custombuttonStyleHD {
    background: blue !important;
    color: #FFF !Important;
}
a.custombuttonStyleHD {
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 10px 23px 10px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background:blue;
    color:white;
    margin-top:10px;

}

.banner-tile {
  display: block;
  background: #333; /* or any background of your choice */
  padding: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  color: inherit; /* ensures text color is inherited */
  border-radius: 4px;
}

.banner-tile:hover {
  background: #444; /* change background on hover for a clickable feel */
}

body#PAGEID_18008 ul.registrationInfo {
    display: none;
}