body {
  margin: 0;
  font-size: 16px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
}
body p,
body li {
  color: #5e5e5e;
}
a {
  color: #1976d2;
}
.leadIn {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 1.3;
  color: #5e5e5e;
}
/* SHRM STYLES	*/

h2 {
  font-weight: 800;
  font-size: 20px;
  color: #888888;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h3 {
  font-size: 36px;
  line-height: 40px;
}
small {
  font-size: 75%;
}
#searchForm {
  margin-top: 25px;
}
input.search-query {
  border: 2px solid #acbad6;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 4px 14px;
  width: 210px;
  max-width: 85%;
  line-height: 20px;
  transition: .3s ease all;
}
input.search-query:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
#siteHeader {
  /* background: none repeat scroll 0 0 #e8f0f5 !important; */
  border-bottom: 4px solid #e1e1e1;
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  #siteHeader {
    display: block;
  }
}
#siteHeader .shrm-logo {
  padding-right: 20px;
  margin: 20px 20px 20px 0;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  #siteHeader .shrm-logo {
    margin: 0 0 5px;
    padding: 0;
    border: none;
    text-align: center;
    width: 100%;
  }
  #siteHeader .shrm-logo .mobile-logo {
    display: block;
    max-height: 50px;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
  }
  #siteHeader .shrm-logo .mobile-logo > img {
    height: 60px;
  }
}
#siteHeader .logos {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#siteHeader .logos img {
  margin-right: 20px;
}
#siteHeader .site-tagline {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
#main-content {
  margin-top: 2vh;
  min-height: 50vh;
}
/* #main-content end	*/

#footer {
  margin-top: 50px;
}
#footer #footerToolbar,
#footer #footerLower {
  color: #888888;
  border-top: 4px solid #e1e1e1;
  padding: 15px 0;
}
#footer #footerToolbar a,
#footer #footerLower a {
  color: #888888;
}
#footer #footerToolbar#footerLower,
#footer #footerLower#footerLower {
  font-size: 85%;
}
#footer #footerToolbar #copyright,
#footer #footerLower #copyright {
  float: left;
  margin-right: 10px;
}
#footer #footerToolbar #legalNav,
#footer #footerLower #legalNav {
  float: left;
}
#footer #footerToolbar #legalNav .unstyled,
#footer #footerLower #legalNav .unstyled {
  list-style: none;
  padding-left: 0;
}
#footer #footerToolbar #legalNav .unstyled li,
#footer #footerLower #legalNav .unstyled li {
  float: left;
}
#footer #footerToolbar #legalNav .unstyled a,
#footer #footerLower #legalNav .unstyled a {
  color: #888888;
  /* border-left: 1px solid #888;*/
  padding: 0 10px;
}
#footer #footerToolbar #legalNav .unstyled a:before,
#footer #footerLower #legalNav .unstyled a:before {
  content: "|";
  float: left;
}
#column-sign-in > .column-inner,
#column-membership > .column-inner,
#column-establish > .column-inner {
  max-width: 280px;
  margin: 0 auto;
}
#column-sign-in > .column-inner h3,
#column-membership > .column-inner h3,
#column-establish > .column-inner h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  color: #666666;
  letter-spacing: .01em;
  margin-top: 0;
}
.additional i[class^="fa"] {
  color: #8699c5;
  font-size: 1.5em;
}
.additional i[class^="fa"].fa-phone {
  font-size: 1.8em;
  margin-top: 5px;
}
#column-membership {
  border-left: 1px solid #c9c9c9;
}
#column-membership:before {
  background: #aeaeae;
  content: "OR";
  text-align: center;
  font-size: .9em;
  color: white;
  box-sizing: border-box;
  position: absolute;
  top: 190px;
  left: -30px;
  width: 60px;
  height: 60px;
  border: 10px solid white;
  border-radius: 30px;
  line-height: 40px;
}
.member-list > li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.member-list > li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 7px;
  font-size: 1.2em;
  line-height: 1;
  vertical-align: text-bottom;
  color: #005595;
}
/* Bootstrap overrides	*/

[class^="btn"],
.alert {
  border: none;
  border-radius: 0;
}
.btn-lg.btn-block {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-primary {
  background-color: #1ba289;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #056e5b;
}
.btn-danger {
  background-color: #ca361b;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #971a03;
}
.form-control {
  font-size: 16px;
  height: 38px;
}
.form-control:focus {
  box-shadow: 4px 0 6px rgba(102, 175, 233, 0.2);
  border-color: #acc8dd;
}
.form-group input,
.input-group-addon {
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.input-group-addon {
  color: #bcbcbc;
  max-width: 38px;
}
.input-group-addon .fa {
  font-size: 1.2em;
}
.input-group-addon .fa.fa-lock {
  font-size: 1.5em;
}
.input-group-addon .fa.fa-lock,
.input-group-addon .fa.fa-user {
  padding-left: 2px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-left: none;
}
.terms {
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: -0.01em;
  padding-left: 0 !important;
}
.terms input {
  margin-top: 2px;
  /* display:none; */
  opacity: 0;
}
.terms input + input + span:before {
  content: "\f096";
  font-family: FontAwesome;
  margin: 0 5px 2px 0;
  font-size: 1.3em;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
}
.terms input:checked + input + span:before {
  content: "\f14a";
  color: #1976d2;
}
/* validation error stuff	*/

.group-valid .input-group-addon i {
  color: #009933;
}
.group-error .input-group-addon i {
  color: #d9534f;
}
div.error {
  font-size: 80%;
  line-height: 1.5;
  opacity: 0.8;
  color: #d9534f;
}
.msg {
  font-size: 90%;
  font-weight: bold;
  margin: 10px 0;
}
.alert-danger {
  background-color: #971a03;
  color: white;
  margin-top: 5px;
}
.alert-danger p {
  color: white;
  font-size: 14px;
}
.input-group.disabled::after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
