/*
Theme Name: Dr Lisa Sparks
Theme URI: https://drlisasparks.com
Author: Bethany Edmonson
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/gothambook.eot');
    src: url('fonts/gothambook.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothambook.woff') format('woff'),
         url('fonts/gothambook.ttf') format('truetype'),
         url('fonts/gothambook.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#gotham-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.otf');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-family: 'Gotham-Book';
  font-size: 2.5rem;
  padding-bottom: 10px;
  color: #1f5486;
  font-weight: normal;
}
h2 {
  font-size: 2rem;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: none;
}
h2.entry-title {
  
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  font-family: 'Gotham-Book';
  font-size: 18px;
  line-height: 1.467;
  color: #1f5486;
}

/*.container {
	width: calc(100% - 30px);
	max-width: 1310px;
}*/

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

hr {
	margin: 60px auto;
	width: 85%;
	border-color: #9c1f16;
	border-width: 4px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

#content .gform_wrapper .top_label .gfield_label, #content .gform_wrapper legend.gfield_label, #content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none;
}

#content .gform_wrapper .top_label .label .gfield_label {
	display: block;
	font-size: 1.5rem;
}

#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=password] {
	font-family: 'Gotham-Book';
	font-size: 16px;
	letter-spacing: 0.1em;
	background-color: #fff;
	color: #a3a3a3;
	text-transform: uppercase;
	border: none;
	margin-top: 30px;
	height: 66px;
	line-height: 66px;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.entry-content input {
	border: 2px solid #9c1f16 !important;
}

.gfield_checkbox li {
	display: flex;
}
	.gfield_checkbox li label{
		margin-left: 5px !important;
		font-size: 1.25rem !important;
	}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: 0px !important;
}

input[type=submit] {
	background-color: #9c1f16;
	height: 50px;
	line-height: 50px;
	font-family: 'Gotham-Bold';
	padding: 0 35px 0 0;
	border-radius: 0;
	border: none;
	border-bottom: 4px solid #fff;
	margin-top: 30px;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.1em;
	position: relative;
}
	#primary input[type=submit] {
		background-color: #9c1f16;
		border-bottom: none;
		padding: 0 30px;
		font-size: 22px;
	}
	#primary input[type=submit]:hover {
		background-color: #1f5486;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
.submit-wrap {
	position: relative;
	display: inline-block;
}
	.submit-wrap::after {
		position: absolute;
		bottom: 19px;
		right: -4px; 
		width: 30px;
		height: 20px;
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		color: #fff;
	}
	#join-team .submit-wrap::after {
		right: 0px;
	}
	.submit-wrap:hover::after {
		right: -2px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#join-team .submit-wrap:hover::after {
		right: 3px;
	}



.button, .primary-btn {
	background-color: #1f5486;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0;
	border-radius: 0;
	border: none;
	margin: 30px auto;
}
	.button:hover, .primary-btn:hover {
		background-color: #9c1f16;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		color: #fff;
		text-decoration: none;
	}

.primary-btn {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	background-color: #1f5486;
	letter-spacing: 0;
	margin: 15px auto;
}
	header#masthead .primary-btn {
		margin: 0 0 0 8px;
	}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  padding: 40px 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 3rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 2rem;
}

.social {
}
	.social .fab {
		padding: 8px;
		font-size: 2rem;
	}
	.social .primary-btn {
		font-size: 1.5rem;
    padding: 10px 20px;
    height: auto;
	}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #1f5486;
}
	a:hover {
		color: #9c1f16;
		-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
  }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0;
  margin: 15px 0;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: 4px solid transparent;
  text-align: center;
}

#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  border-bottom-color: #9c1f16;
}

.navbar-brand {
  height: auto;
  width: 270px;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
	.navbar-brand img {
		width: 100%;
	}

.navbar-toggler {
	padding: 0;
	border: none;
	border-radius: 0;
	width: 60px;
	z-index: 999;
	background: transparent;
	line-height: 5px;
}
	.navbar-toggler.collapsed .icon-bar {
	  background-color: #1f5486;
	}
	.navbar-toggler .icon-bar {
	  background-color: #fff;
	  width: 45px;
	  height: 3px;
	  margin: 1px 4px;
	  display: inline-block;
	}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

#main-nav.navbar-collapse {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	padding: 210px 0 180px;
	background-color: #1d4f7e;
	z-index: 99;
	overflow: auto;
}
	#main-nav.navbar-collapse ul li {
		text-align: center;
	}
		#main-nav.navbar-collapse ul li a {
			display: inline-block;
		}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* Team Sparks Section */

#team-sparks {
	margin: 0 0 50px;
	position: relative;
	padding: 75px 0;
}
	#team-sparks::before {
	background: url(/wp-content/uploads/2019/11/image2.jpg) center center no-repeat #fff;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.4;
}
	#team-sparks .container {
		max-width: 1480px;
	}
	.team-sparks-image {
		margin-right: -15%;
	}
	.team-sparks-box {
		background-color: #9c1f16;
		color: #fff;
		padding: 80px 10% 50px;
	}
	.team-sparks-box h2 {
		font-family: 'Gotham-Bold';
		color: #fff;
		font-size: 2rem;
		line-height: 1.1;
		text-transform: uppercase;
	}
		.team-sparks-box h2 i {
			/* font-size: 48px; */
			font-family: 'Gotham-Book';
		}
		.team-sparks-box form {
			text-align: center !important;
		}
		.team-sparks-box .gform_footer {
			display: none;
		}

#meet-lisa {
	background-color: #1f5486;
	margin: 50px 0;
	padding: 0 0 90px;
}
	.meet-lisa-image {
		display: inline-block;
		position: relative;
	}
	.meet-lisa-image::before {
		position: absolute;
		bottom: -5%;
		right: -5%;
		width: 100%;
		height: 100%;
		border: 4px solid #fff;
		content: '';
		z-index: 1;
	}
	.meet-lisa-image img {
		display: inline-block;
		position: relative;
		z-index: 2;
	}
	.meet-lisa-box {
		padding-left: 75px;
		position: relative;
	}
		.meet-lisa-box::before {
			/* content: "\201C"; */
			font-size: 3rem;
			position: absolute;
			top: -60px;
			left: -5px;
			color: #fff;
		}
	#meet-lisa h2 {
		background-color: #fff;
		margin: 0 0 75px;
		padding: 50px 0;
		font-family: 'Gotham-Bold';
		color: #1f5486;
		text-transform: uppercase;
		font-size: 2rem;
		position: relative;
		text-align: center;
	}
	#meet-lisa h2 span, #news h2 span, #district h2 span {
		background-color: #fff;
		padding: 0 15px;
		position: relative;
		z-index: 2;
	}
		#meet-lisa h2::before {
			content: "";
			position: absolute;
			top: 73px;
			width: 50%;
			height: 4px;
			left: 0;
			background-color: #1f5486;
			z-index: 1;
		}
	#meet-lisa h3 {
		font-family: 'Gotham-Bold';
		color: #fff;
		font-size: 1.5rem;
		line-height: 1;
	}
	#meet-lisa h4 {
		font-family: 'Gotham-Book';
		color: #fff;
		font-size: 1.25rem;
		line-height: 1.2;
		font-weight: normal;
	}

#news {
	background-color: #9c1f16;
	margin: 50px 0;
	padding: 0 0 75px;
}
	.news-box {
		padding-left: 75px;
		position: relative;
	}
		.news-box::before {
			content: "\201C";
			font-size: 3rem;
			position: absolute;
			top: -60px;
			left: -5px;
			color: #fff;
		}
.news-slider .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 2rem;
}
.news-slider .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 2rem;
}
.news-slider .slick-prev {
	left: -50px;
}
.news-slider .slick-next {
	right: -50px;
}
	#news h2 {
		background-color: #fff;
		margin: 0 0 75px;
		padding: 50px 0;
		font-family: 'Gotham-Bold';
		color: #9c1f16;
		text-transform: uppercase;
		font-size: 2rem;
		position: relative;
		text-align: center;
	}
		#news h2::before {
			content: "";
			position: absolute;
			top: 73px;
			width: 50%;
			height: 4px;
			left: 0;
			background-color: #9c1f16;
			z-index: 1;
		}
	#news h3 {
		font-family: 'Gotham-Bold';
		color: #fff;
		font-size: 1.5rem;
		line-height: 1;
	}
	#news h3 a {
		color: #fff;
	}
		#news h3 a:hover {
			text-decoration: none;
		}

#district {
	background-color: #1f5486;
	margin: 50px 0 0;
	padding: 0 0 90px;
}
.district-image {
		display: inline-block;
		position: relative;
	}
	.district-image::before {
		position: absolute;
		bottom: -5%;
		right: -5%;
		width: 100%;
		height: 100%;
		border: 4px solid #fff;
		content: '';
		z-index: 1;
	}
	.district-image img {
		display: inline-block;
		position: relative;
		z-index: 2;
	}
	.district-box {
		padding-left: 50px;
		position: relative;
	}
	#district h2 {
		background-color: #fff;
		margin: 0 0 90px;
		padding: 50px 0;
		font-family: 'Gotham-Bold';
		color: #1f5486;
		text-transform: uppercase;
		font-size: 2rem;
		position: relative;
		text-align: center;
	}
		#district h2::before {
			content: "";
			position: absolute;
			top: 73px;
			width: 50%;
			height: 4px;
			left: 0;
			background-color: #1f5486;
			z-index: 1;
		}
	#district h3 {
		font-family: 'Gotham-Bold';
		color: #fff;
		font-size: 1.5rem;
		line-height: 1;
		margin-top: 0;
	}

#join-team {
	background-color: #9c1f16;
	border-top: 4px solid #fff;
	padding: 50px 0 45px;
}
	#join-team input[type=text] {
		margin-top: 0;
		width: 400px;
	}
	#join-team input[type=submit] {
		margin-top: 0;
	}

a.read-more {
	background-color: transparent;
	height: 50px;
	line-height: 50px;
	font-family: 'Gotham-Bold';
	padding: 0 35px 0 0;
	border-bottom: 4px solid #fff;
	margin-top: 30px;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
}
	a.read-more::after {
		position: absolute;
		top: 0;
		right: -10px; 
		width: 30px;
		height: 20px;
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		color: #fff;
	}
	a.read-more:hover {
		text-decoration: none;
	}
	a.read-more:hover::after {
		right: -7px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

.container.head {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.section-top {
	background-color: #fff;
}

#home-content {
	margin: 0 auto 60px;
	max-width: 840px;
	text-align: center;
	font-size: 24px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  /* padding-top: 4.125rem; */
}

#primary {
	padding-bottom: 60px;
}

.about-header {
	background-color: #1f5486;
	margin: 50px 0;
	padding: 50px 0 70px;
}
	.about-image {
		display: inline-block;
		position: relative;
	}
	.about-image::before {
		position: absolute;
		bottom: -5%;
		right: -5%;
		width: 100%;
		height: 100%;
		border: 4px solid #9c1f16;
		content: '';
		z-index: 1;
	}
	.about-image img {
		display: inline-block;
		position: relative;
		z-index: 2;
	}
	.about-box {
		padding-left: 75px;
		position: relative;
	}
		.about-box::before {
			content: "\201C";
			font-size: 3rem;
			position: absolute;
			top: -60px;
			left: -5px;
			color: #fff;
		}
	.about-header h3 {
		font-family: 'Gotham-Bold';
		color: #fff;
		font-size: 1.5rem;
		line-height: 1;
	}
	.about-header h4 {
		font-family: 'Gotham-Book';
		color: #fff;
		font-size: 1.25rem;
		line-height: 1.2;
		font-weight: normal;
		margin-top: 45px;
	}

.page-id-11 #primary:first-child {
	padding-bottom: 0;
}

#honors {
	background-color: #9c1f16;
	padding: 75px 0;
	margin: 0;
}
#honors h2 {
	font-family: 'Gotham-Bold';
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
#honors .col-xl-2, #honors .col-xl-10 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.honors-icon {
	background-color: #fff;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding-top: 30px;
	margin: 15px auto;
	text-align: center;
}
.honors-icon .fas {
	color: #9c1f16;
	font-size: 1.5rem;
}
#honors h4 {
	font-family: 'Gotham-Bold';
	font-size: 1.25rem;
	line-height: 1.35;
	color: #fff;
}

#primary a.read-more {
	color: #9c1f16;
	border-bottom-color: #9c1f16;
}
	#primary a.read-more::after {
		color: #9c1f16;
	}

.blog header.entry-header {
	margin-bottom: 45px;
}

.blog h2.entry-title {
	background-color: #9c1f16;
	font-size: 2rem;
	padding: 50px 50px 50px 90px;
	font-family: 'Gotham-Bold';
	color: #fff;
	text-align: left;
	margin-top: 0;
	text-transform: none;
	position: relative;
}
	.blog h2.entry-title::before {
		content: "\201C";
		font-size: 2rem;
		position: absolute;
		top: 0;
		left: 40px;
		color: #fff;
	}

.single header.entry-header {
	margin-bottom: 60px;
}

.single h1.entry-title {
	background-color: #9c1f16;
	font-size: 2rem;
	padding: 50px 50px 50px 100px;
	font-family: 'Gotham-Bold';
	color: #fff;
	text-align: left;
	margin-top: 0;
	text-transform: none;
}
	.single h1.entry-title::before {
		content: "\201C";
		font-size: 3rem;
		position: absolute;
		top: 0;
		left: 40px;
		color: #fff;
	}

.entry-meta, .posted-on, .byline, .comments-link {
	color: #1f5486;
	font-family: 'Gotham-Book';
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-size: 1.2rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.entry-title > a {
  color: inherit;
}

.border-image {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 3em;
	margin-bottom: 1.5em;
}
	.border-image::before {
		position: absolute;
		bottom: -5%;
		right: -4%;
		width: 100%;
		height: 100%;
		border: 4px solid #9c1f16;
		content: '';
		z-index: 1;
	}
	.border-image img {
		display: inline-block;
		position: relative;
		z-index: 2;
		margin-right: 0;
	}
.border-image.right {
	float: right;
	margin-right: 0;
	margin-left: 3em;
}
	.border-image.right::before {
		right: auto;
		left: -4%;
	}
	.border-image.right img {
		margin-left: 0;
	}

.page-id-136 h2 {
	font-size: 26px;
	margin-top: 45px;
	text-transform: uppercase;
}

.page-id-136 a.read-more {
	float: right;
	font-size: 20px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
	font-family: 'Gotham-Book';
  color: #fff;
  background-color: #1d4f7e;
  border-top: 4px solid #fff;
  padding-top: 75px;
  padding-bottom: 0;
  text-align: center;
}
.footer-nav {
	font-size: 22px;
	letter-spacing: 0.04em;
}
	.footer-nav ul {
		padding: 0;
		margin: 0;
	}
		.footer-nav ul li {
			list-style-type: none;
			display: inline-block;
			padding: 4px 18px;
		}
			.footer-nav ul li.highlight {
				background-color: #9c1f16;
				margin-left: 8px;
			}
		.footer-nav ul li a:hover {
			text-decoration: none;
		}
			
footer#colophon .social {
	padding-top: 50px;
	padding-bottom: 50px;
}
.paid-for span {
	display: inline-block;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 5px 9px;
	margin-bottom: 60px;
}
.paid-for p {
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.copyright {
  padding: 25px 0;
  text-align: center;
  background-color: #fff;
}
	.copyright span {
		font-family: 'Gotham-Bold';
		font-size: 11px;
		background-color: #1d4f7e;
		color: #fff;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		text-align: center;
		display: inline-block;
	}

footer#colophon a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
  	font-size: 17px;
  }
  h1 {
  	font-size: 2rem;
  }
  .navbar-toggler {
	width: 60px;
  }
	.navbar-toggler .icon-bar {
	  width: 45px;
	  height: 3px;
	  margin: 1px 4px;
	}
	header#masthead {
 		padding: 30px 0;
	}
	#main-nav.navbar-collapse {
		padding: 180px 0 150px;
	}
	#masthead .navbar-nav > li > a {
	  margin: 10px 0;
	  font-size: 2rem;
	  border-bottom: 6px solid transparent;
	}
	.team-sparks-image {
		margin-right: 0;
	}
	.about-header h3, #honors h2, #meet-lisa h3, #news h3, #district h3 {
		font-size: 1.5rem;
	}
	.about-box::before, .meet-lisa-box::before, .news-box::before {
		font-size: 3rem;
	}
	.about-header h4 {
		margin-top: 30px;
		margin-left: 30px;
	}
	#join-team input[type=submit] {
		margin-top: 15px;
	}
	.about-box {
		margin-top: 90px;
	}
	.meet-lisa-box {
		margin-top: 60px;
		padding-left: 60px;
	}
	.news-box {
		padding-left: 60px;
	}
	.district-box {
		margin-top: 60px;
		margin-left: 0;
	}
	#meet-lisa, #news {
		padding: 0 0 60px;
	}
	#meet-lisa h2 {
		margin: 0 0 30px;
	}
	#news h2, #district h2 {
		margin: 0 0 45px;
	}
	#district h3 {
		margin-top: 30px;
	}
	.team-sparks-box {
		padding: 15px 30px 45px;
	}
	.team-sparks-box h2 {
		font-size: 1.75rem;
	}
	.single h1.entry-title::before, .blog h2.entry-title::before {
		font-size: 2rem;
	}
	.blog h2.entry-title, .single h1.entry-title {
		font-size: 1.75rem;
		padding: 45px 45px 45px 90px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
  	font-size: 16px;
  }
  h1 {
  	font-size: 2rem;
  }
  .navbar-toggler {
		width: 46px;
	}
	.navbar-toggler .icon-bar {
		width: 38px;
	  height: 3px;
	  margin: 0 4px;
	}
	header .social {
		display: none;
	}
	header#masthead {
 		padding: 15px 0;
	}
	#main-nav.navbar-collapse {
		padding: 150px 0 120px;
	}
	#masthead .navbar-nav > li > a {
	  margin: 5px 0;
	  padding: 5px 0;
	  font-size: 1.5rem;
	  border-bottom: 4px solid transparent;
	}
	footer#colophon {
		padding-top: 45px;
	}
	.footer-nav {
		font-size: 18px;
	}
	.footer-nav ul li {
		display: block;
		padding: 4px 16px;
		margin: 2px 0;
	}
	.footer-nav ul li.highlight {
		margin-left: 0;
		margin-top: 6px;
	}		
	footer#colophon .social {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.paid-for span {
		font-size: 14px;
		padding: 4px 7px;
		margin-bottom: 45px;
	}
	.copyright {
		padding: 15px 0;
	}
	.about-header h3, #honors h2, #meet-lisa h3, #news h3, #district h3 {
		font-size: 1.25rem;
	}
	#honors h4 {
		font-size: 1.1rem;
		margin-top: 5px;
	}
	#meet-lisa h4 {
		font-size: 1.1rem;
	}
	#join-team input[type=text] {
		margin-top: 15px;
	}
	.team-sparks-box {
		padding: 30px;
	}
	.team-sparks-box h2 {
		font-size: 1.75rem;
	}
	.team-sparks-box h2 i {
		font-size: 1.75rem;
	}
	#content input[type=text], #content input[type=email], #content input[type=password] {
		margin-top: 15px;
	}
	input[type=submit], a.read-more {
		font-size: 22px;
	}
	.meet-lisa-box::before, .news-box::before {
		font-size: 80px;
		top: -45px;
	}
	.meet-lisa-box, .news-box {
		padding-left: 45px;
	}
	#meet-lisa, #news, #district {
		padding: 0 0 45px;
		margin: 0 0 30px;
	}
	.blog h2.entry-title, .single h1.entry-title {
		font-size: 1.75rem;
		padding: 30px 30px 30px 60px;
	}
	.blog h2.entry-title::before, .single h1.entry-title::before {
		font-size: 2rem;
		left: 30px;
	}
	.single header.entry-header {
		margin-bottom: 30px;
	}
	#honors .col-xl-2 {
		padding-top: 15px;
		padding-bottom: 0;
	}
	#honors .col-xl-10 {
		padding-top: 0;
		padding-bottom: 15px;
		text-align: center;
	}
	#meet-lisa h2, #news h2, #district h2 {
		font-size: 28px;
	}
	#meet-lisa h2::before, #news h2::before, #district h2::before {
		top: 67px;
	}
	#content.site-content {
		padding-top: 30px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  
}



/*
	Eric edits
*/
#main.issues article {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#main.issues .hero {
	padding: 1rem;
	background-color: #9c1f16;
	color: #fff;
	margin-bottom: 0.5rem;
}
#main.issues .hero h1 {
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Gotham-Book';
	letter-spacing: 1px;
	margin: 1rem 0 0 0;
}
#main.issues .hero h1 strong {
	font-weight: 700;
	font-family: 'Gotham-Bold';
}

#main.issues .more {
	font-family: 'Gotham-Bold';
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 0.5rem;
}

#main.issues .hidden {
	display: none;
}

#main.issues .items {
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

#main.issues .items .item {
	flex-basis: 364px;
	margin: 1rem;
	background-color: #9c1f16;
	color: #fff;
	margin-bottom: auto;
}

#main.issues .items .item img {
	width: 364px;
	height: 455px;
	object-fit: cover;
}

#main.issues .items .item .title {
	padding: 1rem 1rem 0 1rem;
	color: #fff;
}

#main.issues .items .item .hidden {
	padding: 0 1rem 1rem 1rem;
	color: #fff;
}

#main.issues .items .item h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.34rem;
}

#main.issues .content {
	margin-top: 1rem;
}

#main.issues .content blockquote {
	font-size: 2rem;
	font-family: 'Gotham-Light';
}
#main.issues .content blockquote strong {
	font-family: 'Gotham-Bold';
}

@media(max-width: 767px) {
	#main.issues .items .item {
		margin: 1rem auto;
	}
}
