.main-navigation-ul > li.menu-item > a.menu-item-link {
  line-height: 70px !important;
  height: 70px !important;
}
.mk-header-holder {
  padding: 0px 0;
  background-color: #fff;
}
.mk-header-holder .second-navbar {
  width: 100%;
  display: inline-block;
  padding-top: 70px;
}
.mk-header-holder .second-navbar #subscribe-header {
  display: inline-block;
  vertical-align: top;
}
.mk-header-holder .second-navbar #subscribe-header .form-group {
  display: inline-block;
  margin-bottom: 0px;
}
.mk-header-holder .second-navbar #subscribe-header .form-group input.subscribe {
  display: none;
  width: 200px;
  border: 1px solid #eee;
  background-color: #eeeeee;
  height: 44px;
  padding: 0px 10px;
  line-height: 44px;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  margin-bottom: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal !important;
  -webkit-appearance: none;
}
.mk-header-holder .second-navbar #subscribe-header button[type=submit] {
  vertical-align: top;
  margin-left: 5px;
}
.mk-header-holder .second-navbar a {
  display: inline-block;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-left: 5px;
  vertical-align: top;
  margin-right: 20px;
}
.mk-header-holder .second-navbar a.btn-donate {
  margin-right: 0px;
}
.mk-header-holder .second-navbar #search-header {
  display: inline-block;
  width: 44px;
  margin-left: 5px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.mk-header-holder .second-navbar #search-header input.search-field {
  opacity: 0;
  width: 100%;
  border: 1px solid #eee;
  background-color: #eeeeee;
  display: inline-block;
  padding-right: 56px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  height: 44px;
  padding: 0px 10px;
  line-height: 44px;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  margin-bottom: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal !important;
  border: 2px solid #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  -webkit-appearance: none;
}
.mk-header-holder .second-navbar #search-header label.search-label {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  line-height: 44px;
  width: 44px;
  padding: 0px !important;
  text-align: center;
  background-color: #c8c8c8;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  cursor: pointer;
}
.mk-header-holder .second-navbar #search-header button[type='submit'] {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  line-height: 44px;
  width: 44px;
  padding: 0px !important;
  text-align: center;
  background-color: #c8c8c8;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  cursor: pointer;
}
.mk-header-holder .second-navbar #search-header #search-ajax-response {
  display: none;
  position: absolute;
  width: 100%;
  top: 44px;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mk-header-holder .second-navbar #search-header #search-ajax-response ul {
  margin: 0px;
}
.mk-header-holder .second-navbar #search-header #search-ajax-response ul li {
  margin: 0px;
}
.mk-header-holder .second-navbar #search-header #search-ajax-response ul li a {
  margin: 0px;
  padding: 10px 20px 10px 10px !important;
  display: block;
  line-height: 20px;
  text-align: left;
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #eee;
}
.mk-header-holder .second-navbar #search-header #search-ajax-response ul li a:hover,
.mk-header-holder .second-navbar #search-header #search-ajax-response ul li a:focus {
  background: #eee;
  padding-left: 20px !important;
  padding-right: 10px !important;
}
.mk-header-holder .second-navbar #search-header #search-ajax-response .loader {
  text-align: center;
  padding: 20px;
}
.mk-header-holder .second-navbar #search-header:hover #search-ajax-response,
.mk-header-holder .second-navbar #search-header:focus #search-ajax-response {
  display: block;
}
.mk-header-holder .second-navbar #search-header.active {
  width: 250px;
}
.mk-header-holder .second-navbar #search-header.active input.search-field {
  opacity: 1;
}
.mk-header-holder .second-navbar #search-header.active label.search-label {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mk-header-holder .mk-main-navigation {
  margin: 0 auto 0px;
}
.mk-header-holder .main-nav-side-search {
  display: none;
}
.mk-header-holder .main-nav-side-search a {
  height: 70px;
  line-height: 70px;
}
.mk-header-holder .main-nav-side-search #mk-nav-search-wrapper {
  right: 0px;
  width: 700px;
  margin-top: -65px;
}
.mk-header-holder .main-nav-side-search #mk-nav-search-wrapper input[type=text] {
  width: 644px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mk-header-holder .main-nav-side-search #mk-nav-search-wrapper .nav-side-search-icon {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mk-header-holder .main-nav-side-search #mk-nav-search-wrapper .close-search {
  position: absolute;
  right: 56px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  cursor: pointer;
  color: #bfbcbc;
}
.mk-header-holder .fit-logo-img a img {
  max-height: 70%;
}
.a-sticky .mk-header-holder {
  padding: 0px 0;
}
.a-sticky .mk-header-holder .second-navbar {
  display: none;
}
.a-sticky .mk-header-holder .mk-main-navigation {
  margin: 0 auto 0px;
}
.a-sticky .mk-header-holder .main-nav-side-search #mk-nav-search-wrapper {
  margin-top: -67px;
}
.a-sticky .mk-header-holder .fit-logo-img a img {
  max-height: 80%;
}
.mobile-align-right .mk-nav-responsive-link {
  right: 10px !important;
}
.mobile-second-navbar {
  display: none;
  position: absolute;
  right: 68px;
  top: 0px;
  z-index: 2;
}
.mobile-second-navbar #subscribe-header-mobile {
  display: inline-block;
}
.mobile-second-navbar #subscribe-header-mobile input.subscribe {
  vertical-align: middle;
  width: 200px;
  border: 1px solid #eee;
  background-color: #eeeeee;
  display: inline-block;
  height: 44px;
  padding: 0px 10px;
  line-height: 44px;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  margin-bottom: 0px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal !important;
  border: 2px solid #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  -webkit-appearance: none;
}
.mobile-second-navbar #subscribe-header-mobile button[type=submit] {
  vertical-align: middle;
  margin-left: 5px;
}
.mobile-second-navbar a {
  display: inline-block;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-left: 5px;
  vertical-align: middle;
}
.mobile-second-navbar #search-header {
  display: none;
  width: 44px;
  margin-left: 5px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.mobile-second-navbar #search-header input.search-field {
  opacity: 0;
  width: 100%;
  border: 1px solid #eee;
  background-color: #eeeeee;
  display: inline-block;
  padding-right: 56px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  height: 44px;
  padding: 0px 10px;
  line-height: 44px;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  margin-bottom: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal !important;
  border: 2px solid #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  -webkit-appearance: none;
}
.mobile-second-navbar #search-header label.search-label {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  line-height: 44px;
  width: 44px;
  padding: 0px !important;
  text-align: center;
  background-color: #c8c8c8;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  cursor: pointer;
}
.mobile-second-navbar #search-header.active {
  width: 250px;
}
.mobile-second-navbar #search-header.active input.search-field {
  opacity: 1;
}
.mobile-second-navbar #search-header.active label.search-label {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header span.mk-nav-arrow .mk-svg-icon {
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
header span.mk-nav-sub-opened .mk-svg-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1140px) {
  .mobile-second-navbar {
    display: block;
  }
  .mobile-second-navbar .btn-xs {
    padding: 8px 20px;
    font-size: 14px;
  }
  .mk-header {
    position: fixed !important;
  }
  body #theme-page {
    padding-top: 100px !important;
  }
}
@media (max-width: 1140px) and (min-width: 650px) {
  .mobile-second-navbar {
    display: block;
  }
  .mobile-second-navbar .btn-xs {
    padding: 8px 20px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 650px) {
  .mobile-second-navbar #subscribe-header-mobile {
    display: none;
  }
}
#search-wrapper #search-page {
  background-image: url(https://msbrainbank.org.au/wp-content/uploads/2016/03/banner-home.png?id=113) !important;
  padding: 40px 0 20px;
}
#search-wrapper #search-page .widget_search {
  height: 60px;
  max-width: 50%;
  margin-bottom: 0px;
}
#search-wrapper #search-page .widget_search h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 36px;
  max-width: 80%;
  font-weight: 400;
}
#search-wrapper-footer .mk-searchform {
  position: relative;
  max-width: 50%;
}
#search-wrapper-footer .mk-searchform label.search-icon {
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  color: #004378;
  left: 0px;
  top: 0px;
}
#search-wrapper-footer .mk-searchform input#s {
  color: #104271;
  padding-left: 60px;
  width: 75%;
  float: left;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  background: #eee;
  vertical-align: middle;
  border: 0px;
  margin: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search-wrapper-footer .mk-searchform input#searchsubmit {
  border: 0;
  width: 25%;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  float: left;
  padding: 0px;
  background: #104271;
  vertical-align: top;
  position: relative;
  text-transform: capitalize;
  top: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#search-wrapper-footer .sub-title {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  background: #fff;
}
#search-wrapper-footer .sub-title h3 {
  color: #004378;
  margin-bottom: 0px;
}
body.search #theme-page {
  background: #eee;
}
@media (max-width: 960px) {
  #search-wrapper #search-page .widget_search {
    max-width: 100%;
  }
}
#msra-page-title {
  border-top: 0px solid #004378;
  padding: 40px 0 10px;
  background-image: url(https://msbrainbank.org.au/wp-content/uploads/2016/03/banner-home.png?id=113) !important;
}
#msra-page-title h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 36px;
  max-width: 80%;
  font-weight: 200;
}
#msra-page-title h3 {
  color: #fff;
}
#msra-page-title p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
#msra-page-title p a {
  text-decoration: underline;
}
#msra-page-title .buttons {
  position: absolute;
  top: 0px;
  right: 20px;
}
#msra-page-title .buttons a {
  text-transform: uppercase;
}
#msra-page-title .content {
  max-width: 80%;
}
body.home #theme-page .mk-main-wrapper-holder:first-child,
body.page-id-1150 #theme-page .mk-main-wrapper-holder:first-child,
body.page-id-1089 #theme-page .mk-main-wrapper-holder:first-child,
body.page-id-1081 #theme-page .mk-main-wrapper-holder:first-child {
  display: none;
}
#home-slider .edge-slide-content .mk-edge-custom-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004478+0,002948+100 */
  background: #004478;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004478 0%, #002948 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004478 0%, #002948 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004478 0%, #002948 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004478', endColorstr='#002948', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 50px 50px 30px 50px;
  position: relative;
}
#home-slider .edge-slide-content .mk-edge-custom-content h1,
#home-slider .edge-slide-content .mk-edge-custom-content h4,
#home-slider .edge-slide-content .mk-edge-custom-content p {
  color: #fff;
}
#home-slider .edge-slide-content .mk-edge-custom-content h1 {
  line-height: 32px;
}
#home-slider .edge-slide-content .mk-edge-custom-content p {
  line-height: 20px;
}
#home-slider a.mk-edge-prev,
#home-slider a.mk-edge-next {
  background: #5d1978;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#home-slider a.mk-edge-prev .mk-edge-icon-wrap,
#home-slider a.mk-edge-next .mk-edge-icon-wrap {
  padding: 22px;
}
#home-slider a.mk-edge-prev .mk-edge-icon-wrap i,
#home-slider a.mk-edge-next .mk-edge-icon-wrap i {
  color: #fff;
}
#home-slider .mk-edge-next {
  display: none !important;
}
#home-slider .mk-edge-prev {
  display: none !important;
}
#home-slider .slider-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #004e8a;
  line-height: 46px;
  font-size: 40px;
}
#home-slider .slider-left {
  position: absolute;
  right: 0px;
  bottom: 55px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #004e8a;
  line-height: 46px;
  font-size: 40px;
}
#home-slider .slider-left:hover {
  background: #004275 none repeat scroll 0 0;
  color: #fff;
  transition: all 0.2s ease-in-out 0s !important;
}
#home-slider .slider-right:hover {
  background: #004275 none repeat scroll 0 0;
  color: #fff;
  transition: all 0.2s ease-in-out 0s !important;
}
#home-slider .slider-left {
  transition: all 0.2s ease-in-out 0s !important;
}
#home-slider .slider-right {
  transition: all 0.2s ease-in-out 0s !important;
}
#hometabs {
  padding: 100px 0;
  background: #fff;
  position: relative;
}
#hometabs #hometabs-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -50px;
  left: 0px;
  height: 50px;
}
#hometabs #hometabs-nav li {
  margin: 0px;
}
#hometabs #hometabs-nav li a {
  border-bottom: 2px solid #fff;
  height: 50px;
  font-size: 16px;
  position: relative;
  top: 0px;
  background: #e7e7e7;
  display: block;
  line-height: 50px;
  padding: 0 30px 0 15px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  color: #898989;
  text-transform: uppercase;
}
#hometabs #hometabs-nav li a span {
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
#hometabs #hometabs-nav li a span.news {
  background-image: url('../img/hometabs-icon.png');
  background-position: 0 -50px;
}
#hometabs #hometabs-nav li a span.research {
  background-image: url('../img/hometabs-icon.png');
  background-position: -50px -50px;
}
#hometabs #hometabs-nav li.active a {
  background: #fff;
  height: 55px;
  line-height: 55px;
  top: -5px;
  color: #004378;
}
#hometabs #hometabs-nav li.active a span.news {
  background-image: url('../img/hometabs-icon.png');
  background-position: 0 0px;
}
#hometabs #hometabs-nav li.active a span.research {
  background-image: url('../img/hometabs-icon.png');
  background-position: -50px 0;
}
#hometabs .tab-content .mobile-title {
  display: none;
}
@media (max-width: 768px) {
  #hometabs {
    padding: 20px 0 !important;
  }
  #hometabs #hometabs-nav {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    margin-bottom: 50px;
  }
  #hometabs #hometabs-nav li {
    display: block;
  }
  #hometabs #hometabs-nav li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 800;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    top: 0px;
  }
  #hometabs #hometabs-nav li.active a {
    height: 55px;
    line-height: 55px;
    top: 0px;
  }
  #hometabs .tab-content #news-tab {
    margin-bottom: 20px;
  }
  #hometabs .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
  }
  #hometabs .tab-content .mobile-title {
    display: none;
    text-align: center;
    background: #fff;
    color: #004378;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 20px;
  }
  #hometabs .tab-content .mobile-title a {
    display: block;
  }
  #hometabs .tab-content .mobile-title span {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
  #hometabs .tab-content .mobile-title span.news {
    background-image: url('../img/hometabs-icon.png');
    background-position: 0 0px;
  }
  #hometabs .tab-content .mobile-title span.research {
    background-image: url('../img/hometabs-icon.png');
    background-position: -50px 0;
  }
}
.btn-full {
  width: 100%;
}
.btn-msra-dark {
  display: inline-block;
  font-weight: 600;
  border: 0px;
  position: relative;
  color: #ffffff !important;
  top: 0px;
  text-decoration: none;
  margin: 0 auto;
  background: #222222;
  text-align: center;
  line-height: 24px;
  visibility: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #000000;
  -moz-box-shadow: 0px 4px 0px #000000;
  box-shadow: 0px 4px 0px #000000;
}
.btn-msra-dark:hover,
.btn-msra-dark:focus {
  color: #ffffff !important;
  background: #2f2f2f;
}
.btn-msra-dark:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 4px 0px #262626;
  -moz-box-shadow: 0px 4px 0px #262626;
  box-shadow: 0px 4px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-dark.btn-xs {
  padding: 4px 10px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #000000;
  -moz-box-shadow: 0px 3px 0px #000000;
  box-shadow: 0px 3px 0px #000000;
}
.btn-msra-dark.btn-xs:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark.btn-xs:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 3px 0px #262626;
  -moz-box-shadow: 0px 3px 0px #262626;
  box-shadow: 0px 3px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-dark.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #000000;
  -moz-box-shadow: 0px 3px 0px #000000;
  box-shadow: 0px 3px 0px #000000;
}
.btn-msra-dark.btn-sm:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark.btn-sm:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 3px 0px #262626;
  -moz-box-shadow: 0px 3px 0px #262626;
  box-shadow: 0px 3px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-dark.btn-md {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #000000;
  -moz-box-shadow: 0px 4px 0px #000000;
  box-shadow: 0px 4px 0px #000000;
}
.btn-msra-dark.btn-md:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark.btn-md:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 4px 0px #262626;
  -moz-box-shadow: 0px 4px 0px #262626;
  box-shadow: 0px 4px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-dark.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #000000;
  -moz-box-shadow: 0px 4px 0px #000000;
  box-shadow: 0px 4px 0px #000000;
}
.btn-msra-dark.btn-lg:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark.btn-lg:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 4px 0px #262626;
  -moz-box-shadow: 0px 4px 0px #262626;
  box-shadow: 0px 4px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-dark.btn-xl {
  padding: 12px 30px;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #000000;
  -moz-box-shadow: 0px 5px 0px #000000;
  box-shadow: 0px 5px 0px #000000;
}
.btn-msra-dark.btn-xl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark.btn-xl:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 5px 0px #262626;
  -moz-box-shadow: 0px 5px 0px #262626;
  box-shadow: 0px 5px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-dark.btn-xxl {
  padding: 14px 35px;
  font-size: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #000000;
  -moz-box-shadow: 0px 5px 0px #000000;
  box-shadow: 0px 5px 0px #000000;
}
.btn-msra-dark.btn-xxl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #000000;
  -moz-box-shadow: 0px 1px 0px #000000;
  box-shadow: 0px 1px 0px #000000;
}
.btn-msra-dark.btn-xxl:disabled {
  background: #484848;
  -webkit-box-shadow: 0px 5px 0px #262626;
  -moz-box-shadow: 0px 5px 0px #262626;
  box-shadow: 0px 5px 0px #262626;
  cursor: not-allowed;
}
.btn-msra-light {
  display: inline-block;
  font-weight: 600;
  border: 0px;
  position: relative;
  color: #222222 !important;
  top: 0px;
  text-decoration: none;
  margin: 0 auto;
  background: #f5f5f5;
  text-align: center;
  line-height: 24px;
  visibility: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #dddddd;
  -moz-box-shadow: 0px 4px 0px #dddddd;
  box-shadow: 0px 4px 0px #dddddd;
}
.btn-msra-light:hover,
.btn-msra-light:focus {
  color: #222222 !important;
  background: #ffffff;
}
.btn-msra-light:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px #ffffff;
  -moz-box-shadow: 0px 4px 0px #ffffff;
  box-shadow: 0px 4px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-light.btn-xs {
  padding: 4px 10px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #dddddd;
  -moz-box-shadow: 0px 3px 0px #dddddd;
  box-shadow: 0px 3px 0px #dddddd;
}
.btn-msra-light.btn-xs:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light.btn-xs:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 0px #ffffff;
  -moz-box-shadow: 0px 3px 0px #ffffff;
  box-shadow: 0px 3px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-light.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #dddddd;
  -moz-box-shadow: 0px 3px 0px #dddddd;
  box-shadow: 0px 3px 0px #dddddd;
}
.btn-msra-light.btn-sm:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light.btn-sm:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 0px #ffffff;
  -moz-box-shadow: 0px 3px 0px #ffffff;
  box-shadow: 0px 3px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-light.btn-md {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #dddddd;
  -moz-box-shadow: 0px 4px 0px #dddddd;
  box-shadow: 0px 4px 0px #dddddd;
}
.btn-msra-light.btn-md:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light.btn-md:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px #ffffff;
  -moz-box-shadow: 0px 4px 0px #ffffff;
  box-shadow: 0px 4px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-light.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #dddddd;
  -moz-box-shadow: 0px 4px 0px #dddddd;
  box-shadow: 0px 4px 0px #dddddd;
}
.btn-msra-light.btn-lg:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light.btn-lg:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px #ffffff;
  -moz-box-shadow: 0px 4px 0px #ffffff;
  box-shadow: 0px 4px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-light.btn-xl {
  padding: 12px 30px;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #dddddd;
  -moz-box-shadow: 0px 5px 0px #dddddd;
  box-shadow: 0px 5px 0px #dddddd;
}
.btn-msra-light.btn-xl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light.btn-xl:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 0px #ffffff;
  -moz-box-shadow: 0px 5px 0px #ffffff;
  box-shadow: 0px 5px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-light.btn-xxl {
  padding: 14px 35px;
  font-size: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #dddddd;
  -moz-box-shadow: 0px 5px 0px #dddddd;
  box-shadow: 0px 5px 0px #dddddd;
}
.btn-msra-light.btn-xxl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  box-shadow: 0px 1px 0px #dddddd;
}
.btn-msra-light.btn-xxl:disabled {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 0px #ffffff;
  -moz-box-shadow: 0px 5px 0px #ffffff;
  box-shadow: 0px 5px 0px #ffffff;
  cursor: not-allowed;
}
.btn-msra-dark-blue {
  display: inline-block;
  font-weight: 600;
  border: 0px;
  position: relative;
  color: #ffffff !important;
  top: 0px;
  text-decoration: none;
  margin: 0 auto;
  background: #1c75b0;
  text-align: center;
  line-height: 24px;
  visibility: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #095587;
  -moz-box-shadow: 0px 4px 0px #095587;
  box-shadow: 0px 4px 0px #095587;
}
.btn-msra-dark-blue:hover,
.btn-msra-dark-blue:focus {
  color: #ffffff !important;
  background: #2084c6;
}
.btn-msra-dark-blue:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 4px 0px #0e82cf;
  -moz-box-shadow: 0px 4px 0px #0e82cf;
  box-shadow: 0px 4px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-dark-blue.btn-xs {
  padding: 4px 10px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #095587;
  -moz-box-shadow: 0px 3px 0px #095587;
  box-shadow: 0px 3px 0px #095587;
}
.btn-msra-dark-blue.btn-xs:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue.btn-xs:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 3px 0px #0e82cf;
  -moz-box-shadow: 0px 3px 0px #0e82cf;
  box-shadow: 0px 3px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-dark-blue.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #095587;
  -moz-box-shadow: 0px 3px 0px #095587;
  box-shadow: 0px 3px 0px #095587;
}
.btn-msra-dark-blue.btn-sm:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue.btn-sm:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 3px 0px #0e82cf;
  -moz-box-shadow: 0px 3px 0px #0e82cf;
  box-shadow: 0px 3px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-dark-blue.btn-md {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #095587;
  -moz-box-shadow: 0px 4px 0px #095587;
  box-shadow: 0px 4px 0px #095587;
}
.btn-msra-dark-blue.btn-md:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue.btn-md:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 4px 0px #0e82cf;
  -moz-box-shadow: 0px 4px 0px #0e82cf;
  box-shadow: 0px 4px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-dark-blue.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #095587;
  -moz-box-shadow: 0px 4px 0px #095587;
  box-shadow: 0px 4px 0px #095587;
}
.btn-msra-dark-blue.btn-lg:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue.btn-lg:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 4px 0px #0e82cf;
  -moz-box-shadow: 0px 4px 0px #0e82cf;
  box-shadow: 0px 4px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-dark-blue.btn-xl {
  padding: 12px 30px;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #095587;
  -moz-box-shadow: 0px 5px 0px #095587;
  box-shadow: 0px 5px 0px #095587;
}
.btn-msra-dark-blue.btn-xl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue.btn-xl:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 5px 0px #0e82cf;
  -moz-box-shadow: 0px 5px 0px #0e82cf;
  box-shadow: 0px 5px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-dark-blue.btn-xxl {
  padding: 14px 35px;
  font-size: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #095587;
  -moz-box-shadow: 0px 5px 0px #095587;
  box-shadow: 0px 5px 0px #095587;
}
.btn-msra-dark-blue.btn-xxl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #095587;
  -moz-box-shadow: 0px 1px 0px #095587;
  box-shadow: 0px 1px 0px #095587;
}
.btn-msra-dark-blue.btn-xxl:disabled {
  background: #399de0;
  -webkit-box-shadow: 0px 5px 0px #0e82cf;
  -moz-box-shadow: 0px 5px 0px #0e82cf;
  box-shadow: 0px 5px 0px #0e82cf;
  cursor: not-allowed;
}
.btn-msra-blue {
  display: inline-block;
  font-weight: 600;
  border: 0px;
  position: relative;
  color: #ffffff !important;
  top: 0px;
  text-decoration: none;
  margin: 0 auto;
  background: #36a1e8;
  text-align: center;
  line-height: 24px;
  visibility: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #0d66a1;
  -moz-box-shadow: 0px 4px 0px #0d66a1;
  box-shadow: 0px 4px 0px #0d66a1;
}
.btn-msra-blue:hover,
.btn-msra-blue:focus {
  color: #ffffff !important;
  background: #4daceb;
}
.btn-msra-blue:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 4px 0px #1393e8;
  -moz-box-shadow: 0px 4px 0px #1393e8;
  box-shadow: 0px 4px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-blue.btn-xs {
  padding: 4px 10px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #0d66a1;
  -moz-box-shadow: 0px 3px 0px #0d66a1;
  box-shadow: 0px 3px 0px #0d66a1;
}
.btn-msra-blue.btn-xs:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue.btn-xs:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 3px 0px #1393e8;
  -moz-box-shadow: 0px 3px 0px #1393e8;
  box-shadow: 0px 3px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-blue.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #0d66a1;
  -moz-box-shadow: 0px 3px 0px #0d66a1;
  box-shadow: 0px 3px 0px #0d66a1;
}
.btn-msra-blue.btn-sm:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue.btn-sm:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 3px 0px #1393e8;
  -moz-box-shadow: 0px 3px 0px #1393e8;
  box-shadow: 0px 3px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-blue.btn-md {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #0d66a1;
  -moz-box-shadow: 0px 4px 0px #0d66a1;
  box-shadow: 0px 4px 0px #0d66a1;
}
.btn-msra-blue.btn-md:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue.btn-md:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 4px 0px #1393e8;
  -moz-box-shadow: 0px 4px 0px #1393e8;
  box-shadow: 0px 4px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-blue.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #0d66a1;
  -moz-box-shadow: 0px 4px 0px #0d66a1;
  box-shadow: 0px 4px 0px #0d66a1;
}
.btn-msra-blue.btn-lg:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue.btn-lg:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 4px 0px #1393e8;
  -moz-box-shadow: 0px 4px 0px #1393e8;
  box-shadow: 0px 4px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-blue.btn-xl {
  padding: 12px 30px;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #0d66a1;
  -moz-box-shadow: 0px 5px 0px #0d66a1;
  box-shadow: 0px 5px 0px #0d66a1;
}
.btn-msra-blue.btn-xl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue.btn-xl:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 5px 0px #1393e8;
  -moz-box-shadow: 0px 5px 0px #1393e8;
  box-shadow: 0px 5px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-blue.btn-xxl {
  padding: 14px 35px;
  font-size: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #0d66a1;
  -moz-box-shadow: 0px 5px 0px #0d66a1;
  box-shadow: 0px 5px 0px #0d66a1;
}
.btn-msra-blue.btn-xxl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #0d66a1;
  -moz-box-shadow: 0px 1px 0px #0d66a1;
  box-shadow: 0px 1px 0px #0d66a1;
}
.btn-msra-blue.btn-xxl:disabled {
  background: #7bc1f0;
  -webkit-box-shadow: 0px 5px 0px #1393e8;
  -moz-box-shadow: 0px 5px 0px #1393e8;
  box-shadow: 0px 5px 0px #1393e8;
  cursor: not-allowed;
}
.btn-msra-orange {
  display: inline-block;
  font-weight: 600;
  border: 0px;
  position: relative;
  color: #ffffff !important;
  top: 0px;
  text-decoration: none;
  margin: 0 auto;
  background: #ff7608;
  text-align: center;
  line-height: 24px;
  visibility: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #cc610a;
  -moz-box-shadow: 0px 4px 0px #cc610a;
  box-shadow: 0px 4px 0px #cc610a;
}
.btn-msra-orange:hover,
.btn-msra-orange:focus {
  color: #ffffff !important;
  background: #ff8421;
}
.btn-msra-orange:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 4px 0px #f5872e;
  -moz-box-shadow: 0px 4px 0px #f5872e;
  box-shadow: 0px 4px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-orange.btn-xs {
  padding: 4px 10px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #cc610a;
  -moz-box-shadow: 0px 3px 0px #cc610a;
  box-shadow: 0px 3px 0px #cc610a;
}
.btn-msra-orange.btn-xs:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange.btn-xs:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 3px 0px #f5872e;
  -moz-box-shadow: 0px 3px 0px #f5872e;
  box-shadow: 0px 3px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-orange.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #cc610a;
  -moz-box-shadow: 0px 3px 0px #cc610a;
  box-shadow: 0px 3px 0px #cc610a;
}
.btn-msra-orange.btn-sm:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange.btn-sm:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 3px 0px #f5872e;
  -moz-box-shadow: 0px 3px 0px #f5872e;
  box-shadow: 0px 3px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-orange.btn-md {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #cc610a;
  -moz-box-shadow: 0px 4px 0px #cc610a;
  box-shadow: 0px 4px 0px #cc610a;
}
.btn-msra-orange.btn-md:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange.btn-md:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 4px 0px #f5872e;
  -moz-box-shadow: 0px 4px 0px #f5872e;
  box-shadow: 0px 4px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-orange.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #cc610a;
  -moz-box-shadow: 0px 4px 0px #cc610a;
  box-shadow: 0px 4px 0px #cc610a;
}
.btn-msra-orange.btn-lg:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange.btn-lg:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 4px 0px #f5872e;
  -moz-box-shadow: 0px 4px 0px #f5872e;
  box-shadow: 0px 4px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-orange.btn-xl {
  padding: 12px 30px;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #cc610a;
  -moz-box-shadow: 0px 5px 0px #cc610a;
  box-shadow: 0px 5px 0px #cc610a;
}
.btn-msra-orange.btn-xl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange.btn-xl:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 5px 0px #f5872e;
  -moz-box-shadow: 0px 5px 0px #f5872e;
  box-shadow: 0px 5px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-orange.btn-xxl {
  padding: 14px 35px;
  font-size: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #cc610a;
  -moz-box-shadow: 0px 5px 0px #cc610a;
  box-shadow: 0px 5px 0px #cc610a;
}
.btn-msra-orange.btn-xxl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #cc610a;
  -moz-box-shadow: 0px 1px 0px #cc610a;
  box-shadow: 0px 1px 0px #cc610a;
}
.btn-msra-orange.btn-xxl:disabled {
  background: #ffa055;
  -webkit-box-shadow: 0px 5px 0px #f5872e;
  -moz-box-shadow: 0px 5px 0px #f5872e;
  box-shadow: 0px 5px 0px #f5872e;
  cursor: not-allowed;
}
.btn-msra-light-orange {
  display: inline-block;
  font-weight: 600;
  border: 0px;
  position: relative;
  color: #ffffff !important;
  top: 0px;
  text-decoration: none;
  margin: 0 auto;
  background: #ffa863;
  text-align: center;
  line-height: 24px;
  visibility: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #ff8d31;
  -moz-box-shadow: 0px 4px 0px #ff8d31;
  box-shadow: 0px 4px 0px #ff8d31;
}
.btn-msra-light-orange:hover,
.btn-msra-light-orange:focus {
  color: #ffffff !important;
  background: #ffb67d;
}
.btn-msra-light-orange:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 4px 0px #ffb77e;
  -moz-box-shadow: 0px 4px 0px #ffb77e;
  box-shadow: 0px 4px 0px #ffb77e;
  cursor: not-allowed;
}
.btn-msra-light-orange.btn-xs {
  padding: 4px 10px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #ff8d31;
  -moz-box-shadow: 0px 3px 0px #ff8d31;
  box-shadow: 0px 3px 0px #ff8d31;
}
.btn-msra-light-orange.btn-xs:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange.btn-xs:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 3px 0px #ffb77e;
  -moz-box-shadow: 0px 3px 0px #ffb77e;
  box-shadow: 0px 3px 0px #ffb77e;
  cursor: not-allowed;
}
.btn-msra-light-orange.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 0px #ff8d31;
  -moz-box-shadow: 0px 3px 0px #ff8d31;
  box-shadow: 0px 3px 0px #ff8d31;
}
.btn-msra-light-orange.btn-sm:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange.btn-sm:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 3px 0px #ffb77e;
  -moz-box-shadow: 0px 3px 0px #ffb77e;
  box-shadow: 0px 3px 0px #ffb77e;
  cursor: not-allowed;
}
.btn-msra-light-orange.btn-md {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #ff8d31;
  -moz-box-shadow: 0px 4px 0px #ff8d31;
  box-shadow: 0px 4px 0px #ff8d31;
}
.btn-msra-light-orange.btn-md:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange.btn-md:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 4px 0px #ffb77e;
  -moz-box-shadow: 0px 4px 0px #ffb77e;
  box-shadow: 0px 4px 0px #ffb77e;
  cursor: not-allowed;
}
.btn-msra-light-orange.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 4px 0px #ff8d31;
  -moz-box-shadow: 0px 4px 0px #ff8d31;
  box-shadow: 0px 4px 0px #ff8d31;
}
.btn-msra-light-orange.btn-lg:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange.btn-lg:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 4px 0px #ffb77e;
  -moz-box-shadow: 0px 4px 0px #ffb77e;
  box-shadow: 0px 4px 0px #ffb77e;
  cursor: not-allowed;
}
.btn-msra-light-orange.btn-xl {
  padding: 12px 30px;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #ff8d31;
  -moz-box-shadow: 0px 5px 0px #ff8d31;
  box-shadow: 0px 5px 0px #ff8d31;
}
.btn-msra-light-orange.btn-xl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange.btn-xl:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 5px 0px #ffb77e;
  -moz-box-shadow: 0px 5px 0px #ffb77e;
  box-shadow: 0px 5px 0px #ffb77e;
  cursor: not-allowed;
}
.btn-msra-light-orange.btn-xxl {
  padding: 14px 35px;
  font-size: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 5px 0px #ff8d31;
  -moz-box-shadow: 0px 5px 0px #ff8d31;
  box-shadow: 0px 5px 0px #ff8d31;
}
.btn-msra-light-orange.btn-xxl:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #ff8d31;
  -moz-box-shadow: 0px 1px 0px #ff8d31;
  box-shadow: 0px 1px 0px #ff8d31;
}
.btn-msra-light-orange.btn-xxl:disabled {
  background: #ffd3b0;
  -webkit-box-shadow: 0px 5px 0px #ffb77e;
  -moz-box-shadow: 0px 5px 0px #ffb77e;
  box-shadow: 0px 5px 0px #ffb77e;
  cursor: not-allowed;
}
#donation {
  background: #e7e7e7;
  padding: 100px 0;
}
#donation .donation-wrapper {
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#donation .donation-wrapper h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 50px;
}
#donation .donation-wrapper .donation-category {
  padding-top: 60px;
  padding-bottom: 40px;
}
#donation .donation-wrapper select {
  width: 100%;
  min-width: 100%;
}
#donation .donation-wrapper .donation-submit {
  text-align: right;
}
#donation .donation-wrapper .donation-submit .donation-loading {
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
#donation .donation-wrapper .donation-submit .donation-loading.active {
  opacity: 1;
}
#donation .donation-wrapper .field-conditional {
  display: none;
}
#donation .donation-wrapper #container-wish-to-donate {
  margin-bottom: 50px;
}
#donation .donation-wrapper hr {
  border: 1px solid #ccc;
}
#donation .donation-wrapper .form-radio label {
  font-size: 20px;
}
#donation .donation-wrapper .total-donation span.total-amount {
  font-weight: bold;
  font-size: 24px;
}
#donation .donation-wrapper .form-group.form-radio label[for=debit],
#donation .donation-wrapper .debit-row {
  display: none;
}
#donation .donation-wrapper #group-donation-other-amount {
  margin-top: 50px;
}
#donation .donation-wrapper #group-donation-other-amount .form-group {
  position: relative;
}
#donation .donation-wrapper #group-donation-other-amount .form-group:before {
  content: '$';
  display: block;
  color: #36a1e8;
  font-size: 30px;
  position: absolute;
  font-weight: bold;
  left: 20px;
  line-height: 55px;
}
#donation .donation-wrapper #group-donation-other-amount .form-group input {
  padding-left: 50px;
}
#donation .donation-wrapper .group .group-title {
  font-size: 15px;
  min-height: 50px;
  margin-bottom: 0px;
}
#donation .donation-wrapper .group .group-title small {
  display: block;
  line-height: 20px;
}
* {
  outline: none;
}
*:focus {
  outline: none;
}
#theme-page .form-group,
body.page .form-group {
  margin-bottom: 20px;
}
#theme-page .form-group input[type=text].form-control,
body.page .form-group input[type=text].form-control,
#theme-page .form-group input[type=email].form-control,
body.page .form-group input[type=email].form-control,
#theme-page .form-group input[type=password].form-control,
body.page .form-group input[type=password].form-control,
#theme-page .form-group input[type=number].form-control,
body.page .form-group input[type=number].form-control,
#theme-page .form-group select.form-control,
body.page .form-group select.form-control,
#theme-page .form-group textarea.form-control,
body.page .form-group textarea.form-control {
  height: 44px;
  padding: 0px 10px;
  line-height: 44px;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal !important;
  border: 2px solid #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  -webkit-appearance: none;
}
#theme-page .form-group input[type=text].form-control:focus,
body.page .form-group input[type=text].form-control:focus,
#theme-page .form-group input[type=email].form-control:focus,
body.page .form-group input[type=email].form-control:focus,
#theme-page .form-group input[type=password].form-control:focus,
body.page .form-group input[type=password].form-control:focus,
#theme-page .form-group input[type=number].form-control:focus,
body.page .form-group input[type=number].form-control:focus,
#theme-page .form-group select.form-control:focus,
body.page .form-group select.form-control:focus,
#theme-page .form-group textarea.form-control:focus,
body.page .form-group textarea.form-control:focus {
  box-shadow: none;
  border: 2px solid #004378 !important;
}
#theme-page .form-group input[type=text].form-control.fc-2x,
body.page .form-group input[type=text].form-control.fc-2x,
#theme-page .form-group input[type=email].form-control.fc-2x,
body.page .form-group input[type=email].form-control.fc-2x,
#theme-page .form-group input[type=password].form-control.fc-2x,
body.page .form-group input[type=password].form-control.fc-2x,
#theme-page .form-group input[type=number].form-control.fc-2x,
body.page .form-group input[type=number].form-control.fc-2x,
#theme-page .form-group select.form-control.fc-2x,
body.page .form-group select.form-control.fc-2x,
#theme-page .form-group textarea.form-control.fc-2x,
body.page .form-group textarea.form-control.fc-2x {
  height: 55px;
  line-height: 55px;
  padding: 0px 14px 0px 20px;
}
#theme-page .form-group input[type=text].form-control:disabled,
body.page .form-group input[type=text].form-control:disabled,
#theme-page .form-group input[type=email].form-control:disabled,
body.page .form-group input[type=email].form-control:disabled,
#theme-page .form-group input[type=password].form-control:disabled,
body.page .form-group input[type=password].form-control:disabled,
#theme-page .form-group input[type=number].form-control:disabled,
body.page .form-group input[type=number].form-control:disabled,
#theme-page .form-group select.form-control:disabled,
body.page .form-group select.form-control:disabled,
#theme-page .form-group textarea.form-control:disabled,
body.page .form-group textarea.form-control:disabled {
  border: 2px solid #004378 !important;
  background: #ddd !important;
}
#theme-page .form-group input[type=text].form-control.fc-white,
body.page .form-group input[type=text].form-control.fc-white,
#theme-page .form-group input[type=email].form-control.fc-white,
body.page .form-group input[type=email].form-control.fc-white,
#theme-page .form-group input[type=password].form-control.fc-white,
body.page .form-group input[type=password].form-control.fc-white,
#theme-page .form-group input[type=number].form-control.fc-white,
body.page .form-group input[type=number].form-control.fc-white,
#theme-page .form-group select.form-control.fc-white,
body.page .form-group select.form-control.fc-white,
#theme-page .form-group textarea.form-control.fc-white,
body.page .form-group textarea.form-control.fc-white {
  border: 2px solid #fff !important;
  background-color: #fff !important;
}
#theme-page .form-group input[type=text].form-control.fc-white:focus,
body.page .form-group input[type=text].form-control.fc-white:focus,
#theme-page .form-group input[type=email].form-control.fc-white:focus,
body.page .form-group input[type=email].form-control.fc-white:focus,
#theme-page .form-group input[type=password].form-control.fc-white:focus,
body.page .form-group input[type=password].form-control.fc-white:focus,
#theme-page .form-group input[type=number].form-control.fc-white:focus,
body.page .form-group input[type=number].form-control.fc-white:focus,
#theme-page .form-group select.form-control.fc-white:focus,
body.page .form-group select.form-control.fc-white:focus,
#theme-page .form-group textarea.form-control.fc-white:focus,
body.page .form-group textarea.form-control.fc-white:focus {
  box-shadow: none;
  border: 2px solid #004378 !important;
}
#theme-page .form-group input[type=text].form-control.fc-white:disabled,
body.page .form-group input[type=text].form-control.fc-white:disabled,
#theme-page .form-group input[type=email].form-control.fc-white:disabled,
body.page .form-group input[type=email].form-control.fc-white:disabled,
#theme-page .form-group input[type=password].form-control.fc-white:disabled,
body.page .form-group input[type=password].form-control.fc-white:disabled,
#theme-page .form-group input[type=number].form-control.fc-white:disabled,
body.page .form-group input[type=number].form-control.fc-white:disabled,
#theme-page .form-group select.form-control.fc-white:disabled,
body.page .form-group select.form-control.fc-white:disabled,
#theme-page .form-group textarea.form-control.fc-white:disabled,
body.page .form-group textarea.form-control.fc-white:disabled {
  border: 2px solid #004378 !important;
  background: #ddd !important;
}
#theme-page .form-group.form-checkbox,
body.page .form-group.form-checkbox {
  position: relative;
}
#theme-page .form-group.form-checkbox input[type=checkbox],
body.page .form-group.form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0px;
}
#theme-page .form-group.form-checkbox label,
body.page .form-group.form-checkbox label {
  padding-left: 24px;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#theme-page .form-group.form-checkbox label span,
body.page .form-group.form-checkbox label span {
  background-image: url('../img/checkbox-sprite.png');
  background-position: 0 left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
}
#theme-page .form-group.form-checkbox label span.link,
body.page .form-group.form-checkbox label span.link {
  display: block;
  position: relative;
  width: 100%;
  background: none;
}
#theme-page .form-group.form-checkbox label:hover span,
body.page .form-group.form-checkbox label:hover span {
  background-position: left -20px;
}
#theme-page .form-group.form-checkbox input[type=checkbox]:checked + label span,
body.page .form-group.form-checkbox input[type=checkbox]:checked + label span {
  background-position: left -40px;
}
#theme-page .form-group.form-checkbox-2x,
body.page .form-group.form-checkbox-2x {
  position: relative;
}
#theme-page .form-group.form-checkbox-2x input[type=checkbox],
body.page .form-group.form-checkbox-2x input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0px;
}
#theme-page .form-group.form-checkbox-2x label,
body.page .form-group.form-checkbox-2x label {
  padding-left: 40px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
#theme-page .form-group.form-checkbox-2x label span,
body.page .form-group.form-checkbox-2x label span {
  background-image: url('../img/checkbox-2x-sprite.png');
  background-position: left 0 ;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
#theme-page .form-group.form-checkbox-2x label span.link,
body.page .form-group.form-checkbox-2x label span.link {
  display: block;
  position: relative;
  width: 100%;
  background: none;
}
#theme-page .form-group.form-checkbox-2x label:hover span,
body.page .form-group.form-checkbox-2x label:hover span {
  background-position: left -30px;
}
#theme-page .form-group.form-checkbox-2x input[type=checkbox]:checked + label span,
body.page .form-group.form-checkbox-2x input[type=checkbox]:checked + label span {
  background-position: left -60px;
}
#theme-page .form-group.form-checkbox-2x input[type=checkbox]:disabled + label,
body.page .form-group.form-checkbox-2x input[type=checkbox]:disabled + label {
  opacity: .5;
  cursor: not-allowed;
}
#theme-page .form-group.form-radio input[type=radio],
body.page .form-group.form-radio input[type=radio] {
  position: absolute;
  display: none;
}
#theme-page .form-group.form-radio label,
body.page .form-group.form-radio label {
  display: inline-block;
  line-height: 35px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
#theme-page .form-group.form-radio input[type=radio]:checked + label,
body.page .form-group.form-radio input[type=radio]:checked + label {
  background: #004378;
  color: #fff;
}
#theme-page .form-group.has-error input[type=text].form-control,
body.page .form-group.has-error input[type=text].form-control,
#theme-page .form-group.has-error input[type=email].form-control,
body.page .form-group.has-error input[type=email].form-control,
#theme-page .form-group.has-error input[type=password].form-control,
body.page .form-group.has-error input[type=password].form-control,
#theme-page .form-group.has-error input[type=number].form-control,
body.page .form-group.has-error input[type=number].form-control,
#theme-page .form-group.has-error select.form-control,
body.page .form-group.has-error select.form-control,
#theme-page .form-group.has-error textarea.form-control,
body.page .form-group.has-error textarea.form-control {
  border: 2px solid #a94442 !important;
  background-color: #f5f5f5 !important;
}
#theme-page .form-group.has-error input[type=text].form-control:disabled,
body.page .form-group.has-error input[type=text].form-control:disabled,
#theme-page .form-group.has-error input[type=email].form-control:disabled,
body.page .form-group.has-error input[type=email].form-control:disabled,
#theme-page .form-group.has-error input[type=password].form-control:disabled,
body.page .form-group.has-error input[type=password].form-control:disabled,
#theme-page .form-group.has-error input[type=number].form-control:disabled,
body.page .form-group.has-error input[type=number].form-control:disabled,
#theme-page .form-group.has-error select.form-control:disabled,
body.page .form-group.has-error select.form-control:disabled,
#theme-page .form-group.has-error textarea.form-control:disabled,
body.page .form-group.has-error textarea.form-control:disabled {
  border: 2px solid #004378 !important;
  background: #ddd !important;
}
#theme-page .form-group.has-error input[type=text].form-control.fc-white,
body.page .form-group.has-error input[type=text].form-control.fc-white,
#theme-page .form-group.has-error input[type=email].form-control.fc-white,
body.page .form-group.has-error input[type=email].form-control.fc-white,
#theme-page .form-group.has-error input[type=password].form-control.fc-white,
body.page .form-group.has-error input[type=password].form-control.fc-white,
#theme-page .form-group.has-error input[type=number].form-control.fc-white,
body.page .form-group.has-error input[type=number].form-control.fc-white,
#theme-page .form-group.has-error select.form-control.fc-white,
body.page .form-group.has-error select.form-control.fc-white,
#theme-page .form-group.has-error textarea.form-control.fc-white,
body.page .form-group.has-error textarea.form-control.fc-white {
  border: 2px solid #a94442 !important;
  background-color: #fff !important;
}
#theme-page .form-group.has-error input[type=text].form-control.fc-white:focus,
body.page .form-group.has-error input[type=text].form-control.fc-white:focus,
#theme-page .form-group.has-error input[type=email].form-control.fc-white:focus,
body.page .form-group.has-error input[type=email].form-control.fc-white:focus,
#theme-page .form-group.has-error input[type=password].form-control.fc-white:focus,
body.page .form-group.has-error input[type=password].form-control.fc-white:focus,
#theme-page .form-group.has-error input[type=number].form-control.fc-white:focus,
body.page .form-group.has-error input[type=number].form-control.fc-white:focus,
#theme-page .form-group.has-error select.form-control.fc-white:focus,
body.page .form-group.has-error select.form-control.fc-white:focus,
#theme-page .form-group.has-error textarea.form-control.fc-white:focus,
body.page .form-group.has-error textarea.form-control.fc-white:focus {
  box-shadow: none;
  border: 2px solid #a94442 !important;
}
#theme-page .form-group.has-error input[type=text].form-control.fc-white:disabled,
body.page .form-group.has-error input[type=text].form-control.fc-white:disabled,
#theme-page .form-group.has-error input[type=email].form-control.fc-white:disabled,
body.page .form-group.has-error input[type=email].form-control.fc-white:disabled,
#theme-page .form-group.has-error input[type=password].form-control.fc-white:disabled,
body.page .form-group.has-error input[type=password].form-control.fc-white:disabled,
#theme-page .form-group.has-error input[type=number].form-control.fc-white:disabled,
body.page .form-group.has-error input[type=number].form-control.fc-white:disabled,
#theme-page .form-group.has-error select.form-control.fc-white:disabled,
body.page .form-group.has-error select.form-control.fc-white:disabled,
#theme-page .form-group.has-error textarea.form-control.fc-white:disabled,
body.page .form-group.has-error textarea.form-control.fc-white:disabled {
  border: 2px solid #004378 !important;
  background: #ddd !important;
}
#theme-page .form-group.has-error.form-checkbox-2x label span,
body.page .form-group.has-error.form-checkbox-2x label span {
  background-position: left -90px;
}
#theme-page .form-group.has-error.form-checkbox-2x label:hover span,
body.page .form-group.has-error.form-checkbox-2x label:hover span {
  background-position: left -30px;
}
#theme-page .form-control-feedback,
body.page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  pointer-events: initial;
  cursor: pointer;
}
#single-project-container {
  background: #e7e7e7;
  padding: 100px 0;
}
#single-project-container .single-project {
  background: #fff;
  padding: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#single-project-container .single-project .project-heading .thumbnail {
  float: left;
  width: 25%;
  padding: 0px;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border: 2px solid #004378;
  padding: 4px;
}
#single-project-container .single-project .project-heading .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#single-project-container .single-project .project-heading h1 {
  float: left;
  padding-left: 3%;
  width: 75%;
  font-size: 36px;
  line-height: 1.1;
  color: #004378;
  text-transform: uppercase;
}
#single-project-container .single-project .project-researcher h2 {
  font-size: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
#single-project-container .single-project .project-institute h3.institute {
  font-size: 24px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #004378;
}
#single-project-container .single-project .project-support-button {
  text-align: right;
}
#single-project-container .single-project .project-content {
  margin-top: 70px;
  padding: 40px 40px 10px;
  background: #f3f3f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#single-project-container .single-project .project-content span.arrow {
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #f3f3f3;
}
#single-project-container .single-project .project-content .project-summary,
#single-project-container .single-project .project-content .project-progress,
#single-project-container .single-project .project-content .project-publications {
  margin-bottom: 30px;
}
#single-project-container .single-project .project-content .project-summary .project-title,
#single-project-container .single-project .project-content .project-progress .project-title,
#single-project-container .single-project .project-content .project-publications .project-title {
  font-size: 18px;
  color: #004378;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#single-project-container .single-project .project-content .project-summary p,
#single-project-container .single-project .project-content .project-progress p,
#single-project-container .single-project .project-content .project-publications p {
  font-size: 14px;
}
#single-project-container .single-project .project-sidebar {
  margin-top: 70px;
  padding: 55px 20px 10px;
  background: #004378;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#single-project-container .single-project .project-sidebar .project-investigators,
#single-project-container .single-project .project-sidebar .project-co-investigators,
#single-project-container .single-project .project-sidebar .project-funding {
  padding-left: 60px;
  margin-bottom: 40px;
  position: relative;
}
#single-project-container .single-project .project-sidebar .project-investigators .project-image,
#single-project-container .single-project .project-sidebar .project-co-investigators .project-image,
#single-project-container .single-project .project-sidebar .project-funding .project-image {
  position: absolute;
  max-width: 50px;
  top: -15px;
  left: 0px;
}
#single-project-container .single-project .project-sidebar .project-investigators .project-image img,
#single-project-container .single-project .project-sidebar .project-co-investigators .project-image img,
#single-project-container .single-project .project-sidebar .project-funding .project-image img {
  width: 100%;
  height: auto;
}
#single-project-container .single-project .project-sidebar .project-investigators .project-title,
#single-project-container .single-project .project-sidebar .project-co-investigators .project-title,
#single-project-container .single-project .project-sidebar .project-funding .project-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
#single-project-container .single-project .project-sidebar .project-investigators p,
#single-project-container .single-project .project-sidebar .project-co-investigators p,
#single-project-container .single-project .project-sidebar .project-funding p {
  color: #fff;
  font-size: 14px;
}
#project-landing-page {
  padding: 100px 0;
}
#project-landing-page .project-landing-page-content {
  background: #fff;
  padding: 40px 20px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#project-landing-page .project-landing-page-content h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 24px;
}
#project-landing-page .project-landing-page-content p {
  line-height: 20px;
  font-size: 17px;
}
#project-landing-page .project-landing-page-content a {
  color: #004378;
  font-size: 14px;
}
#project-landing-page .project-landing-page-content a:hover,
#project-landing-page .project-landing-page-content a:focus {
  color: #00345c;
}
#project-landing-page .project-landing-page-content a.btn-msra-orange {
  margin-top: 50px;
}
#project-we-fund-container {
  padding: 100px 0;
}
.projects .project {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 20px;
}
.projects .project .project-thumbnail {
  width: 25%;
  float: left;
  display: block;
  min-height: 250px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px 20px 20px;
}
.projects .project .project-thumbnail img {
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.projects .project .project-container {
  padding: 20px 0;
  width: 75%;
  float: left;
  min-height: 250px;
  position: relative;
}
.projects .project .project-container .project-title {
  margin: 0 20px 15px 20px;
  font-size: 22px;
  color: #004378;
  min-height: 46px;
}
.projects .project .project-container .project-researcher {
  margin: 0 0px 0px 20px;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
}
.projects .project .project-container .project-institute {
  margin: 0 0px 20px 20px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
}
.projects .project .project-container .project-content {
  margin: 0 20px 0px 20px;
  padding: 4px;
  background: #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.projects .project .project-container .project-content .project-funding,
.projects .project .project-container .project-content .project-duration {
  padding: 4px 10px;
}
.projects .project .project-container .project-content .project-funding h4,
.projects .project .project-container .project-content .project-duration h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 16px;
}
.projects .project .project-container .project-content .project-funding p,
.projects .project .project-container .project-content .project-duration p {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #004378;
  margin-bottom: 0px;
}
.projects .project .project-container .project-content .project-funding {
  float: left;
  width: 45%;
  border-right: 1px solid #333;
}
.projects .project .project-container .project-content .project-duration {
  float: left;
  width: 30%;
}
.projects .project .project-container .project-content .project-link {
  float: left;
  width: 25%;
  text-align: right;
}
.projects .project .project-container .project-content .project-link a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.projects .project .project-container .project-funding-type {
  background-clip: padding-box;
  background-color: transparent!important;
  border: 2px solid #36a1e8;
  border-radius: 10px;
  bottom: 0;
  color: #36a1e8;
  font-size: 16px;
  left: 20px;
  line-height: 30px;
  margin: 14px 0 0;
  padding: 2px 15px;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s !important;
  cursor: pointer;
}
.projects .project .project-container .project-funding-type:focus,
.projects .project .project-container .project-funding-type:hover {
  background-color: #36a1e8!important;
  border: 2px solid #36a1e8;
  color: #fff;
}
.projects .project-load-more {
  margin-top: 50px;
  text-align: right;
}
.projects .project-load-more .project-loading {
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.projects .project-load-more .project-loading.active {
  opacity: 1;
}
.projects .home-project-load-more {
  width: 100%;
  text-align: center;
  margin-top: 50px !important;
  display: inline-block;
}
.projects .home-project-load-more a {
  display: inline-block;
  text-transform: uppercase;
  color: #ff7608;
  border: 2px solid #ff7608;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.projects .home-project-load-more a:hover,
.projects .home-project-load-more a:focus {
  background-color: #ff7608;
  color: #fff;
}
.projects .project-no-result {
  padding: 25px;
  text-align: center;
}
.projects .project-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.projects .project-overlay .loader-wrapper {
  position: relative;
  top: 45%;
}
.project-we-fund-filter {
  background: #d6d6d6;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}
.project-we-fund-filter #project-search-form {
  margin-bottom: 20px;
}
.project-we-fund-filter #project-search-form .form-group {
  position: relative;
}
.project-we-fund-filter #project-search-form .form-group .project-search-field {
  padding-left: 40px;
  font-size: 13px;
  line-height: 44px;
}
.project-we-fund-filter #project-search-form .form-group button[type=submit] {
  border: 0px;
  background: transparent;
  line-height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  color: #b5b5b5;
  font-size: 23px;
}
.project-we-fund-filter .project-taxonomy {
  margin-bottom: 20px;
}
.project-we-fund-filter .project-taxonomy h3 {
  font-size: 14px;
}
.project-we-fund-filter .project-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.project-we-fund-filter .project-overlay .loader-wrapper {
  position: relative;
  top: 45%;
}
#projects-pagination {
  background: #004378;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px 0;
}
#projects-pagination a {
  line-height: 30px;
  color: #3d4b5a;
}
#projects-pagination .prev-posts-link {
  display: none;
  position: absolute;
  line-height: 60px;
  top: 0px;
  left: 0px;
  padding: 0 20px;
}
#projects-pagination .prev-posts-link a {
  display: block;
  color: #fff;
  line-height: 60px;
}
#projects-pagination .next-posts-link {
  display: none;
  position: absolute;
  line-height: 60px;
  top: 0px;
  right: 0px;
  padding: 0 20px;
}
#projects-pagination .next-posts-link a {
  display: block;
  color: #fff;
  line-height: 60px;
}
#projects-pagination .pagination {
  text-align: center;
  width: 100%;
  margin: 0px;
}
#projects-pagination .pagination nav {
  line-height: 30px;
}
#projects-pagination .pagination .page-numbers {
  color: #fff;
}
#projects-pagination .pagination a {
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  display: inline-block;
  margin: 0 2.5px;
}
#projects-pagination .pagination .current {
  border: 1px solid #fff;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  margin: 0 0px;
  -webkit-box-shadow: inset 0px 0px 0px 4px #004378;
  -moz-box-shadow: inset 0px 0px 0px 4px #004378;
  box-shadow: inset 0px 0px 0px 4px #004378;
}
@media (max-width: 480px) {
  #projects-pagination {
    padding: 0px 0;
  }
  #projects-pagination .prev-posts-link {
    position: relative;
    line-height: 60px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  #projects-pagination .next-posts-link {
    position: relative;
    line-height: 60px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}
#single-news {
  padding: 100px 0;
  background: #e7e7e7;
}
.single-news-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.single-news-content {
  background: #fff;
  padding: 40px 25px 25px;
  position: relative;
}
.single-news-content .news-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #f05148;
  margin-bottom: 20px;
  max-width: 75%;
}
.single-news-content .news-social .apss-theme-6 .apss-single-icon a {
  color: #fff;
  display: block;
  float: left;
  height: 40px;
  margin: 0px 5px;
  padding: 5px;
  position: relative;
  width: 40px;
  background: none !important;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
}
.single-news-content .news-social .apss-theme-6 .apss-single-icon a:before {
  background-color: #E6E6E6;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.single-news-content .news-social .apss-theme-6 .apss-single-icon a {
  color: #fff;
}
.single-news-content .news-social .apss-theme-6 .apss-single-icon .fa {
  color: #fff;
}
.single-news-content .news-social .apss-theme-6 .apss-single-icon a:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #222 !important;
}
.single-news-thumbnail {
  max-height: 300px;
}
.single-news-thumbnail img {
  width: 100%;
  height: auto;
  margin-top: -25%;
  max-width: none;
}
#widget-single-news.widget-area section {
  margin-bottom: 40px;
  background: #fff;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#widget-single-news.widget-area section .tagcloud a {
  background-color: #f05148;
  color: #fff;
  display: inline-block;
  font-size: 15px !important;
  font-weight: bold;
  margin: 0 1.2%;
  padding: 5px 15px;
  text-align: center;
}
#widget-single-news.widget-area section .tagcloud a:hover {
  background-color: #000;
}
#widget-single-news.widget-area section ul {
  list-style: none;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
#widget-single-news.widget-area section ul li {
  margin: 0px;
  padding: 8px 0px;
  border-bottom: 1px solid #ccc;
}
#widget-single-news.widget-area section ul li h3 a {
  font-size: 15px;
  margin: 0px;
  font-weight: bold;
}
#widget-single-news.widget-area section ul li a {
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  display: block;
  line-height: 22px;
}
#widget-single-news.widget-area section ul li a:before {
  display: none;
}
#widget-single-news.widget-area .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
}
.relatedposts img {
  height: auto;
}
.relatedposts .news-wrapper {
  background: #ffffff;
  padding-bottom: 25px;
  border-radius: 5px;
  margin-bottom: 50px;
  overflow: hidden;
}
.relatedposts .news-wrapper .type-title {
  color: #004378;
  padding-top: 25px;
  font-size: 13px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
}
.relatedposts .news-wrapper .title a {
  display: block;
  color: #222222;
  font-size: 18px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
.relatedposts .news-wrapper .author {
  display: block;
  color: #f15040;
  font-weight: 800;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
.relatedposts .news-wrapper .date {
  display: block;
  color: #f15040;
  font-weight: 400;
  font-size: 13px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.relatedposts .news-wrapper .news-thumbnail {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.relatedposts .news-wrapper .news-thumbnail a {
  display: block;
}
.relatedposts .news-wrapper .news-thumbnail a img {
  width: 100%;
  height: auto;
}
.relatedposts .news-wrapper .news-thumbnail .overlay {
  position: absolute;
  top: 25%;
  left: 25%;
  opacity: 0;
  width: 50%;
  height: 50%;
  background-color: rgba(46, 147, 215, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.relatedposts .news-wrapper .news-content {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  line-height: 18px;
  font-size: 14px;
}
.relatedposts .news-wrapper .news-content p {
  margin-bottom: 0px;
}
.relatedposts .news-wrapper .news-readmore {
  padding-left: 25px;
  padding-right: 30px;
}
.relatedposts .news-wrapper .news-readmore a {
  width: 100%;
  text-transform: uppercase;
}
.relatedposts .news-wrapper:hover .news-thumbnail .overlay {
  opacity: 1;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
#news {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}
#news .news {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}
#news .news-wrapper {
  background: #f8f8f8;
  padding-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 50px;
}
#news .news-wrapper .type-title {
  color: #004378;
  padding-top: 25px;
  font-size: 13px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
}
#news .news-wrapper .title {
  min-height: 94px;
}
#news .news-wrapper .title a {
  display: block;
  color: #222222;
  font-size: 17px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
#news .news-wrapper .author {
  display: block;
  color: #f15040;
  font-weight: 800;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
#news .news-wrapper .date {
  display: block;
  color: #ff7608;
  font-weight: 400;
  font-size: 13px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
#news .news-wrapper .news-thumbnail {
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  height: 200px;
}
#news .news-wrapper .news-thumbnail a {
  display: block;
}
#news .news-wrapper .news-thumbnail a img {
  width: 100%;
  height: auto;
}
#news .news-wrapper .news-thumbnail .overlay {
  position: absolute;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: rgba(46, 147, 215, 0.7);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
#news .news-wrapper .news-thumbnail .overlay span {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  top: 0%;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 64px;
  line-height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  opacity: 0;
}
#news .news-wrapper .news-content {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  line-height: 18px;
  font-size: 14px;
}
#news .news-wrapper .news-content p {
  margin-bottom: 0px;
}
#news .news-wrapper .news-readmore {
  padding-left: 25px;
  padding-right: 30px;
}
#news .news-wrapper .news-readmore a {
  width: 100%;
  text-transform: uppercase;
}
#news .news-wrapper:hover .news-thumbnail .overlay {
  opacity: 1;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
#news .news-wrapper:hover .news-thumbnail .overlay span {
  top: 50%;
  opacity: 1;
}
#archive-news {
  padding: 100px 0;
  background: #e8e8e8;
}
.news-loading {
  margin-bottom: 50px;
  display: none;
  text-align: center;
}
.news-loadmore-f {
  width: 100%;
  text-align: center;
  margin-top: 50px !important;
  display: inline-block;
}
.news-loadmore-f a {
  display: inline-block;
  text-transform: uppercase;
  color: #ff7608;
  border: 2px solid #ff7608;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.news-loadmore-f a:hover,
.news-loadmore-f a:focus {
  background-color: #ff7608;
  color: #fff;
}
.news-loadmore {
  width: 100%;
  text-align: center;
  margin-bottom: 50px !important;
}
.news-loadmore a {
  text-transform: uppercase;
  font-weight: 400;
}
.news-noposts {
  text-align: center;
  display: none;
  margin-bottom: 50px !important;
}
#news-wrapper {
  position: relative;
}
#news-filters {
  width: 100%;
  margin-bottom: 50px;
}
#news-filters ul {
  text-align: center;
  width: 100%;
}
#news-filters ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  padding: 12px 40px;
  color: #aaa;
  background: #fff;
  -webkit-box-shadow: inset 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
#news-filters ul li.active a {
  color: #f24c3e;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  #news .news {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #news .news {
    width: 100%;
    padding: 0px;
  }
  #news-filters {
    margin-top: 20px;
    position: relative;
    top: auto;
    width: 100%;
  }
  #news-filters ul li {
    display: block;
  }
  #news-filters ul li a {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px;
    box-shadow: none;
    color: #aaa;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
  }
  #news-filters ul li.active a {
    background: #f05148 none repeat scroll 0 0;
    color: #fff;
  }
}
@media (max-width: 540px) {
  #news .news {
    width: 100%;
    padding: 0px;
  }
  .back-to-news {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 35px !important;
  }
}
.widget-social li a {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.widget-social li a:hover {
  color: #00345c;
}
#menu-quick-links a {
  text-transform: uppercase;
}
#subscribe_email input[type=text] {
  margin: 0px;
  width: 100%;
  border: 1px solid #eee;
  background-color: #eeeeee;
  display: inline-block;
  padding-right: 56px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
#subscribe_email .btn {
  width: 100%;
}
#pop-subscribe-form {
  position: fixed;
  opacity: 0;
  top: -100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#pop-subscribe-form .pop-inner-wrapper {
  opacity: 0;
  background: #e7e7e7;
  position: absolute;
  top: -600px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
#pop-subscribe-form .pop-inner-wrapper .pop-content {
  position: relative;
  padding: 20px;
}
#pop-subscribe-form .pop-inner-wrapper .pop-content #pop-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#pop-subscribe-form.active {
  top: 0%;
  opacity: 1;
}
#pop-subscribe-form.active .pop-inner-wrapper {
  top: 10%;
  opacity: 1;
}
@media (max-width: 1024px) {
  #pop-subscribe-form.active .pop-inner-wrapper {
    top: 2%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #pop-subscribe-form .newsletter {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #pop-subscribe-form .pop-inner-wrapper {
    margin: 0 5%;
    width: 90%;
    left: 0px;
  }
  #pop-subscribe-form .pop-inner-wrapper .pop-content #gform_wrapper_2 {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #pop-subscribe-form.active .pop-inner-wrapper {
    top: 10%;
    opacity: 1;
  }
}
#pop-subscribe-form {
  position: fixed;
  opacity: 0;
  top: -100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#pop-subscribe-form .pop-inner-wrapper {
  opacity: 0;
  background: #e7e7e7;
  position: absolute;
  top: -600px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
#pop-subscribe-form .pop-inner-wrapper .pop-content {
  position: relative;
  padding: 20px;
}
#pop-subscribe-form .pop-inner-wrapper .pop-content #pop-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#pop-subscribe-form.active {
  top: 0%;
  opacity: 1;
}
#pop-subscribe-form.active .pop-inner-wrapper {
  top: 10%;
  opacity: 1;
}
@media (max-width: 1024px) {
  #pop-subscribe-form.active .pop-inner-wrapper {
    top: 2%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #pop-subscribe-form .newsletter {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #pop-subscribe-form .pop-inner-wrapper {
    margin: 0 5%;
    width: 90%;
    left: 0px;
  }
  #pop-subscribe-form .pop-inner-wrapper .pop-content #gform_wrapper_2 {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #pop-subscribe-form.active .pop-inner-wrapper {
    top: 10%;
    opacity: 1;
  }
}
body #theme-page .gform_wrapper,
body .gform_wrapper {
  max-width: 100%;
}
body #theme-page .gform_wrapper input[type="text"],
body .gform_wrapper input[type="text"],
body #theme-page .gform_wrapper input[type="email"],
body .gform_wrapper input[type="email"],
body #theme-page .gform_wrapper textarea,
body .gform_wrapper textarea,
body #theme-page .gform_wrapper select,
body .gform_wrapper select {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: 2px solid #fff !important;
  background-color: #fff !important;
  width: 100% !important;
  margin: 0px !important;
}
body #theme-page .gform_wrapper input[type="text"],
body .gform_wrapper input[type="text"],
body #theme-page .gform_wrapper input[type="number"],
body .gform_wrapper input[type="number"],
body #theme-page .gform_wrapper input[type="email"],
body .gform_wrapper input[type="email"] {
  height: 55px;
  line-height: 55px;
  padding: 0px 15px 0px 15px !important;
}
body #theme-page .gform_wrapper select,
body .gform_wrapper select {
  background: url(https://msbrainbank.org.au/wp-content/themes/jupiter/assets/images/selectbox-arrow.png) right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 55px;
  line-height: 55px;
  padding: 0px 15px 0px 15px !important;
}
body #theme-page .gform_wrapper textarea,
body .gform_wrapper textarea {
  padding: 15px;
}
body #theme-page .gform_wrapper ul.gform_fields,
body .gform_wrapper ul.gform_fields {
  font-size: 0;
}
body #theme-page .gform_wrapper .top_label li.gfield,
body .gform_wrapper .top_label li.gfield {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 !important;
  font-size: 14px;
}
body #theme-page .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_left_half,
body #theme-page .gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
  width: 49% !important;
  margin: 0 0 20px;
  padding: 0;
}
body #theme-page .gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-left: 2%!important;
}
body #theme-page .gform_wrapper .top_label li.gfield.gf_left_third,
body .gform_wrapper .top_label li.gfield.gf_left_third,
body #theme-page .gform_wrapper .top_label li.gfield.gf_middle_third,
body .gform_wrapper .top_label li.gfield.gf_middle_third,
body #theme-page .gform_wrapper .top_label li.gfield.gf_right_third,
body .gform_wrapper .top_label li.gfield.gf_right_third {
  width: 32% !important;
  margin: 0 0 20px;
  padding: 0;
}
body #theme-page .gform_wrapper .top_label li.gfield.gf_middle_third,
body .gform_wrapper .top_label li.gfield.gf_middle_third,
body #theme-page .gform_wrapper .top_label li.gfield.gf_right_third,
body .gform_wrapper .top_label li.gfield.gf_right_third {
  margin-left: 2%!important;
}
body #theme-page .gform_wrapper li.gfield,
body .gform_wrapper li.gfield {
  margin-bottom: 20px;
}
body #theme-page .gform_wrapper li.gfield label.gfield_label,
body .gform_wrapper li.gfield label.gfield_label,
body #theme-page .gform_wrapper li.gfield div.ginput_container,
body .gform_wrapper li.gfield div.ginput_container {
  margin-top: 0px !important;
  margin-left: 0px;
}
body #theme-page .gform_wrapper .gfield_checkbox li input[type='checkbox'],
body .gform_wrapper .gfield_checkbox li input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}
body #theme-page .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_checkbox li label {
  margin: 0px;
  padding-left: 40px;
  line-height: 30px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
}
body #theme-page .gform_wrapper .gfield_checkbox li label:before,
body .gform_wrapper .gfield_checkbox li label:before {
  content: '';
  line-height: 30px !important;
  padding: 0px 0px 0px 40px!important;
  margin: 0px 0 5px !important;
  background-image: url('../img/checkbox-2x-sprite.png');
  background-position: left 0;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  height: 30px;
  left: 0px;
}
body #theme-page .gform_wrapper .gfield_checkbox li:hover label:before,
body .gform_wrapper .gfield_checkbox li:hover label:before {
  background-position: left -30px;
}
body #theme-page .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before,
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  background-position: left -60px;
}
body #theme-page .gform_wrapper .gfield_radio li input[type='radio'],
body .gform_wrapper .gfield_radio li input[type='radio'] {
  opacity: 0;
  position: absolute;
}
body #theme-page .gform_wrapper .gfield_radio li label,
body .gform_wrapper .gfield_radio li label {
  margin: 0px;
  padding-left: 40px;
  line-height: 30px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
}
body #theme-page .gform_wrapper .gfield_radio li label:before,
body .gform_wrapper .gfield_radio li label:before {
  content: '';
  line-height: 30px !important;
  padding: 0px 0px 0px 40px!important;
  margin: 0px 0 5px !important;
  background-image: url('../img/radio-2x-sprite.png');
  background-position: left 0;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  height: 30px;
  left: 0px;
}
body #theme-page .gform_wrapper .gfield_radio li:hover label:before,
body .gform_wrapper .gfield_radio li:hover label:before {
  background-position: left -30px;
}
body #theme-page .gform_wrapper .gfield_radio input[type="radio"]:checked + label:before,
body .gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  background-position: left -60px;
}
body #theme-page .gform_wrapper .validation_error,
body .gform_wrapper .validation_error {
  display: none;
}
body #theme-page .gform_wrapper .gfield_description.validation_message,
body .gform_wrapper .gfield_description.validation_message {
  display: none;
}
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  background-color: transparent;
  margin-top: 0px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px;
  margin-left: 0px;
  max-width: 100%;
}
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="text"],
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="text"],
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="number"],
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="number"],
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="email"],
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="email"],
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required textarea,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required textarea,
body #theme-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required select,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required select {
  border: 2px solid #790000 !important;
}
body #theme-page .gform_wrapper#gform_wrapper_3 .top_label .gfield_label,
body .gform_wrapper#gform_wrapper_3 .top_label .gfield_label {
  display: none;
}
@media (max-width: 768px) {
  body #theme-page .gform_wrapper .top_label li.gfield.gf_left_third,
  body .gform_wrapper .top_label li.gfield.gf_left_third,
  body #theme-page .gform_wrapper .top_label li.gfield.gf_middle_third,
  body .gform_wrapper .top_label li.gfield.gf_middle_third,
  body #theme-page .gform_wrapper .top_label li.gfield.gf_right_third,
  body .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 100% !important;
    margin: 0 0 10px;
    padding: 0;
  }
  body #theme-page .gform_wrapper .top_label li.gfield.gf_middle_third,
  body .gform_wrapper .top_label li.gfield.gf_middle_third,
  body #theme-page .gform_wrapper .top_label li.gfield.gf_right_third,
  body .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-left: 0%!important;
  }
  body #theme-page .gform_wrapper .top_label li.gfield.gf_right_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-left: 0%!important;
  }
  body #theme-page .gform_wrapper .top_label li.gfield.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gf_left_half,
  body #theme-page .gform_wrapper .top_label li.gfield.gf_right_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    margin: 0 0 10px;
    padding: 0;
  }
}
