/*
Theme Name: Life Site Theme v2.0
Theme URI: https://greatnews.life
Description: Main Theme for all Sites
Author: IIMM
Author URI: http://greatnews.life
Version: 2.1.4
*/

/** IMPORT THE DEFAULT 2016 THEME **/
/* @import url("../twentysixteen/style.css"); */

/* SET FONT SIZE FOR EASY REM CONVERSION 1.6rem = 16px */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #f3f3f3;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
img {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.nolist {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.centerul {
  text-align: center;
  margin: 0;
}
.centerul li {
  display: inline-block;
  margin: 0 0.3rem 0 0;
}
.center {
  text-align: center;
}

/*** Setup Clear Fix ******/
.clear:after,
.cont:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clear,
.cont {
  display: inline-block;
}
* html .clear,
* html .cont,
* html .nav-menu {
  height: 1%;
}
.clear,
.cont,
.nav-menu {
  display: block;
}

a,
a:hover,
.site-color {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.visible {
  opacity: 1 !important;
}
.hidden {
  opacity: 0;
}
.trans-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.img-no-border-radius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.img-border-radius-3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
p:last-child {
  margin: 0;
}
.fullwidthimg {
  width: 100%;
}
.round-img {
  border-radius: 100%;
}
.hide {
  display: none;
}
.relative {
  position: relative;
}
.round-shade {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.round-shade-slide-pager {
  border-radius: 5px;
  overflow: hidden;
}
.round-shade-slide-pager::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.24);
}

/************** Reset Styles ****************/
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  display: none;
}
#page {
  background-color: #f3f3f3;
  padding: 0;
}
/*#page { background-color: #F3F3F3; padding: 1rem 0 0;}*/
.site-header {
  padding: 0;
}
.site-content {
  padding: 0;
}
.no-sidebar .content-area {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
#primary.fullwidth {
  width: 100%;
  float: none;
  padding: 0;
}
#primary {
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
  margin-left: 0;
  margin-right: 0;
}
.sidebar {
  margin-left: 0;
}
.widget {
  border-top: none;
}
.site-footer {
  padding: 0;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}
.site-main,
.site-main > article {
  margin-bottom: 0;
}
button,
button:active,
button[disabled]:hover,
button[disabled]:focus,
input[type='button'],
input[type='button'][disabled]:hover,
input[type='button'][disabled]:focus,
input[type='reset'],
input[type='reset'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='submit'],
input[type='submit'][disabled]:hover,
input[type='submit'][disabled]:focus {
  background-color: transparent;
}
.site-bg {
  color: #fff;
}
/* a:hover, a:focus, a:active { color: #fff;} */

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
  margin-right: 0;
  margin-left: 0;
  width: auto;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
  float: none;
  margin-top: 0;
  width: auto;
}

/*************** Layout *****************/
.cont {
  max-width: 1296px;
  width: 90%;
  margin: 0 auto;
}
#content {
}
#content-contain {
  background-color: #fff;
  min-height: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 1.5rem;
}

/*************** Header *****************/
.site-header {
  padding: 0;
}
.site-header-main {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/*.site-header-main { background-color: #FFF; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 5px 5px 0 0;}*/
#site-top-ad {
  width: 100%;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.site-header-main .row {
  padding: 1.5rem;
}
.site-header-top {
}
.site-branding {
}
.sites-logos {
  float: left;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
}
.sites-logos a {
  display: block;
  height: 64px;
}
.sites-logos svg {
  height: 100%;
  width: auto;
}
.sites-logos:last-child {
  margin: 0;
}

.mini-logo a {
  opacity: 0.8;
}
.mini-logo a:hover {
  opacity: 1;
}

.site-links ul {
  text-align: right;
  margin: 0;
}
.site-links li {
  display: inline-block;
  border: 2px solid #e4e8f1;
  border-radius: 5px;
  margin: 0 8px 0 0;
  overflow: hidden;
}

.site-links li:last-child {
  margin: 0;
}
.site-links a {
  width: 54px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 54px;
}
.site-links a:hover {
  color: #fff;
}
.share-bg a {
  width: auto;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0 1.2rem;
  text-decoration: none;
  color: white !important;
  background-color: #394762;
}

/*************** Menu *******************/
#site-header-menu {
  width: 100%;
}
#menu-toggle {
  display: none;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px;
}
#menu-toggle:hover,
#menu-toggle:active {
  background-color: inherit;
}
.show {
  display: block !important;
}
.main-nav ul ul::before,
.main-nav ul ul::after {
  content: none;
}
.main-nav {
  font-family: 'Lato', 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.046875em;
  font-size: 12px;
}
.main-nav a {
  display: block;
  text-decoration: none;
}
.main-nav-wrap {
}
.main-nav ul {
  list-style: none none;
  margin: 0;
  text-align: center;
}
.main-nav-top-level {
  border: 0;
  position: relative;
  border: none !important;
  display: inline-block;
  float: none;
}
.main-nav-top-level a {
  color: #fff;
  padding: 0.9rem 0.9rem;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #fff !important;
}
.menu-has-more:after {
  /**font-family: FontAwesome; content: "\f0d7";**/
  margin-left: 5px;
}
.icon-styling {
  padding: 0 0 0 7px;
  margin-right: -2px;
}

.sub-menu {
  border: none !important;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
  text-align: left;
}
.main-nav-top-level:last-child .sub-menu {
  right: 0;
  left: inherit;
}
.main-nav ul li:hover .sub-menu {
  display: inherit;
}
.sub-menu li {
  border: none !important;
  background-color: inherit !important;
  padding: 0 0 0 5px;
}
.sub-menu li a {
  width: 17.5em !important;
  padding: 0.6rem 1.1rem !important;
  font-size: 0.7rem;
  font-weight: 600;
  position: relative;
  text-align: left;
}

.sub-menu li a:before {
  /**font-family: FontAwesome; content: "\f0da";**/
  color: #fff;
  position: absolute;
  line-height: 0.9rem;
  top: 11px;
  left: 8px;
}

#menu-schools li a {
  width: 20.5em !important;
}

.main-nav li:hover > a,
.main-nav li.focus > a {
  color: #fff;
}
.main-nav li:hover > ul,
.main-nav li.focus > ul {
  left: 0;
  right: auto;
}
.entry-title {
  margin-bottom: 0;
}
.entry-content h4,
.entry-summary h4,
.entry-intro h4,
.comment-content h4 {
  letter-spacing: normal;
}
.entry-content a {
  box-shadow: none;
  text-decoration: underline;
}
.entry-content em {
  font-style: italic;
}

/*************** Home *******************/
.home .site {
  background-color: #000;
}
#top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.home #content-contain .row {
  margin-bottom: 1rem;
}
.home #content-contain .row:last-child {
  margin-bottom: 0;
}
#slider-wrap {
}
#secondary-home {
}
#slider {
  width: 60%;
  background: #f3f3f3;
  float: left;
}
.slide {
  width: 100%;
  box-sizing: border-box;
}
.slide .article-img {
  height: 0;
  overflow: hidden;
  padding-top: 52.33%;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-color: #ccc;
}
.slide h2 {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.slide-padding {
  padding: 0 2%;
}
.slide-text {
  margin: 0.5rem 0;
  font-size: 0.85rem;
}
.slide-read-more {
}

#slide-pager {
  margin: 0 0 0 2%;
  text-align: left;
  float: left;
  width: 38%;
}
#slide-pager a {
  display: block;
  margin: 0 0 0.6rem;
  padding: 2%;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border: 1px solid rgb(209, 209, 209);
  font-size: 1rem;
  line-height: 1.3;
}
#slide-pager a img {
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  width: 100%;
  height: 5rem;
}
.cycle-pager-active,
#slide-pager a:hover {
  background-color: #ccc !important;
  color: #fff;
}
.feature-tag {
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 10px;
}
.slide-images {
  margin: 0.5rem 0;
}
.slide-image {
  width: 23%;
  height: 75px;
  float: left;
  margin: 0 2% 0 0;
  box-sizing: border-box;
}
.slide-image:last-child {
  margin: 0;
}

.section-row {
  display: flex;
  margin: 0 0 2% 0;
}
.section-category {
  flex: 0 0 32%;
}
.section-category.item-two {
  margin: 0 2%;
}
.header-category {
  background-color: #f3f3f3;
  padding: 10px;
  text-transform: uppercase;
}
.header-category a,
.header-category a:hover {
  display: block;
  color: #fff;
}
.header-category h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0;
}
.header-category .svg-inline--fa {
  float: right;
}

.section-news-item {
  border-bottom: 1px solid rgb(209, 209, 209);
}
.section-news-item:last-child {
  border-bottom: none;
}
.section-news-item-primary {
  padding-bottom: 3%;
  background-color: #f3f3f3;
}
.section-news-item-primary a {
  display: block;
  position: relative;
}
.section-news-item-primary img {
  height: 0;
  overflow: hidden;
  padding-top: 52.33%;
  width: 100%;
  margin-bottom: 3%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.section-news-item-primary .section-title {
  font-size: 1.5rem;
  line-height: 1.3;
  display: block;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 0 3%;
}
.section-news-item-primary .section-tag,
.slider-lead-image .section-tag {
  float: none !important;
  display: inline-block;
  margin: 0 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem !important;
  font-family: 'Lato';
}
.section-news-item-secondary {
  padding: 10px;
}
.section-news-item-secondary a {
  display: block;
}
.section-news-item-secondary img {
  width: 15%;
  float: left;
}
.section-news-item-secondary .section-title {
  display: block;
  float: left;
  width: 82%;
  font-size: 1rem;
  margin: 0 0 5px 3%;
  line-height: 1.2;
  box-sizing: border-box;
}
.other-news .section-title {
  width: 100%;
  float: none;
  margin: 0;
}
.section-news-item-primary .video-tag {
  top: 70px;
  left: 190px;
}
.section-news-item-secondary .video-tag {
  font-size: 1.3rem;
  top: 12px;
  left: 28px;
}
.section-news-item .section-tag,
.slider-lead-image .section-tag {
  float: left;
  color: #fff;
  margin: 0 3%;
  padding: 0 4px;
  font-size: 0.8rem;
  vertical-align: text-top;
  border-radius: 3px;
}

.section-author {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  margin: 5% 0 0;
}
.section-author .header-category {
  margin-bottom: 1rem;
}
.staff-slide {
  width: 100%;
}
.staff-thumb {
  width: 46%;
  margin: 0 auto;
  border-radius: 100%;
}
.staff-name {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem 0;
}
#staff-pager,
#partner-pager {
  text-align: center;
  margin-bottom: 1rem;
}
#staff-pager a,
#partner-pager a {
  background-color: transparent;
  margin: 0 2px;
}
#staff-pager a.cycle-pager-active,
#partner-pager a.cycle-pager-active {
  color: #ccc;
  background-color: transparent !important;
}

.section-partner {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  margin: 5% 0 0;
}
.section-partner .header-category {
  margin-bottom: 1rem;
}
.partner-slide {
  width: 100%;
}
.partner-thumb {
  width: 37%;
  margin: 0 auto;
}
.partner-name {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem 0;
}

/**** News section Normal ********/

.news_box a:hover img,
.news_box a:focus img {
  transform: scale(1.05);
}
.news_box img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: top center;
  transition: all 0.5s;
}

/**** New Template *****/
.news_section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_col {
  box-sizing: border-box;
  float: left;
  width: 32%;
  height: 23vw;
  position: relative;
}
.news_col:nth-child(2) {
  margin: 0 2%;
}
.news_box {
  overflow: hidden;
}
.news_box a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.news_box h2 {
  line-height: 1.1;
  padding: 10px 0 0 0;
}

/*************** Page *******************/

/*************** RSS PAGE ***************/

.rss-title h3 {
  font-weight: 500;
  margin: 20px 0;
}
.rss-list {
  list-style: none !important;
  margin: 0 2em !important;
}
.rss-list li {
  margin: 0 !important;
}
.rss-feed-item i {
  color: #f26522;
}

/*************** Search Results ********/
.search-description {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding: 20px;
}

/*************** Article Layout *********/
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  height: auto;
}
.entry-header {
}
.entry-header h1,
.archive h2,
.page h2,
.search h2,
.entry-embed-gallery h2 {
  font-size: 2.5rem;
  line-height: 1.1;
}
.feature-image img {
  width: 100%;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.entry-content h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.entry-content h3 {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 0 20px;
}
.entry-content h4 {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 20px;
}
.entry-content ol {
  list-style: decimal;
  margin-bottom: 20px;
}
.entry-content ul {
  margin: 0 0 20px;
  list-style: disc;
}
.entry-content li {
  margin: 0 0 10px;
}
.entry-content li:last-child {
  margin: 0;
}
.entry-content strong {
  font-weight: 700;
}
.content-comments-wrap {
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}
.read-more {
  text-decoration: none !important;
}
.wp-block-table {
  table-layout: fixed;
  width: 100%;
}

.article-collage {
}
.article-collage-item {
  margin: 0 0 20px;
}
.article-collage-item-image {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.article-collage-item-link {
  display: block;
}
.article-collage-item-link:hover {
  background-color: #f3f3f3;
}
.article-collage-item-caption {
  display: block;
  text-align: center;
  font-size: 1rem;
  padding: 10px;
}

/****************** Block ****************/

.entry-embed-event {
  padding: 2%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.entry-embed-gallery {
  padding: 2%;
  background-color: #000;
  border-radius: 5px;
}
.entry-embed-video {
  width: 100%;
  margin-bottom: 2.5rem;
  border-radius: 8px;
  overflow: hidden;
  background: black;
}
.entry-embed-video video {
  width: 100%;
}

/* For the video player on single video pages (e.g. /video/[slug]) */
.single-video-embed {
  position: relative;
  width: 100%;
  background: black;
}
.single-video-embed .cdn-video-container,
.single-video-embed .embed-youtube {
  position: relative;
  width: 100%;
}
.single-video-embed video {
  width: 100%;
  max-height: 300px;
}

.entry-embed-event .event-article-info h2 {
  font-size: 1.8rem;
  line-height: 1;
}

/******* Splide *************************/
.slideshow-container {
  background: black;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

.slideshow-container .splide.display img {
  max-width: none;
  height: 400px;
  width: 100%;
  object-fit: contain;
}

.thumbnails .splide__slide {
  height: 100px;
}

.thumbnails .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thumbnails .splide__slide {
  opacity: 0.6;
  overflow-y: hidden;
}

.splide__slide.is-active {
  opacity: 1;
}

/******* Flex Boxes *********************/
.box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.box-item {
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 0 10% 20%;
}
.box-item-wrap.flex-4 {
  flex: 0 0 25%;
}
.box-item a {
  position: relative;
}
.box-item a h3 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 3px 20px;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.2rem;
}

/******** Partner profile list page *****/
.partner-list {
  padding: 0;
  margin: 0;
}
.partner-list > li {
  float: left;
  box-sizing: border-box;
  padding: 2%;
  width: 23%;
  margin: 1%;
}
.partner-item-image {
  position: relative;
  margin: 0 0 15px;
}
.partner-list li img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 999;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.partner-list li h3 {
  font-family: 'Lato';
  text-transform: none;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgb(0, 0, 0, 0.5);
  font-size: 1.1rem;
  z-index: 1000;
  margin: 0;
  padding: 5px;
}
.partner_site_logos {
  margin-left: 0 !important;
}
.partner_site_logos a {
  height: 40px;
}
.partner_site_logos li {
  margin: 0 10px 0 0;
  border: 2px solid #e4e8f1;
  border-radius: 5px;
}
.partner_site_logos li:last-child {
  margin-left: 0;
}

/*************** Partner Profiles *******/

#partner-header {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#partner-menu {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
#partner-menu li {
  line-height: 59px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#partner-menu li:hover {
  background-color: #f3f3f3;
}
#partner-menu li:last-child {
  border-bottom: 0;
}
#partner-menu a {
  padding: 0 4%;
  display: block;
}
#partner-banner {
  position: relative;
  height: 360px;
  padding: 0;
}
#partner-about .widget-content * {
  max-width: 100%;
}
#partner-about .widget-content h2 {
  font-size: 1.6rem;
  margin: 1rem 0;
}
#partner-about .widget-content .row {
  margin-left: 0;
  margin-right: 0;
}
#partner-header-background {
  height: 100%;
  width: 60%;
  background-size: contain;
}
#partner-logo-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -100;
}
#partner-content-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#partner-banner-left {
  display: block;
  position: relative;
  z-index: 100;
  height: 100%;
  width: 40%;
}
#partner-logo {
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1001;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  height: 100%;
}
#partner-logo img {
  margin: 0 auto;
}
#partner-logo h3 {
  font-size: 1.3rem;
  line-height: 1;
  margin: 20px 0;
}
.partner-profile-social-links li {
  margin: 0 9px 0 0;
}
.partner-profile-social-links li:last-child {
  margin: 0;
}
.partner-profile-social-links a,
.partner-profile-social-links a:hover {
  color: #fff;
  font-size: 1.4rem;
}
#partner-slider {
  width: 60%;
  float: right;
}
#partner-slider .slide {
  padding: 0;
  height: 360px;
}
#partner-slider img {
  height: 100%;
  width: 100%;
}

#partner-secondary {
}
.partner-widget {
  border-bottom: 1px solid #ccc;
}
#partner-primary {
}

.partner-social-list li {
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.partner-social-list .social-posted {
}
.partner-social-list .social-message {
}
.partner-social-list .social-links {
}

.masonry {
  /* Masonry container */
  column-count: 3;
  column-gap: 1em;
}

.masonry-item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  border: 1px solid #ccc;
}

/*************** Flex Grid **************/

.flex-to-rows {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-to-thirds {
  width: 32%;
}

/*************** Sidebar ****************/

.sidebar {
}
.widget {
  padding: 0;
  margin: 0 0 30px;
  font-size: 1rem;
}
.widget:last-child {
  margin: 0;
}

.widget .widget-title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0;
  background-color: #f3f3f3;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: 'Oswald', sans-serif;
}
.widget-content {
  padding: 3%;
  background-color: #f9f9f9;
}

#widget-search {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 6rem 0.5rem 1rem 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
#widget-search .search-wrap {
  width: 90%;
  margin: 0 auto;
}
#widget-search #search-input,
#widget-search #search-submit {
  font-size: 16px;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
#widget-search #search-input {
  width: 65%;
  border-radius: 3px 0 0 3px;
}
#widget-search #search-submit {
  width: 34%;
  border-radius: 0 3px 3px 0;
  margin-left: -1.1%;
  background-color: #00a651;
  color: #fff;
}

.widget .section-category {
  width: 100%;
  float: none;
}
.search-form {
}
button.search-submit {
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 1)
  ); /* Standard syntax (must be last) */
}
button.search-submit:hover {
  background-color: #1a1a1a;
}

.social-img {
  margin: 0 0 10px;
}
.social-posted {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-style: italic;
}
.social-message {
  margin: 0 0 10px;
  font-size: 0.9rem;
}
.social-list {
  margin: 0 !important;
}

/************** Author Sidebar ************/

#sidebar-author-bio {
  padding: 4%;
  background: #f3f3f3;
  border: 1px solid #ccc;
  margin: 0 0 25px;
}
.sidebar-author-img {
  margin: 0 0 20px;
}
.sidebar-author-img img {
  width: 70%;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.sidebar-author-text {
  font-size: 1rem;
  color: #444;
}
.sidebar-author-text h3 {
  font-size: 1.4rem;
  margin: 0 0 10px;
  text-align: center;
}
.sidebar-author-social li {
  margin: 10px 10px 0 0;
  font-size: 1.6rem;
}
.sidebar-author-social li:last-child {
  margin: 10px 0 0 0;
}

/************** School Sidebar ************/

#sidebar-school-bio,
#sidebar-school-map {
  padding: 4%;
  background: #f3f3f3;
  border: 1px solid #ccc;
  margin: 0 0 25px;
}
.sidebar-school-img {
  margin: 0 0 20px;
}
.sidebar-school-img img {
  width: 70%;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.sidebar-school-text {
  font-size: 1rem;
  color: #444;
}
.sidebar-school-text h3 {
  font-size: 1.4rem;
  margin: 0 0 10px;
  text-align: center;
}
#sidebar-school-student {
  font-size: 1.2rem;
  line-height: 55px;
}
#sidebar-school-student img {
  border-radius: 100%;
  margin-right: 5px;
  height: 55px;
  width: 55px;
  display: inline-block;
  vertical-align: middle;
}
#sidebar-school-student .widget-content {
  text-align: center;
}

/*************** Article ****************/

.single .entry-content img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol {
  margin-left: 1.25em;
}

.entry-header {
  margin-bottom: 30px;
}
.entry-title {
  font-family: 'Oswald', sans-serif;
}

.author-box {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
}
.author-box.gallery {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: 000;
  border: none;
}
.author-box.gallery * {
  color: white;
}
.author-box.gallery .last-updated {
  display: none;
}
.author-box.gallery .trans-img.round-img {
  margin-bottom: 0;
}
.author-box-picture {
  float: left;
  width: 7%;
  margin-right: 2%;
  box-sizing: border-box;
}
.author-box-picture img {
  width: 100%;
  height: auto;
}
.author-box-info {
  float: left;
  width: 40%;
  box-sizing: border-box;
}
.author-box-social {
  float: right;
  width: 51%;
  padding: 10px 0;
}
.author-box-alias {
  margin-right: 2%;
  width: 47%;
  float: left;
}

.article-partner-cards-wrap {
  padding: 20px 20px 0 20px;
  background-color: #f3f3f3;
  margin: 30px 0 0 0;
}
.article-partner-card {
  margin: 0 0 20px !important;
  padding: 10px;
  text-align: left;
  background-color: #fff;
}

.partner-social-links ul {
  margin: 10px 0 0 0;
}
.partner-social-links ul li {
  float: left;
  font-size: 1.5rem;
  margin: 0 9px 0 0;
}

.article-partner-card-logo {
  float: left;
  width: 40%;
  margin: 0;
}
.article-partner-card-info {
  width: 55%;
  float: left;
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0 0 0 5%;
}

.article-partner-card-info h4 {
  font-size: 1.1rem;
  margin: 0 0 5px;
}

.visit-partner {
  color: #fff;
  padding: 0 4px;
  font-size: 0.8rem;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
}

#post-gallery-wrap {
  position: relative;
  background-color: #000;
  padding: 2%;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
#gallery-entry-sharing {
}
#post-gallery img {
  height: 500px;
  width: 100%;
  margin-bottom: 0 !important;
  opacity: 0;
}
#post-gallery-prev,
#post-gallery-next {
  color: #fff;
  font-size: 8rem;
  opacity: 0.7;
  z-index: 9999;
  transform: translate(0, -50%);
}
#post-gallery-prev {
  position: absolute;
  top: 50%;
  left: 10px;
}
#post-gallery-next {
  position: absolute;
  top: 50%;
  right: 10px;
}
#post-gallery-pager a {
  width: 12%;
  float: left;
  display: block;
  padding: 1%;
  height: 100px;
  box-sizing: border-box;
}
#post-gallery-pager a img {
  width: 100%;
  height: 100%;
}

#post-gallery-more {
  padding-bottom: 20px;
}
#post-gallery-more h3 {
  color: #fff;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}
#post-gallery-more p {
  text-align: center;
}
#post-gallery-more a {
  text-decoration: none;
}

/*************** Sections ***************/

.section-header-wrap {
  margin-bottom: 30px;
  background-color: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.section-header {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-header-color {
  padding: 10px;
}
.section-header-text {
  text-transform: uppercase;
  color: #fff;
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1;
}
.section-header-logo {
  width: 25%;
  margin: 0 auto;
}
.section-header-logo img {
  max-width: 100%;
}

.sub-section-list {
  padding: 20px 5px 10px;
}
.sub-section-list a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 1rem;
  line-height: 2rem;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 0 10px;
  border-radius: 3px;
}
.sub-section-list a:hover {
  color: #fff;
}

.section-article,
.section-photo,
.section-video {
  margin-bottom: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.section-article-title {
  margin-bottom: 30px;
}
.section-featured-article {
  display: block;
}
.section-featured-article img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.section-article .entry-content img {
  float: right;
  width: 30%;
  margin: 0 0 10px 10px;
}
.gallery-entry-content {
  padding: 2%;
  background-color: #000;
  border-radius: 5px;
}
.gallery-entry-header,
.video-entry-header {
  color: #fff;
  margin-bottom: 10px;
}
.gallery-entry-header h2,
.video-entry-header h2 {
  text-decoration: none;
}
.gallery-entry-header a {
  color: #fff;
  text-decoration: none;
}
.gallery-entry-header a:hover {
  color: #fff;
}
.gallery-entry-sharing,
.video-entry-sharing {
  margin-bottom: 10px;
}
.archive-image-album-image-wrap {
  float: left;
  width: 50%;
  padding-right: 1%;
  box-sizing: border-box;
}
.archive-image-album-image {
  margin-bottom: 0 !important;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.archive-image-album-image-wrap img {
  width: 100%;
  height: 300px;
}
.archive-images {
  float: left;
  width: 50%;
  height: 300px;
}
.archive-images img {
  float: left;
  width: 49%;
  /* Firefox */
  height: -moz-calc(149px - 1%);
  /* WebKit */
  height: -webkit-calc(149px - 1%);
  /* Opera */
  height: -o-calc(149px - 1%);
  /* Standard */
  height: calc(149px - 1%);
}
.archive_image_1,
.archive_image_3 {
  margin-right: 2% !important;
}
.archive_image_1,
.archive_image_2 {
  margin-bottom: 2% !important;
}
.archive-image-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
}
.archive-images-more {
  margin: 10px 0 0 0;
}

.section-video {
}
.section-video .entry-content .video-link {
  width: 50%;
  float: right;
  margin: 0 0 10px 10px;
}
.section-video .entry-content .video-link img {
  width: 100%;
}
.section-video .entry-content .video-tag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*************** Video Archives Page ******/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.extended-height {
  height: 47rem;
}
.video_lightbox_content {
  padding: 20px 0 0 0;
}
.video_light_box_title {
  padding: 0 0 20px 0;
  line-height: 1;
}
.featherlight-iframe .featherlight-content {
  width: 60%;
  padding: 20px !important;
}
.video-item-inner {
  display: flex;
  flex-direction: column;
  grid-auto-flow: row;
  grid-template-rows: auto 1fr auto;
  justify-content: space-between;
  height: 100%;
}

.video-item {
  margin-bottom: 2.5rem;
}
.video-item a {
  position: relative;
  display: block;
}
.video-item img {
}
.video-item-description {
  margin-top: -2.5rem;
  margin-bottom: auto;
  padding: 10px 0;
}
.video-item-description h3 {
  margin: 0;
}
.video-item-description span {
  margin: 0;
  font-style: italic;
  font-size: 1rem;
}
.video-tag {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 4rem;
  top: 80px;
  color: #fff;
  opacity: 0.8;
}
.video-item a:hover .video-tag,
.section-news-item a:hover .video-tag,
.video-link:hover .video-tag {
  opacity: 1;
  color: #ff0000;
}

.video-entry-content {
  padding: 2%;
  background-color: #000;
  border-radius: 5px;
}
.video-entry-header a {
  color: #fff;
}
.video-entry-header a:hover {
  color: #fff;
}
.video-share-button {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.5rem;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  text-align: center;
  color: white;
  border: none;
  cursor: pointer;
  background: #121d39;
  border-radius: 8px;
}

/*************** Photos Archive Page ***********/

.post-type-archive-gnl_photos .pagination,
.post-type-archive-gnl_videos .pagination {
  text-align: center;
  margin: 30px 0 0;
}
.gallery-item-info {
  padding: 0.5rem;
  margin-bottom: 20px;
}
.gallery_item h3,
.gallery_item span {
  color: #fff;
}
.gallery_item h3 {
  line-height: 1.2;
}
.gallery_item span {
  font-size: 1rem;
}
.gallery_item a {
  position: relative;
  display: block;
}
.gallery_item img {
  width: 100%;
  border-radius: 0.25rem;
  pointer-events: none;
}
.gallery-tag {
  float: none !important;
  display: inline-block;
  margin: 0 3% 2px !important;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem !important;
  color: #fff;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 3px;
}

/**************** Single Photo Gallery *********/

.single-gnl_photos #content-contain,
.post-type-archive-gnl_photos #content-contain {
  background-color: #000;
}
.single-gallery-content {
  background-color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.single-gallery-entry-header {
  color: #fff;
  margin-bottom: 0;
}
.single-gallery-entry-header .entry-title {
  margin-bottom: 5px;
  color: #fff !important;
}
.gallery-info {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.gallery-description {
  margin-top: 1rem !important;
}
.gallery-description > p > a {
  color: #fff !important;
  font-weight: 600;
}
.single-gallery-publish {
  font-style: italic;
  font-size: 1rem;
}
.gallery-ads {
  float: right;
  width: 50%;
}
.gallery-ads h5 {
  color: #fff !important;
  margin-bottom: 5px;
  text-align: center;
}
.gallery-ads ul {
  margin: 0;
  list-style: none;
}
.gallery-ads li {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  float: left;
}
.gallery-ads li a img {
  margin: 0 !important;
}
.gallery-btns {
  border-top: 1px solid #333;
  padding: 20px;
  width: 75%;
  margin: 0 auto;
}
.single-gallery-wrap {
  position: relative;
  border-bottom: 1px solid #333;
}
#single-gallery-slide-wrap {
  position: relative;
  border-top: 1px solid #333;
}
#single-gallery {
  width: 100%;
  position: relative;
}
.single-gallery-slide {
  height: 600px;
  width: 100%;
}
.single-gallery-slide img {
  width: 95%;
  height: 95% !important;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#single-gallery-prev,
#single-gallery-next {
  color: #fff;
  font-size: 8rem;
  opacity: 0.7;
  z-index: 9999;
  transform: translate(0, -50%);
}
#single-gallery-prev {
  position: absolute;
  top: 50%;
  left: 10px;
}
#single-gallery-next {
  position: absolute;
  top: 50%;
  right: 10px;
}
#single-gallery-slide-pager {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  box-sizing: border-box;
}
#single-gallery-slide-pager a {
  display: block;
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  box-shadow: none;
}
#single-gallery-slide-pager a img {
  width: 100%;
  margin-bottom: 0 !important;
}

.single-gallery-menu {
  padding: 2%;
  border-bottom: 1px solid #333;
}

.gallery-btns ul {
  margin: 0;
}
.gallery-btns li {
  float: left;
  margin-right: 10px;
}

/*************** Events Stuff ***********/
.events-list .section-news-item-secondary .section-title {
  width: 100%;
  margin: 0 0 5px;
}
.events-list .section-news-item-secondary .section-tag {
  margin: 0;
  line-height: 1.5;
}
.date-wrap {
  text-align: center;
  float: left;
  width: 50px;
  margin-right: 10px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.date-wrap-inner {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #e4e8f1;
  box-sizing: border-box;
}
.date-wrap i {
  position: absolute;
  bottom: -4px;
  right: -4px;
  font-size: 0.6rem;
  background-color: green;
  color: #fff;
  padding: 0.2rem;
  border-radius: 0.6rem;
}
.date-day {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.date-month {
  font-size: 0.8rem;
  background-color: #fff;
}
.date-content {
  float: left;
  /* Firefox */
  width: -moz-calc(100% - 60px);
  /* WebKit */
  width: -webkit-calc(100% - 60px);
  /* Opera */
  width: -o-calc(100% - 60px);
  /* Standard */
  width: calc(100% - 60px);
}

.event-archive-wrap .event-article {
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.event-article h2 {
  font-size: 1.6rem;
  margin: 0;
}
.event-meta {
  margin: 0 0 5px;
  color: #666;
}
.event-meta a {
  color: #666;
}
.event-meta a:hover {
  text-decoration: underline;
}
.event-article-date {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.event-article-date .date-wrap {
  margin: 0;
  float: none;
  width: 100%;
}
.event-article-date .date-day {
  line-height: 2.4rem;
}
.event-time {
  color: #fff;
  padding: 0 4px;
  font-size: 0.8rem;
  vertical-align: text-top;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.event-entry-footer {
  background-color: #f3f3f3;
  padding: 5px;
  margin: 15px 0 0 0;
  border-top: 1px solid #ccc;
  color: #666;
}
.event-entry-footer .presented {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.event-article-info h2 {
  margin: 0 0 10px;
}

/*************** Single Event ***********/

.next-event {
  margin: 0 0 20px 0;
}
.next-event .date-time {
  float: left;
  line-height: 50px;
  margin: 0 0 0 5px;
}
.event-single-more,
.event-single-locations,
.event-single-event-info {
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.event-single-location-info {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.event-single-location-info ul {
  padding: 0;
  margin: 0;
  list-style: none none;
}
.event-single-location-info ul li {
  margin: 0;
}
.event-heading {
  font-size: 2rem;
  margin: 0 0 30px;
}
.event-single-location-map {
  float: left;
  width: 68%;
  padding: 2%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.event-single-more {
}
.event-single-more ul {
  margin: 0;
  padding: 0;
}
.event-single-more ul li {
  float: left;
  margin: 0 15px 20px 0;
}
.event-single-more ul li .date-wrap {
  margin: 0;
}

.event-category {
  margin: 0 0 20px;
}

/************** Authors ************/
.author-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style: none !important;
}
.author-list li {
}
.author-list li a {
  position: relative;
  padding: 0 0 0 10px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  box-shadow: none;
}
.author-list li a::after {
  position: absolute;
  font-family: FontAwesome;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin-left: 0.5rem;
  color: #666;
}
.letterlist {
  margin: 0;
  padding: 20px 0;
}
.letterlist li {
  border-right: 1px solid #ccc;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.letterlist li:last-child {
  border-right: none;
}
.letterlist li a {
  padding: 5px 5px;
}

/*************** Footer *****************/
.site-footer {
  font-size: 1rem;
  text-align: center;
  padding: 30px 0;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.site-info {
  font-size: 1rem;
}
.fcol h3 {
  font-size: 1.4rem;
  margin: 0 0 20px;
}
#fcol1 .footerlogo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#fterms {
  width: 100%;
  text-align: center;
}
#fterms ul {
  margin: 20px 0;
}
#fterms ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  border-right: 1px solid;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
#fterms ul li:last-child {
  border-right: 0;
}

.site-links2 ul {
  text-align: center;
  margin: 0;
}
.site-links2 li {
  display: inline-block;
  border-radius: 5px;
  margin: 0 1rem 0 0;
}
.site-links2 a {
  width: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  display: block;
}
.site-links2 a:hover {
  color: #fff;
}
.site-links2 {
  clear: both;
  margin-top: 2rem;
}
.site-links-footer {
  margin: 1rem 0 0 1rem;
}
.site-links-footer a {
  margin: 0 2rem 0 0;
}

.newsletter-signup {
  width: 80%;
  margin: 2rem auto 0;
}
.femail,
.fsubmit {
  font-size: 16px;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.femail {
  width: 65%;
  border-radius: 3px 0 0 3px;
}
.fsubmit {
  width: 34%;
  border-radius: 0 3px 3px 0;
  margin-left: -1.1%;
  background-color: #00a651;
  color: #fff;
}

/*************** Ads ********************/

.site-sponsor {
  margin: 0 0 20px;
}

/*************** Other ******************/
.facebook-bg {
  background-color: #3b5998;
}
.facebook-color {
  color: #3b5998;
}
.twitter-bg {
  background-color: #00aced;
}
.twitter-color {
  color: #00aced;
}
.linkedin-bg {
  background-color: #0076b5;
}
.linkedin-color {
  color: #0076b5;
}
.instagram-bg {
  background: linear-gradient(45deg, #5851db, #833ab4, #c13584);
}
.instagram-color {
  color: #8a3ab9;
}
.rss-bg {
  background-color: #f26522;
}
.rss-color {
  color: #f26522;
}
.newsletter-bg {
  background-color: #007fff;
}
.newsletter-color {
  color: #007fff;
}

#loading {
  font-size: 22px;
  line-height: 1;
  background: #ccc;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  background: #14944c;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: none !important;
}

.btn-secondary {
  background-color: #304775 !important;
}

.btn:hover {
  background: #18bc5f;
  text-decoration: none;
  color: #fff;
}

.rrssb-buttons li {
  margin: 0;
}

.btn.btn-small {
  padding: 5px 10px;
  font-size: 0.8rem;
}
.btn.btn-green {
  background-color: #28c039 !important;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  color: #fff;
  text-decoration: none;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.pagination li a:hover,
.pagination li.active a {
}

/* Animations */
.hover-scale {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.hover-scale:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.entry-embed-iframe {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Large */
@media only screen and (min-width: 75em) {
}

/* Med-Large */
@media only screen and (max-width: 75em) {
  .rss-bg {
    display: none !important;
  }
}

/* Medium */
@media only screen and (max-width: 64em) {
  .col-sm-12 {
    max-width: 100% !important;
  }
  .col-md-9 {
    flex-basis: 100% !important;
  }
  .row .col-md-6 {
    flex-basis: 100% !important;
  }

  .main-logo {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .mini-logo {
    display: none;
  }
  .site-links {
    display: none;
  }
  #menu-toggle {
    display: inherit;
  }
  .main-nav {
    display: none;
  }

  .main-nav-top-level {
    display: block;
  }
  .sub-menu {
    position: relative;
    background-color: #ddd;
    text-align: center;
  }

  .sub-menu li {
    background-color: inherit !important;
    border-bottom: 1px solid #fff !important;
  }

  #slider {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #slide-pager {
    display: none;
  }

  .home section {
    margin-bottom: 20px;
  }

  /************ Photo Galleries **********/

  .single-gallery-entry-header {
    margin: 0 !important;
  }

  .single-gallery-content {
    padding-bottom: 0 !important;
  }
  .gallery-info {
    float: none;
    margin: 0 0;
    width: 100%;
  }
  .gallery-ads h5 {
    display: none;
  }
  .single-gallery-slide {
    height: 450px;
  }
  .gallery-ads {
    width: 100%;
    float: none;
  }
  #single-gallery-slide-pager {
    height: auto;
    overflow: auto;
    border-right: none;
    border-top: 1px solid #333;
    white-space: nowrap;
  }

  #single-gallery-slide-pager a {
    display: inline-block;
    width: 80px;
    float: none;
    padding: 5px;
    box-shadow: none;
  }

  /*********** Sidebar *******************/
  .sidebar {
    margin-top: 30px;
  }

  #widget-search {
    padding: 70px 3% 4% 4%;
  }
}

@media only screen and (max-width: 63em) {
  #widget-search {
    padding: 70px 3% 4% 4%;
  }
}

/* Small */
@media only screen and (max-width: 48em) {
  .cont {
    width: auto;
  }
  #page {
    padding: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .section-header-text {
    font-size: 2.2rem;
  }
  .box-item a h3 {
    display: none;
  }
  #content-contain {
    padding: 0.5rem;
  }
  .archive h2,
  .page h2,
  .entry-embed-gallery h2,
  .entry-header h1,
  .search h2 {
    font-size: 1.6rem;
  }
  .pagination {
    text-align: center;
  }

  /******* Header *************/

  .site-header-main .row {
    padding: 0.5rem;
    box-sizing: border-box;
  }
  .sites-logos a {
    height: 50px;
  }
  .main-logo {
    margin-right: 0;
  }
  .site-sponsor {
    margin: 0 0 0.5rem;
  }

  /******* Home ***************/
  #widget-search {
    padding: 140px 3% 4% 4%;
  }

  /******* Article ************/

  .entry-header {
    margin-bottom: 15px;
  }
  .author-box-social {
    float: none;
    width: 100%;
    padding: 10px 0;
    clear: both;
  }
  .author-box-info {
    width: 83%;
  }
  .author-box-picture {
    width: 15%;
    margin-right: 2%;
  }

  .article-partner-card {
    width: 100%;
  }

  .article-partner-card-info h4 {
    font-size: 1rem;
  }

  /*********** partner *****************/
  #partner-banner {
    height: auto;
  }
  #partner-banner-left {
    width: 100%;
    height: 360px;
  }
  #partner-header-background {
    height: 300px;
    width: 100%;
  }
  #partner-content-container {
    display: block;
  }

  /*********** Photo Galleries **********/
  .single-gallery-slide {
    height: 280px;
  }
  #single-gallery-prev,
  #single-gallery-next {
    font-size: 3rem;
  }
  .gallery-btns {
    padding: 0.25rem;
    width: 100%;
    box-sizing: border-box;
  }
  .archive-image-album-image-wrap {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.33%;
  }
  .archive-images {
    float: none;
    width: 100%;
    height: auto;
  }

  .archive-images img {
    float: left;
    width: 24%;
  }

  .archive-image-album-image-wrap img {
    height: 225px;
  }

  .archive_image_1,
  .archive_image_2 {
    margin-bottom: 0 !important;
  }
  .archive_image_1,
  .archive_image_2,
  .archive_image_3 {
    margin-right: 1.33% !important;
  }

  /*********** Footer ********************/

  .fcol {
    margin-bottom: 30px;
  }
  .fcol:last-child {
    margin-bottom: 0;
  }

  /*********** Section View **************/

  .section-article .entry-content img {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }

  .author-box,
  .entry-header {
    margin: 0 0 15px;
  }
}

/* Smaller Mobile */
@media only screen and (max-width: 31em) {
  #widget-search {
    padding: 70px 3% 4% 4%;
  }
}

@media print {
  .sidebar {
    display: none;
  }
}
