@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:700i,400i");
.space40 {
  height: 40px;
  display: block;
  width: 100%; }

.space50 {
  height: 50px;
  display: block;
  width: 100%; }

.btn.btn-light {
  color: #a03058;
  border-color: #a03058;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px; }
  .btn.btn-light:hover {
    text-decoration: none;
    background-color: rgba(160, 48, 88, 0.16); }

.date-space {
  list-style: none;
  padding-left: 0;
  margin-top: 10px; }
  .date-space li {
    display: inline-block;
    font-family: "Source Serif Pro", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1; }
    .date-space li:first-child {
      margin-right: 8px;
      padding-right: 10px;
      border-right: 1px solid #003e52; }
    .date-space li:before {
      content: '';
      width: auto;
      margin-right: 0; }

.space-btw {
  border-top: 2px solid #ffc843;
  border-bottom: 2px solid #ffc843;
  padding: 25px 0;
  margin: 25px 0; }
  .space-btw h4 {
    margin-bottom: 0;
    line-height: 25px; }
    @media (max-width: 767px) {
      .space-btw h4 {
        margin-bottom: 20px; } }
  .space-btw p {
    margin-bottom: 0; }

.caption {
  font-family: "Source Serif Pro", serif;
  font-size: 14px; }

.individual-post-content .inner {
  max-width: 900px;
  margin: auto; }
  .individual-post-content .inner figure {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    }

form {
  margin-bottom: 40px; }
  form .form-group {
    margin-bottom: 10px; }
  form label {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    color: #003e52;
    text-transform: uppercase;
    font-size: 15px; }
  form .form-control {
    border-color: #003e52; }
  form .warning label {
    color: #a03058; }
    form .warning label span {
      font-style: italic;
      text-transform: none;
      font-size: 13px; }
    form .warning label i {
      margin-right: 7px; }
  form .warning .form-control {
    border-color: #a03058;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.14); }
  form small {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-align: right;
    display: block;
    margin-top: 8px; }

.direct-download {
  color: #a03058 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 13px;
  text-decoration: none; }
  .direct-download i {
    margin-right: 5px; }

.figure-rounded img {
  border-radius: 4px; }

.share-wdg {
  position: absolute;
  left: 0;
  top: 46%;
  z-index: 99;
  }
  @media (min-width: 992px) {
    .share-wdg {
      left: 60px; } }
  .share-wdg ul {
    padding-left: 0;
    list-style: none;
    border-radius: 4px; }
    .share-wdg ul li {
      background: #003e52;
      color: #fff;
      padding: 9px 6px 6px;
      margin-bottom: 0;
      text-align: center;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      font-size: 11px;
      border-bottom: 1px solid #336575; }
      .share-wdg ul li a {
        color: #fff; }
      .share-wdg ul li:first-child {
        background: #144d60;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        padding-top: 1px;
        padding-bottom: 1px; }
      .share-wdg ul li:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom: none; }
      .share-wdg ul li:before {
        content: '';
        width: auto;
        margin-right: 0; }
      .share-wdg ul li i {
        font-size: 17px; }
      .share-wdg ul li:hover, .share-wdg ul li:focus {
        background-color: #144d60; }

        @media screen and (max-width: 1200px){
    .share-wdg {
        position: relative !important;
        top: 0 !important;
        left: 15px;
        overflow: hidden;
        margin-bottom: 20px;
    }   
    .share-wdg ul li{
        float: left;
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 0;
        line-height: 45px;
        border-right: 1px solid #336575;
    }
    .share-wdg ul li:first-child{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        line-height: 40px;
    }
    .share-wdg ul li:last-child{
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0px;
    }
}
@media screen and (max-width: 991px){
  .share-wdg {
    left: 0;
  }
}
@media (max-width: 767px) {
  .blockquote {
    padding-left: 0; } }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse; }
  table tr th {
    vertical-align: bottom;
    padding: 20px 40px;
    text-align: inherit;
    border-bottom: 1px solid rgba(201, 211, 213, 0.5);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #003e52;
    text-transform: uppercase;
    font-size: 15px; }
    @media (max-width: 767px) {
      table tr th {
        padding: 20px; } }
  table tr td {
    font-size: 16px;
    color: #003e52;
    padding: 20px 40px;
    vertical-align: top;
    border-bottom: 1px solid rgba(201, 211, 213, 0.5); }
    @media (max-width: 767px) {
      table tr td {
        padding: 20px; } }

.single-program-overview {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 50px;
  margin-bottom: 50px; 
  padding: 31px 0;
}
  .single-program-overview:last-child {
    border: none; }
  @media screen and (min-width: 48em) {
    .single-program-overview .home-news-box .thumb {
      width: 52%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .single-program-overview .home-news-box .thumb {
      margin-right: 23px; } }
  @media screen and (min-width: 768px) {
    .single-program-overview .home-news-box .desc {
      padding-right: 45px;
      padding-bottom: 34px;
      } }

.top-title-figure figure {
  width: 13%;
  display: inline-block;
  float: left; }
  @media (max-width: 767px) {
    .top-title-figure figure {
      width: 100%;
      display: block;
      float: none; } }

.top-title-figure .desc {
  width: 83%;
  display: inline-block;
  margin-left: 25px; }
  @media (max-width: 767px) {
    .top-title-figure .desc {
      width: 100%;
      display: block;
      margin-left: 0;
      margin-top: 20px; } }

.title-with-link h5 {
  display: inline-block;
  float: left; }
  @media (max-width: 767px) {
    .title-with-link h5 {
      float: none;
      display: block; } }
  .title-with-link h5 span {
    text-transform: none; }

.title-with-link a {
  display: inline-block;
  float: right; }
  @media (max-width: 767px) {
    .title-with-link a {
      float: none;
      display: block; } }

.link-wdg {
  margin-bottom: 30px;
  z-index: 100;
  }
 /* @media (max-width: 992px) {
    .link-wdg {
      position: relative !important;
      top: 0 !important; } }*/
  @media (min-width: 992px) {
    .link-wdg {
      padding-right: 88px;
      } }
  .link-wdg ul {
    padding-left: 0;
    list-style: none;
    border-radius: 4px; }
    .link-wdg ul li {
      background: #003e52;
      color: #fff;
      margin-bottom: 0;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      border-bottom: 1px solid #336575;
      font-size: 15px;
      padding: 0;
      line-height: 1;
      position: relative;
      letter-spacing: 2px;
      }
      .link-wdg ul li:first-child {
        background: #144d60;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px; }
        .link-wdg ul li:first-child:after {
          content: '';
          position: absolute;
          top: 27px;
          left: 0;
          background: #fff;
          width: 18px;
          height: 2px; }
      .link-wdg ul li:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom: none; }
      .link-wdg ul li a {
        color: #ffc843;
        text-decoration: none;
        font-weight: 600;
        padding: 20px 25px;
        display: inline-block;
        width: 100%;
        }
        .link-wdg ul li a:hover {
          text-decoration: underline;
          background: transparent; }
      .link-wdg ul li:before {
        content: '';
        width: auto;
        margin-right: 0; }

.bg-grey {
  background-color: #eeeeee;
  padding: 40px 0; }
  @media screen and (min-width: 48em) {
    .bg-grey {
      padding: 60px 0; } }

.blockquote .desc.min{
  font-size: 20px;
  line-height: 40px;
}


/*custom select form*/

@media (max-width: 767px){
  .slick-prev{
    left: -17px !important;
  }
  
  .slick-next{
    right: -17px  !important; 
  }
}


/* Stick nav sidebar */
@media screen and (max-width: 62em) {
  .link-wdg.sticky {
    width: 100%;
    left: 0;
    top: 0 !important;
  }

  .link-wdg.sticky .navigation {
    display: none;
  }

  .link-wdg ul li:first-child {
    border-radius: 0 !important;
  }
}

.link-wdg--title { 
  background-color: #144d60;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.link-wdg--title span.js-lwTitle,
.link-wdg--title h2.js-lwTitle {
  color: white;
  font-size: 15px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}

.link-wdg--title .action {
  text-align: right;
}

.link-wdg--title .action a {
  color: white;
  background: none !important;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: right;
}

.link-wdg--title .action a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 4px;
  height: 4px;
  background-color:  white;
}
.link-wdg--title .action a span.text-hidden {
  background-color: black;
  color: white;
}

@media screen and (min-width: 62em) {
  .link-wdg--title {
    display:  none;
  }
}

.header:not(.fixed)  {
  position: relative;
}

.header {
  z-index: 102;
}

.mobile-nav .tertiary-nav ul{
      padding-top: 10px !important;
    padding-bottom: 25px  !important;
}

@media (max-width: 767px){
  .filter-row form .wpas-field .form-control{
    background: transparent !important;
  }
  
  .filter-row form .wpas-field{
    border:none !important;
  }
}



/* Sticky sidebar space */
@media screen and (max-width: 62em) {
  .single-program-overview {
    padding-top: 70px !important;
  }

  .program-overview.bg-grey {
    padding-top: 0;
  }
}

::-ms-clear {
  width : 0;
  height: 0;
}

.pagination span.current, .pagination a.current {
    color: #fff !important;
    background: #153d50;
    border-radius: 4px;
}

.pagination a{
  text-decoration: none;
  border-radius: 4px;
}

.pagination a:hover{
  background: #244c5e;
  text-decoration: none;
  color: #fff;
}

#newsletter-head input#gform_submit_button_7:hover,
#newsletter-head-mobile input#gform_submit_button_7:hover{
  background-color: #244c5e !important;
}

#filter-form .btn.dropdown-toggle:hover, #filter-form-reports .btn.dropdown-toggle:hover{
    background: #244c5e;
  }

#signup-form input[type="submit"]:hover {
    background: #327991;
}

.contact-row .action .btn{
  background: #244c5e;
}

.contact-row .action .btn:hover{
  background: #327991;
}


@media(max-width: 767px){
    .bootstrap-select.btn-group .dropdown-toggle .filter-option{
          width: 84% !important;
          padding: 0 10px;
    }
}

#filter-form-reports .dropdown-menu.show{
        min-width: 100% !important;
  }


  @media(max-width: 767px){
    #filter-form-reports .dropdown-toggle::after{
      right:15px !important;
    }
  }

  #filter-form .btn.dropdown-toggle, #filter-form-reports .btn.dropdown-toggle{
    border-radius: 0 !important;
  }


  #wpas-submit {
      position: absolute;
      right: 0;
      top: 20px;
  }

  @media(max-width: 1200px){
    .tertiary-nav-box ul li{
      padding: 0 10px !important;
    }

    .tertiary-nav-box ul{
      padding: 16px 0 !important;
    }
  }
