/* 
    Document   : Membership
    Created on : Jul 1, 2020, 2:56:05 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#MembershipLink {
  color: #a8112a;
  }

h3.Member {
  color: #005abb;
  margin: 30px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #f8981d;
  }


#content ul.Member {
  list-style-type: none;
  margin: 20px 0 20px 0;
  padding: 0;
  max-width: 65%;
  }
#content ul.LastMem {
  margin: 50px 0 20px 0;
  }
#content ul.Member li {
  margin: 0 0 10px 0;
  }
#content ul.Member li a {
  display: block;
  position: relative;
  background: #efefef;
  color: #00426b;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  padding: 3px 0 3px 30px;
  transition: all 0.5s ease;
  }
#content ul.Member li a:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #2da2db;
  border-width: 15px;
  margin-top: -15px;
  }
#content ul.Member li a:hover {
  background: #484e75;
  color: #fff;
  padding: 3px 0 3px 50px;
  }

.BottomStandOut { 
  background: #00426b url(../images/bgBottomStandOut.jpg?v=0) center center;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  clear: both;
  }
.BottomStandOut h2 { 
  color: #fff;
  font-weight: 400;
  margin: 15px 0;
  }
.BottomStandOut p { 
  color: #fff;
  }

#content .BottomStandOut ul { 
  list-style-type: none;
  margin: 20px 0;
  }
#content .BottomStandOut li { 
  margin: 0 0 20px 0;
  }
#content .BottomStandOut li span { 
  display: inline-block;
  padding: 0 20px;
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
  }

#MemReUp {
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
  }

label.labelApplicant {
  color: #005abb;
  font-weight: 700;
  }
label.labelType {
  color: #005abb;
  font-weight: 700;
  }

.FormBar {
  float: right;
  width: 50%;
  max-width: 320px;
  background: #efefef;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  }
.FormBar h2 {
  background: #2da2db;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px;
  }
.FormBar p {
  margin: 10px;
  }
.FormBar a {
  display: block;
  background: #a8112a;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  }
.FormBar a:hover {
  background: #00426b;
  }

.FinalText {
  padding: 50px 0;
  }

ul.MemTypes li {
  margin: 0 0 10px 0;
  }

@media screen and (max-width: 955px) {
#MemReUp {
  width: 70%;
  }
.FormBar {
  width: 30%;
  }
}
@media screen and (max-width: 720px) {
#MemReUp {
  float: none;
  width: 100%;
  }
.FormBar {
  float: none;
  width: 100%;
  margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
#content ul.Member {
  max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
#MemReUp label {
  float: none;
  display: block;
  text-align: left;
  width: 100%;
  }
#MemReUp input {
  float: none;
  display: block;
  width: 100%;
  }
#MemReUp label.radio {
  float: none;
  display: inline-block;
  text-align: left;
  width: 175px;
  margin: 0 10px 0 0;
  }
#MemReUp input.radio {
  display: inline-block;
  width: 20px;
  margin: 0 0 10px 10px;
  padding: 0;
  }
#MemReUp .ButtonPane {
  margin: 10px 0;
  }
#MemReUp .ButtonPane input {
  width: auto;
  margin: 10px auto;
  }
}
