/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


/* Main Fonts 
*************************/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
  --primary-color: #07274b;
  --secondary-color: #0f4480;
  --accent-color: #f5a705;
  --rgba-color: rgba(32, 91, 160, 0.8);
  --dark-color: #353535;
  --light-color: #f9f9f9;
  --head-font: 'Montserrat', sans-serif;
  --body-font: 'Montserrat', sans-serif;
  --subhead-font: 'Montserrat', sans-serif;
  --head-weight: 700;
  --body-weight: 400;
  --link-weight: 600;
  --box-shadow: 0px 4px 20px rgba(149, 157, 165, 0);
}

::selection{
    background: var(--accent-color) !important;
    color: #fff;
    text-shadow: none;
}

/* Admin 
*************************/
.toolbar-bar {
  display: block;
  z-index: 1100 !important;
}

.hidden {
  display: none;
}

/* General Style 
*************************/
html,
body {
  overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
  background-color: #fff;
  color: var(--dark-color);
  font-family: var(--body-font) !important;
  font-size: 1.8rem !important;
}

.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.row>* {
  flex-shrink: 0;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}

.full {
    width: 100%;
}

.video {
    width: 100%;
    height: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.table .thead-dark th {
    background-color: var(--secondary-color) !important;
    border-color: transparent !important;
    color: #fff;
}

table tr th {
    background-color: var(--rgba-color) !important;    
}

.table-striped > tbody > tr > th {
	color: #fff;
}

.float-left {
  float: left;
  max-width: 400px !important;
}

.float-right {
  float: right;
  max-width: 400px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

p-20 {
    padding: 20px !important;
}


/* Misc Style 
*************************/
/* Scroll Top Button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 1.6rem;
  font-weight: var(--head-weight);
  border: none;
  outline: none;
  background-color: var(--accent-color);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: var(--secondary-color);
}

#page-wrapper * {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#wrapper {
    overflow-x: hidden;
}

.region-featured-top .block-views {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

img {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  border-radius: 4px;
}

blockquote {
    /*font-family: var(--head-font);*/
    /*font-weight: 700;*/
    font-size: 2rem;
    padding: 20px 0px 20px 40px;
}


.signature {
  max-width: 200px !important;
}

hr {
  margin: 1.5rem 0 1.5rem !important;
}

.center-text {
  text-align: center;
  margin: 0px auto;
}

@media (min-width: 992px) {
.shift-left {
    position: relative;
    top: 0px;
    right: 60px;
}

.shift-right {
    position: relative;
    top: 0px;
    left: 60px;
}
}

@media (max-width: 767px) {
  .path-frontpage #topBtn {
    bottom: 120px;
    right: 16px;    
  }
}

/* Scroll Down Button */
#block-scrolldownicon {
    display: block;
    position: absolute;
    bottom: 80px;
    z-index: 10;
}
.scroll-btn {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 12px;
	font-size: 1rem;
	font-weight: var(--link-weight);
	color: #ffffff;
	letter-spacing: 1px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 28px;
	height: 48px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse-down > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 4px;
	height: 8px;
	margin: -4px 0 0 -2px;
	background: white;
	border-radius: 32%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.scroll-btn .mouse-top > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 4px;
	height: 8px;
	margin: -4px 0 0 -2px;
	background: white;
	border-radius: 32%;
	-webkit-animation: ani-mouse-top 2.5s linear infinite;
	-moz-animation: ani-mouse-top 2.5s linear infinite;
	animation: ani-mouse-top 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-webkit-keyframes ani-mouse-top {
	0% {
	opacity: 1;
	top: 50%;
	}
	15% {
	opacity: 1;
	top: 29%;
	}
	50% {
	opacity: 0;
	top: 29%;
	}
	100% {
	opacity: 0;
	top: 50%;
	}
}
@-moz-keyframes ani-mouse-top {
	0% {
	opacity: 1;
	top: 50%;
	}
	15% {
	opacity: 1;
	top: 29%;
	}
	50% {
	opacity: 0;
	top: 29%;
	}
	100% {
	opacity: 0;
	top: 50%;
	}
}
@keyframes ani-mouse-top {
	0% {
	opacity: 1;
	top: 50%;
	}
	15% {
	opacity: 1;
	top: 29%;
	}
	50% {
	opacity: 0;
	top: 29%;
	}
	100% {
	opacity: 0;
	top: 50%;
	}
}

/* Typography 
*************************/
h1 {
  font-family: var(--head-font);
  font-size: 4.8rem !important;
  letter-spacing: 0px;
  font-weight: var(--head-weight) !important;
  text-transform: capitalize;
  margin: 0px auto 40px !important;
}

h2 {
  font-family: var(--head-font);
  font-size: 3.2rem !important;
  letter-spacing: 0px;
  font-weight: var(--head-weight) !important;
  text-transform: capitalize;
  border-bottom: 0px solid #d6d6d6 !important;
  margin: 0px auto 20px !important;
}

h3 {
  font-family: var(--subhead-font);
  font-size: 2.2rem !important;
  font-weight: var(--link-weight) !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 0px auto !important;
}

h4 {
  font-family: var(--subhead-font);
  font-size: 1.6rem !important;
  font-weight: var(--link-weight) !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0px auto !important;
}

a, h3 a {
  font-family: var(--subhead-font);
  color: var(--dark-color);
  font-weight: var(--link-weight);
  text-decoration: none !important;
}

p a {
  font-family: var(--body-font);  
  color: var(--accent-color);
  font-weight: 400;
}

a:hover {
  color: var(--accent-color) !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  h1 {
    font-size: 4rem !important;
  }
}

/* Buttons Style
*************************/
.btn:not(:disabled):not(.disabled) {
  padding: .4rem .75rem;
  font-weight: var(--head-weight);
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 2px;
}

.resources .row > * {
  margin: 0px auto;
  padding: 12px
}

.btn-primary {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  border: 0px;
  border-radius: 2px;
}

.btn-primary:hover {
  background-color: var(--light-color) !important;
  color: var(--secondary-color);
  text-decoration: none;
}

.webform-button--submit,
.btn-primary-custom,
.field--type-link .field__item {
  display: inline-block;
  background-color: var(--accent-color) !important;
  color: #fff !important;
  text-align: center;
  margin-top: 20px;
  padding: 12px;
  font-family: var(--subhead-font) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  border: 0px solid transparent !important;
  border-radius: 2px;
}

.webform-button--submit:hover,
.btn-primary-custom:hover,
.field--type-link .field__item:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  text-decoration: none;
  border-color: var(--secondary-color) !important;
}

.btn-secondary {
  display: inline-block;
  background: var(--secondary-color) !important;
  color: #fff;
  padding: 12px;
  border: 0px solid transparent;
  border-radius: 2px;
}

.btn-secondary:hover {
  background-color: var(--accent-color) !important;
  color: #fff;
  text-decoration: none;
  border:  0px solid var(--accent-color) !important;
}

.btn-misc {
  display: inline-block;
  position: relative;
  background-color: rgba(32, 91, 160, 0.8);
  color: #fff;
  text-align: center;
  margin: 20px auto 0px;
  padding: 12px;
  border: solid 3px transparent;
  border-radius: 2px;
}

.btn-misc:hover {
  background: rgba(255, 255, 255, 0);
  color: #205ba0;
  font-weight: 600;
  border: solid 3px #205ba0;
}

/* Flexslider 
***********************/
.navbar-nav .nav-link.active, 
.navbar-nav .show>.nav-link {
  color: var(--accent-color) !important;
}

.view-featured-slider .view-content>* {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


/* Flexslider 
**********************/
.flexslider {
  width: 100vw;
  margin: 0px auto;
  border: 0px solid #ffffff !important;
  border-radius: 0px;
}

/* Highlighted Style
*************************/
.highlighted {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0px 4%;
  margin: 0px auto !important;
}


@media (max-width: 991px) {
  .highlighted {
    width: 100%;
    padding: 120px 4% 40px;
    margin: 0px auto !important;
  }
}

@media (max-width: 767px) {
  .highlighted {
    width: 100%;
    padding: 0px 4% 20px;
    margin: 0px auto !important;
  }
}

/* Bottom Navigation */
.bottom-nav {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 0px;
  will-change: transform;
  transform: translateZ(0);
  height: 100%;
  z-index: 2;
}

.bottom-nav-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 33.3332%;
  justify-content: center;
  margin: 12px;
  text-align: center;
}

.bottom-nav-item-active {
  color: var(--accent-color);
}

.bottom-nav-item-content {
  background: var(--primary-color);
  width: 100%;
  margin: 0px auto;
  padding: 32px !important;
}

.bottom-nav-item-content i {
  position: relative !important;
  color: var(--light-color);
  margin-bottom: 20px;
  z-index: 10;
}

.bottom-nav-item-content a {
  display: block;
}

.bottom-nav-item-content a h4 {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--subhead-font);
  font-weight: var(--head-weight);
  font-size: 1.4rem;
  color: var(--light-color);
  text-decoration: none;
  text-transform: capitalize;
  z-index: 10;
}

.bottom-nav-item-content:hover i, 
.bottom-nav-item-content a:hover {
  color: var(--light-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bottom-nav {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    will-change: transform;
    transform: translateZ(0);
    height: auto;
    max-height: 100%;
    z-index: 1000;
  }
  .bottom-nav-item {
    flex-grow: 1;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bottom-nav-item .item {
    height: 12vh;
    margin-bottom: 0px;
  }
  .bottom-nav-item-active {
    color: var(--accent-color);
  }
  .bottom-nav-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 332px;
    margin: 0px auto;
    padding: 0px !important;
  }
  .bottom-nav-item-content img {
    max-width: 28px;
    margin-bottom: 12px;
  }
  .bottom-nav-item-content h3 a {
    font-family: var(--body-font);
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
  }
}

/* General Page Style
*************************/
#main-wrapper {
  min-height: 1px;
}

#main-wrapper,
.region-featured-bottom-first,
.region-featured-bottom-second,
.region-featured-bottom-third,
.region-featured-bottom-sidebar {
  max-width: 1440px;
  margin: 0px auto;
}

.teaser-wrapper {
    position: relative;
    width: auto;
    bottom: 20px;
    z-index: 2;
}

.teaser-wrapper .views-field-title {
    margin-top: 20px;  
}

.teaser-wrapper .field-content a {
    color: var(--dark-color);
    font-size: 2rem;
    font-weight: var(--head-weight);
}

.teaser-wrapper .views-field-field-location, 
.teaser-wrapper .views-field-field-pubdate {
    font-size: 2rem;
    font-weight: var(--head-weight);
}

.node--view-mode-teaser h2 a:hover {
  color: var(--secondary-color) !important;
  text-decoration: none;
}

.news-blk,
.press-blk {
  width: 50%;
  max-width: 560px;
  margin: 40px auto;
  padding: 60px 4% 20px;
}

.news-blk h2,
.press-blk h2,
.video-blk h2 {
  margin: 20px auto 0px;
}

.views-field-body {
  margin: 12px auto 0px;	
}

@media (max-width: 1199px) {
  #main-wrapper {
    padding: 120px 2% 20px;
  }
}

@media (max-width: 991px) {
  #block-bottomnavigation {
    padding-bottom: 0px;
  }
  #main-wrapper {
    padding: 40px 2% 20px;
  }
}

@media (max-width: 767px) {
  #main-wrapper {
    padding: 80px 4% 20px;
  }
  .news-blk,
  .press-blk {
    width: 100%;
    max-width: 100% !important;
    margin: 40px auto;
  }
}

/* Featured Blocks Homepage */
.featured-bottom {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;  
    padding: 40px 4%;
}

.featured-bottom .region-featured-bottom-first {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0px auto 40px !important;   
}

.featured-misc .region-featured-bottom-second,
.featured-misc .region-featured-bottom-third {
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 1440px;
    margin: 80px auto !important;   
}


@media (max-width: 1199px) {
  .region-featured-bottom-first,
  .region-featured-bottom-second,
  .region-featured-bottom-third {
    padding: 80px 4%;
  }
}

@media (max-width: 767px) {
  .region-featured-bottom-first,
  .region-featured-bottom-second,
  .region-featured-bottom-third {
    margin: 0px auto !important;   
    padding: 0px 4% 40px !important; 
  }
}

/* Senator Block */
.senator-wrapper {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 4px;
    z-index: 1;
}
.senator-container {
  position: relative;
  width: 100%;
  max-width: 1440px !important;
  background: var(--rgba-color);
  padding: 40px 4%;
  margin: 0px auto;
  color: #fff;
  border-radius: 4px;
}

.senator-blk {
  display: flex !important;
  position: relative;
  align-items: center;
  margin: 0px auto !important;
  padding: 40px 20px;
  max-width: 100%;
}

.senator-blk .senator-info {
  margin-top: 20px;
  padding: 40px 40px 40px 80px;
}

.senator-social {
  display: inline-block;
}

.senator-info i,
.senator-wrapper .senator-blk .senator-info i {
  position: relative;
  bottom: 4px;
  color: var(--accent-color);
  font-size: 2rem;
}

.senator-info i:hover {
  color: var(--primary-color);
}

.senator-wrapper .senator-blk .senator-info i:hover {
  color: #fff;
}

.shift-left .senator-blk .senator-info {
    padding: 60px 120px 60px 200px;
  }

.senator-info h4 {
  color: var(--accent-color);
  font-weight: var(--link-weight);
}

.senator-img {
  display: block;
  position: relative;
  top: 0;
  max-height: 500px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
}

.senator-img img {
  max-width: 500px;
}

@media (max-width: 767px) {
  .senator-container {
    position: relative;
    margin-top: 140px;
    padding: 24px 12px;
  }
  .senator-img {
    margin-bottom: 40px;
  }
  .senator-blk .senator-info {
    margin-top: 0px;
    padding: 0px !important;
  }
}

/* District Block */
.district-block {
  display: flex;
  align-items: center;
  margin: 40px auto !important;
  padding: 40px;
  max-width: 1280px;
}

.district-info {
  margin-top: 20px;
}

.path-frontpage .district-img img {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.district-img {
  display: block;
  position: relative;
  top: 0;
  width: auto;
  max-height: 500px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-views>h2 {
    margin-left: 0px;
    text-align: center;
  }
}

/* Latest News Block */
.news-content:not(.view-frontpage-ux1) {
  min-height: 84px;
  margin: 0px auto;
  padding: 24px;
}

.block-content h2 {
  padding: 20px 16px;   
}

.news.block-content h2,
.news.featured-content h2,
.block-content .views-field-taxonomy-vocabulary-2 {
  position: absolute;
  top: 25px;
  left: 33px;
  color: #fff;
  background: var(--accent-color);
  margin: 0px auto 20px;
  padding: 12px;
  font-family: var(--subhead-font);
  font-weight: var(--head-weight);
  font-size: 1.8rem !important;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 10;
}

.news.twitter.block-content h2 {
    top: 25px;
    left: 33px;
    width: calc(100% - 66px);
    padding: 18px 12px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 4px;
}

.twitter-timeline {
    padding: 20px;
}

.twitter-timeline iframe {
    max-width: 360px;
    height: 100%:
}


.block-row.block-content .views-field-taxonomy-vocabulary-2 {
  top: 0px !important;
  left: 0px !important;
}

.featured-content,
.block-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.block-content .content {
  display: block;
  position: relative;
  color: var(--dark-color);
  height: 100%;
  margin: 0px auto;

}

.block-content .views-field-nothing {
    height: 100%;
}

.gray-bg .content,
.gray-bg > .views-field {
  background: var(--light-color);  
  padding: 0px; 
  border: 1px solid rgba(149, 157, 165, 0.35);
  border-radius: 4px;  
  box-shadow: var(--box-shadow);  
}

.news-content:last-child .views-field hr {
  display: none;
}

.news-content .views-field:first-child .field-content {
    position: relative;
    top: 0px;
}

.views-field-field-front-image .field-content {
  position: relative;
  height: 240px;
  border: 0px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.views-field-field-front-image .field-content a {
  display: block;
  width: 100%;
  height: 280px;
}

.views-field-field-front-image .field-content img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/*
.teaser-wrapper,
.featured,
.front-block {
  position: relative;
  width: auto;
  bottom: 0px;
  margin: 0px auto;
  padding: 4px !important;
  z-index: 1;
}
*/

.teaser-wrapper img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.teaser-wrapper .field-content a {
  color: var(--dark-color);
  font-size: 1.8rem;
  font-weight: var(--link-weight);
  text-decoration: none;
  text-transform: capitalize;
}

.teaser-wrapper .field-content a:hover {
  color: var(--accent-color);
}

.featured-bottom .field--type-entity-reference,
.featured-bottom .views-field-field-location, 
.featured-bottom .pubdate, 
.featured-bottom .datetime,
.featured-misc .field--type-entity-reference,
.featured-misc .views-field-field-location, 
.featured-misc .pubdate, 
.featured-misc .datetime{
  color: var(--accent-color);
  margin: 4px auto 0px;
  font-family: var(--subhead-font);
  font-size: 1.6rem;
  font-weight: var(--link-weight);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .region-featured-bottom-first,
  .region-featured-bottom-second,
  .region-featured-bottom-third {
    padding: 40px 4%;
  }
}

@media (max-width: 991px) {
  #block-bottomnavigation {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #block-homepage,
  .region-featured-bottom-first,
  .region-featured-bottom-second,
  .region-featured-bottom-third {
    padding: 40px 4%;
  }
  .views-field-field-front-image .field-content {
    height: 200px;
  }
}

/* Social Media iFrame Block */
.social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 520px;
    padding-left: 80px;
    z-index: 10;
}

.social-wrapper .content {
  width: 540px;
}

.social-info {
    margin-top: 20px;
    padding: 40px;
  }

  .social-info {
    padding: 40px 120px 40px 40px !important;
  }

  .social-info h2 {
    text-align: left;
  }
  
  .social-info h4 {
    color: var(--accent-color);
  }

/* Latest Videos Block */
.video-content {
  margin-bottom: 40px;
  padding: 12px !important;
}

.youtube-container {
  position: relative;
  margin-top: 0px;
  padding-bottom: 0%;
  border-radius: 4px;
  overflow: hidden;
}

.news-content .youtube-container {
  height: 240px;
}

.youtube-container iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-field-player {
  border: 0px;
}


/* General Node 
.node--view-mode-teaser {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

*/

/* Single Page View 
.field--name-field-feature-image img {
    width: 100%;
    height: auto;
}

.path-frontpage .field--name-body {
  margin-top: 0px;
}

.field--name-field-sub-title {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 20px;
  color: var(--dark-color);
  font-family: var(--accent-font);
  font-size: 3.6rem;
  letter-spacing: 0px;
  font-weight: var(--head-weight);
  font-style: italic;
  text-transform: capitalize;
  text-align: left;
  z-index: 100;
}

.node__content,
nav.tabs {
  margin: 0px !important;
}

.main-content {
  order: 0 !important;
  padding: 0px 40px;
}

@media (max-width: 767px) {
  .main-content {
    padding: 0px 20px;
  }
  .main-content iframe {
    min-height: auto !important;
  }
} */


/* Sidebar */
#sidebar_first {
    top: 36px;
}

#sidebar_first:has(.accent-menu) > aside {
    position: fixed;
}

.anchor {
  position: relative;
  top: -100px;
}

.accent-menu {
  background: var(--primary-color);
  border-radius: 10px;
}

.accent-menu ul {
  list-style: none;
  padding: 0px;
}

.accent-menu ul > li {
  margin: 8px 28px;
}

.accent-menu ul > li > a {
  color: var(--light-color) !important;
  font-size: 1.4rem;
}

.accent-menu ul > li > a:hover,
.accent-menu ul > li > a.active {
  color: var(--accent-color) !important;
}

.accent-menu ul > li > a.active:before {
  content: '';
  position: absolute;
  left: 36px;
  width: 100%;
  height: 24px;
  border-left: 3px solid var(--accent-color);
}


/* Sub Page Style 
*************************/
/* Main Wrapper */
.path-frontpage #main-wrapper {
    display: none;
}

#main-wrapper {
  max-width: 1280px;
  width: 100%;
  min-height: 1px;
  margin-top: 40px !important;
  padding: 0px 4% 80px;
}

#main-wrapper .views-field-title a,
.file a {
    color: var(--dark-color);
}

#main-wrapper .views-field-title a:hover,
.file a:hover {
    color: var(--accent-color);
}

.not-front h1 {
 position: relative;
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

.view-id-newsroom h2,
.field--type-entity-reference,
.field--name-field-sub-title {
  color: var(--dark-color);
  margin: 12px auto 0px;
  font-family: var(--subhead-font);
  font-size: 1.8rem;
  font-weight: var(--link-weight);
  letter-spacing: 0px;
  text-transform: uppercase;
}

.field--name-field-sub-title {
  margin-bottom: 20px !important;
  font-family: var(--head-font) !important;
  font-size: 2rem;
  font-style: italic;
  text-transform: capitalize !important;
}

.field--name-taxonomy-vocabulary-2,
.views-field-taxonomy-vocabulary-2,
#main-wrapper .views-field-field-pubdate,
#main-wrapper .field--name-field-pubdate,
#main-wrapper .datetime {
  color: var(--accent-color);
  font-family: var(--subhead-font);
  font-size: 1.6rem;
  font-weight: var(--link-weight);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.node--type-news .field--type-entity-reference,
.node--type-news .field--name-field-sub-title,
.layout-one-sidebar #main-wrapper .views-field-field-pubdate,
.node--type-news #main-wrapper .field--name-field-pubdate,
.path-newsletter #main-wrapper .views-field-field-pubdate,
.path-enewsletter #main-wrapper .views-field-field-pubdate,
.node--type-news #main-wrapper .datetime,
.field--type-smartdate {
   text-align: center;   
}

.path-events #main-wrapper,
.path-webform #main-wrapper,
.node--type-multimedia #main-wrapper,
.node--type-video #main-wrapper,
.node--type-event #main-wrapper,
.layout-no-sidebars.page-view-newsroom #main-wrapper,
.layout-no-sidebars.page-view-news #main-wrapper,
.node--type-news .layout__region--content .field--name-body,
.page-view-newsroom #main-wrapper .main-content,
.page-view-news #main-wrapper .main-content,
.fixed-width #main-wrapper .main-content {
  max-width: 680px;
  margin: 40px auto;
  padding-left: 0px;
  padding-right: 0px;
}

.node--type-news h3 {
  margin-bottom: 20px !important;
}

.path-frontpage .field--name-body {
  margin-top: 0px;
}

figure {
  margin: 20px auto !important;
}

figure img {
  min-width: 680px;
  height: auto;
}

.news-content figure {
  margin: 0px auto !important;  
}

figcaption {
  font-size: 1.4rem;
  font-style: italic;
}

@media (max-width: 1399px) {
#main-wrapper {
  max-width: 1280px;
  }
}

@media (max-width: 1199px) {
  #main-wrapper {
    padding: 40px 4% 20px;
  }
}

@media (max-width: 991px) {
  #main-wrapper {
    padding: 40px 8% 20px;
  }
}

@media (max-width: 767px) {
  .field--name-field-page-image {
    display: none;
  }
  .not-front h1 {
    width: 100%;
    font-size: 3.6rem !important;
  }
  #main-wrapper {
    padding: 80px 40px 20px !important;
  }
}

/* Sidebar */
#block-signuptorecieveupdates {
  background: #fff;
  border-radius: 4px;
}

#sidebar_first,
#sidebar_second {
  display: flex;
  justify-content: center;
  position: relative;
  top: 80px;
  padding: 20px;
}

#sidebar_second .views-field-title {
  width: 100%;
  margin: 12px auto 0px;
  text-align: left;
}

#sidebar_second .views-field-field-pubdate {
  margin: 8px auto 20px;
  text-align: left !important;
}

#sidebar_first > aside {
position: absolute;
}

#sidebar_first.fixed > aside {
position: fixed;
top: 108px;
}

.page-node-322 #sidebar_first.fixed > aside {
  position: absolute;
  top: 0px;
  }

.sidebar {
  margin: 0px 4px;
}

.sidebar h2 {
  font-family: var(--subhead-font);
  font-size: 2.6rem;
  margin-bottom: 12px !important;
  text-align: center;
  line-height: 1;
}

.sidebar .block {
padding: 20px !important;
border: 0px solid var(--primary-color) !important;
}

#sidebar_second.sidebar .block .view:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  z-index: -1;
}

#sidebar_second.sidebar .block .content .view-content {
    padding-left: 40px;
}

.sidebar a:not(.contextual-links a) {
  display: block;
  color: var(--dark-color);
  margin: 0px auto !important;
  padding: 0px !important;
  font-family: var(--subhead-font);
  font-size: 1.8rem;
  font-weight: var(--link-weight);
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: 0px solid #d6d6d6;
  line-height: 1.6;
}

@media (max-width: 991px) {
  #sidebar_second {
    display: none;
  }
  .sidebar .block {
    padding: 20px 0px !important;
  }
  .sidebar .block .sideNav {
    padding: 40px;
  }
  #sidebar_first > aside {
    position: relative;
    }
  #sidebar_first.fixed > aside {
    position: relative;
    top: 0px;
    }
  #sidebar_first.fixed > aside {
      position: relative;
      top: 0px;
    }
}

/* Staff Page */
.staff-container > * {
  align-items: center;
  align-content: center;
}
.staff-container .col-md-4 {
  display: flex;
  margin: 40px auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.staff-container .col-md-8 {
  margin: 40px auto;
}

/* FAQ Module */
.faqfield-answer {
  height: 100% !important;
}

/* Photo Gallery */
.node--type-photo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  }
  
  .node--type-photo .field--type-image {
    display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 280px;
  grid-auto-flow: dense;
  column-count: 4;
  }
  
  .node--type-photo .field--type-image .field__item {
  width: 100%;
  }
  
  .node--type-photo .field--type-image .field__item img {
    width: 100%;
  height: 100%;
    margin: 0px auto;
  object-fit: cover;
    object-position: top;
  border-radius: 10px;
  }
  
  .node--type-photo .field--type-image .wide {
  grid-column: span 2;
  }
  .node--type-photo .field--type-image .tall {
  grid-row: span 2;
  }
  .node--type-photo .field--type-image .square {
  grid-column: span 1;
  grid-row: span 1;
  }
  
  
  @media (max-width: 1199px) {
  .node--type-photo .field--type-image {
    column-count: 3;
  }
  }
  
  @media (max-width: 991px) {
  .node--type-photo .field--type-image {
    column-count: 2;
  }
  }
  
  @media (max-width: 767px) {
  .node--type-photo .field--type-image {
    column-count: 1;
  }
  }

/* Video Gallery */
.path-videos .youtube-container,
.node--type-multimedia .youtube-container,
.node--type-video .youtube-container,
.path-audio .youtube-container,
.youtube-container  {
  margin-top: 12px;
  padding-bottom: 58.75%;
}

.page-link {
  color: var(--primary-color) !important;
  padding: 16px !important;
  border: 0px !important;
}

.page-item.active .page-link {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--light-color) !important;
}

.page-link:hover {
  background-color: var(--accent-color) !important;
  color: var(--light-color) !important;
}


/* Webform */
legend {
  font-family: var(--subhead-font);
  font-size: 2.2rem !important;
  font-weight: var(--link-weight) !important;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 40px auto 20px !important;    
}

label {
  font-family: var(--subhead-font);
  font-size: 1.6rem;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 0px auto;   
}

.form-control:not(.btn),
.form-select {
  font-family: var(--body-font);
  font-size: 1.6rem !important;
  font-weight: var(--body-weight) !important;
  /* text-transform: capitalize; */
}

/* Contact Form */
.contact-form {
    height: 800px;
}
.news-form {
    height: 600px;
}

.field--name-field-event-image,
.field--type-file {
  margin: 20px auto;
  text-align: center;  
}


@media (max-width: 767px) {
    .contact-form {
    height: 1100px;
}   
}

/* Events Page */
.node--type-event .field--type-link {
  text-align: center;
  margin-bottom: 40px;
}

.field--type-link .field__item a {
  color: #fff !important;  
  text-align: center;
}

/* Pagination */
.pagination {
  margin-top: 60px;
  justify-content: center;
}
.page-link {
  color: var(--primary-color);
  padding: 8px 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.page-link:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--light-color);
}
.page-item.active .page-link {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

/* Large Button Style
*************************/
/* Button Block v2 With Animations */
.btn-block-v2 {
  position: relative;
  background: transparent;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  padding: 80px 0px;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 180px;
  margin-bottom: 12px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.item i {
  content:'';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  font-size: 1.5em;
  margin: 0px auto 20px;
  z-index: 2;
}

.item:hover i {
  color: var(--light-color);  
}

.item:before {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--rgba-color);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}

.item h3 {
  position: relative;
  margin-bottom: 28px;
  color: var(--light-color);
    text-transform: uppercase !important;
  z-index: 2;
}

.item:after {
  content: "";
  display:block;
  position:absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 0;
  height: 0;
  z-index: 0;
  overflow: hidden;
}

.item:hover:after {
  z-index: 0;
  overflow: hidden;
}

.item:hover {
  overflow:hidden;
  cursor:pointer;
}

.item:hover h3,
.item:hover h4 {
  position: relative;
  color: #fff;
}

.item:after {
    overflow:hidden;
}

item:hover:before, .item:hover:after {
  z-index: 1;
  animation: button 1s forwards;
  -webkit-animation: button 1s forwards;
  -moz-animation: button 1s forwards;
  opacity: 1 !important;
}

  @-webkit-keyframes button {
    0% {
      width: 0%;
      height: 6px;
    }
    50% {
      width: 100%;
      height: 6px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: var(--accent-color);
    }
}

/* Button Block - District Photo Collage */
.button-container {
    max-width: 1440px;
    padding: 40px !important;
    margin: 0px auto 80px !important;
}

.button-container img {
    border-radius: 4px;
}

.district-btn,
.district-btn .district-photo-grid {
    margin: 0px auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.district-photo-grid {
    position: relative;
    top: 40px;
    z-index: -1;
}

.district-photo-grid .img-responsive {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}

/* Newsletter Style
*************************/
/* Newsletter Page */
.node--type-news .main-content {
    max-width: 100% !important;
    padding: 0px !important;
}

.node--type-news .main-content p {
    max-width: 680px !important;   
}

.path-videos .main-content {
    max-width: 100% !important;
}

#1,
#2,
#3,
#4,
#5 {
  margin-top: 100px;
}

.ui-accordion .ui-accordion-header {
  font-weight: var(--head-weight);
}

.block-views-blocknews-block-1 h2,
.field--name-node-title {
  width: 100%;
  max-width: 880px;
  text-align: center;
  margin: 20px auto;
}

.field--type-entity-reference {
  text-align: center;
  margin-bottom: 20px;
}

.layout__region--content .field--name-field-pubdate,
.node--type-video .field--name-field-pubdate,
.field--type-smartdate {
  text-align: center;
  margin-bottom: 40px;
}

.anchor {
  position: relative;
  top: -80px;
}

/* Newsletter Email */
.nl-container-1,
.nl-container-2 {
  margin: 0px auto;
  padding: 20px 0px;
}

.nl-container-1 .nl-btn-block {
  margin: 0px auto;
  text-align: center;
}

.nl-container-1 .btn-primary-custom {
  display: inline-block;
  width: 30%;
  margin: 4px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nl-block {
  display: inline-grid;
  align-content: center;
}

.nl-block p {
  width: 100%;
}

.nl-block,
.nl-block-center,
.nl-style {
  margin: 12px auto;
  padding: 0px 12px;
}
.nl-style.nl-style-1,
.nl-style.nl-color-1 {
  background: var(--accent-color);
  border-radius: 4px;
}
.nl-style.nl-style-2,
.nl-style.nl-color-2 {
  background: var(--secondary-color);
}

.nl-style-1 {
  display: block;
  padding: 20px 40px;
  margin-bottom: 20px;
}

.nl-style-2 {
  display: table;
  margin-top: 100px;
  padding: 0px 40px;
}

.nl-block h3,
.nl-block-center h3 {
  font-weight: var(--head-weight) !important;
  text-align: center;
  margin: 32px auto 20px;
}

.nl-style h2 {
  color: #fff;
  margin: 0px auto !important;
}

.nl-style-2 .nl-header {
  position: relative;
  top: -100px;
}

.nl-header img,
.nl-block img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .nl-style-2 .nl-header {
    position: relative;
    top: -72px;
  }
}

@media screen and (max-width: 991px) {
  .anchor {
    position: relative;
    top: -280px;
  }
  .nl-block {
    display: block;
    align-items: center;
  }
  .nl-container-1 .nl-btn-block {
    width: 100%;
  }
  .nl-container-1 .btn-primary-custom {
    display: block;
    width: 100%;
    margin: 8px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .nl-style-1 .nl-header {
    padding: 20px 0px;
  }
  .nl-style-2 {
    margin-top: 80px;
  }
  .nl-style-2 .nl-header {
    position: relative;
    top: -60px;
  }
}



/* E-Update Info Style
*************************/
.block-ealert-info {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.node--type-ealert #main-wrapper {
   max-width: 680px;
}

.node--type-ealert .toggled #main-wrapper {
   max-width: 920px;
}

/* Footer Style
*************************/
.site-footer {
  background: var(--primary-color) !important;
  width: 100%;
  padding: 40px 4%;
  margin: 0px auto !important;
}
.site-footer__top p {
    line-height: 16px;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 40px 2% 0px;
  }

}

@media (max-width: 767px) {
  .site-footer {
    padding: 40px 4% 0px;
  }
}

@media (min-width: 851px) {
  .site-footer__top .region {
      width: 24%;
  }
}
/* Copyright */
.copyright-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dem-logo {
    max-width: 80px;
    width: 48px;
    padding: 0px 12px
}
.copyright a,
.copyright span {
    font-family: var(--subhead-font);
    font-weight: var(--link-weight);
}
.copyright a:hover {
    color: var(--accent-color) !important;
}