/*
Theme Name: Baptist Newsroom
Author: Republica LLC
Version: 1.0
License: GNU General Public License v2 or later
*/
@font-face {
  font-family: 'baptist-icons';
  src: url("./font/baptist-icons.eot?98410438");
  src: url("./font/baptist-icons.eot?98410438#iefix") format("embedded-opentype"), url("./font/baptist-icons.woff?98410438") format("woff"), url("./font/baptist-icons.ttf?98410438") format("truetype"), url("./font/baptist-icons.svg?98410438#baptist-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.baptist-icon {
  font-family: "baptist-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  padding-top: 90px;
  background-color: #F2F2F2;
}

@media (max-width: 767px) {
  body {
    padding-top: 65px;
  }
}

.sub-menu {
  display: none;
}

.text-bold {
  font-weight: bold;
}

.text-green {
  color: #026B51;
}

a {
  color: #026B51;
}

a:active, a:hover {
  color: #095846;
}

.title h1, .title h2, .title h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.main-title {
  min-height: 32px;
}

@media (max-width: 767px) {
  .main-title {
    min-height: 0;
  }
}

#list-view, #grid-view {
  font-size: 24px;
  padding: 4px 7px;
  line-height: 24px;
}

#list-view, #grid-view, .btn-lang {
  opacity: 1 !important;
  background-color: #ddd !important;
  outline: none !important;
  box-shadow: none !important;
}

#list-view.active, #grid-view.active, .btn-lang.active {
  background-color: #026B51 !important;
}

.btn-lang {
  color: #026B51 !important;
}

.btn-lang.active, #btn-spanish.active {
  color: #fff !important;
}

#btn-reset {
  background-color: #d7d7d7;
  color: #555555;
}

#press-carousel {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
}

#press-carousel .press-release {
  margin-bottom: 0 !important;
}

#press-carousel .module.left {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  #press-carousel .module.left {
    width: 100%;
    height: 300px !important;
    position: relative;
    z-index: 1;
  }
}

#press-carousel .module.right {
  min-height: 320px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#press-carousel .module.right h2 {
  font-size: 24px;
}

#press-carousel .module.right h2 a {
  color: #555555;
}

@media (max-width: 1199px) {
  #press-carousel .module.right h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #press-carousel .module.right h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #press-carousel .module.right .meta {
    position: relative;
    top: 10px;
  }
}

@media (max-width: 767px) {
  #press-carousel .module.right .continue {
    position: absolute;
    right: 45px;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  #press-carousel .module.right .download {
    bottom: 35px;
  }
}

@media (max-width: 767px) {
  #press-carousel .module.right .excerpt {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  #press-carousel .module.right {
    min-height: 380px;
  }
}

#press-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 25%;
  right: calc(25% - 20px);
}

#press-carousel .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background-color: #949494;
  display: inline-block;
  margin: 0 3px;
  border-radius: 4px;
}

#press-carousel .owl-dots .owl-dot.active {
  background-color: #026B51;
}

@media (max-width: 767px) {
  #press-carousel .owl-dots {
    right: 50%;
    right: calc(50% - 20px);
    bottom: 25px;
  }
}

.view-more-container {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .view-more-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.module {
  border-radius: 3px;
  background-color: white;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
}

.module.left {
  padding: 0;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}

.module.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .module.right {
    min-height: 170px;
  }
}

.press-release {
  margin-bottom: 15px;
}

.press-release h4 a {
  color: #555555;
}

.press-release .press-source {
  color: #026B51;
}

.press-release .body {
  padding-right: 15px;
}

.press-release .body p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .press-release {
    margin-bottom: 2px;
  }
}

.first-post .right {
  min-height: 300px;
}

.first-post .right .continue-reading {
  margin-right: 20px;
}

.grid-container {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.grid .title a, .list .title a {
  color: #555555;
}

.list .grid-title {
  display: none;
}

.grid {
  position: relative;
}

.grid .press-release {
  padding: 0  7.5px;
}

.grid .title, .grid .grid-title {
  display: block;
  /* Fallback for non-webkit */
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3;
}

.grid .title {
  display: none;
}

.grid .grid-title {
  display: block;
}

.grid .cover {
  height: 200px !important;
  border-radius: 3px;
}

.grid .body {
  display: none;
}

.grid .copy {
  position: absolute;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 15px);
  padding-right: 20px;
  padding-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 10px;
}

.grid .copy .meta {
  color: #fff;
  margin-bottom: 0;
}

.grid .copy .title, .grid .copy .grid-title {
  width: 100%;
  float: left;
  color: #fff;
}

.grid .copy .title h4, .grid .copy .grid-title h4 {
  font-size: 14px;
  font-weight: bold;
}

.grid .copy .title a, .grid .copy .grid-title a {
  color: #fff;
}

.grid .copy .baptist-icon {
  color: #fff;
}

.grid .copy .post-cat {
  display: none;
}

.grid .press-release {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .grid {
    width: calc(33.33333333% - 15px);
  }
}

@media (max-width: 767px) {
  .grid {
    width: calc(100% - 15px);
  }
}

.widget .title {
  margin-bottom: 15px;
}

.widget .title h3 {
  font-size: 22px;
  font-weight: bold;
}

.widget ul {
  list-style-type: none;
  padding-left: 0;
}

.widget ul li {
  margin-bottom: 15px;
}

.widget ul li a {
  color: #026B51;
}

.widget .post {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
  position: relative;
}

.widget .post .title {
  margin-bottom: 0;
}

.widget .post .source {
  font-size: 12px;
  bottom: 7.5px;
  left: 0;
}

.btn {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  font-weight: bold;
}

.btn.btn-default {
  color: white;
  background-color: #026B51;
  border: none;
}

.btn.btn-default:hover {
  background-color: #026B51;
  color: white;
}

.btn.btn-default:focus {
  background-color: #026B51;
  color: white;
}

.btn.btn-default:active {
  background-color: #095846;
  color: white;
}

.btn.btn-primary {
  color: #026B51;
  background-color: white;
  border: none;
  outline: none !important;
}

.btn.btn-primary:hover {
  background-color: #026B51;
  color: white;
}

.btn.btn-primary:focus {
  background-color: #026B51;
  color: white;
}

.btn.btn-primary:active {
  background-color: #095846;
  color: white;
}

.btn.btn-lang-toggle {
  color: #026B51;
  background-color: #c0c0c0;
  border: none;
  outline: none !important;
}

.btn.btn-lang-toggle:active {
  color: #095846;
}

.btn.btn-lang-active {
  color: white;
  background-color: #026B51;
  border: none;
  outline: none !important;
}

.btn.btn-lang-active:active {
  background-color: #095846;
}

.toggle-buttons {
  padding: 10px 0;
}

.meta {
  color: #949494;
  font-size: 12px;
  margin-bottom: 7.5px;
}

.download {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.grid .download {
  right: 10.0005px;
  bottom: 10.0005px;
}

.post-attachments {
  padding: 0;
}

@media (max-width: 767px) {
  .mobile-subhead h3 {
    font-size: 18px;
  }
}

#main-nav {
  background-color: white;
  border: none;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(158, 158, 158, 0.4);
}

#main-nav .navbar-header {
  width: 38%;
}

@media (max-width: 991px) {
  #main-nav .navbar-header {
     width: 33%;
  }
}

@media (max-width: 767px) {
  #main-nav .navbar-header {
    width: auto;
  }
}

@media (max-width: 767px) {
  #main-nav .navbar-collapse {
    border-bottom: 1px solid #e7e7e7;
  }
}

#main-nav .navbar-brand img {
  max-height: 40px;
}

@media (max-width: 1200px) {
  #main-nav .navbar-brand img {
    max-height: 34px;
  }
}

@media (max-width: 991px) {
  #main-nav .navbar-brand img {
    max-height: 28px;
  }
}

@media (max-width: 991px) {
  #main-nav .navbar-brand {
    padding: 19px 15px;
  }
}

@media (max-width: 767px) {
  #main-nav .navbar-brand {
    padding: 10px 15px;
  }
}

#main-nav .newsroom-heading {
  display: inline-block;
}

#main-nav .newsroom-heading h3 {
  padding: 7px 15px;
  margin-top: 15px;
  border-left: 2px solid #bbb;
  color: #000;
}

@media (max-width: 1200px) {
  #main-nav .newsroom-heading h3 {
    padding: 9px 0px 9px 5px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #main-nav .newsroom-heading h3 {
    padding: 9px 0px 9px 5px;
    font-size: 15px;
  }
}


@media (max-width: 767px) {
  #main-nav .newsroom-heading h3 {
    margin: 0;
    border: 0;
    padding: 13px 0;
    font-size: 22px;
  }
}

#main-nav button.navbar-toggle {
  border: 0;
  padding: 7px 10px;
  background-color: transparent !important;
}

#main-nav button.navbar-toggle span.icon-bar {
  background-color: #026B51;
  height: 4px;
  width: 24px;
}
#main-nav .navbar-nav {
  padding-right: 15px;
}
#main-nav .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: black;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    padding: 25px 5px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #main-nav .navbar-nav > li > a {
    padding: 25px 5px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #main-nav .navbar-nav > li > a {
    padding: 10px 15px;
  }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #f6f6f6;
  border-bottom: 4px solid #00775b;
}

.cover {
  background: url(images/1-l.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#asset-download table#media-table {
  border-bottom: 1px solid #ddd;
}

#asset-download table#media-table td {
  border-top: none;
  padding: 5px 3px 0;
  font-size: 12px;
}

#asset-download table#media-table th {
  padding: 5px 3px;
  font-size: 12px;
}

@media (max-width: 767px) {
  #asset-download .download-assets-btn-container {
    text-align: center;
  }
}

.single-feat-img {
  height: 400px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.single-content {
  padding: 15px 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.single-content p img {
  margin-bottom: 10px;
}

.single-content .alignleft {
  float: left;
  margin-right: 20px;
}

.single-content .aligncenter {
  margin: 0 auto 10px;
}

.single-content .alignright {
  float: right;
  margin-left: 20px;
}

.wp-caption-text,
.media-caption {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 20px;
  color: #6f6f6f;
}

#share-module {
  height: 48px;
  padding: 6px 15px 0 15px;
}

#share-module .body > span {
  position: relative;
  top: 8px;
}

#share-module .body .share-sidebar {
  display: inline-block;
}

#share-module .body .share-sidebar .print-icon {
  position: relative;
  top: -12px;
  left: -2px;
}

#rss-module {
  height: 48px;
  margin-bottom: 15px;
}

#rss-module a {
  text-decoration: none;
  color: #555555 !important;
}

#rss-module #rss-logo {
  height: 18px;
  float: right;
}

#disclaimer-module {
  font-size: .8em;
  color: #949494;
  margin-bottom: 15px;
}

.search-module {
  height: 48px;
  padding: 5px 5px 5px 15px;
}

.search-module input {
  height: 38px;
  width: 80%;
  width: calc(100% - 45px);
  border: 0;
  outline: none !important;
}

.search-module .searchsubmit {
  color: #949494;
  height: 38px;
  width: 38px;
  float: right;
  background-color: transparent;
  border: 0;
  outline: none !important;
}

@media (max-width: 767px) {
  .search-module {
    margin: 10px 0 20px;
  }
}

#contact-module p {
  margin: 10px 0;
}
@media(min-width: 768px) and (max-width: 900px) {
  #contact-module a {
    font-size: 12px;
  }
}
#social-module p {
  margin: 10px 0;
}

.nav-module {
  margin-bottom: 30px;
}

#facts-module .fact {
  min-height: 80px;
  font-size: 16px;
  font-weight: bold;
}

#facts-module .fact p {
  color: #026B51;
}

#facts-module .owl-dots {
  right: 50%;
  right: calc(50% - 20px);
  text-align: center;
}

#facts-module .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background-color: #949494;
  display: inline-block;
  margin: 0 3px;
  border-radius: 4px;
}

#facts-module .owl-dots .owl-dot.active {
  background-color: #026B51;
}

#menu-other {
  padding: 0;
}

#menu-other li {
  margin-top: 0 !important;
}

#menu-other li a {
  border-bottom: 1px solid #F2F2F2;
  border-radius: 0;
  color: #555555;
  font-weight: bold;
}

#menu-other li.current-menu-item {
  background-color: #ddd;
}

body.home #menu-other {
  margin-bottom: 0;
}

body.home #menu-other li.menu-item {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0;
}

body.home #menu-other li.menu-item a {
  color: #026B51;
  border-bottom: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #ddd;
}

.ui-datepicker .ui-datepicker-header {
  padding: 6px;
}

.ui-datepicker .ui-datepicker-year, .ui-datepicker .ui-icon-circle-triangle-e {
  float: right;
}

.ui-datepicker td, .ui-datepicker th {
  min-width: 28px;
  padding: 3px;
  text-align: center;
}

#filter-module .baptist-icon {
  color: #00775b;
}

#filter-module .filter-toggle {
  display: none;
}

@media (max-width: 767px) {
  #filter-module .filter-toggle {
    display: inline-block;
  }
}

#filter-module hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

#filter-module .title-green {
  color: #026B51;
}

#filter-module ul.categories a {
  color: #555555;
}

#filter-module ul.categories li {
  margin: 0;
  padding: 10px 15px;
  background-color: #ddd;
  border-bottom: 1px solid white;
  margin-left: -15px;
  margin-right: -15px;
}

#filter-module ul.years a {
  color: #555555;
}

#filter-module #date-picker .col-date-left {
  padding: 5px 7.5px 5px 15px;
  border-radius: 4px;
}

#filter-module #date-picker .col-date-right {
  padding: 5px 15px 5px 7.5px;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  #filter-module #date-picker .col-date-left, #filter-module #date-picker .col-date-right {
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  #filter-module #date-picker .col-date-left {
    padding: 5px 7.5px 5px 15px;
  }
  #filter-module #date-picker .col-date-right {
    padding: 5px 15px 5px 7.5px;
  }
}

@media (max-width: 479px) {
  #filter-module #date-picker .col-date-left, #filter-module #date-picker .col-date-right {
    width: 100%;
    padding: 5px 15px;
  }
}

#filter-module #content-type {
  margin-bottom: 5px;
}

#filter-module #content-type input.checkbox {
  display: inline;
  margin-right: 5px;
  margin-bottom: 10px;
}

#filter-module #content-type .glyphicon {
  color: #026B51;
  margin-right: 5px;
}

#filter-module .filter-btn {
  margin-top: 15px;
}

@media (max-width: 767px) {
  #filter-module {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #filter-module .title {
    margin-bottom: 0;
  }
  #filter-module .title h3 {
    margin-bottom: 0;
    font-weight: 200;
  }
  #filter-module .title h3 a {
    color: #949494 !important;
    font-size: 18px;
  }
  #filter-module .title h3 a .glyphicon {
    margin-top: 4px;
  }
  #filter-module .title-green {
    margin-top: 15px;
  }
}

.footer-wrap {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
}

.social-wrap ul#social-icons {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

.social-wrap ul#social-icons img {
  padding-right: 8px;
  margin-bottom: 8px;
}
@media(min-width: 768px) and (max-width: 991px) {
  .social-wrap ul#social-icons img {
    width: 36px;
    padding-right: 5px;
  }
  .social-wrap ul#social-icons:last-child {
    padding-right: 0;
  }
}

.footer-wrap #footer ul#footer-menu {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
}

.footer-wrap #footer ul#footer-menu li {
  display: inline-block;
  margin: 0 5px;
}

.footer-wrap #footer ul#footer-menu li a {
  color: #555555;
  font-size: 16px;
}

.footer-wrap #footer #footer-content {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
}

.footer-wrap #footer #footer-content p {
  margin-bottom: 0;
}

.footer-wrap #footer #footer-content p a {
  color: #555555;
}

.search-result {
  margin-bottom: 15px;
}

.search-result .module {
  min-height: 130px;
}

.search-result .module .meta {
  min-height: 20px;
}

.search-result .module .body {
  padding-right: 15px;
}

.search-result .module .body p {
  margin-bottom: 0;
}

#blogs {
  margin-bottom: 30px;
}

#blogs .blog-item {
  margin-bottom: 15px;
}

#blogs .blog-item .module {
  min-height: 180px;
}

#blogs .blog-item .module .body {
  padding-right: 15px;
}

#blogs .blog-item .module .body p {
  margin-bottom: 0;
}

#blogs .blog-item .module .body a {
  margin-top: 15px;
}

@media (max-width: 767px) {
  #blogs .blog-item .module .body .btn-wrapper {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #blogs .blog-item .module.left {
    height: 300px !important;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 767px) {
  #blogs .blog-item .module.right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
  }
}

#leadership-row {
  padding: 30px 20px;
  background-color: #fff;
}

#leadership-row hr {
  border-top: 1px solid #949494;
  width: 100%;
  clear: both;
}

.leadership-item {
  margin-bottom: 5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  min-height: 250px;
}

.leadership-item .leadership-link {
  text-decoration: none !important;
}

.leadership-item .leadership-link .leadership-image {
  background-color: #c0c0c0;
  height: 170px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.leadership-item .leadership-link .leadership-title {
  display: inline;
  width: calc(100% - 20px);
  height: 100%;
  float: left;
}

.leadership-item .leadership-link .leadership-title h3 {
  color: #026B51;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 5px 0;
}

.leadership-item .leadership-link .leadership-title p {
  color: #555;
  font-size: 13px;
  line-height: 16px;
}

@media (max-width: 479px) {
  .leadership-item {
    width: 50%;
  }
}

#multimedia-row {
  padding: 0 7.5px;
}

.media-item {
  margin-bottom: 5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  min-height: 250px;
}

.media-item .media-link {
  text-decoration: none !important;
}

.media-item .media-link .media-image {
  background-color: #c0c0c0;
  height: 170px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.media-item .media-link .media-title {
  display: inline;
  width: calc(100% - 20px);
  height: 100%;
  float: left;
}

.media-item .media-link .media-title p {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.media-item .media-link .media-title .media-icon {
  display: inline;
  width: 20px;
  height: 100%;
  float: left;
}

@media (max-width: 479px) {
  .media-item {
    width: 50%;
  }
}

#leadership-container {
  margin-bottom: 30px;
}

#leadership-container .leadership-content .leadership-image {
  height: 300px;
  border-radius: 4px;
  max-width: 300px;
}

#leadership-container .leadership-content a.btn {
  margin-top: 30px;
  margin-bottom: 30px;
  outline: none !important;
}

#leadership-container .leadership-content h2.member-name {
  margin-top: 0;
}

#leadership-container .leadership-content h3.member-title {
  margin-bottom: 30px;
  margin-right: 40%;
  font-weight: normal;
}

#reports {
  margin-bottom: 30px;
}

#reports .report {
  margin-bottom: 10px;
  padding: 0 15px 5px;
}

#reports .report .module {
  min-height: 130px;
}

#reports .report .module .body {
  padding-right: 15px;
}

#reports .report .module .body p {
  margin-bottom: 0;
}

#reports .report .module .body a.btn {
  margin-top: 15px;
}

#stats-container .row .body .btn {
  margin-top: 15px;
}

@media (max-width: 767px) {
  #stats-container .press-release {
    margin-bottom: 15px;
  }
}

#awards-container .row .body .btn {
  margin-top: 15px;
}

@media (max-width: 767px) {
  #awards-container .press-release {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #news-container .press-release {
    margin-bottom: 15px;
  }
}

.modal-backdrop {
  background-color: transparent !important;
  opacity: 0 !important;
}

#media-modal .modal-dialog {
  width: 1000px;
  margin-top: 90px;
}

#media-modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  background-color: #F2F2F2;
  border-radius: 3px;
  border: none;
}

#media-modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

#media-modal .modal-dialog .modal-content .modal-body .close {
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
  opacity: 1;
  color: #555555;
  outline: none !important;
  position: relative;
  top: -18px;
}

@media (max-width: 767px) {
  #media-modal .modal-dialog .modal-content .modal-body .close {
    top: -60px;
  }
}

#media-modal .modal-dialog .modal-content .modal-body h3 {
  font-size: 26px;
  font-weight: bold;
}

#media-modal .modal-dialog .modal-content .modal-body .modal-img {
  width: 100%;
  height: 270px;
  background-color: #c0c0c0;
}

#media-modal .modal-dialog .modal-content .modal-body .modal-img iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  #media-modal .modal-dialog .modal-content .modal-body .modal-img iframe {
    position: relative;
    top: -16px;
  }
}

@media (max-width: 767px) {
  #media-modal .modal-dialog .modal-content .modal-body .modal-img {
    margin-top: 40px;
  }
}

#media-modal .modal-dialog .modal-content .modal-body #media-picker {
  margin-top: 15px;
}

#media-modal .modal-dialog .modal-content .modal-body #media-picker span {
  font-size: 16px;
}

#media-modal .modal-dialog .modal-content .modal-body #media-picker input.checkbox {
  display: inline;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}

#media-modal .modal-dialog .modal-content .modal-body #media-picker button {
  margin-top: 15px;
}

@media (max-width: 991px) {
  #media-modal .modal-dialog {
    margin: 90px 15px;
    width: calc(100% - 30px);
  }
}

/* UPDATES - 05/19 */
.media-name:hover {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}