/*mobile view*/
@media only screen and (max-width: 760px) {
#search {
  margin-bottom: 50px;
}
#logo {
  width: 75%;
  margin:0 auto;
}
#logininfo {
  display: none;
}
#id_FRBhcSc {
  display: none;
}
#divider {
  margin-top: 350px;
}
}

/* to keep text from overlapping slideshow in mobile view */
.WaLayoutContainerFirst {
  min-height: 300px;
  background: white;
  padding-bottom: 30px;
}

/* candidates application input fields */
.fieldContainer input.subjectTextBox, .fieldContainer input.typeText, .fieldContainer input[type=text] {
    width: 100%;
}

/*log-in button */
.WaGadgetLoginButton .authenticated .loginLink {
    color: #12526c;
}
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover {
    color: white;
}

/* navigation */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    width: 80%;
    margin: auto;
}

/* mobile menu */
.WaGadgetMobilePanel .mobilePanel {
}

#hero {
  background: white;
}
#id_T6HIxuU{
  background: white;
}
#cameraContents {
  background: white;
}

/* read newsletter */
.gadgetStyle001 .gadgetStyleTitle h4 {
    background-color: transparent;
    font-family: Arial, sans-serif;
    font-style: normal;
    color: #12525d;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: none;
    text-decoration: none;
    padding-top: -10px;
}

/* upcoming events */
.WaGadgetUpcomingEvents ul li .title {
    text-align: center;
    color: black;
}
.gadgetStyleNone .gadgetStyleTitle h4.gadgetTitleH4 {
    font-family: Arial;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
}
.gadgetStyleNone .gadgetStyleTitle h4.gadgetTitleH4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.WaGadgetUpcomingEvents li.last {
    text-align: center;
}
.WaGadgetUpcomingEvents ul li .title {
    text-align: center;
    color: black;
    font-size: 16px;
}
.WaGadgetUpcomingEvents.gadgetStyleNone ul li .location span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}
.WaGadgetUpcomingEvents.gadgetStyleNone ul li .date span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

/* FAQ(archived page) and requirements collapsable */
.collapsible {
  background-color: #e7e7e7;
  color: #12526c;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #12526c;
  color: #f0f0f0;
}
.collapsible:active {
  background-color: #12526c;
  color: #f0f0f0;
}
/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #F3F8FA;
}
.content p {
    font-size: 12pt;
}

.genericListTable thead th, .membersTable thead th {
    font-size: 14pt;
}

/* quick links */
.quickLinks a {
  text-decoration: none;
}

/* facebook google link */
.authenticateLoginText {
  color: white;
}

/*member form lines, was appearing as white to users */
.generalFormContainer .criteriaListItem .valueContainer .fieldContainer .label, .fieldSubContainer .fieldBody [class='textLine'], .fieldSubContainer.singleStringContainer .fieldBody [class='textLine'], .groupContainer .fieldSubContainer.radioGroupContainer .fieldBody [class='textLine'], .groupContainer .fieldSubContainer.checkboxGroupContainer .fieldBody [class='textLine'], .calculatedExtraChargeContainer .fieldSubContainer .fieldBody input + span {
    color: black;
    font-size: 12pt;
}

/* social media icons footer */
#social a {
  color: white;
}

/* member directory */
thead {
    background: #F3F8FA;
}
.genericListTable thead th, .membersTable thead th {
    font-size: 16pt;
}

/* member application */
#memberapp {
  padding: 0 10px 0 10px;
}
.fieldContainer select {
    width: 100%;
}
/*
.fieldSubContainer .fieldBody > .typeInstruction, .fieldSubContainer .fieldBody .fieldItem span.label .typeInstruction {
    font-size: 10pt;
} */
.generalFieldsContainer .fieldSubContainer .fieldLabel span:not(.mandatorySymbol), .generalFieldsContainer .fieldSubContainer .fieldLabel .mandatoryLabel {
    font-size: 10pt;
}
.fieldSubContainer>table .left {
    text-align: left;
}


/* application buttons candidates page */
a.buttonStyle002, a:link.buttonStyle002 {
    background: #12526c;
}

/* links with no underline */
#linknounder a {
  text-decoration: none;
}

#linknounder :hover {
  background: lightgray;
}

/* pay fee catalog */
#payfee {
  font-size: 16px;
}

/* home link */
A, A:link, A:active, A:visited, .gadgetStyleNone a, .gadgetStyleNone a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #F79235;
}

/* subscibe button */
.navigationOuterContainer input.nextButton, .navigationOuterContainer input.typeButton, .navigationOuterContainer input[type=submit] {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    margin: 0;
    padding: 14px 18px 15px;
    background: #d9e5eb;
    border: 0;
    outline: 0;
    color: #12526d;
    font: normal 18px /1.22 'Arial',sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 10px 10px 0;
}

/* directory */
#idFilterColumns {
  background: #f2f7f9;
  padding: 15px;
}

.WaGadgetMemberDirectoryStateList .browsingColumnsMainContainer .filterOptions ul.filterList {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.WaGadgetMemberDirectoryStateList .browsingColumnsMainContainer .filterOptions {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* upcoming events */
#id_roundevents {
  background: #f2f7f9;
}

#divider {
  position: inline block;
}