body {
  font-family: $font-family;
  font-size: 16px;
}

.text-logo #logo, h1, h2, h3, h4 {
  font-family: $font-family;
  font-weight: 800;
  line-height: 1.2em;
}


h1 {
  color: $h1-color;
}

#Subheader {
  padding: 32px 0;

  @media screen and (max-width: $break-small) {
    padding: 22px 0;
  }
}

#Subheader .title {
  font-family: $font-family;
  color: $h1-color;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.SubheaderBanner {
  background-position: center center;
}

#Content, #Wrapper, html {
  background-color: #fff;
}

#Top_bar .menu_wrapper {
  float: right;
}

#Action_bar .social li a {
  color: $theme-color;
  text-decoration: none;
}

.tparrows {
  background: rgba(119,190,76,0.5);
}

.post-footer .post-links {
  float: none;
    border-left-width: 0;
    border-style: none;
    padding-left: 0;
}

#popup_contact > a.button {
  background: #3e6637;
  color: #fff;
  width: 140px;
}

#popup_contact > a.button > span {
  font-size: 16px;
}

.popup_contact_wrapper {
  border: 1px solid $light-grey;
}

#popup_contact .popup_contact_wrapper {
  width: 350px;
}

#Error_404 {
  position: relative;
    top: 0;
    margin-top: 0;
    left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}


.section_wrapper, .container, .four.columns {
  @media screen and (max-width: $break-medium) {
    width: calc( 100% - 67px ) !important;
  }
}

.sliding_box .desc_wrapper {
  padding: 15px 10px;
}


@media screen and (max-width: $break-medium) {
  .slider_pagination {
    height: 22px;
  }

  .column, .columns {
    margin: 0 0 20px;
  }
}

.slider-box{
  padding: 5vh 0 0 0;
}

.slider-header{
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  line-height: 1em;
}

.slider-second{
  color: #fff;
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  font-size: 22px;
  line-height: 1.7em;
}

.slider-caption p{
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    max-width: 500px !important;
}

.slider-caption p a{
  color: #fff;
}

.section_wrapper > article {
  padding: 0 15px;
}

#wpmem_login legend, #wpmem_reg legend { display: none; }

#wpmem_login label, #wpmem_reg label {
  display: block;
  font-size: 15px;
  vertical-align: baseline;
  margin-bottom: 5px;
  color: #626262;
}

#wpmem_login .button_div {
  label { display: inline-block; }
  input[type="submit"] {
    display: block;
    margin-top: 15px;
  }
}

#wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
  font-family: Roboto,Arial,Tahoma,sans-serif;
  font-weight: 400;
  border-color: rgba(0,0,0,.08);
}

#wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url] {
  padding: 10px;
  outline: none;
  margin: 0;
  width: 230px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url] {
  width: 100%;
  max-width: 550px;
}

#wpmem_login fieldset,
#wpmem_reg fieldset { margin-top: 35px; }
#wpmem_login .link-text {
  margin: 5px 0 150px 0;
  font-size: 13px;
}

#wpmem_reg .req-text {
  margin-bottom: 75px;
  font-size: 13px;
  color: #77be4c;
}

.training-header {
  text-align: left;
  font-size: 30px;
  border-color: #e4e4e4;
  padding-bottom: 12px;
}

.blog-list {
  .training-header {
    .blinking {
      font-size: 30px;
      display: inline-block;
      left: 0;
      position: absolute;
      padding: 5px;
      border-radius: 50%;
      bottom: 10px;
      border: solid 1px #b92e2f;
    }

    &.alert-title {
      position: relative;
      color: #b92e2e;
    }
  }
  .group-list {
    margin: 0;
    padding-top: 5px;
    padding-right: 1.5rem;
    list-style: none;

    li {
      margin-bottom: 1.55rem;
      list-style: none;
      .blog-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        font-size: 17px;
      }
      .blog-excerpt {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        line-height: 1;
        line-height: 1.25;
        font-size: 14px;
      }
      .blog-date {
        margin-top: 5px;
        line-height: 1.25;
        font-size: 12px;
        font-weight: bold;
      }
    }

    &.alert-list {
      li {
        .blog-title {
          color: #b92e2e;
        }
      }
    }
  }
}

.doc-list {
  .training-docs a {
    padding: 8px 18px 8px 3px;
    font-size: 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;

    .material-icons {
      font-size: 28px;
      padding-right: 10px;
      display: block;
      position: relative;
      margin-top: -4px;
      color: #77be4c;
      &:hover {
        color: #6ab33f;
      }
    }
  }
}

.pd-btm-3rem { padding-bottom: 3.5rem; }


// .blinking{
//   animation:blinkingText 1.25s infinite;
// }

// @keyframes blinkingText{
//   0%{   color: #b92e2e;  }
//   50%{  color: transparent; }
//   100%{ color: #b92e2e;  }
// }