@import url("https://fonts.googleapis.com/css?family=Patua+One|Raleway:300,400,700");
@media print {
  a[href]:after {
    display: none !important;
  }
  abbr[title]:after {
    display: none !important;
  }
  .subscribe-icons {
    display: none !important;
  }
  .checkbox-label,
  #category_name {
    display: none !important;
  }
}
/*This style defines the color variables */
/* This file defines all the global mixins */
/*This file defines the mappting to sprits */
.blog-icon-search {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.blog-icon-clock {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -50px 0;
}
.blog-icon-cards {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -100px 0;
}
.blog-icon-video {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -50px;
}
.blog-icon-brain {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -50px -50px;
}
.blog-icon-news {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -100px -50px;
}
.blog-icon-play {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -100px;
}
.blog-icon-camera {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -50px -100px;
}
.blog-icon-chat {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -100px -100px;
}
.blog-icon-fb-red {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -150px;
}
.blog-icon-tw-red {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -50px -150px;
}
.blog-icon-fb-white {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -100px -150px;
}
.blog-icon-tw-white {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -200px;
}
.blog-icon-eye {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -50px -200px;
}
.blog-icon-generic {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -50px -400px;
}
.home .subscribe-icons {
  top: 125px;
}
.subscribe-icons {
  position: absolute;
  top: 102px;
  right: 10px;
  z-index: 10;
}
@media only screen and (max-width: 1111px) {
  .subscribe-icons {
    position: relative;
    top: 0px;
    left: 10px;
  }
}
.subscribe-icons strong {
  padding: 5px 5px 0 5px;
  float: left;
}
.subscribe-icons .newsletter-icon {
  background-image: url("/wp-content/uploads/2018/11/subscribe-sprite_v1.png");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 204%;
  border-radius: 30px;
}
.subscribe-icons .newsletter-icon:hover {
  background-position-y: -31px;
}
.subscribe-icons .rss-icon {
  background-image: url("/wp-content/uploads/2018/11/subscribe-sprite_v1.png");
  width: 30px;
  height: 30px;
  background-position-x: -31px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 204%;
  border-radius: 30px;
  padding-right: 5px;
}
.subscribe-icons .rss-icon:hover {
  background-position-y: -31px;
}
/*this file defines all the general styles throughout the page*/
.skip-to-content-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
.skip-to-content-link:active,
.skip-to-content-link:hover,
.skip-to-content-link:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
body {
  font-size: 16px;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.25;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbe1df+1,cbe1df+30,ffffff+100 */
  background: #e6e6e6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5dfe0 1%, #d5dfe0 50%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d5dfe0 1%, #d5dfe0 50%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d5dfe0 1%, #d5dfe0 50%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  /* IE6-9 */
  padding-bottom: 0;
}
body .dmbs-top-menu,
body .dmbs-content {
  background-color: #fff;
}
body .post-tags {
  padding: 5px 15px 20px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
body img {
  max-width: 100%;
}
h1,
.h1,
h2,
h3,
h4 {
  font-family: "Patua One", "Arial", cursive;
}
h1,
.h1 {
  color: #346095;
}
body.single-post h1,
body.single-post .h1 {
  margin-top: 0;
  padding-bottom: 15px;
}
h1.listing-page-title,
.h1.listing-page-title {
  margin: 0;
  padding: 15px;
  background-color: #f4f4f4;
}
h2,
h3,
h4 {
  color: #5e3c5e;
}
.card-title .hide-excerpt .sharedaddy.sd-sharing-enabled {
  position: absolute;
  bottom: 0;
}
.card-title .hide-excerpt .sharedaddy.sd-sharing-enabled .sharing-hidden .inner {
  width: 180px;
}
.card-title .hide-excerpt .sharedaddy.sd-sharing-enabled .sharing-hidden .inner .share-end {
  display: none;
}
/* Bootstrap override */
.img-thumbnail {
  padding: 8px;
}
hr.divider {
  border-color: #a7a7a7;
}
.clear ~ .comment-link {
  display: none;
}
/* This file defines all the button styles */
.btn-blog,
.comment-reply-link,
.btn-blog:active,
.comment-reply-link:active {
  background-color: #ac274c;
  border: 2px solid #ac274c;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-blog:hover,
.comment-reply-link:hover,
.btn-blog:active:hover,
.comment-reply-link:active:hover,
.btn-blog:focus,
.comment-reply-link:focus,
.btn-blog:active:focus,
.comment-reply-link:active:focus,
.btn-blog:active,
.comment-reply-link:active,
.btn-blog:active:active,
.comment-reply-link:active:active {
  background-color: #ac274c;
  border: 2px solid #ac274c;
}
.btn-blog-tw i,
.comment-reply-link-tw i {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-size: 75px auto;
  background-position: 0 -225px;
  position: relative;
  top: 5px;
  background-position: 0 -100px;
}
.btn-blog-tw:hover i,
.comment-reply-link-tw:hover i,
.btn-blog-tw:focus i,
.comment-reply-link-tw:focus i,
.btn-blog-tw:active i,
.comment-reply-link-tw:active i {
  background-position: -100px -75px;
}
.btn-blog-fb i,
.comment-reply-link-fb i {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-size: 75px auto;
  background-position: 0 -225px;
  position: relative;
  top: 5px;
  background-position: -50px -75px;
}
.btn-blog-fb:hover i,
.comment-reply-link-fb:hover i,
.btn-blog-fb:focus i,
.comment-reply-link-fb:focus i,
.btn-blog-fb:active i,
.comment-reply-link-fb:active i {
  background-position: 0 -75px;
}
.btn-blog-about i,
.comment-reply-link-about i {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-size: 75px auto;
  background-position: 0 -225px;
  position: relative;
  top: 5px;
  background-position: -50px -100px;
}
.btn-blog-about:hover i,
.comment-reply-link-about:hover i,
.btn-blog-about:focus i,
.comment-reply-link-about:focus i,
.btn-blog-about:active i,
.comment-reply-link-about:active i {
  background-position: 0 -175px;
}
.btn-blog-left i,
.comment-reply-link-left i {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-size: 75px auto;
  background-position: 0 -225px;
  position: relative;
  top: 5px;
  background-position: -75px -125px;
}
.btn-blog-left:hover i,
.comment-reply-link-left:hover i,
.btn-blog-left:focus i,
.comment-reply-link-left:focus i,
.btn-blog-left:active i,
.comment-reply-link-left:active i {
  background-position: -25px -175px;
}
.btn-blog-right i,
.comment-reply-link-right i {
  background-image: url("/wp-content/uploads/2019/06/icon_sprite_v7.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-size: 75px auto;
  background-position: 0 -225px;
  position: relative;
  top: 5px;
  margin-right: 0;
  margin-left: 10px;
  background-position: -100px -125px;
}
.btn-blog-right:hover i,
.comment-reply-link-right:hover i,
.btn-blog-right:focus i,
.comment-reply-link-right:focus i,
.btn-blog-right:active i,
.comment-reply-link-right:active i {
  background-position: -50px -175px;
}
.btn-blog:hover,
.comment-reply-link:hover,
.btn-blog:focus,
.comment-reply-link:focus,
.btn-blog:active,
.comment-reply-link:active {
  text-decoration: underline;
  background-color: #ebd5d4;
  color: #ac274c;
}
.btn-success,
.comment-respond #submit {
  background-color: #ac274c;
  border: none;
  border-radius: 0;
}
.btn-success:hover,
.comment-respond #submit:hover,
.btn-success:active:hover,
.comment-respond #submit:active:hover,
.btn-success:focus,
.comment-respond #submit:focus,
.btn-success:active:focus,
.comment-respond #submit:active:focus,
.btn-success:active,
.comment-respond #submit:active,
.btn-success:active:active,
.comment-respond #submit:active:active {
  background-color: #ac274c;
}
/*
Theme Name: DevDmBootstrap3
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.80
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
/*Utility classes goes here*/
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.center-me {
  margin: 0 auto;
}
.inline-block {
  display: inline-block;
}
/*end of utilities.less */
/*This file define all the styles for elements in the header section above top nav */
.dmbs-header {
  position: relative;
}
.dmbs-header:before {
  content: '';
  background-image: url(/wp-content/uploads/2018/04/Dots_BG_1140px.png);
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -10;
  background-color: #fff;
}
.dmbs-header .headline a:hover {
  text-decoration: none;
}
.dmbs-header .headline a span {
  font-family: "Raleway", "Arial", sans-serif;
  color: #ac274c;
  font-size: .945em;
}
.dmbs-header .headline h1,
.dmbs-header .headline .h1 {
  display: block;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 9.875vw;
}
@media (min-width: 768px) {
  .dmbs-header .headline h1,
  .dmbs-header .headline .h1 {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .dmbs-header .headline h1,
  .dmbs-header .headline .h1 {
    font-size: 75px;
  }
}
@media (min-width: 1200px) {
  .dmbs-header .headline h1,
  .dmbs-header .headline .h1 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .dmbs-header .header-search-box {
    padding-top: 25px;
  }
}
.dmbs-header .header-search-box #searchform {
  position: relative;
}
.dmbs-header .header-search-box #searchform #s {
  height: 80px;
  background-color: #e1ebec;
  border-radius: 0;
  border: solid #cdcdcd 1px;
  font-size: 1.5em;
  margin-bottom: 25px;
}
.dmbs-header .header-search-box #searchform .checkbox-label {
  font-weight: normal;
  position: absolute;
  right: 0;
  z-index: 100;
}
.dmbs-header .header-search-box #searchform .checkbox-label input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.dmbs-header .header-search-box #searchform #searchIcon {
  background-color: transparent;
  border: 0;
  font-size: 20px;
  color: gray;
  position: absolute;
  padding: 0 10px;
  top: 0;
  right: 25px;
  line-height: 80px;
}
/*end of header.less*/
/*This less file defines styles for top nav on desktop and mobile*/
.navbar-nih {
  margin-bottom: 15px;
  min-height: 0;
}
.navbar-nih .navbar-toggle {
  float: left;
  margin-left: 15px;
  padding: 0;
}
.navbar-nih .navbar-toggle .icon-bar {
  width: 45px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #666;
}
@media (min-width: 768px) {
  .navbar-nih .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.navbar-nih .navbar-collapse .menu-item {
  border-right: 1px solid #000;
}
.navbar-nih .navbar-collapse .menu-item.active a {
  color: #ac274c;
  font-weight: bold;
}
.navbar-nih .navbar-collapse .menu-item a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nih .navbar-collapse .menu-item a:hover,
.navbar-nih .navbar-collapse .menu-item a:focus {
  background-color: #fff;
  text-decoration: underline;
}
.navbar-nih .navbar-collapse .menu-item:last-child {
  border-right: none;
}
.dmbs-right aside h3 {
  background-color: #346095;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 10px;
  color: #fff;
}
.dmbs-right aside.widget_recent_entries ul {
  list-style-type: none;
}
.dmbs-right aside.widget_recent_entries ul li {
  margin-bottom: 10px;
}
.dmbs-right aside.widget_recent_entries ul li:before {
  content: "\2022";
  position: absolute;
  left: 40px;
  transform: scale(3);
  display: inline;
  color: #346095;
}
/*This file define all the styles for elements in the footer region */
.dmbs-footer .footer-boxes {
  background-color: #f4f4f4;
}
.dmbs-footer .footer-boxes p a {
  font-weight: bold;
  color: #346095;
}
@media (min-width: 1200px) {
  .dmbs-footer .footer-boxes .footer-social-media {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.dmbs-footer .footer-boxes .footer-social-media .footer-card {
  padding-bottom: 80px;
}
.dmbs-footer .footer-boxes .footer-social-media .footer-card .btn-blog {
  position: absolute;
  bottom: 0;
}
.dmbs-footer .footer-boxes .footer-social-media .about-director .directors-name {
  font-family: "Patua One", "Arial", cursive;
  font-size: 20px;
  clear: both;
}
.dmbs-footer .footer-boxes .footer-social-media .about-director p {
  margin-top: 5px;
}
.dmbs-footer .footer-boxes .footer-social-media .about-director .director-thumbnail {
  margin-right: 20px;
}
.dmbs-footer .footer-boxes .blog-info .container {
  border-top: 1px solid #cdcdcd;
  position: relative;
}
.dmbs-footer .footer-boxes .blog-info .container:before {
  content: '';
  background-image: url(/wp-content/uploads/2018/04/Dots_BG_1140px.png);
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scaleX(-1);
}
@media (min-width: 1200px) {
  .dmbs-footer .footer-boxes .blog-info .container .nih-logo-box {
    padding-top: 70px;
    padding-bottom: 70px;
    border-left: 1px dashed #cdcdcd;
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .dmbs-footer .footer-boxes .blog-info .container .nih-logo-box {
    padding-bottom: 50px;
  }
}
.dmbs-footer .dmbs-footer-menu .container {
  border-top: 1px solid #cdcdcd;
  background-color: #fff;
}
.dmbs-footer .dmbs-footer-menu .container .footer-menu-section ul {
  list-style: none;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
.dmbs-footer .dmbs-footer-menu .container .footer-menu-section ul li {
  display: inline-block;
  border-right: 1px solid #333333;
  padding: 0 15px;
  margin: 5px 0;
}
.dmbs-footer .dmbs-footer-menu .container .footer-menu-section ul li:last-child {
  border-right: 0;
}
.dmbs-footer .dmbs-footer-menu .container .footer-menu-section ul li a {
  color: #333333;
}
/* This file defines banner article styles */
.banner-article {
  border: 1px solid #cdcdcd;
  display: block;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .banner-article {
    display: flex;
  }
}
@media (min-width: 992px) {
  .banner-article .left-column {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.banner-article .left-column .banner-article-img-box {
  padding-left: 0;
  height: 100%;
  background: -webkit-radial-gradient(#f8ecf0, #e9ccd9);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#f8ecf0, #e9ccd9);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#f8ecf0, #e9ccd9);
  /* Firefox 3.6-15 */
  background: radial-gradient(#f8ecf0, #e9ccd9);
  /* Standard syntax */
}
@media (min-width: 992px) {
  .banner-article .left-column .banner-article-img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.banner-article .left-column .banner-article-img-box img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .banner-article .left-column .banner-article-img-box img {
    max-height: 265px;
  }
}
@media (min-width: 1200px) {
  .banner-article .left-column .banner-article-img-box img {
    max-height: 215px;
  }
}
.banner-article .left-column .article-cat-label {
  display: block;
  padding: 15px;
  background-color: #ac274c;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "Patua One", "Arial", cursive;
  min-height: 50px;
}
.banner-article .banner-article-text-box {
  position: relative;
}
.banner-article .banner-article-text-box:before {
  content: '';
  background-image: url(/wp-content/uploads/2018/04/Dots_BG_1140px.png);
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.banner-article .banner-article-text-box h2 {
  font-size: 35px;
}
.banner-article .banner-article-text-box > div {
  height: 100%;
  padding-bottom: 80px;
}
.banner-article .banner-article-text-box > div .sharedaddy.sd-sharing-enabled {
  display: inline-block;
  position: absolute;
  bottom: 15px;
}
.banner-article .banner-article-text-box > div .sharedaddy.sd-sharing-enabled .sharing-hidden .inner {
  width: 180px;
}
.banner-article .banner-article-text-box > div .sharedaddy.sd-sharing-enabled .sharing-hidden .inner .share-end {
  display: none;
}
.banner-article .banner-article-text-box > div .btn-blog {
  margin-top: 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .banner-article .banner-article-text-box > div .btn-blog {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
/* This file defines the styles for recent posts */
.recent-posts {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbe1df+1,cbe1df+30,ffffff+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1ebec 1%, #e1ebec 50%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e1ebec 1%, #e1ebec 50%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e1ebec 1%, #e1ebec 50%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  /* IE6-9 */
  position: relative;
  clear: both;
}
.recent-posts:before {
  content: '';
  background-image: url(/wp-content/uploads/2018/04/Dots_BG_1140px.png);
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scaleX(-1);
}
.recent-posts .section-header {
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.recent-posts .section-header .section-title {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 45px;
}
.recent-posts .section-header .section-title span {
  font-family: "Raleway", "Arial", sans-serif;
}
.recent-posts .cards {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .recent-posts .cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.recent-posts .cards .recent-post-card {
  margin-bottom: 20px;
}
.recent-posts .cards .recent-post-card .card-wrapper {
  box-shadow: 0 2px 10px #a7a5a5;
  height: 100%;
}
.recent-posts .cards .recent-post-card .card-wrapper .card-header .card-icon {
  position: absolute;
  top: -10px;
  left: 20px;
}
.recent-posts .cards .recent-post-card .card-wrapper .card-header .card-cat {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 65px;
  font-size: 20px;
  color: #fff;
}
.recent-posts .cards .recent-post-card .card-wrapper .card-thumbnail a {
  background-color: #fff;
}
@media (min-width: 992px) {
  .recent-posts .cards .recent-post-card .card-wrapper .card-thumbnail a {
    display: flex;
    align-items: center;
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .recent-posts .cards .recent-post-card .card-wrapper .card-thumbnail a {
    height: 202.5px;
  }
}
.recent-posts .cards .recent-post-card .card-wrapper .card-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .recent-posts .cards .recent-post-card .card-wrapper .card-thumbnail a img {
    max-width: 293px;
  }
}
@media (min-width: 1200px) {
  .recent-posts .cards .recent-post-card .card-wrapper .card-thumbnail a img {
    max-width: 360px;
  }
}
.recent-posts .cards .recent-post-card .card-wrapper .card-title {
  color: #fff;
  padding: 10px 15px 55px;
  font-family: "Patua One", "Arial", cursive;
}
.recent-posts .cards .recent-post-card-video .card-wrapper {
  background-color: #5e3c5e;
}
.recent-posts .cards .recent-post-card-video .card-wrapper .card-header .card-cat {
  color: #fff;
}
.recent-posts .cards .recent-post-card-video .card-wrapper .card-thumbnail {
  background: -webkit-radial-gradient(#eee8ee, #bcadbd);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#eee8ee, #bcadbd);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#eee8ee, #bcadbd);
  /* Firefox 3.6-15 */
  background: radial-gradient(#eee8ee, #bcadbd);
  /* Standard syntax */
}
.recent-posts .cards .recent-post-card-video .card-wrapper .card-title a {
  color: #fff;
}
.recent-posts .cards .recent-post-card-brain .card-wrapper {
  background-color: #346095;
}
.recent-posts .cards .recent-post-card-brain .card-wrapper .card-header .card-cat {
  color: #fff;
}
.recent-posts .cards .recent-post-card-brain .card-wrapper .card-thumbnail {
  background: -webkit-radial-gradient(#f3f9fa, #bcdfe7);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#f3f9fa, #bcdfe7);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#f3f9fa, #bcdfe7);
  /* Firefox 3.6-15 */
  background: radial-gradient(#f3f9fa, #bcdfe7);
  /* Standard syntax */
}
.recent-posts .cards .recent-post-card-brain .card-wrapper .card-title a {
  color: #fff;
}
.recent-posts .cards .recent-post-card-news .card-wrapper {
  background-color: #28746d;
}
.recent-posts .cards .recent-post-card-news .card-wrapper .card-header .card-cat {
  color: #fff;
}
.recent-posts .cards .recent-post-card-news .card-wrapper .card-thumbnail {
  background: -webkit-radial-gradient(#f8fcfc, #d8eae8);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#f8fcfc, #d8eae8);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#f8fcfc, #d8eae8);
  /* Firefox 3.6-15 */
  background: radial-gradient(#f8fcfc, #d8eae8);
  /* Standard syntax */
}
.recent-posts .cards .recent-post-card-news .card-wrapper .card-title a {
  color: #fff;
}
.recent-posts .cards .recent-post-card-eye .card-wrapper {
  background-color: #4c4c4c;
}
.recent-posts .cards .recent-post-card-eye .card-wrapper .card-header .card-cat {
  color: #fff;
}
.recent-posts .cards .recent-post-card-eye .card-wrapper .card-thumbnail {
  background: -webkit-radial-gradient(#f8f8f8, #d3d3d3);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#f8f8f8, #d3d3d3);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#f8f8f8, #d3d3d3);
  /* Firefox 3.6-15 */
  background: radial-gradient(#f8f8f8, #d3d3d3);
  /* Standard syntax */
}
.recent-posts .cards .recent-post-card-eye .card-wrapper .card-title a {
  color: #fff;
}
.recent-posts .cards .recent-post-card-generic .card-wrapper {
  background-color: #c94926;
}
.recent-posts .cards .recent-post-card-generic .card-wrapper .card-header .card-cat {
  color: #fff;
}
.recent-posts .cards .recent-post-card-generic .card-wrapper .card-thumbnail {
  background: -webkit-radial-gradient(#f8f8f8, #d3d3d3);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#f8f8f8, #d3d3d3);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#f8f8f8, #d3d3d3);
  /* Firefox 3.6-15 */
  background: radial-gradient(#f8f8f8, #d3d3d3);
  /* Standard syntax */
}
.recent-posts .cards .recent-post-card-generic .card-wrapper .card-title a {
  color: #fff;
}
/* This file defines the styles for director's album */
.directors-album {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbe1df+1,cbe1df+30,ffffff+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f2fb 1%, #e5f2fb 50%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f2fb 1%, #e5f2fb 50%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5f2fb 1%, #e5f2fb 50%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  /* IE6-9 */
  position: relative;
  clear: both;
  margin-bottom: 20px;
}
.directors-album:before {
  content: '';
  background-image: url(/wp-content/uploads/2018/04/Dots_BG_1140px.png);
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.directors-album .section-header {
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.directors-album .section-header .section-title {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 45px;
}
.directors-album .section-header .section-title span {
  font-family: "Raleway", "Arial", sans-serif;
}
.directors-album .cards {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .directors-album .cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.directors-album .cards .album-card {
  margin-bottom: 20px;
}
.directors-album .cards .album-card .card-wrapper {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px #a7a5a5;
  height: 100%;
}
.directors-album .cards .album-card .card-wrapper .card-cat {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  font-size: 20px;
}
.directors-album .cards .album-card .card-wrapper .card-cat .card-icon {
  transform: scale(0.4);
  position: absolute;
  left: 15px;
  top: -10px;
}
.directors-album .cards .album-card .card-wrapper .card-thumbnail a {
  background: -webkit-radial-gradient(#f8f8f8, #d3d3d3);
  /* Safari 5.1- 6.0 */
  background: -o-radial-gradient(#f8f8f8, #d3d3d3);
  /* Opera 11.6-12.0 */
  background: -moz-radial-gradient(#f8f8f8, #d3d3d3);
  /* Firefox 3.6-15 */
  background: radial-gradient(#f8f8f8, #d3d3d3);
  /* Standard syntax */
}
@media (min-width: 992px) {
  .directors-album .cards .album-card .card-wrapper .card-thumbnail a {
    display: flex;
    align-items: center;
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .directors-album .cards .album-card .card-wrapper .card-thumbnail a {
    height: 202.5px;
  }
}
.directors-album .cards .album-card .card-wrapper .card-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .directors-album .cards .album-card .card-wrapper .card-thumbnail a img {
    max-width: 293px;
  }
}
@media (min-width: 1200px) {
  .directors-album .cards .album-card .card-wrapper .card-thumbnail a img {
    max-width: 360px;
  }
}
.directors-album .cards .album-card .card-wrapper .card-title {
  padding: 10px 15px 55px;
  font-size: 14px;
}
/* This file overrides the social media sharing icons populated by the plugin */
.home .sd-title {
  display: none !important;
}
.hide-excerpt > p {
  display: none !important;
}
.sharedaddy {
  background-color: #f4f4f4;
  padding: 20px 15px 15px;
}
body.home .sharedaddy {
  background-color: inherit;
  padding: inherit;
}
.sharedaddy h3.sd-title {
  font-size: 18px !important;
}
.sharedaddy h3.sd-title:before {
  display: none !important;
}
#jp-relatedposts {
  margin: 0 !important;
  padding: 0 15px 0 !important;
  background-color: #f4f4f4;
}
#jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 18px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none !important;
}
/* Safari 10.1 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    .banner-article .left-column .banner-article-img-box {
      height: 236px;
    }
    .recent-posts .cards .recent-post-card .card-wrapper .card-title,
    .directors-album .cards .album-card .card-wrapper .card-title {
      min-height: 120px;
    }
    .banner-article .left-column {
      max-height: 400px;
    }
  }
}
