@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;
}

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: fixed;
  left: 0;
  top: 34%;
  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 (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;
}
.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;
  position: fixed;
}
@media (max-width: 992px) {
  .link-wdg {
    position: relative;
    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: 20px 25px;
  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;
}
.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;
  }
}

/*# sourceMappingURL=custome.css.map */
