/*
Theme Name:   Royb
Description:  Eduma Child Theme
Author:       Urban Insight
Author URI:   https://www.urbaninsight.com
Template:     eduma
Version:      1.0.0
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:  royb
*/
/* ---TABLE OF CONTENT--- */
/* Variables--- */
/* Fonts--- */
/* General--- */
/* Modals--- */
/* Header--- */
/* Blocks--- */
/* Main Content--- */
/* Footer--- */
/* Basic Page elements--- */
/* Home Page--- */
/* Event List and Post--- */
/* Our Team List and Post--- */
/* Press Page--- */
/* News Page--- */
/* Online Library Search--- */
/* Research Area--- */
/* Google Site Search--- */
/* Variables--- */
/* Fonts--- */
@font-face {
  font-family: 'National';
  src: url('fonts/National-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('fonts/National-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('fonts/National-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'National-Extrabold';
  src: url('fonts/National-Extrabold.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'National-Extrabold';
  src: url('fonts/National-ExtraboldItalic.otf') format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'National-Light';
  src: url('fonts/National-Light.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'National-Light';
  src: url('fonts/National-LightItalic.otf') format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'National-Medium';
  src: url('fonts/National-Medium.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'National-Medium';
  src: url('fonts/National-MediumItalic.otf') format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'National-Semibold';
  src: url('fonts/National-Semibold.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'National-Semibold';
  src: url('fonts/National-SemiboldItalic.otf') format('opentype');
  font-style: italic;
}
/* General--- */
html {
  background: #ededed;
}
body {
  background: #ededed;
  color: #353535;
  font-family: 'National', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
a {
  color: #900;
}
a:visited,
a:link {
  color: #900;
}
a:hover,
a:active,
a:focus {
  color: #660000;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
}
ul,
ol {
  margin-left: 40px;
}
.thim-color {
  color: #900;
}
.thim-color:hover {
  color: #900;
}
.btn {
  font-size: 20px;
  padding: 3px 23px;
  font-weight: bold;
}
.btn-primary {
  background: #900;
  border-color: #660000;
  letter-spacing: .5px;
  color: #fff;
}
.btn-primary:link {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #660000;
}
.btn-primary[disabled] {
  background: #000000;
  border-color: #000000;
}
input[type=checkbox]:checked:before {
  color: #900;
}
::selection {
  background: #900;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #900;
  /* Gecko Browsers */
}
ul.nav.nav-tabs li a {
  font-family: 'National', Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.loop-pagination li .page-numbers.current,
.pagination li .page-numbers.current,
.loop-pagination li .page-numbers:hover,
.pagination li .page-numbers:hover {
  color: #fff;
  background-color: #900;
  border-color: #900;
}
/* Modals--- */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* Header--- */
#masthead {
  background: #ededed;
}
#masthead .navigation {
  padding-top: 35px;
  position: relative;
}
@media (max-width: 768px) {
  #masthead .navigation {
    padding-top: 15px;
  }
  #masthead .navigation .col-sm-3 {
    padding-left: 27px;
    width: auto;
  }
  #masthead .navigation .col-sm-9 {
    width: 100%;
    position: static;
    border-top: 1px solid #bebebe;
    margin-top: 10px;
  }
  #masthead .navigation .col-sm-9 .pull-right {
    float: none;
  }
}
#masthead .logo {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  #masthead .logo {
    max-width: 240px;
    margin-bottom: 10px;
  }
}
#masthead .slogan {
  color: #212121;
  font-family: 'National-Light';
  font-style: italic;
  font-size: 15px;
  /*@media (max-width: @screen-xs-max) {
      font-size: 17px;
    }*/
}
#masthead .form-wrapper,
#masthead .usc-logo {
  float: left;
}
#masthead .usc-logo.mobile {
  display: none;
}
#masthead #searchform {
  background: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  line-height: 1;
  padding: 7px 0;
  margin-right: 35px;
  position: relative;
}
#masthead #searchform:after {
  content: none;
}
#masthead #searchform:before {
  color: #8e8e8d;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
#masthead #searchform #q {
  margin-right: 35px;
  margin-left: 10px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-style: italic;
}
#masthead #searchform .form-submit {
  background: transparent;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  padding-right: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
#masthead .follow-buttons {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  #masthead .follow-buttons {
    margin-left: 0;
  }
}
@media (max-width: 965px) {
  #masthead .follow-buttons {
    position: absolute;
    top: 0;
    right: 450px;
    margin: 0 !important;
    float: none !important;
  }
}
@media (max-width: 768px) {
  #masthead .follow-buttons {
    right: auto;
  }
}
#masthead .follow-buttons li {
  margin-top: 10px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}
#masthead .navigation .navbar-nav > li:hover {
  background: #e1e1e1;
}
#masthead .navigation .navbar-nav > li > a,
#masthead .navigation .navbar-nav > li > span {
  color: #686868;
  padding: 15px 15px 5px;
  font-size: 16px;
}
@media (max-width: 841px) {
  #masthead .navigation .navbar-nav > li > a,
  #masthead .navigation .navbar-nav > li > span {
    padding: 15px 10px 5px;
  }
}
@media (max-width: 768px) {
  #masthead .navigation .navbar-nav > li > a,
  #masthead .navigation .navbar-nav > li > span {
    padding: 15px 15px 5px;
  }
}
#masthead .navigation .navbar-nav > li > a:hover,
#masthead .navigation .navbar-nav > li > span:hover,
#masthead .navigation .navbar-nav > li > a:active,
#masthead .navigation .navbar-nav > li > span:active {
  background: #e1e1e1;
  cursor: pointer;
}
#masthead .navigation .navbar-nav > li .sub-menu {
  background: #e1e1e1;
  font-size: 16px;
  left: 0;
  margin-top: -1px;
  padding: 15px;
  box-shadow: none;
  border: none;
}
#masthead .navigation .navbar-nav > li .sub-menu li > a:hover,
#masthead .navigation .navbar-nav > li .sub-menu li > span:hover {
  color: #000;
}
#masthead .navigation .navbar-nav > li .sub-menu > li.current-menu-item > a,
#masthead .navigation .navbar-nav > li .sub-menu > li.current-menu-item span {
  color: #900;
}
#masthead .navigation .navbar-nav > li .sub-menu > li.current-menu-item > a:hover,
#masthead .navigation .navbar-nav > li .sub-menu > li.current-menu-item span:hover,
#masthead .navigation .navbar-nav > li .sub-menu > li.current-menu-item > a:active,
#masthead .navigation .navbar-nav > li .sub-menu > li.current-menu-item span:active {
  color: #000;
}
#masthead #magic-line {
  display: none !important;
}
#masthead nav,
#masthead .follow-buttons {
  margin-top: 40px;
  float: left;
}
#masthead .navbar-nav > li {
  vertical-align: top;
}
#masthead .navigation .navbar-nav > li.widget_area > a:after,
#masthead .navigation .navbar-nav > li.menu-item-has-children > a:after,
#masthead .navigation .navbar-nav > li.widget_area > span:not(.icon-toggle):after,
#masthead .navigation .navbar-nav > li.menu-item-has-children > span:not(.icon-toggle):after {
  color: #900;
  display: block;
  font-size: 20px;
  line-height: 14px;
  position: static;
  text-align: center;
}
@media (max-width: 768px) {
  .wrapper-container.mobile-menu-open .content-pusher {
    transform: translate(220px, 0) !important;
    -webkit-transform: translate(220px, 0) !important;
    -moz-transform: translate(220px, 0) !important;
    -ms-transform: translate(220px, 0) !important;
    -o-transform: translate(220px, 0) !important;
  }
  .mobile-menu-container {
    left: 0;
    right: auto;
    transform: matrix(1, 0, 0, 1, -220, 0);
    width: 220px !important;
  }
  .mobile-menu-container ul li > a,
  .mobile-menu-container ul li > span {
    color: #eee;
    font-size: 15px;
  }
  .mobile-menu-container ul li > span {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
  }
  .menu-mobile-effect.navbar-toggle {
    display: block;
    top: 143px;
    width: 82px;
    left: 12px;
  }
  .menu-mobile-effect .menu-label,
  .icon-bars {
    float: left;
  }
  .menu-mobile-effect .menu-label {
    margin-top: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .icon-bars {
    position: relative;
    width: 38px;
    height: 28px;
  }
  .icon-bar {
    margin: 0;
  }
  .usc-logo {
    display: none;
  }
  #masthead .usc-logo.mobile {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .form-wrapper {
    position: absolute;
    right: 58px;
    top: 125px;
  }
  #masthead .navigation {
    height: 170px;
  }
  #masthead .navigation .follow-buttons {
    position: absolute;
    top: 120px;
    right: 15px;
    margin: 0;
  }
}
@media (max-width: 474px) {
  #masthead .navigation {
    height: 160px;
  }
  #masthead .logo {
    max-width: 190px;
  }
  #masthead .usc-logo.mobile {
    float: none;
    max-width: 80px;
  }
  .menu-mobile-effect.navbar-toggle {
    top: 130px;
  }
  #searchform {
    width: 120px;
  }
  #searchform #q {
    width: 75px;
  }
  #masthead .navigation .follow-buttons {
    top: 108px;
  }
  #masthead .navigation .col-sm-9 {
    margin-top: 5px;
  }
  .form-wrapper {
    top: 112px;
  }
}
/* Blocks--- */
.follow-buttons {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.follow-buttons li {
  float: left;
  font-size: 28px;
  line-height: 1;
  margin-left: 10px;
}
/* Main Content--- */
body #main-content {
  background: #fff;
  margin-top: 173px;
}
@media (max-width: 768px) {
  body #main-content {
    margin-top: 0;
    padding-top: 170px;
  }
}
@media (max-width: 474px) {
  body #main-content {
    padding-top: 160px;
  }
}
.top_site_main:before {
  content: none;
}
/* Footer--- */
#colophon .social-work-logo {
  margin-top: 10px;
  margin-bottom: 40px;
}
#colophon .copyright-area {
  color: #3c3c3c !important;
  background: #ededed !important;
  font-size: 16px;
  line-height: 24px;
}
#colophon .menu-main-menu {
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  #colophon .menu-main-menu {
    display: none;
  }
}
#colophon .menu-main-menu li {
  display: block !important;
  text-transform: uppercase;
}
#colophon .menu-main-menu li a,
#colophon .menu-main-menu li span.disable_link {
  font-weight: bold;
  color: #900 !important;
  padding: 5px !important;
}
#colophon .menu-main-menu li span.disable_link {
  margin: 5px 0px;
}
#colophon .sub-menu,
#colophon .icon-toggle {
  display: none;
}
#colophon .follow-buttons li {
  width: 25px;
  height: 25px;
  overflow: hidden;
}
#colophon .follow-buttons a {
  color: #900 !important;
}
#colophon .follow-button-wrapper {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 25px;
  margin-bottom: 30px;
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #colophon .follow-button-wrapper {
    margin-top: 40px;
  }
}
#colophon .follow-button-wrapper .label,
#colophon .follow-button-wrapper .follow-buttons {
  float: left;
}
#colophon .follow-button-wrapper .label {
  margin-top: 4px;
  margin-right: 10px;
}
#colophon .label {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#colophon .copyright {
  font-size: 14px;
}
@media (max-width: 768px) {
  #colophon .copyright {
    text-align: center;
  }
}
#colophon .newsletter {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #colophon .newsletter {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #bebebe;
  }
}
#colophon .newsletter .label {
  margin-bottom: 10px;
}
#colophon .newsletter #email_form {
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  margin-bottom: 10px;
}
#colophon .newsletter .btn {
  text-transform: capitalize;
  font-size: 16px;
  height: 30px;
}
#timed-newsletter-modal .modal-header,
#newsletter-modal .modal-header {
  position: relative;
  padding-top: 40px;
  border-bottom: none;
}
#timed-newsletter-modal .modal-header h2,
#newsletter-modal .modal-header h2 {
  padding-top: 40px;
}
#timed-newsletter-modal .modal-header .close,
#newsletter-modal .modal-header .close {
  background: #ededed;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  padding: 5px 17px;
}
#timed-newsletter-modal .modal-header .modal-title,
#newsletter-modal .modal-header .modal-title {
  font-size: 24px;
  margin-bottom: 20px;
}
#timed-newsletter-modal .modal-dialog,
#newsletter-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#timed-newsletter-modal .modal-content,
#newsletter-modal .modal-content {
  padding: 50px;
}
#timed-newsletter-modal input,
#newsletter-modal input {
  width: 100%;
}
#timed-newsletter-modal img,
#newsletter-modal img {
  max-width: 300px;
  margin-bottom: 20px;
}
#timed-newsletter-modal .alert,
#newsletter-modal .alert {
  display: none;
}
/* Basic Page elements--- */
.top_site_main .page-title-wrapper h1,
.top_site_main .page-title-wrapper h2 {
  font-size: 45px;
  text-align: center;
  text-transform: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: .5px;
  text-shadow: 1px 1px 2px #000;
  padding-left: 0;
  line-height: 1;
}
.top_site_main .page-title-wrapper h1:before,
.top_site_main .page-title-wrapper h2:before {
  content: none;
}
.top_site_main .banner-description {
  font-size: 24px;
  line-height: 1;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
  color: #fff !important;
  font-style: normal;
}
.top_site_main .page-title-wrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
}
.breadcrumbs-wrapper .container {
  position: relative;
}
.breadcrumbs-wrapper .container #breadcrumbs {
  padding-bottom: 15px;
}
.breadcrumbs-wrapper .container .share-button-wrapper {
  position: absolute;
  top: 23px;
  right: 15px;
}
@media (max-width: 768px) {
  .breadcrumbs-wrapper .container .share-button-wrapper {
    position: static;
  }
}
.breadcrumbs-wrapper .container .share-button-wrapper span {
  margin-right: 80px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .breadcrumbs-wrapper .container .share-button-wrapper span {
    margin-right: 15px;
  }
}
.breadcrumbs-wrapper .container .share-button-wrapper a {
  font-size: 28px;
  margin-right: 15px;
  vertical-align: top;
}
.breadcrumbs-wrapper .container .share-button-wrapper .mail {
  font-size: 20px;
}
.breadcrumbs-wrapper .container .share-button-wrapper .fa-envelope {
  margin-right: 7px;
  font-size: 28px;
}
.breadcrumbs-wrapper #breadcrumbs {
  border-bottom: 0;
  padding: 23px 395px 23px 0;
}
@media (max-width: 768px) {
  .breadcrumbs-wrapper #breadcrumbs {
    padding: 23px 0;
  }
}
.breadcrumbs-wrapper #breadcrumbs li {
  font-size: 20px;
}
.breadcrumbs-wrapper .woocommerce-breadcrumb a,
.breadcrumbs-wrapper .thim-breadcrumbs li a,
.breadcrumbs-wrapper #breadcrumbs li a {
  color: #900;
  margin-right: 5px;
}
.breadcrumbs-wrapper .woocommerce-breadcrumb a:hover,
.breadcrumbs-wrapper .thim-breadcrumbs li a:hover,
.breadcrumbs-wrapper #breadcrumbs li a:hover,
.breadcrumbs-wrapper .woocommerce-breadcrumb a:active,
.breadcrumbs-wrapper .thim-breadcrumbs li a:active,
.breadcrumbs-wrapper #breadcrumbs li a:active {
  color: #660000;
}
.breadcrumbs-wrapper .woocommerce-breadcrumb a:after,
.breadcrumbs-wrapper .thim-breadcrumbs li a:after,
.breadcrumbs-wrapper #breadcrumbs li a:after {
  background: none;
  content: "/";
  width: auto;
  margin-left: 5px;
  height: auto;
}
.site-content {
  padding: 20px 15px 100px;
}
.page-template-default .site-content {
  padding-bottom: 80px;
}
.page-template-default .site-content > .row {
  border-bottom: 1px solid #e5e2db;
  padding-bottom: 40px;
}
/* Home Page--- */
@media (min-width: 781px) {
  .home #pgc-4226-1-0 {
    padding-right: 25px !important;
  }
  .home #pgc-4226-1-1 {
    padding-left: 25px !important;
  }
}
@media (max-width: 480px) {
  .home #pg-4226-0 {
    margin-bottom: 280px;
  }
}
.home .tp-caption {
  text-shadow: 0px 0px 7px #000;
}
@media (max-width: 991px) {
  .home .tparrows {
    visibility: inherit !important;
    opacity: 1 !important;
  }
  .home #arrow-layer {
    display: none !important;
  }
}
.home .tp-parallax-wrap:nth-child(2) {
  width: 100% !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.498039);
  height: 300px;
  top: 200px !important;
}
@media (max-width: 1210px) {
  .home .tp-parallax-wrap:nth-child(2) {
    top: 0 !important;
    height: 100% !important;
  }
}
@media (max-width: 480px) {
  .home .tp-parallax-wrap:nth-child(2) {
    display: none;
  }
}
.home .rev_slider_wrapper .tp-bullet {
  border-color: #5b5b5b;
  background-color: #5b5b5b;
}
.home .rev_slider_wrapper .tp-bullet.selected {
  border-color: #fff;
  background-color: #fff;
}
@media (max-width: 480px) {
  .home .tp-parallax-wrap:nth-child(3),
  .home .tp-parallax-wrap:nth-child(4) {
    position: static !important;
    margin-top: 0%;
    background: #000 !important;
  }
  .home .tp-parallax-wrap:nth-child(3) .tp-loop-wrap,
  .home .tp-parallax-wrap:nth-child(4) .tp-loop-wrap,
  .home .tp-parallax-wrap:nth-child(3) .tp-mask-wrap,
  .home .tp-parallax-wrap:nth-child(4) .tp-mask-wrap {
    position: static !important;
  }
  .home .tp-parallax-wrap:nth-child(3) .tp-caption,
  .home .tp-parallax-wrap:nth-child(4) .tp-caption {
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    white-space: normal !important;
  }
}
@media (max-width: 480px) {
  .home .tp-parallax-wrap:nth-child(3) {
    padding-top: 55px;
  }
}
@media (max-width: 480px) {
  .home .tp-parallax-wrap:nth-child(4) {
    padding-bottom: 20px;
  }
}
.home .tp-parallax-wrap:nth-child(5) {
  z-index: 70 !important;
  cursor: pointer !important;
}
@media (max-width: 800px) and (min-width: 769px) {
  .home .tp-parallax-wrap:nth-child(3) .tp-caption.thim-slider-heading {
    font-size: 40px !important;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .home .tp-parallax-wrap:nth-child(3) .tp-caption.thim-slider-heading {
    font-size: 30px !important;
  }
}
@media (max-width: 480px) {
  .home .tp-parallax-wrap:nth-child(3) .tp-caption.thim-slider-heading {
    font-size: 27px !important;
    line-height: 1.1 !important;
    padding-bottom: 20px !important;
  }
}
.home .rev_slider > ul,
.home .rev_slider li.tp-revslider-slidesli {
  overflow: visible !important;
}
.home .siteorigin-panels-stretch {
  height: auto !important;
}
.home .widget_heading {
  margin-bottom: 0 !important;
}
.home .thim-widget-carousel-post,
.home .sc_heading {
  padding-bottom: 0;
}
@media (max-width: 667px) {
  .home .thim-widget-carousel-post,
  .home .sc_heading {
    margin-bottom: 0;
    padding-top: 0px;
  }
}
.home .thim-widget-carousel-post .widget-title,
.home .sc_heading .widget-title,
.home .thim-widget-carousel-post .title,
.home .sc_heading .title {
  border-bottom: 1px solid #cccac3;
  color: #5b5b5b;
  font-size: 44px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media (max-width: 667px) {
  .home .thim-widget-carousel-post .widget-title,
  .home .sc_heading .widget-title,
  .home .thim-widget-carousel-post .title,
  .home .sc_heading .title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.home .thim-widget-carousel-post .widget-title:before,
.home .sc_heading .widget-title:before,
.home .thim-widget-carousel-post .title:before,
.home .sc_heading .title:before {
  font: normal normal normal 30px/1 FontAwesome;
  margin-right: 13px;
  display: inline-block;
  vertical-align: 3px;
  padding-bottom: 5px;
}
@media (max-width: 667px) {
  .home .thim-widget-carousel-post .widget-title:before,
  .home .sc_heading .widget-title:before,
  .home .thim-widget-carousel-post .title:before,
  .home .sc_heading .title:before {
    font-size: 25px;
    line-height: 1;
    margin-right: 8px;
  }
}
.home .events-heading .title:before {
  content: "\f073";
}
.home .news-heading .title:before {
  content: "\f1ea";
  vertical-align: 1px;
}
.home .widget-title:before {
  content: "\f0f6";
}
.home .thim-list-event:not(.layout-2) .view-all {
  color: #900;
  top: -66px;
  border: none;
  font-size: 16px;
  font-style: italic;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .view-all {
    top: -46px;
    left: auto;
    right: 0;
  }
}
.home .thim-list-event:not(.layout-2) .view-all:after {
  content: ">>";
  letter-spacing: 1px;
  margin-left: 4px;
}
.home .thim-list-event:not(.layout-2) .item-event {
  border-bottom: 1px solid #cccac3;
  border-top: none;
  padding: 0 0 40px;
  margin-bottom: 40px;
}
.home .thim-list-event:not(.layout-2) .item-event:last-of-type {
  border: none;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event {
    position: relative;
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper {
  margin-left: 20px;
  width: -moz-calc(100% - 260px);
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  padding: 0;
}
@media (max-width: 1024px) {
  .home .thim-list-event:not(.layout-2) .item-event .event-wrapper {
    width: -moz-calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event .event-wrapper {
    position: static;
    width: 100%;
    margin: 0;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper:before {
  content: none;
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper h3.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event .event-wrapper h3.title {
    margin-top: 25px;
    font-size: 26px;
    line-height: 1;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper a {
  color: #900;
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper .time {
  color: #353535;
  font-size: 18px;
  font-family: 'National-Semibold', 'National', Arial, sans-serif;
  line-height: 20px;
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper .location {
  display: none;
}
.home .thim-list-event:not(.layout-2) .item-event .event-wrapper .description {
  color: #353535;
  font-size: 18px;
  line-height: 20px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .home .thim-list-event:not(.layout-2) .item-event .event-wrapper .description {
    display: none;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .time-from {
  color: #353535;
  width: auto;
  border-bottom: 1px solid #cccac3;
  padding: 7px 17px;
  text-align: center;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event .time-from {
    float: left;
    margin-bottom: 10px;
    border: none;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .time-from .date {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event .time-from .date {
    font-size: 59px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    display: block;
  }
}
@media (max-width: 530px) {
  .home .thim-list-event:not(.layout-2) .item-event .time-from .date {
    font-size: 30px;
    line-height: 1;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .time-from .month {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event .time-from .month {
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 530px) {
  .home .thim-list-event:not(.layout-2) .item-event .time-from .month {
    font-size: 24px;
    line-height: 1;
  }
}
.home .thim-list-event:not(.layout-2) .item-event .image {
  margin-top: 0;
  width: 160px;
}
@media (max-width: 667px) {
  .home .thim-list-event:not(.layout-2) .item-event .image {
    width: auto;
    text-align: right;
    margin-left: 120px;
    min-height: 155px;
  }
}
@media (max-width: 530px) {
  .home .thim-list-event:not(.layout-2) .item-event .image {
    min-height: 119px;
    margin-left: 85px;
  }
}
.home .widget_text {
  margin-bottom: 0 !important;
}
.home .textwidget .thim-list-event {
  margin-bottom: 0;
}
.home .widget_siteorigin-panels-postloop img {
  display: block;
  margin-bottom: 10px;
}
.home .widget_siteorigin-panels-postloop .entry-header {
  margin-bottom: 0px;
}
.home .widget_siteorigin-panels-postloop .entry-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.home .widget_siteorigin-panels-postloop .entry-title a {
  color: #900;
}
.home .widget_siteorigin-panels-postloop .entry-summary {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) and (min-width: 496px) {
  .home .widget_siteorigin-panels-postloop img,
  .home .widget_siteorigin-panels-postloop .entry-header,
  .home .widget_siteorigin-panels-postloop .entry-summary {
    width: 48%;
  }
  .home .widget_siteorigin-panels-postloop .entry-content {
    position: relative;
    overflow: hidden;
  }
  .home .widget_siteorigin-panels-postloop img {
    float: left;
  }
  .home .widget_siteorigin-panels-postloop .entry-header,
  .home .widget_siteorigin-panels-postloop .entry-summary {
    float: right;
    clear: right;
  }
}
.home .thim-widget-carousel-post {
  margin-top: 80px;
}
@media (max-width: 667px) {
  .home .thim-widget-carousel-post {
    margin-top: 40px;
  }
}
@media (max-width: 667px) {
  .home .thim-widget-carousel-post .thim-list-event {
    padding-bottom: 5px;
  }
}
.home .thim-widget-carousel-post .thim-list-event .view-all {
  right: 85px;
}
@media (max-width: 667px) {
  .home .thim-widget-carousel-post .thim-list-event .view-all {
    top: 0;
    right: auto;
    left: 0;
  }
}
.home .thim-owl-carousel-post {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccac3;
  margin-bottom: 80px;
}
.home .thim-owl-carousel-post .owl-item {
  cursor: text;
}
.home .thim-owl-carousel-post .owl-item .content {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: left;
}
.home .thim-owl-carousel-post .owl-item .content .title {
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 18px;
}
.home .thim-owl-carousel-post .owl-item .content .title a {
  color: #900;
}
.home .thim-owl-carousel-post .owl-item .content .entry-summary {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.home .thim-owl-carousel-post .owl-controls {
  top: -70px;
}
@media (max-width: 667px) {
  .home .thim-owl-carousel-post .owl-controls {
    position: relative;
    top: auto;
    right: auto;
  }
  .home .thim-owl-carousel-post .owl-controls .owl-buttons {
    text-align: center;
  }
}
.home .thim-owl-carousel-post .owl-controls .owl-prev,
.home .thim-owl-carousel-post .owl-controls .owl-next {
  border-color: #900;
}
.home .thim-owl-carousel-post .owl-controls .owl-prev .fa,
.home .thim-owl-carousel-post .owl-controls .owl-next .fa {
  color: #900;
}
/* Event List and Post--- */
.list-tab-event .nav-tabs li.active:before {
  background-color: #990500;
}
@media (max-width: 768px) {
  .list-tab-event .nav-tabs li {
    min-width: 0;
    width: 50%;
  }
}
.thim-list-event .item-event:first-child {
  border-top: none;
  padding-top: 0;
}
.thim-list-event .item-event .time-from {
  text-align: center;
}
@media screen and (max-width: 667px) {
  .thim-list-event .item-event .time-from {
    text-align: left;
  }
}
.thim-list-event .item-event .time-from .date,
.thim-list-event .item-event .time-from .month,
.thim-list-event .item-event .time-from .year {
  color: #353535;
  font-weight: normal;
}
.thim-list-event .item-event .time-from .date {
  font-size: 70px;
  line-height: 70px;
}
.thim-list-event .item-event .time-from .month,
.thim-list-event .item-event .time-from .year {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 30px;
}
@media screen and (max-width: 667px) {
  .thim-list-event .item-event .time-from .year {
    display: inline-block;
    line-height: 50px;
    margin-left: 5px;
  }
  .thim-list-event .item-event .time-from span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 668px) {
  .thim-list-event .item-event .time-from span {
    display: block;
  }
}
.thim-list-event .item-event .event-wrapper:before {
  content: none;
}
.thim-list-event .item-event .event-wrapper .title {
  font-size: 28px;
  line-height: 1.2;
}
.thim-list-event .item-event .event-wrapper .title a {
  color: #900;
}
.thim-list-event .item-event .event-wrapper .title a:hover,
.thim-list-event .item-event .event-wrapper .title a:active {
  color: #660000;
}
.thim-list-event .item-event .event-wrapper {
  width: calc(100% - 545px);
  width: -webkit-calc(100% - 545px);
  width: -moz-calc(100% - 545px);
  color: #353535;
}
.thim-list-event .item-event .event-wrapper .meta {
  color: #353535;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
.thim-list-event .item-event .event-wrapper .meta .location {
  display: none;
}
.thim-list-event .item-event .event-wrapper .description {
  font-size: 18px;
  line-height: 1.3;
}
.thim-list-event .item-event .image {
  width: 365px;
}
#tab-upcoming .year {
  display: none;
}
@media (max-width: 1024px) {
  .thim-list-event:not(.layout-2) .item-event .event-wrapper {
    width: calc(100% - 520px);
    width: -webkit-calc(100% - 520px);
    width: -moz-calc(100% - 520px);
  }
}
@media (max-width: 768px) {
  .thim-list-event:not(.layout-2) .item-event .event-wrapper {
    width: calc(100% - 375px);
    width: -webkit-calc(100% - 375px);
    width: -moz-calc(100% - 375px);
  }
  .thim-list-event:not(.layout-2) .item-event .time-from {
    width: 135px;
  }
}
@media screen and (max-width: 667px) {
  .thim-list-event:not(.layout-2) .item-event .event-wrapper {
    width: 100%;
  }
  .thim-list-event:not(.layout-2) .item-event .time-from {
    width: 100%;
  }
}
.single-tp_event .site-main.col-sm-9 {
  width: 100%;
}
.tp-event-content {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  padding-bottom: 60px;
}
.tp-event-content .entry-content {
  font-size: 18px;
  line-height: 1.3;
  width: calc(100% - 295px);
  width: -webkit-calc(100% - 295px);
  width: -moz-calc(100% - 295px);
}
@media screen and (max-width: 600px) {
  .tp-event-content .entry-content {
    width: 100%;
  }
}
.tp-event-content .entry-content:after {
  content: none;
}
.tp-event-content .tp-event-info {
  width: 295px;
  max-width: 295px;
}
@media screen and (max-width: 600px) {
  .tp-event-content .tp-event-info {
    max-width: 100%;
    width: 100%;
  }
}
.tp-event-content .tp-event-info .btn-primary {
  width: 100%;
  color: #fff;
}
.tp-event-content .tp-event-info .tp-info-box {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.tp-event-content .tp-event-info .tp-info-box.address {
  border-bottom: none;
}
.tp-event-content .tp-event-info .tp-info-box.address p {
  margin-bottom: 30px;
}
.tp-event-content .tp-event-info .tp-info-box p {
  font-size: 18px;
  line-height: 24px;
}
.tp-event-content .tp-event-info .tp-info-box .calendar-button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
  border: 1px solid #900;
}
.tp-event-content .tp-event-info .tp-info-box .calendar-button a {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  display: block;
  height: 20px;
}
.tp-event-content .tp-event-info .tp-info-box h2 {
  margin: 0;
}
.tp-event-content .tp-event-info .tp-info-box h2 .fa {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
/* Our Team List and Post--- */
.parent-pageid-6563 .breadcrumbs-wrapper #breadcrumbs li a {
  color: #666666;
  cursor: default;
}
.widget_siteorigin-panels-postloop .our_team {
  border-bottom-color: #e5e2db;
  padding: 0;
}
.widget_siteorigin-panels-postloop .our_team:last-child {
  border-bottom: none;
}
.widget_siteorigin-panels-postloop .our_team .content-link {
  color: #353535;
  display: block;
  padding: 30px;
  font-size: 18px;
  line-height: 1.3;
}
.widget_siteorigin-panels-postloop .our_team .content-link:hover {
  background: #eee;
}
.widget_siteorigin-panels-postloop .our_team .content-link:hover h2 {
  color: #777;
}
.widget_siteorigin-panels-postloop .our_team .content-link h2 {
  color: #900;
  margin-top: 0;
}
.widget_siteorigin-panels-postloop .our_team .content-link .team-title {
  font-weight: bold;
}
.widget_siteorigin-panels-postloop .our_team .content-link img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .widget_siteorigin-panels-postloop .our_team .content-link .col-sm-3,
  .widget_siteorigin-panels-postloop .our_team .content-link .col-sm-4 {
    margin-bottom: 20px;
  }
}
.page-id-6271 #main {
  width: 100%;
}
.single-our_team .share-button-wrapper,
.page-id-4504 .share-button-wrapper {
  display: none;
}
article.our_team .content {
  font-size: 18px;
  line-height: 1.2;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  padding: 0 0 0 30px;
}
@media (max-width: 768px) {
  article.our_team .content {
    width: 100%;
    padding: 0;
  }
}
article.our_team .content .title {
  font-weight: bold;
}
article.our_team .content .year-active {
  margin-top: .5em;
  margin-bottom: 30px;
}
article.our_team .image img {
  border-radius: 0;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  article.our_team .member-links {
    margin-top: 30px;
  }
}
article.our_team .member-links h2 {
  background: #fffcf4;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  padding: 20px 20px 15px;
}
article.our_team .member-links ul {
  background: #fffcf4;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 8px 10px 10px;
  margin: 0;
  list-style-type: none;
  border-radius: 0 0 10px 10px;
}
article.our_team .member-links ul li a {
  display: block;
  padding: 10px;
}
article.our_team .member-links ul li a:hover {
  color: #353535;
  background: #e5e5e5;
}
/* Press Page--- */
.page-id-6248 .share-button-wrapper,
.page-id-6582 .share-button-wrapper,
.page-id-6263 .share-button-wrapper {
  display: none;
}
.page-id-6248 .site-main.col-sm-9,
.page-id-6582 .site-main.col-sm-9,
.page-id-6263 .site-main.col-sm-9 {
  width: 100%;
}
.page-id-6248 .site-main.col-sm-9 .textwidget p,
.page-id-6582 .site-main.col-sm-9 .textwidget p,
.page-id-6263 .site-main.col-sm-9 .textwidget p {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
  margin: 40px 0 30px;
  max-width: 800px;
  border-bottom: none;
}
.page-id-6248 .site-main.col-sm-9 .textwidget p.highlight,
.page-id-6582 .site-main.col-sm-9 .textwidget p.highlight,
.page-id-6263 .site-main.col-sm-9 .textwidget p.highlight {
  font-size: 28px;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  margin: 0;
  max-width: none;
  display: inline-block;
}
.page-id-6248 .site-main.col-sm-9 .textwidget p.highlight span,
.page-id-6582 .site-main.col-sm-9 .textwidget p.highlight span,
.page-id-6263 .site-main.col-sm-9 .textwidget p.highlight span {
  font-weight: bold;
}
.page-id-6248 .site-main.col-sm-9 .entry-content div,
.page-id-6582 .site-main.col-sm-9 .entry-content div,
.page-id-6263 .site-main.col-sm-9 .entry-content div,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list div,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list div,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list div {
  color: #5b5b5b;
}
.page-id-6248 .site-main.col-sm-9 .entry-content .widget-title,
.page-id-6582 .site-main.col-sm-9 .entry-content .widget-title,
.page-id-6263 .site-main.col-sm-9 .entry-content .widget-title,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list .widget-title,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list .widget-title,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list .widget-title {
  font-size: 44px;
  line-height: 1.1;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  text-transform: none;
}
.page-id-6248 .site-main.col-sm-9 .entry-content a,
.page-id-6582 .site-main.col-sm-9 .entry-content a,
.page-id-6263 .site-main.col-sm-9 .entry-content a,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list a,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list a,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list a {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
.page-id-6248 .site-main.col-sm-9 .entry-content .byline,
.page-id-6582 .site-main.col-sm-9 .entry-content .byline,
.page-id-6263 .site-main.col-sm-9 .entry-content .byline,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list .byline,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list .byline,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list .byline,
.page-id-6248 .site-main.col-sm-9 .entry-content .date,
.page-id-6582 .site-main.col-sm-9 .entry-content .date,
.page-id-6263 .site-main.col-sm-9 .entry-content .date,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list .date,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list .date,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list .date {
  margin-left: 30px;
  margin-bottom: 40px;
}
.page-id-6248 .site-main.col-sm-9 .entry-content .byline,
.page-id-6582 .site-main.col-sm-9 .entry-content .byline,
.page-id-6263 .site-main.col-sm-9 .entry-content .byline,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list .byline,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list .byline,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list .byline {
  margin-left: 38px;
}
.page-id-6248 .site-main.col-sm-9 .entry-content .read-more a,
.page-id-6582 .site-main.col-sm-9 .entry-content .read-more a,
.page-id-6263 .site-main.col-sm-9 .entry-content .read-more a,
.page-id-6248 .site-main.col-sm-9 .widget_pods_widget_list .read-more a,
.page-id-6582 .site-main.col-sm-9 .widget_pods_widget_list .read-more a,
.page-id-6263 .site-main.col-sm-9 .widget_pods_widget_list .read-more a {
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
  font-weight: normal;
}
.pods-pagination-advanced {
  display: block;
  margin-top: 20px;
}
.pods-pagination-advanced .pods-pagination-number {
  margin-right: 10px;
}
/* News Page--- */
article .entry-header .entry-title a {
  color: #900;
}
article .entry-header .entry-title a:hover,
article .entry-header .entry-title a:active {
  color: #660000;
}
.blog-content.blog-list.archive_switch article .content-inner {
  padding-bottom: 40px;
}
.blog-content.blog-list.archive_switch article .entry-title {
  margin: 0 0 10px;
}
.blog-content.blog-list.archive_switch article .entry-header {
  margin-top: 10px;
  margin-bottom: 0;
}
.page-id-6585 .entry-title {
  margin-top: 0;
}
.page-id-6585 article {
  margin-bottom: 40px;
}
/* Online Library Search--- */
.page-template-searchpage .share-button-wrapper,
.search-results .share-button-wrapper,
.search-no-results .share-button-wrapper,
.tax-resourcetype .share-button-wrapper {
  display: none;
}
.page-template-searchpage .site-content .col-sm-9,
.search-results .site-content .col-sm-9,
.search-no-results .site-content .col-sm-9,
.tax-resourcetype .site-content .col-sm-9 {
  width: 100% !important;
}
.page-template-searchpage .site-content .col-sm-9 > .row,
.search-results .site-content .col-sm-9 > .row,
.search-no-results .site-content .col-sm-9 > .row,
.tax-resourcetype .site-content .col-sm-9 > .row {
  margin-bottom: 40px;
}
.page-template-searchpage #article-search .form-control,
.search-results #article-search .form-control,
.search-no-results #article-search .form-control,
.tax-resourcetype #article-search .form-control {
  font-size: 22px;
  font-style: italic;
  padding: 8px 12px;
  height: auto;
  width: 65%;
  float: left;
  margin-right: 4%;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .page-template-searchpage #article-search .form-control,
  .search-results #article-search .form-control,
  .search-no-results #article-search .form-control,
  .tax-resourcetype #article-search .form-control {
    font-size: 20px;
    line-height: 1;
  }
}
.page-template-searchpage #article-search button,
.search-results #article-search button,
.search-no-results #article-search button,
.tax-resourcetype #article-search button {
  font-size: 20px;
  padding: 3px 23px;
  font-weight: bold;
  background: #900;
  border-color: #660000;
  letter-spacing: .5px;
  color: #fff;
  width: 31%;
  padding: 9px 5px;
  font-size: 28px;
  text-transform: none;
  line-height: 1;
}
.page-template-searchpage #article-search button:link,
.search-results #article-search button:link,
.search-no-results #article-search button:link,
.tax-resourcetype #article-search button:link {
  color: #fff;
}
.page-template-searchpage #article-search button:hover,
.search-results #article-search button:hover,
.search-no-results #article-search button:hover,
.tax-resourcetype #article-search button:hover,
.page-template-searchpage #article-search button:active,
.search-results #article-search button:active,
.search-no-results #article-search button:active,
.tax-resourcetype #article-search button:active,
.page-template-searchpage #article-search button:focus,
.search-results #article-search button:focus,
.search-no-results #article-search button:focus,
.tax-resourcetype #article-search button:focus {
  background: #660000;
}
@media screen and (max-width: 991px) {
  .page-template-searchpage #article-search button,
  .search-results #article-search button,
  .search-no-results #article-search button,
  .tax-resourcetype #article-search button {
    font-size: 20px;
    line-height: 1;
  }
}
.page-template-searchpage .search-explanation,
.search-results .search-explanation,
.search-no-results .search-explanation,
.tax-resourcetype .search-explanation {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .page-template-searchpage .search-explanation,
  .search-results .search-explanation,
  .search-no-results .search-explanation,
  .tax-resourcetype .search-explanation {
    margin-top: 40px;
  }
}
.page-template-searchpage .resouce-type-list,
.search-results .resouce-type-list,
.search-no-results .resouce-type-list,
.tax-resourcetype .resouce-type-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-template-searchpage .resouce-type-list .current-menu-item a,
.search-results .resouce-type-list .current-menu-item a,
.search-no-results .resouce-type-list .current-menu-item a,
.tax-resourcetype .resouce-type-list .current-menu-item a {
  color: #777;
  font-style: italic;
}
.page-template-searchpage .blog-list h2.title,
.search-results .blog-list h2.title,
.search-no-results .blog-list h2.title,
.tax-resourcetype .blog-list h2.title {
  font-size: 44px;
  line-height: 1;
  color: #5b5b5b;
  border-bottom: 1px solid #cccac3;
  padding: 0;
  margin: 0 15px 20px;
}
.page-template-searchpage .blog-list article .content-inner,
.search-results .blog-list article .content-inner,
.search-no-results .blog-list article .content-inner,
.tax-resourcetype .blog-list article .content-inner {
  padding: 35px 0 50px !important;
  border-bottom: 1px solid #cccac3;
}
.page-template-searchpage .blog-list .journal-published,
.search-results .blog-list .journal-published,
.search-no-results .blog-list .journal-published,
.tax-resourcetype .blog-list .journal-published,
.page-template-searchpage .blog-list .article-authors,
.search-results .blog-list .article-authors,
.search-no-results .blog-list .article-authors,
.tax-resourcetype .blog-list .article-authors,
.page-template-searchpage .blog-list .entry-title,
.search-results .blog-list .entry-title,
.search-no-results .blog-list .entry-title,
.tax-resourcetype .blog-list .entry-title {
  margin: 0 0 20px;
}
.page-template-searchpage .blog-list .journal-published,
.search-results .blog-list .journal-published,
.search-no-results .blog-list .journal-published,
.tax-resourcetype .blog-list .journal-published {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
}
.page-template-searchpage .blog-list .entry-summary,
.search-results .blog-list .entry-summary,
.search-no-results .blog-list .entry-summary,
.tax-resourcetype .blog-list .entry-summary,
.page-template-searchpage .blog-list .article-authors,
.search-results .blog-list .article-authors,
.search-no-results .blog-list .article-authors,
.tax-resourcetype .blog-list .article-authors {
  font-size: 18px;
  line-height: 1.2;
}
/* Research Area--- */
.single-researcharea .entry-content {
  overflow: hidden;
}
.single-researcharea .site-content {
  padding-bottom: 70px;
}
.single-researcharea .share-button-wrapper {
  display: none;
}
.single-researcharea p {
  font-size: 18px;
  line-height: 1.33;
}
.single-researcharea .site-content > .row > .col-sm-9 {
  width: 100% !important;
}
.single-researcharea .research-projects {
  color: #5b5b5b;
}
.single-researcharea .research-projects {
  font-size: 44px;
  margin-bottom: 40px;
  line-height: 1;
}
.single-researcharea .project-name {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .single-researcharea .project-name {
    margin-top: 30px;
  }
}
.single-researcharea h4 {
  margin-bottom: 15px;
}
.single-researcharea .research-team-control.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single-researcharea .team {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccac3;
}
.single-researcharea .team:last-child {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.single-researcharea .research-team {
  background-color: #e9e9e9;
  padding: 30px;
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .single-researcharea .research-team {
    padding: 15px;
  }
}
.single-researcharea .person-wrapper {
  border-bottom: 1px solid #bababa;
  overflow: hidden;
  position: relative;
  padding: 30px 0 25px;
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .single-researcharea .person-wrapper {
    padding: 15px 0;
  }
}
.single-researcharea .person-wrapper:first-child {
  padding-top: 0;
}
.single-researcharea .person-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.single-researcharea .person-wrapper .name {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 8px;
}
.single-researcharea .person-wrapper .research-title {
  margin-bottom: 25px;
}
.single-researcharea .person-wrapper .affiliation {
  font-family: 'National-Semibold', 'National', Arial, sans-serif;
}
.single-researcharea .team-image {
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .single-researcharea .team-image {
    margin-right: 15px;
  }
}
.single-researcharea .team-image img {
  padding: 5px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .single-researcharea .additional-info {
    margin-top: 20px;
  }
}
.single-researcharea .additional-info p {
  margin-bottom: 3px;
}
/* Google Site Search--- */
#searchResults .topnav {
  margin-bottom: 20px;
}
#searchResults .previousnext {
  display: block;
  margin-bottom: 20px;
}
#searchResults #results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#searchResults .result {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
#searchResults .result .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
}
#searchResults .furl {
  font-style: italic;
}
#searchResults .summary {
  margin: 0;
}
#searchResults #bottom {
  margin-top: 20px;
}
#searchResults #bottom a {
  margin-right: 10px;
}
#searchResults .imgRect {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 110px;
}
/* Google CSE */
#searchform .form-submit {
  height: 36px;
}
.google-custom-search .gsc-control-cse {
  font-family: 'National', 'Arial', sans-serif;
  border: none;
  padding: 0px;
}
.google-custom-search .gsc-resultsHeader {
  border: 0px !important;
}
.google-custom-search table,
.google-custom-search td,
.google-custom-search tr {
  border: none;
}
.google-custom-search a.gs-title {
  color: #900;
}
.google-custom-search a.gs-title:visited,
.google-custom-search a.gs-title:link {
  color: #900 !important;
}
.google-custom-search a.gs-title:hover,
.google-custom-search a.gs-title:active,
.google-custom-search a.gs-title:focus {
  color: #660000 !important;
}
.google-custom-search a.gs-title b {
  color: #900 !important;
}
.google-custom-search a.gs-title b:hover,
.google-custom-search a.gs-title b:active,
.google-custom-search a.gs-title b:focus {
  color: #660000 !important;
}
.google-custom-search .gsc-table-result,
.google-custom-search .gsc-thumbnail-inside,
.google-custom-search .gsc-url-top {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.google-custom-search .gsc-webResult .gsc-result {
  padding: 8px 0px;
}
.google-custom-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #900;
}
.donate-button {
  display: inline-block;
  color: #900;
  border: 1px solid #900;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 5px 0 15px;
  background: #FFCC00;
}
@media (min-width: 769px) and (max-width: 965px) {
  .donate-button {
    position: absolute;
    top: 0;
    right: 450px;
    margin: 0 !important;
    float: none !important;
  }
}
@media (min-width: 966px) {
  .donate-button {
    margin: 47px 5px 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .follow-buttons.in-header {
    display: none;
  }
}
