/*

Theme Name: KTWU

Theme URI: https://ktwu.org/

Description: A theme for the KTWU website

Author: Ginny Weaver Design

Author URI: http://www.ginnyweaver.com/

Template: twentysixteen

Version: 1.0

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

@font-face {
    font-family: 'PBS Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('PBS Sans Light'), url('fonts/PBSSansLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PBS Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PBS Sans Medium'), url('fonts/PBSSansMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PBS Sans Black';
    font-style: normal;
    font-weight: normal;
    src: local('PBS Sans Black'), url('fonts/PBSSansBlack.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PBSSans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PBSSans Regular'), url('fonts/PBSSans.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PBSSans-Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PBSSans-Bold Bold'), url('fonts/PBSSansBold.woff') format('woff');
    }


@font-face {
    font-family: 'felix_titlingregular';
    src: url('fonts/felix_titling_regular-webfont.woff2') format('woff2'),
         url('fonts/felix_titling_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-family: 'PBSSans-Bold Bold';
	font-weight: normal;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'PBSSans Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #003DA5;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
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 {
	
	font-family: 'PBSSans Regular', sans-serif;
	
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #999;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #003DA5;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	background-color: #e9e9ed;
	border: 1px solid #999;
	border-left: 0;
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #003DA5;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #0A145A;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */



.main-navigation {
	font-family: 'PBSSans Regular', sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-footer .main-navigation a {
	font-size: 16px;
}

.projects-menu a {
	letter-spacing: 1.5px;
}

.site-footer .main-navigation a:hover,
.site-footer .main-navigation a:focus {
	opacity: 1;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	
}

.main-navigation .primary-menu {
	
}

.main-navigation .menu-item-has-children > a {
	
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 58px;
}

.dropdown-toggle:after {
	border: 0 solid #fff;
	content: "\f431";
	font-size: 28px;
	left: 5px;
	position: relative;
	width: 58px;
	line-height: 48px !important;
	text-align: left !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #fff;
}

.dropdown-toggle:focus {
	outline: none;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.social-navigation a:before {
	font-family: "Font Awesome 5 Brands"; 
	font-weight: 400;
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin: 5px 0 0 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 7px 0.4375em 0;
}

.social-navigation li:last-of-type {
	margin-right: 0;
}

.social-navigation a {
	border: none;
	color: #fff;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	font-size: 24px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.site-footer .social-navigation a:hover:before,
.site-footer .social-navigation a:focus:before {
	color: #FFFFFF;
	opacity: 0.7;
	text-decoration: none;
}

.social-navigation a[href*="amazon.com"]:before {
	content: "\f270";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f09a";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.social-navigation a[href*="snapchat.com"]:before {
	content: "\f2ab";
}

.social-navigation a[href*="tiktok.com"]:before {
	content: "\e07b";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-navigation a[href*="untappd.com"]:before {
	content: "\f405";
	font-size: 20px;
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f40a";
}

.social-navigation a[href*="vine.co"]:before {
	content: "\f1ca";
}

.social-navigation a[href*="yelp.com"]:before {
	content: "\f1e9";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-navigation a[href^="mailto:"]:before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f0e0";
}

.social-navigation a[href$="/feed/"]:before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f09e";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: 'PBSSans Regular', sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'PBSSans Bold', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #003DA5;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 1px solid #cccccc;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 20px auto 2.947368421em;
	padding: 20px 20px;
	min-height: 56px;
	max-width: 1000px;
	position: relative;
	display: flex;
	justify-content: center;
}

.pagination:before,
.pagination:after {
	
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	opacity: 0.3;
	position: absolute;
	width: 40px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 40px;
	border-radius: 50%;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: relative;
	width: 40px;
	border-radius: 50%;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #003DA5;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'PBSSans Bold', sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #003DA5;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: 'PBSSans Regular', sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #003DA5;
	color: #003DA5;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}



.site-content {
	word-wrap: break-word;
	background-color: transparent;
	padding-top: 105px;
}

.page-template-template-homepage .site-content {
	padding-top: 0;
}


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-header-menu {
	
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: 'PBSSans Bold', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #003DA5;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.site-header-menu {
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	left: 0;
}

	.site-header-menu {
		
		
	}
	
	.main-navigation ul ul {
		display: block;
		margin-left: 0.875em;
	}

	.no-js .main-navigation ul ul {
		display: block;
	}

	.main-navigation ul .toggled-on {
		display: block;
	}
	
	

.hamburger {
 font:inherit;
 display:inline-block;
 overflow:visible;
 margin:0;
 padding:15px;
 cursor:pointer;
 transition-timing-function:linear;
 transition-duration:.15s;
 transition-property:opacity,filter;
 text-transform:none;
 color:inherit;
 border:0;
 background-color:transparent
}
.hamburger.toggled-on:hover,
.hamburger:hover {
 opacity:.7
}
.hamburger.toggled-on .hamburger-inner,
.hamburger.toggled-on .hamburger-inner:after,
.hamburger.toggled-on .hamburger-inner:before {
 background-color:#fff
}
.hamburger-box {
 position:relative;
 display:inline-block;
 width:32px;
 height:20px;
}
.hamburger-inner {
 top:50%;
 display:block;
 margin-top:-2px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
 position:absolute;
 width:32px;
 height:4px;
 transition-timing-function:ease;
 transition-duration:.15s;
 transition-property:transform;
 border-radius:4px;
 background-color:#fff
}
.hamburger-inner:after,
.hamburger-inner:before {
 display:block;
 content:""
}
.hamburger-inner:before {
 top:-10px
}
.hamburger-inner:after {
 bottom:-10px
}

.hamburger--squeeze .hamburger-inner {
 transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-duration:75ms
}
.hamburger--squeeze .hamburger-inner:before {
 transition:top 75ms ease .12s,opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
 transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze.toggled-on .hamburger-inner {
 transition-delay:.12s;
 transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transform:rotate(45deg)
}
.hamburger--squeeze.toggled-on .hamburger-inner:before {
 top:0;
 transition:top 75ms ease,opacity 75ms ease .12s;
 opacity:0
}
.hamburger--squeeze.toggled-on .hamburger-inner:after {
 bottom:0;
 transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
 transform:rotate(-90deg)
}

.menu-toggle {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 10;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	color: #fdbe56;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	
}

.menu-toggle:focus {
	outline: none;
}

.menu-toggle.toggled-on:focus {
	outline: none;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

body.search-results .entry-summary {
	margin-bottom: 0;
}

.search-results .site-main > article {
	margin-bottom: 0;
}

.search-results .site-main > article:last-of-type {
	margin-bottom: 20px;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	
}

.single-post .entry-content {
	max-width: calc(500px + 9%);
}

.blog-header {
	padding: 40px 4.5455% 0 4.5455%;
	margin: 0 auto;
	max-width: calc(500px + 9%);
}

.entry-content {
	min-height: 300px;
}

.entry-title {
	font-family: 'PBSSans-Bold Bold', sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
}

body.search-results .entry-header, .ktwu-schedules-search .post-content {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}

.search .content-area {
	min-height: 300px;
}

.search-results .entry-title {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #003DA5;
}

.post-thumbnail {
	
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1,
.elementor-template-full-width h1 {
	font-size: 34px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2,
.elementor-template-full-width h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3,
.elementor-template-full-width h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 30px;
	margin-bottom: 1.4736842105em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6,
.elementor-template-full-width h5,
.elementor-template-full-width h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.elementor h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.elementor-template-full-width h1,
.elementor-template-full-width h2,
.elementor-template-full-width h3,
.elementor-template-full-width h4,
.elementor-template-full-width h5,
.elementor-template-full-width h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-family: 'PBSSans-Bold Bold';
	font-weight: normal;
}

.entry-content h4,
.elementor-template-full-width h4 {
	font-family: 'PBSSans Regular';
	font-size: 18px;
	line-height: 1.4;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child,
.elementor-template-full-width h1:first-child,
.elementor-template-full-width h2:first-child,
.elementor-template-full-width h3:first-child,
.elementor-template-full-width h4:first-child,
.elementor-template-full-width h5:first-child,
.elementor-template-full-width h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

body.search .entry-summary, body.search:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #003DA5;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.ktwu-search-airing .updated:not(.published) {
	display: inline-block;
}

.ktwu-search-airing .updated {
	color: #999999;
}

.search .excerpt.entry-summary p {
	margin-bottom: 10px;
}

body.search a.post-thumbnail img {
	max-width: 200px;
  }

.search.no-sidebar .post-thumbnail img {
  margin: 0;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	
}

.page-header .page-title {
	font-family: 'PBSSans-Bold Bold', sans-serif;
	font-size: 30px;
	color: #0F1E8C;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'PBSSans Regular', sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #003DA5;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #003DA5;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #003DA5;
	display: inline-block;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #003DA5;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: 'PBSSans Bold', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #003DA5;
	font-family: 'PBSSans Regular', sans-serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: 'PBSSans Regular', sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

	
.site-footer {
	color: #000000;
	font-size: 16px;
	background-color: #FFCF00;
}

.site-footer p {
	font-size: 16px;
	font-size: 1rem;
}
	
.site-footer .main-navigation li > a {
	text-transform: none;
	color: #000000;
	letter-spacing: 0;
	padding: 7px 0;
}

.footer-contact {
	padding: 7px 0;
	line-height: 1.3125;
}

.site-footer .main-navigation li > a:hover {
	color: #003DA5;
}

.site-footer .footer-widget {
	margin-bottom: 30px;
}

.site-footer .footer-widget.footer-logo {
	margin-bottom: 40px;
}

.site-footer .main-navigation .primary-menu > li {
	float: none;
	display: block;
}

.footer-wrapper {
	padding: 60px 4.5455% 30px 4.5455%;
}

.site-info {
	text-align: center;
	background-color: #292929;
	padding: 10px 4.5455%;
}

.footer-navigation {
	display: none;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'PBSSans Regular', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: 'PBSSans Regular', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: 'PBSSans Regular', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/** start sticky header code */
	
.site-inner {
	padding-top: 0;
}
	
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	
}

.header-logo {
	position: fixed;
	top: 15px;
	left: 60px;
	width: 140px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 250;
}

/** end sticky header code */


/** start caroursel code */

/**
 * HOMEPAGE SLIDESHOW
 */

.carousel {
	position: relative;
	width: 100%;
	height: 550px;
	background-color: #444444;
}

.carousel-inner {
	height: 550px;
}

.carousel .carousel-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	align-items: center;
	padding: 0;
	overflow: hidden;
}

.page-template-template-homepage .carousel-inner .slide-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.page-template-template-homepage #carouselPro .carousel-inner .slide-overlay {
	justify-content: flex-start;
	align-items: flex-end;
}

#carouselPro .slide-content {
	margin-top: 0;
	padding: 30px 30px;
	width: auto;
	display: inline-block;
}

#carouselPro .slide-content p {
	font-style: italic; 
	color: #FFFFFF; 
	margin-bottom: 0; 
	padding: 15px 20px; 
	background-color: #81c22c;
}

.page-template-template-homepage .site-inner > .slide-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.35);
}

.carousel-item video {
	object-fit: cover;
  	width: 100vw;
  	height: 100vh;
  	position: absolute;
  	top: 0;
  	left: 0;
}

.carousel.carousel-fade .carousel-item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	background-position: center center;
	background-size: cover;
}

.carousel.carousel-fade .active.carousel-item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.slide-content {
	width: 100%;
	color: #FFF;
	padding: 20px 4.5455% 20px 4.5455%;
}

.page-template-template-homepage .carousel-control-next, .page-template-template-homepage .carousel-control-prev {
	z-index: 10;
	width: 7%;
	min-width: 40px;
	max-width: 70px;
}

.page-template-template-homepage .carousel-control-next.hide-arrows, .page-template-template-homepage .carousel-control-prev.hide-arrows {
	display: none;
}

.page-template-template-homepage .carousel-control-next {
	justify-content: flex-start;
}

.page-template-template-homepage .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	margin-right: 0;
}

.page-template-template-homepage .carousel-control-prev {
	justify-content: flex-end;
}

.page-template-template-homepage .carousel-control-prev-icon {
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
	 width: 30px;
	 height: 30px;
	 margin-left: 0;
}

.carousel-control-prev-icon {
   
}



.page-template-template-homepage .carousel-inner .slide-overlay.slide-left {
	justify-content: flex-start;
	text-align: left;
}

.page-template-template-homepage .carousel-inner .slide-overlay.slide-center {
	justify-content: center;
	text-align: center;
}

.page-template-template-homepage .carousel-inner .slide-overlay.slide-right {
	justify-content: flex-end;
	text-align: right;
}

.page-template-template-homepage .carousel-indicators.hide-circles {
	display: none;	
}

.page-template-template-homepage .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
	border-radius: 8px;
	border-top: none;
	border-bottom: none;
    margin-right: 9px;
    margin-left: 9px;
    text-indent: -999px;
    background-color: rgba(255,255,255,1);
}

.page-template-template-homepage .carousel-indicators li.active, .page-template-template-homepage .carousel-indicators li:hover {
    background-color: rgba(255,255,255,1.0);
}



/** end caroursel code */


/**
 * ACCORDION CODE
 * -----------------------------------------------------------------------------
 */

button.accordion {
    position: relative;
	background-color: #ffffff;
    cursor: pointer;
    width: 100%;
	font-weight: 400;
	text-transform: none;
    text-align: left;
	letter-spacing: 1px;
    outline: none;
    font-size: 36px;
	line-height: 36px;
    transition: 0.4s;
	border-radius: 0;
	border: none;
	padding: 30px 30px;
	color: #3aa8ff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.2s ease;
}

.multi-columns.three-values {
	padding: 0 4.5455% ;
}

.accordion-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 35px;
	right: 30px;
}

.accordion-icon:before, .accordion-icon:after {
	content: "";
	position: absolute;
}

.accordion-icon:before {
	left: 50%;
	width: 1px;
	margin-left: 0;
	height: 100%;
	border-left: 1px solid #424242;
}


.accordion-icon:after {
	top: 50%;
	height: 1px;
	border-top: 1px solid #424242;
	margin-top: 0;
	width: 100%;
}

button.accordion.active .accordion-icon:before {
	border-left: none;
}

.accordion-content {
	
}

.accordion-divider {
	background-color: #ffffff;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #424242;
}

div.accordion-wrapper {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 0;
    overflow: hidden;
	opacity: 0;
	border: 0;
	-webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
}

.accordion-text, .accordion-photo {
	padding-bottom: 40px;
}

.accordion-photo img {
	width: 100%;
	height: auto;
}

.multi-columns .accordion-text p {
    padding: 0;
    font-size: 20px;
	line-height: 30px;
}

.multi-columns .accordion-text p:last-of-type {
	margin-bottom: 0;
}

/** end Accordion code */


/* Button Animations */


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #81c22c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
.service-photo:hover + .service-icon.hvr-sweep-to-right:before,
.service-photo:focus + .service-icon.hvr-sweep-to-right:before,
.service-photo:active + .service-icon.hvr-sweep-to-right:before
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active,
.service-photo:hover + .service-icon {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


/**
 * MODAL WINDOW CODE
 */


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #FFFFFF; /* Fallback color */
  background-color: rgba(255,255,255,0.9); /* Green w/ opacity */
	background-color: #81c22c;
}

/* Modal Content/Box */
.modal-content {
  color: #FFFFFF;
  background-color: #81c22c;
  margin: 0 auto;
padding: 40px 20px 48px 20px;
border: none;
border-radius: 0;
  width: 100%; /* Could be more or less, depending on screen size */
	height: 100%;
  box-shadow: none;
  z-index: 100;
  position: relative;
  animation-name: animatetop;
  animation-duration: 0.3s
}

.home .modal-content {
	width: 90%;
}

/* Add Animation */
@keyframes animatetop {
  from {opacity: 0}
  to {opacity: 1}
}

/* The Close Button */
.close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
  float: right;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  border: none;
  text-shadow: 0;
	opacity: 1;
  z-index: 100;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  border: none;
}


/* Container for the entire search element */
.sb-search {
	display: block;
	position: fixed;
	top: 10px;
  	right: 10px;
	margin-top: 0;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: none;
	overflow: hidden;
	z-index: 300;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

/* The input element on the search element  */
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

input[type="search"].sb-search-input:focus {
	border-color: #efefef;
	background-color: #f8f8f8;
}

/* browser specific placholder text color */
.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}

.sb-search-input:-moz-placeholder {
	color: #ccc;
}

.sb-search-input::-moz-placeholder {
	color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}
/* format the search button and submit to share the same size and space */
.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
/* hide the submit but leave it clickable */
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

/* format the search icon */
.sb-icon-search {
	color: #fff;
	background: #000000;
	z-index: 90;
	font-size: 18px;
	font-family: "Font Awesome 5 Brands";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search img {
	width: 20px;
	height: 20px;
	margin: 10px;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

/* add the "active" color on the search button */
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #000000;
	color: #fff;
	z-index: 11;
}

/* adjust z-index to make sure the search submit is clikacble and not below any other elements */
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

input[type="search"].sb-search-input {
	width: -webkit-calc(100% - 70px);
	width:    -moz-calc(100% - 70px);
	width:         calc(100% - 70px);
}


/* Message Banner */

.homepage-banner {
	margin-top: 60px; 
	padding: 25px 5%; 
	display: flex; 
	flex-wrap: wrap;
}

.message-left {
	display: flex;
	width: 60%;
}

.message-left h2 {
	font-size: 25px;
	margin-bottom: 5px;
}

.message-left p:last-of-type {
	margin-bottom: 0;
}

.select-graphic .message-left {
	align-items: center;
}

.message-right {
	width: 40%;
	display: flex; 
	justify-content: center; 
	text-align: center;
	align-items: center;
}

.select-graphic .message-right {
	
}

.message-right a.message-button {
	padding: 20px; 
	display: inline-block;
}


/**
 * CUSTOM CODE
 */

.desktop-ads {
	width: 100%;
	display: none;
	justify-content: center;
	margin-top: 20px;
}

.desktop-ads .ad-container {
	width: 728px;
	max-width: 100%;
	margin-left: 20px;
    margin-right: 20px;
}

.mobile-ads {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.mobile-ads .ad-container {
	width: 320px;
	max-width: 100%;
}

a.get-emails {
	display: none;
}

.padlock-header h3 {
	padding-left: 22px;
	background-image: url("images/padlock-icon.png");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.page-id-30 #ui-datepicker-div {
	z-index: 15 !important;
}

.input-group input[type="submit"].sb-search-submit {
	z-index: 10;
	padding: 25px 20px 20px 20px;
}

/* browser specific placholder text color */
.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.form-control:-moz-placeholder {
	color: #ccc;
}

.form-control::-moz-placeholder {
	color: #ccc;
}

.form-control:-ms-input-placeholder {
	color: #ccc;
}

.fa-search:before {
  color: #003DA5;
}

.ktwu-schedules .fa-search:before {
  content: url("images/search-icon-blue.png");
	display: inline-block;
	width: 16px;
	height: 16px;
}

input[type="search"].form-control {
	padding: 14px 35px 12px 10px;
	border: 1px solid #003DA5;
  	border-radius: 0;
}

div.input-group {
	position: relative;
	margin-left: 5px;
}

.input-group-append {
	position: absolute;
	right: 5px;
	top: 7px;
	display: inline-block;
}

.distribution-list a {
	color: #1a1a1a;
}

body.page-id-1940 .pum-theme-1560 .pum-container, body.page-id-1940 .pum-theme-lightbox .pum-container {
  padding: 25px;
  border-radius: 3px;
  border: 0px solid #000000;
  box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
  background-color: rgba( 255, 255, 255, 1.00 );
}

.pum-theme-1560 .pum-content, .pum-theme-lightbox .pum-content, body.page-id-1940 .pum-theme-1560 .pum-title, body.page-id-1940 .pum-theme-lightbox .pum-title {
	max-width: 90%;
	color: #003DA5;
	font-family: 'PBSSans-Bold Bold', sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

.pum-theme-1560 .pum-content, .pum-theme-lightbox .pum-content {
  color: #000000;
  font-family: Tahoma;
  font-weight: 100;
}

.home .pum-theme-1560 .pum-content, .home .pum-theme-lightbox .pum-content, body.page-id-1940 .pum-theme-1560 .pum-content, body.page-id-1940 .pum-theme-lightbox .pum-content {
	font-family: 'PBSSans Regular', sans-serif;
}

.facebook-wrapper #cff .cff-item {
	padding-bottom: 0;
}

.hide-item {
	display: none !important;
}

.member-campaign a.button.product_type_variable-subscription.add_to_cart_button, 
.member-campaign .button.product_type_simple, 
.elementor-widget-woocommerce-product-related .button.product_type_variable-subscription.add_to_cart_button, 
.elementor-widget-woocommerce-product-related .button.product_type_simple, 
.elementor-widget-wc-archive-products .button.product_type_variable-subscription.add_to_cart_button, 
.elementor-widget-wc-archive-products .button.product_type_simple {
	display: none !important;
}

.member-campaign h1.elementor-heading-title {
	font-size: 60px;
	font-weight: normal;
	line-height: 1;
}

.product-template-default .elementor-widget-woocommerce-product-title h1.elementor-heading-title, .product-template-default.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2 {
	font-weight: normal;
}

.product-template-default .elementor-widget-woocommerce-product-title h1.elementor-heading-title, .product-template-default.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2 {
	margin-bottom: 20px;
}

body.archive:not(.home) .site-content {
  padding: 0;
}

.faq-accordion .elementor-accordion .elementor-tab-title {
  line-height: 1.3;
}

.faq-accordion .elementor-accordion .elementor-tab-content {
	padding: 20px;
}

.faq-accordion .elementor-accordion .elementor-tab-content p {
	margin-bottom: 0;
}

.campaign-products .woocommerce ul.products li.product .button.product_type_variable, .woocommerce .campaign-products ul.products li.product .button.product_type_variable {
	display: none;
}

.entry-content .felix-titling h1, .entry-content .felix-titling h2, .entry-content .felix-titling h3, .elementor-template-full-width .felix-titling h1, .elementor-template-full-width .felix-titling h2, .elementor-template-full-width .felix-titling h3, .felix-titling.elementor-widget-heading h1.elementor-heading-title.elementor-size-xl {
	font-family: 'felix_titlingregular',Georgia,'Times New Roman',serif;
}

.entry-content .elementor-widget-wp-widget-media_audio h5, .elementor-template-full-width .elementor-widget-wp-widget-media_audio h5 {
	margin-bottom: 10px;
}

body.single-product.woocommerce div.product p.price, body.single-product.woocommerce div.product span.price {
  color: #111111;
  font-size: 16px;
}

.elementor-add-to-cart.elementor-product-variable table.variations th.label {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper, .woocommerce-breadcrumb {
	display: none;
}

.entry-content .ktwu-header a, .elementor-template-full-width .ktwu-header a {
	color: #FFFFFF;
}

.entry-content .award-style h5, .elementor-template-full-width .award-style h5 {
	color: #ffcf00;
	margin-top: 0;
	margin-bottom: 0;
}

/**
 * Start updates to the Contact Form with Gravity Forms legacy markup removed
 */

#gform_wrapper_1.gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding-top: 0;
}

/**
 * End updates to the Contact Form with Gravity Forms legacy markup removed
 */

body .gform_wrapper.gravity-theme .gfield--type-total input[type="text"].ginput_total {
	padding-left: 0;
}

#gform_wrapper_19.gform_wrapper.gravity-theme .gfield .ginput_quantity {
	width: 4rem;
}

#gfield_description_3_37, #gfield_description_5_37, #gfield_description_3_43, #gfield_description_5_43 {
	display: none;
}

.gform_wrapper.gravity-theme input#input_3_8[type="text"], .gform_wrapper.gravity-theme input#input_5_8[type="text"] {
	padding-left: 0;
}

.gform_wrapper.gravity-theme #gform_3 div.gform_fields fieldset.gfield, .gform_wrapper.gravity-theme #gform_5 div.gform_fields fieldset.gfield {
    padding-right: 16px;
}

#gform_3, #gform_5 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  margin-bottom: 0;
  max-width: calc(100% - 32px);
  vertical-align: middle;
}

body .gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
}

.gform_wrapper.gravity-theme p.gform_required_legend {
	display: none;
}

.gform_wrapper .gift-content div.gfield_radio input[type="radio"]:checked + label {
  	font-weight: normal;
	color: #000;
	background-color: #ffcf00;
}

body .gform_wrapper ul li.gfield.label-hide {
	margin-top: 30px;
}

.gform_wrapper .label-hide > label.gfield_label {
	display: none;
}

.gform_wrapper.gravity-theme .label-heading > legend.gfield_label, .gform_wrapper.gravity-theme h3.gsection_title {
	font-size: 1.25em;
  	font-family: 'PBSSans-Bold Bold';
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

.gform_wrapper.gravity-theme h3.gsection_title {
	margin-bottom: 0;
}

body .gform_wrapper h2.gsection_title {
	font-weight: normal;
	margin-top: 40px !important;
}

.elementor .gform-body hr {
	background-color: #dddddd !important;
	height: 1px !important;
	line-height: 0 !important;
	padding: 0 !important;
	opacity: 1;
	margin: 20px 0 !important;
}

div.gchoice {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.gfield_radio div.gchoice {
	margin-bottom: 10px;
}

.gform_wrapper .gfield_radio div.gchoice input[type="radio"] {
	margin-top: 2px;
}

.gift-content div.gfield_radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gform_wrapper .gift-content div.gfield_radio label {
	width: 100%;
	max-width: calc(100% - 16px);
}

.gift-content div.gfield_radio .gchoice {
  margin: 0 0 15px 0;
  width: 20%;
  height: 40px;
  position: relative;
	text-align: center;
}

.gift-content div.gfield_radio label, .gift-content div.gfield_radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gift-content div.gfield_radio input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}



.gift-content div.gfield_radio label {
  padding: 0 5px;
	font-size: 18px !important;
	line-height: 40px;
	color: #fff;
	background-color: #0F1E8C;
	border-radius: 5px;
  cursor: pointer;
  z-index: 90;
}

.gift-content div.gfield_radio label:hover {
  background-color: #003DA5;
}

body .pum-theme-1560 .pum-content + .pum-close, body .pum-theme-lightbox .pum-content + .pum-close {
	right: 13px;
	top: 13px;
  height: 30px;
  width: 30px;
  padding: 0px;
  color: #000000;
  font-family: Arial;
  font-weight: 100;
  font-size: 28px;
  line-height: 28px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0 );
  text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0. );
  background-color: rgba( 0, 0, 0, 0 );
}

body .elementor-widget-accordion .elementor-tab-title {
	font-family: 'PBSSans-Bold Bold',sans-serif;
}

body .elementor-widget-accordion .elementor-tab-content {
	font-family: 'PBSSans Regular',sans-serif;
}

body .elementor-widget-accordion .elementor-tab-content a {
	text-decoration: underline;
}

.donate-levels ul, .donate-levels .elementor-widget-text-editor.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.ktwu-series-display hr {
	margin: 10px 0;
	height: 1px; 
	background-color: #efefef;
	opacity: 1;
}

.white-links a {
	color: #fff;
}

#pum-1568.pum-theme-1560 .pum-container, #pum-1568.pum-theme-lightbox .pum-container {
  padding: 30px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 0.5 );
  background-color: rgba( 255, 255, 255, 1.00 );
}

#pum-1568.pum-theme-1560, #pum-1568.pum-theme-lightbox {
  background-color: rgba( 0, 0, 0, 0.80 );
}

.popup-left {
	width: 50%;
	background-image: url("images/popup-1.jpg");
	background-position: center center;
	background-size: cover;
	border-radius: 10px 0 0 10px;
}

.popup-right {
	width: 50%;
	padding: 60px 40px;
}

#pum-1568.pum-theme-1560 .pum-container h2 {
	font-size: 26px;
	line-height: 28px;
	color: #0F1E8C;
}

.mobile-schedule .alt-button {
	font-family: 'PBSSans-Bold Bold';
	font-size: 30px;
}

.hd1, .hd2, .hd3 {
  color: #fff !important;
  background-color: #2b6c9c;
  padding: 5px 5px 2px 5px;
  line-height: .8em;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: .8em;
  border-radius: 2px;
}

.hd2 {
  background-color: #fdc010;
}

.hd3 {
  background-color: #27ae60;
}

.ktwudate {
  color: #0F1E8C;
  padding: 5px 5px 5px 8px;
}

.ktwutime {
  color: #999999;
  padding: 5px 30px 5px 0px;
}

.entry-content .ktwu-az-schedules .airlist h3, .elementor-template-full-width .ktwu-az-schedules .airlist h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.entry-content .elementor-3842 h5, .elementor-template-full-width .elementor-3842 h5 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.alt-button i, .learn-more i {
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.schedule-wrapper .alt-button.schedule-btn-high {
	  display: none;
}
	
.schedule-wrapper .alt-button.schedule-btn-low {
	  display: inline-block;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 20px;
}

.search-results .entry-header, .search-results .page-header, .search-no-results .page-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0;
}

.search-results .alt-button, .search-no-results .alt-button {
	font-family: 'PBSSans-Bold Bold',sans-serif;
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}

.search-results .site-main, .search-no-results .site-main {
	padding: 40px 20px 0 20px;
}

.page-header .page-title span {
  	font-family: 'PBSSans Regular',sans-serif;
	color: #000000;
}

.elementor .list-spacer ul {
	margin-bottom: 0;
}

.elementor .list-spacer ul li {
	padding: 3px 0;
} 

.elementor table {
	margin-bottom: 0;
}

.entry-content .elementor h1, .entry-content .elementor h2, .elementor-template-full-width .elementor h1, .elementor-template-full-width .elementor h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content .elementor-widget-heading h2, .elementor-template-full-width .elementor-widget-heading h2  {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: normal;
}

.entry-content .elementor-widget-heading h3, .elementor-template-full-width .elementor-widget-heading h3 {
	margin-bottom: 0;
	font-weight: normal;
}

.entry-content .ktwu-header h1, .elementor-template-full-width .ktwu-header h1 {
	margin-top: 0;
}

body .elementor-widget-button .elementor-button {
	font-family: 'PBSSans-Bold Bold';
	padding: 14px 25px 10px 25px;
}

body .elementor-widget-text-editor {
	font-family: 'PBSSans Regular';
}

body .elementor-widget-text-editor a {
	text-decoration: underline;
}

.slide-content a.learn-more {
	margin-bottom: 10px;
}

.event-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.event-listing h3 {
	margin-bottom: 15px;
}

.event-listing h4 {
	margin-bottom: 25px;
}

.event-photo {
	width: 240px;
}

.event-info {
	width: calc(100% - 270px);
}

.event-info.wide-event {
	width: 100%;
	max-width: 400px;
}

.event-info {
	margin-bottom: 10px;
}

.home-news h2.section-head {
	margin-bottom: 20px;
}

.home-activities h2.section-head {
	margin-bottom: 50px;
}

.alt-button {
	font-family: 'PBS Sans Black';
	font-size: 20px;
}

.schedule-wrapper .alt-button {
	position: absolute;
	top: 50px;
	right: 50px;
}
	
.schedule-wrapper .alt-button.schedule-btn-low {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin-top: 0;
	text-align: center;
}

.home-productions .alt-button {
	position: absolute;
	top: 60px;
	right: 4.5%;
}

.schedule-listing {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.schedule-listing:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.schedule-listing div {
	display: inline-block;
}

.s-time {
	width: 140px;
}

.s-time {
	font-size: 24px;
	font-family: 'PBSSans-Bold Bold';
}

.s-show {
	font-size: 16px;
	font-family: 'PBSSans-Bold Bold';
	margin-right: 20px;
}

.s-episode {
	font-size: 16px;
}

.home-schedule {
	position: relative;
	z-index: 5;
}

.schedule-wrapper {
	padding: 40px 20px 20px 20px;
	background-color: #f6f8fa;
	position: relative;
}

.home-support {
	padding: 60px 4.5%;
}

.page-template-template-homepage .home-support h2 {
	font-family: 'PBSSans-Bold Bold';
	font-size: 30px;
	text-transform: none;
	line-height: 1.2;
	margin: 15px 0 15px 0;
}

.support-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.support-block {
	text-align: center;
}

.support-block img {
	width: 60px;
	height: auto;
}

.live-nav {
	display: none;
	position: fixed;
	top: 0;
	right: 205px;
	z-index: 300;
}

.live-nav a {
	display: inline-block;
	padding: 0 10px;
	font-size: 15px;
	color: #ffffff;
	line-height: 60px;
	height: 60px;
}

.live-nav a:hover {
	color: #ffcf00;
}

.live-nav img {
	display: inline-block;
	margin-right: 5px;
}

a.donate-button {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 14px 0 70px;
	font-family: 'PBSSans-Bold Bold';
	font-size: 15px;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 0.03em;
	color: #000000;
	background-color: #ffcf00;
	background-image: url("images/ktwu-sos-logo.svg");
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 10px center;
	z-index: 300;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.donate-button:hover {
	color: #ffffff;
	background-color: #003DA5;
}

h2 {
	font-family: 'PBSSans-Bold Bold';
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 25px;
}

h2.section-head {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.entry-content h2.section-head, .elementor-template-full-width h2.section-head {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2.passport-headline img {
	display: inline-block;
	margin-top: -7px;
}

h3 {
	font-family: 'PBSSans-Bold Bold';
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 25px;
}

.one-fifth {
	width: 100%;
}

.one-sixth {
	width: calc(16.6666% - 5.8333px);
	margin-right: 7px;
}

.one-half:nth-of-type(2n), .one-third:nth-of-type(3n), .one-fourth:nth-of-type(4n), .one-sixth:nth-of-type(6n), .home-support .one-third:nth-of-type(3n) {
	margin-right: 0;
}

.site-footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'PBSSans-Bold Bold';
	font-weight: normal;
	margin-bottom: 8px;
}

.footer-copyright {
	margin-top: 20px;
}

.entry-content a {
	text-decoration: underline;
}

.show-posters {
	width: 100%;
	display: flex;
}

.poster-image {
	width: 16.666%;
	padding-right: 10px;
}

.passport-logo img {
	width: 100%;
	height: auto;
}

.home-passport, .home-activities {
	background-size: cover;
	background-position: center top;
	position: relative;
	color: #FFFFFF;
}

.home-passport a, .home-activities a {
	color: #FFCF00;
}

.home-passport a:hover, .home-activities a:hover {
	color: #ffffff;
}

.home-activities {
	background-position: center center;
}

.gradient-overlay, .black-overlay {
	padding: 60px 4.5%;
	background: url("images/gradient-overlay.png");
	background-repeat: repeat-y;
	background-size: 100%;
}

.home-activities.blue-gradient .black-overlay {
	background: rgba(0, 0, 0, 0);
}

.home-activities .black-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.home-productions {
	padding: 60px 4.5% 10px 4.5%;
	position: relative;
}

.home-production {
	margin-bottom: 50px;
}

a.home-production {
	color: #1a1a1a;
}

.home-production p {
	margin-bottom: 0;
}

.productions-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home-passport p {
	width: 60%;
}

.home-news {
	padding: 60px 4.5%;
}

.news-title {
	font-size: 20px;
	font-family: 'PBSSans-Bold Bold';
	margin-bottom: 10px;
}

.news-title a {
	color: #000000;
}

.news-title a:hover {
	text-decoration: underline;
}

.home-production .news-title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.home-production img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.news-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-block img {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin-bottom: 20px;
}

#carouselFSB.carousel {
	margin-top: 60px;
}

/** start sticky header code */
	
	.site-header {
		padding: 0;
	}
	
	.site-header.sticky {
		background-color: #000000;
		padding: 0;
	}
	
	header.sticky {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	
	.site-header.sticky .main-navigation .primary-menu {
		
	}
	
	.site-header.sticky .main-navigation a {
		
	}

/** end sticky header code */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.trans-submenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase;
	font-weight: 700;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.trans-submenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.trans-submenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #666;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: 'PBSSans-Bold Bold';
	font-weight: normal;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.trans-submenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: normal;
}

.page-template-template-full .entry-content {
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-template-template-full .entry-header {
	display: none;
}

.home .site-content {
	background-color: #FFFFFF;
}

.home-wrapper p {
	color: #838383;
}

.home-wrapper h2, .home-wrapper h3 {
	color: #333333;
}

body .home-text h3

.home-text .learn-more {
	margin-right: 15px;
}

.home-text .learn-more:last-of-type {
	margin-right: 0;
}

body:not(.home) .site-content {
  padding: 60px 0 0 0;
}

body.search-results:not(.home) .site-content, body.search-no-results:not(.home) .site-content {
  padding: 60px 0 60px 0;
}

.entry-header {
  padding: 60px 4.5455% 0 4.5455%;
}

body.error404 .page-header {
  padding: 60px 20px 0 20px;
}

body.error404 .page-header {
	padding-bottom: 25px;
}

.site-footer a {
	color: #003DA5;
}

.site-footer a:hover {
	color: #003DA5;
}

.footer-widget {
	 width: 100%;
}

.footer-contact {
	padding-left: 25px;
	background-position: left 10px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

.footer-email {
	background-image: url("images/icon-email.png");
}

.footer-phone {
	background-image: url("images/icon-phone.png");
}

.main-navigation.footer-widget a {
	white-space: normal;
}

.footer-logo img {
	max-width: 180px;
}

.home-headline h2 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}

.headline-divider {
	margin-bottom: 25px;
}

body:not(.home) .headline-divider {
	margin-bottom: 35px;
}

.headline-divider img {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.grey-bg {
	color: #FFFFFF;
	background-color: #424242;
	width: 100%;
}

.white-bg {
	color: #424242;
	background-color: #FFFFFF;
}

.yellow-bg {
	background-color: #FFCF00;
}

.coral-bg {
	color: #FFFFFF;
	background-color: #FE704E;
}

.blue-bg {
	color: #FFFFFF;
	background-color: #003DA5;
}

.page-template-default .entry-content, .post-template-default .entry-content, .page-content {
	margin-left: 4.5455%;
	margin-right: 4.5455%;
	margin-bottom: 80px;
}

.error404 .page-content, .search-no-results .page-content {
	margin-left: auto;
	margin-right: auto;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 0.8;
}

.archive .site-main {
	padding-bottom: 25px;
}

.yellow {
	color: #FFCF00;
}

.coral {
	color: #FE704E;
}

.blue {
	color: #003DA5;
}

.site-header {
	height: 60px;
	background-color: #000000;
}

h1.entry-title {
	margin-bottom: 25px;
}

.search h2.entry-title {
	font-size: 20px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 10px;
}

h1.entry-title, .elementor-widget-heading h1.elementor-heading-title.elementor-size-xl {
	font-family: 'PBSSans-Bold Bold';
	font-size: 38px;
	font-weight: normal;
	color: #0F1E8C;
	line-height: 1.2;
	text-transform: none;
}

.elementor-widget-heading h1.elementor-heading-title.elementor-size-xl {
	font-size: 38px;
}

a.anchor-link {
	display: block;
	visibility: hidden;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -1px;
}

#carouselFSB {
	display: none;
}

a.hide-button {
	display: none;
}

.wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

form label {
	width: 100%;
}

.hide-mobile {
	display: none;
}

.show-mobile {
	display: block;
}

.slide-subhead {
	font-family: 'PBSSans-Bold Bold';
	font-size: 20px;
}

.page-template-template-homepage .slide-content h2 {
	font-family: 'PBSSans-Bold Bold';
	font-size: 30px;
	text-transform: none;
	line-height: 1.2;
	margin: 0 0 0 0;
}

.page-template-template-homepage .slide-content p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.page-template-template-homepage .slide-content h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.overlay {
	color: #FFF;
	display: flex;
	align-items: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.overlay-content {
	padding: 20px 20px 40px 20px;
}

.entry-summary p {
	color: #999999;
}

a.learn-more, a.more-link {
	position: relative;
	font-family: 'PBSSans-Bold Bold';
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffcf00;
	border: 1px solid #ffcf00;
	border-radius: 30px;
	padding: 12px 25px 10px 25px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.more-link {
	padding: 8px 15px 6px 15px;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #003DA5;
	border: 1px solid #003DA5;
}

a.learn-more:hover, a.more-link:hover {
	color: #ffffff;
	background-color: #003DA5;
	border: 1px solid #003DA5;
}

a.more-link:hover {
	color: #ffffff;
	background-color: #0F1E8C;
	border: 1px solid #0F1E8C;
}

a.learn-more.button-outline:hover {
	color: #003DA5;
	background-color: #ffffff;
	border: 1px solid #003DA5;
}

a.learn-more.square-outline {
	color: #003DA5;
	background-color: transparent;
	border: 1px solid #003DA5;
	border-radius: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 12px 25px 11px 25px;
}

i.fa.hvr-icon:before {
	padding-left: 3px;
}

input[type="submit"], .learn-more.small-button, body #mc_embed_signup .button, button[type="submit"]:not(.search-submit) {
	font-family: 'PBSSans-Bold Bold';
  	font-size: 16px;
  	font-weight: normal;
	color: #000000;
  	background-color: #ffcf00;
  	border: 1px solid #ffcf00;
  	border-radius: 30px;
  	padding: 12px 25px 10px 25px;
	text-align: center;
	display: inline-block;
	margin-top: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input[type="submit"]:hover, body #mc_embed_signup .button:hover, button[type="submit"]:hover {
	color: #ffffff;
  	background-color: #003DA5;
  	border: 1px solid #003DA5;
}

input[type="submit"]:focus, body #mc_embed_signup .button:focus {
	color: #ffffff;
  	background-color: #003DA5;
  	border: 1px solid #003DA5;
}

.vehicle-donation label {
	margin-top: 20px;
}

body #mc_embed_signup .button {
  border-radius: 0;
  height: auto;
}

.learn-more.button-hide {
	display: none;
}

.multi-columns.menu-columns {
	margin-bottom: 0;
	justify-content: center;
}

.menu-columns .column-thirds.homepage-post {
	height: auto;
}

.page-template-template-menu h2 {
	text-transform: uppercase;
	margin: 0;
}

.slide-content p {
	font-size: 18px;
	margin-bottom: 0;
}

.home-row1 {
	background-color: #fdbe56;
	background-image: url("images/because-bg.jpg");
	background-size: cover;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	padding: 45px 4.5455%;
}

.flexible-content .home-row1 {
	background-color: #9b9b9b;
	background-image: none;
}

.flexible-content .home-row1 {
	margin-top: 0;
}

.home-row1 h3 {
	margin-bottom: 20px;
}

.home-row1 h3 a {
	color: #383536;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.home-row1 h3 a:hover {
	color: #fff;
	text-decoration: none;
}

.row1-wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
}

.page-template-template-homepage .site, .page-template-template-team .site {
	width: 100%;
	height: 100%;
	margin: 0;
}

.page-template-template-homepage .site-inner, .page-template-template-team .site-inner {
	height: 100%;
	margin: 0;
}

.edit-link {
	display: none;	
}

.clearfloat {
    clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (max-width: 984.999px) {
	
	body .elementor-button, a.learn-more, a.more-link, a.donate-button, input[type="submit"], .learn-more.small-button, body #mc_embed_signup .button, button[type="submit"]:not(.search-submit) {
		transition: all 0s !important;
	}
	
	.passport-logo {
		display: none;
	}
	
	.schedule-listing div.s-time {
	  display: block;
		margin-bottom: 10px;
	}
	
	.s-show {
		margin-bottom: 10px;
	}
	
	.one-fourth {
		margin-bottom: 50px;
	}
	
	.one-fourth:last-of-type {
		margin-bottom: 0;
	}
	
	.subhead {
		height: 200px;
		background-size: cover;
		background-position: center center;
	}
	
	.subhead img {
		display: none;
	}
	
	.page-template-template-homepage .site-inner > .slide-overlay {
		align-items: flex-end;
	}
	
	.slide-content {
		margin-bottom: 60px;
	}
	
	#carouselPro.carousel, #carouselPro .carousel-inner, #carouselPro.carousel .carousel-item, .page-template-template-homepage #carouselPro .carousel-inner .slide-overlay {
		height: 400px;
	}
	
	#carouselPro.carousel .carousel-item {
		position: relative;
	}
	
	.single-projects .learn-more {
		margin-top: 0;
	}
	
	
	
}


@media screen and (max-width: 782.99px) {
	
	/* Message Banner */

	.message-left {
		width: 100%;
	}

	.message-right {
		width: 100%;
		margin-top: 20px;
	}
	
	/* end Message Banner */
	
	#popmake-1568 {
		max-width: 90% !important;
	}
	
	.popup-left {
  		width: 0;
	}
	
	.popup-right {
  		width: 100%;
		padding: 50px 30px 30px 30px;
	}
	
	.one-half, .one-third, .one-fourth, .one-fifth, .one-sixth {
		width: calc(50% - 12.5px);
		margin-right: 25px;
	  }
	
	.one-half:nth-last-of-type(2n), .one-third:nth-last-of-type(2n), .one-fourth:nth-last-of-type(2n), .one-fifth:nth-last-of-type(2n), .one-sixth:nth-last-of-type(2n) {
		margin-right: 0;
	  }
	
	.home-production img {
		max-width: 350px;
	}
	
	.one-third {
		margin-bottom: 50px;
	}
	
	.one-third:last-of-type {
		margin-bottom: 0;
	}

}


@media screen and (max-width: 599.99px) {
	
	.facebook-wrapper {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.news-block.one-half {
		width: 100%;
	}
	
	.gift-content div.gfield_radio {
		justify-content: center;
	}
	
	.gift-content div.gfield_radio .gchoice {
  		width: 30%;
	}
	
	.event-info {
		width: 100%;
		margin-bottom: 0;
	}
	
	.event-photo {
		margin-bottom: 25px;
		width: 100%;
		max-width: 250px;
	}
	
	.home-passport p:last-of-type {
	  margin-bottom: 0;
	}
	
	.show-posters {
  		display: none;
	}
	
	.schedule-wrapper {
  		padding: 40px 20px 20px 20px;
	}
	
	.schedule-wrapper .alt-button, .home-productions .alt-button {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 20px;
	}
	
	.home-productions .alt-button {
		margin-bottom: 40px;
	}
	
	.schedule-listing:first-of-type {
	  border-top: 1px solid rgba(0,0,0,0.5);
	}
	
	.one-half {
		margin-bottom: 30px;
	}
	
	.one-half:last-of-type {
		margin-bottom: 0;
	}
	
	.post-wrapper {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}


@media screen and (max-width: 479.999px) {
	
	.input-group.mb-3 {
		width: 100%;
		display: block;
	}
	
	div.input-group {
		margin-left: 0;
	}
	
	.support-block {
	  text-align: left;
	}
	
	.home-passport p {
	  width: 80%;
	}
	
	.schedule-listing div.s-show {
	  display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.page-template-template-homepage .site-inner > .slide-overlay {
		align-items: flex-end;
	}
	
	.slide-content {
		margin-bottom: 40px;
	}
	
}


@media screen and (max-width: 479.999px) {

	.one-half, .one-third, .one-fourth, .one-fifth, .one-sixth {
		width: 100%;
		margin-right: 0;
	  }
	
	.home-production img {
		max-width: 100%;
	  }

}


/**
 * >= 480px
 */

@media screen and (min-width: 480px) {
	
	.testimonial-block {
		padding: 40px 40px 40px 95px;
		background-image: url("images/start-quote.png");
		background-size: 50px 39px;
		background-position: 25px 35px;
		background-repeat: no-repeat;
}
	
	.archive .post-wrapper {
		width: calc(50% - 12.5px);
		margin-right: 25px;
	}
	
	.archive .post-wrapper:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	.our-clients img {
		width: 30%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	a.headline-wrapper.values-circle {
	  top: 100px;
	  right: 6%;
	  width: 150px;
	  height: 150px;
	  display: flex;
	}
	
	.slide-content {
	  
	}
	
	#carouselFSB {
		display: block;
	}
	
	#carouselMobile {
		display: none;
	}
	
	.carousel {
		height: 550px;
	}

	.carousel-inner {
		height: 550px;
	}

	.carousel .carousel-item {
		height: 550px;
	}

	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 550px;
	}
	
	.footer-wrapper {
		justify-content: space-between;
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
	}
	
}


/**
 * >= 600px
 */

@media screen and (min-width: 600px) {
	
	.news-plus {
		display: flex;
		justify-content: space-between;
	}
	
	.news-wrapper {
		width: 66.666%;
	}
	
	.facebook-wrapper {
		width: calc(33.333% - 40px);
	}
	
	.schedule-wrapper .alt-button.schedule-btn-high {
	  	display: inline-block;
	}
	
	.schedule-wrapper .alt-button.schedule-btn-low {
	  	display: none;
	}
	
	.schedule-wrapper .alt-button {
	  	right: 20px;
	}
	
	.one-half, .one-fourth {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	
	.one-fourth:nth-of-type(2n) {
		margin-right: 0;
	}

	.sb-search {
		right: 160px;
	}
	
	input[type="search"].sb-search-input {
		width: -webkit-calc(100% - 380px);
		width:    -moz-calc(100% - 380px);
		width:         calc(100% - 380px);
	}
	
	.menu-hide {
		display: none !important;
	}
	
	.live-nav, a.donate-button {
		display: block;
	}
	
	.page-template-template-homepage .slide-content h3 {
	  font-size: 24px;
	}
	
	.footer-contact {
  		background-position: left 8px;
	}
	
	.footer-widget {
	  width: 48%;
	}
	
	.site-footer {
		font-size: 16px;
	}
	
	.site-footer p {
		font-size: 16px;
	}
	
	.site-footer .main-navigation a {
		font-size: 16px;
	}
	
	#carouselQuotes.carousel {
		height: 260px;
	}
	
	body #carouselQuotes h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.page-template-template-homepage .slide-content h2 {
		font-size: 34px;
	}
	
	.post-wrapper {
		width: 42%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: center;
	}
	
	.home .multi-columns.home-projects {
	  	display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.our-clients img {
		width: 22%;
	}

}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 710px) {
	
	body.single-product.woocommerce div.product div.images {
	  margin-bottom: 0;
	}
	
	.carousel {
		height: 550px;
	}

	.carousel-inner {
		height: 550px;
	}

	.carousel .carousel-item {
		height: 550px;
	}

	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 550px;
	}
	
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 0;
	}

	.site-main {
		
	}

	.site-header {
		
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 1.5em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		
	}

	.entry-title {
		font-size: 36px;
		line-height: 1.2727272727;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.elementor-template-full-width .elementor ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.elementor-template-full-width .elementor ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 15px;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


@media screen and (min-width: 768px) {

	.desktop-ads {
		display: flex;
	}

	.mobile-ads {
		display: none;
	}

}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 783px) {
	
	.header-logo {
		top: 9px;
		left: 60px;
		width: 180px;
	}
	
	input[type="search"].sb-search-input {
		width: -webkit-calc(100% - 550px);
		width: -moz-calc(100% - 550px);
		width: calc(100% - 550px);
	 }
	
	.live-nav {
		right: 340px;
	}
	
	.live-nav a {
	  padding: 0 6px;
	}
	
	.sb-search {
		right: 296px;
	}
	
	.newsletter-link {
		display: none !important;
	}
	
	a.get-emails {
		display: block;
		position: fixed;
		font-size: 14px;
		text-align: center;
		line-height: 1;
		color: #fff;
		background-color: #003DA5;
		padding: 5px 12px;
		border-radius: 30px;
  		top: 11px;
		right: 166px;
		z-index: 300;
	}
	
	a.get-emails span {
		font-size: 12px;
	}
	
	body.page-id-1940 .pum-theme-1560 .pum-container, body.page-id-1940 .pum-theme-lightbox .pum-container {
		max-height: 90%; 
		overflow-y: scroll;
	}
	
	.member-campaign h1.elementor-heading-title {
		font-size: 80px;
	}
	.shadow-custom1 {
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
	
	.home-passport p {
		width: 40%;
	}
	
	.home-support {
		padding: 80px 4.5%;
	}
	
	.one-third, .one-fifth {
		width: calc(33.3333% - 16.6666px);
		margin-right: 25px;
	}
	
	.one-third:nth-of-type(3n), .one-fifth:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.support-wrapper {
  		flex-wrap: nowrap;
	}
	
	.home-support .one-third {
		width: calc(33.3333% - 33.3333px);
		margin-right: 50px;
		padding: 40px 30px;
		border: 1px solid #efefef;
		border-radius: 30px 30px 30px 30px;
		box-shadow: 5px 12px 15px 0px rgba(0, 0, 0, 0.1);
	}
	
	.home-support .one-third:nth-of-type(2) {
		background-color: #fff;
	}
	
	h1.entry-title, .home-headline h2, .elementor-widget-heading h1.elementor-heading-title.elementor-size-xl, .page-header .page-title {
  		font-size: 48px;
	}
	
	.entry-content .elementor-widget-heading h2, .elementor-template-full-width .elementor-widget-heading h2 {
		font-size: 30px;
	}
	
	.home-wrapper {
		margin-top: 100px;
		margin-bottom: 100px;
		display: flex;
		align-items: flex-start;
	}
	
	.home-photo {
		width: 47%;
		position: relative;
	}

	.home-text {
		width: 53%;
		max-width: calc(580px + 10%);
		margin-left: auto;
		margin-right: auto;
		padding: 0 5%;
	}
	
	.page-template-template-homepage .slide-content h2 {
  		font-size: 40px;
	}
	
	.slide-content {
	  padding: 20px 6% 20px 6%;
	}

	.archive .post-wrapper {
		width: calc(33.333333% - 16.666666px); 
	}
	
	.archive .post-wrapper:nth-of-type(2n) {
		margin-right: 25px;
	}
	
	.archive .post-wrapper:nth-of-type(3n) {
		margin-right: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 910px) {
	
	.page-template-default .entry-header, .page-template-default .page-header {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 60px 4.5455% 0 4.5455%;
	}
	
	.search-results .entry-header, .search-results .page-header, .search-no-results .page-header {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 0;
	}
	
	.search-results .entry-content, .search-results .entry-summary, .page-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 0 20px;
	}
	
	.page-template-default .entry-content, .post-template-default .entry-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 0 4.5455%;
	}
	
	
	
	.site-header {
		
	}
	.content-area {
		
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		
	}

	.sidebar {
		
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.page-template-default.no-sidebar .content-area, .post-template-default.no-sidebar .content-area, .search-results.no-sidebar .content-area, .search-results.no-sidebar .entry-summary, .error404 .content-area, .search .content-area {
		margin: 0 auto;
		max-width: 1000px;
	}

	.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 {
		
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


@media screen and (min-width: 985px) and (min-height: 600px) {
	
	.home-schedule {
		padding: 0 4.5%;
		margin-top: -100px;
		position: relative;
		z-index: 5;
	}
	
	.page-template-template-homepage .carousel-indicators {
		bottom: 100px;
		z-index: 100;
	}
	
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 985px) {
	
	.desktop-ads .ad-container {
		margin-left: 10%;
	}
	
	.error404 .page-content, .search-no-results .page-content {
		min-height: 200px;
	}
	
	.entry-content h2, .elementor-template-full-width h2 {
	  font-size: 30px;
	  margin-bottom: 25px;
	}
	
	.schedule-wrapper {
		padding: 40px 40px 20px 40px;
	}
	
	.schedule-wrapper .alt-button {
	  	right: 40px;
	}
	
	.entry-content h2.section-head, .elementor-template-full-width h2.section-head {
		font-size: 34px;
	}
	
	.hover-grow {
		-webkit-transition: transform .6s ease;
		transition: transform .6s ease;
	}

	.hover-grow:hover {
		transform: scale(1.04);
	}
	
	.one-fifth {
	  width: calc(20% - 12px);
	  margin-right: 15px;
	}
	
	.one-fifth:nth-of-type(3n) {
		margin-right: 15px;
	}
	
	.one-fifth:nth-of-type(5n) {
		margin-right: 0;
	}
	
	.passport-logo {
		position: absolute;
		right: 4.5%;
		bottom: 60px;
		max-width: 250px;
		margin-top: 0;
		float: none;
	}
	
	.show-posters {
  		width: 65%;
	}
	
	.one-fourth {
		width: calc(25% - 15px);
		margin-right: 20px;
	}
	
	.one-fourth:nth-of-type(2n) {
		margin-right: 20px;
	}
	
	.one-fourth:last-of-type {
		margin-right: 0;
	}
	
	/* DESKTOP DISPLAY FOR SEARCH */
	
	.home-photo {
		width: 53%;
		position: relative;
	}

	.home-text {
		width: 47%;
		max-width: calc(580px + 14%);
		margin-left: auto;
		margin-right: auto;
		padding: 0 7%;
	}
	
	.home-wrapper {
		align-items: center;
	}
	
	.page-template-template-homepage .slide-content h3 {
	  font-size: 36px;
	}
	
	.footer-widget {
		width: 23%;
	}
	
	.page-template-template-homepage .slide-content h2 {
  		font-size: 50px;
	}
	
	#carouselPro.carousel .carousel-item {
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	
	.page-template-template-homepage .site-inner > .slide-overlay {
		height: 100%;
	}

	#carouselPro.carousel .carousel-item img {
		width: auto;
		max-height: 100%;
	}
	
	.archive .post-wrapper img {
		visibility: visible;
	}
	
	.modal-flex {
	  padding: 60px 40px 40px 40px;
	}
	
	.modal-photo {
		margin-right: 80px;
		width: 300px;
 		min-width: 300px;
	}
	
	.project-cats {
		display: block;
		margin-bottom: 0;
	}
	
	body:not(.search-results) .entry-summary {
		padding-left: 30px;
	}
	
	.accordion-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.accordion-text {
		width: 58%;
	}
	
	.accordion-photo {
		width: 38%;
	}
	
	.accordion-icon {
		width: 50px;
		height: 50px;
		top: 35px;
		right: 30px;
	}
	
	a.anchor-link {
		bottom: 75px;
	}
	
	.post-wrapper {
		width: 29.333333%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: center;
		padding-bottom: 0;
	}
	
	
	
	
	/* Button Animations */

	/* Radial Out */

	.hvr-radial-out:hover, .hvr-radial-out:active {
	  color: white;
	}

	.hvr-radial-out:hover:before, .hvr-radial-out:active:before {
	  -webkit-transform: scale(2);
	  transform: scale(2);
	}

	/* Icon Forward */

	.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
	  -webkit-transform: translateX(4px);
	  transform: translateX(4px);
	}

	/* Shutter Out Horizontal */

	.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:active {
	  color: white;
	}
	.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:active:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}
	
	.menu-wrapper {
		flex-wrap: wrap;
	}
	
	.hide-mobile {
		display: block;
	}

	.show-mobile {
		display: none;
	}

	.menu-wrapper {
		justify-content: space-around;
	}
	
	.site-content {
		padding: 178px 0 0 0;
	}
	
	.page-template-template-homepage .slide-content h2 {
		font-size: 42px;
		margin-top: 0;
	}
	
	#carouselFSB.carousel {
		height: 100%;
	}
	
	.carousel-inner {
		height: 100%;
	}
	
	.carousel .carousel-item {
		height: 100vh;
		min-height: 400px;
	}
	
	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 100%;
	}
	
	.overlay-content {
		padding: 40px;
	}
	
	.slide-content {
		padding: 20px 8% 20px 8%;
	}
	
	.site-footer nav.main-navigation {
		display: block;
	}
	
	.social-navigation li {
		margin: 0 7px 0 0;
	}
	
	
	
	.footer-navigation {
		display: block;
		margin: 0;
	}
	
	.footer-navigation ul {
		list-style: none;
		margin: 0;
	}
	
	.footer-navigation ul li {
		display: inline-block;
	}
	
	.footer-navigation a {
		font-size: 12px;
		padding: 0 0.875em;
	}
	
	

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 45px;
		line-height: 45px;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1,
	.elementor-template-full-width h1 {
		font-size: 42px;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	.elementor-template-full-width h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 30px;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.elementor-template-full-width h4,
	.elementor-template-full-width h5,
	.elementor-template-full-width h6 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


@media screen and (max-width: 1199.99px) {
	
	.event-listing {
		width: 100%;
		max-width: 900px;
		margin: 0 0 60px 0;
	}
	
	.event-listing:last-of-type {
		margin-bottom: 0;
	}
	
	.event-info.wide-event {
		max-width: 100%;
	}
	
	.slide-subheader span {
		display: block;
	}
	
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 1200px) {
	
	.event-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.event-listing {
	  width: 45%;
	}
	
	.s-show, .s-episode {
		font-size: 18px;
	}
	
	.sign-up {
		padding: 80px 10%;
	}
	
	.slide-content {
		
	}
	
	.about-wrapper {
	  padding: 120px 15% 120px 15%;
	}
	
	.about-us {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.about-photo {
		width: calc(35% - 60px);
		margin-right: 60px;
	}
	
	.about-text {
		width: 65%;
	}
	
	.our-services {
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.page-template-template-homepage .slide-content h2 {
  		
	}
	
	.page-circle {
  		width: 47%;
  		padding-top: 47%;
	}
	
	.modal-flex {
	  padding-left: 8%;
		padding-right: 8%;
	}
	
	.slide-circle {
		top: 150px;
		right: 16%;
		width: 46%;
		padding-top: 46%;
	}
	
	.our-clients img {
		width: 15%;
	}
	
	
	
	.main-navigation li > a {
	  
	}
	
	.main-navigation li li > a {
		margin-left: 0;
	}
	
	.site-footer .main-navigation li > a {
	  margin-left: 0;
	}
	
	
	
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}

@media screen and (min-width: 985px) and (max-width: 1259.999px) {
	
	.footer-navigation ul {
		margin: 0 20px;
		text-align: center;
	}
	
	.site-footer .social-navigation ul  {
		display: flex;
	}
}


@media screen and (max-width: 1259.999px) {
	
	.site-header-menu {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: #000000;
		padding-top: 80px;
		overflow-y: scroll;
		overflow-x: hidden;
	 }
	
	.site-header {
		
	}
	
	.site-header .main-navigation a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		text-transform: none;
		letter-spacing: 0;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	
	.site-header .main-navigation ul.primary-menu > li > a {
		color: #ffcf00;
	}
	
	.main-navigation ul ul {
		display: none;
		margin-left: 0.875em;
	}

	.no-js .main-navigation ul ul {
		display: block;
	}

	.main-navigation ul .toggled-on {
		display: block;
	}

}


/**
 * 14.5 - >= 1260px - Mobile breakpoint
 */

@media screen and (min-width: 1260px) {
	
	.pbs-kids span {
		display: none;
	}
	
	.pbs-kids a {
		width: 42px;
		height: 60px;
		background-image: url("images/pbs-kids-logo.png");
		background-size: 42px;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.header-logo {
  		left: 15px;
	}
	
	.dropdown-toggle.toggled-on {
		display: none;
	}

	input[type="search"].sb-search-input {
		width: -webkit-calc(100% - 500px);
		width:    -moz-calc(100% - 500px);
		width:         calc(100% - 500px);
	}
	
	.live-nav, a.donate-button {
		display: block;
	}
	
	.site-header-menu {
		padding-left: 210px;
	}
	
	.site-header-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: none;
	}
	
	.site-header-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
		display: none;
	}
	
	.site-header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .site-header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .site-header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		color: #FFCF00;
	}
	
	.site-header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 10px 4.5455%;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
	}
	
	.site-header-menu #mega-menu-wrap-primary {
		background-color: #000000;
	}
	
	.site-header .main-navigation .primary-menu > li {
		outline-offset: -8px;
		padding: 0 5px;
		white-space: nowrap;
		font-weight: 500;
	}
	
	.site-header-menu ul.primary-menu > li > a {
		line-height: 60px;
	}
	
	.site-header .main-navigation .primary-menu > li.hide-header {
		display: none;
	}
	
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: auto;
		min-height: auto;
	}

	.site-header-menu {
		display: block;
	}

	.main-navigation {
		margin: 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
		font-size: 15px;
		text-transform: none;
	}
	
	.site-header .main-navigation .primary-menu > li {
	  display: inline-block;
	}
	
	.site-header-menu .main-navigation .primary-menu > li > a {
	  position: relative;
		padding: 0;
	}
	
	.site-header .main-navigation ul#menu-top-nav > li > a:hover {
		color: #ffcf00;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #ffcf00;
		text-decoration: none;
	}

	.main-navigation ul ul {
		padding-top: 0;
		border-bottom: none;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		opacity: 0;
		transition-duration: 200ms;
		transition-timing-function: ease-in;
		transition-property: opacity;
		-webkit-transition-duration: 200ms;
		-webkit-transition-timing-function: ease-in;
		-webkit-transition-property: opacity;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		
		border: none;
		border-bottom-width: 0;
		
	}

	.main-navigation ul ul a {
		background-color: #000000;
		white-space: normal;
		width: 330px;
		text-transform: none;
		letter-spacing: 0;
		border-bottom: 1px solid rgba(255,255,255,.3);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	
	.main-navigation ul ul a:hover {
		color: #ffcf00;
	}
	
	.main-navigation ul ul li:last-of-type a {
		border-bottom: 0;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		
	}

	.main-navigation ul ul:before {
		
	}


	.main-navigation ul ul:after {
		
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: 0;
		right: auto;
		opacity: 1;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		
	}

	.main-navigation .menu-item-has-children > a:after {
		
		
	}

	.main-navigation ul ul .menu-item-has-children > a {
		
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle {
		display: none;
	}
	
	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	
}

@media screen and (min-width: 1340px) {
	
	#carouselPro.carousel {
	  height: 560px;
	}
	
	.slide-circle {
		top: 150px;
		right: 16%;
		width: 41%;
		padding-top: 41%;
	}
	
	.accordion-icon {
		width: 50px;
		height: 50px;
		top: 50px;
		right: 30px;
	}
	
	h1.entry-title {
		
	}
	
	a.headline-wrapper.values-circle {
		top: 300px;
		right: 15.5%;
	}
	
}


@media screen and (min-width: 1420px) {
	
	.site-header .main-navigation .primary-menu > li {
		padding: 0 8px;
	}
	
	.header-logo {
  		left: 30px;
	}
	
	.site-header-menu {
		padding-left: 230px;
	}
	
	site-header .main-navigation .primary-menu > li {
    	padding: 0 12px;
	}
	
	.main-navigation a {
		text-transform: uppercase;
	}
	
	input[type="search"].sb-search-input {
		width: -webkit-calc(100% - 530px);
		width:    -moz-calc(100% - 530px);
		width:         calc(100% - 530px);
	}
	
}


@media screen and (min-width: 1560px) {

	.site-header-menu {
		padding-left: 230px;
	}
	
	.site-header .main-navigation .primary-menu > li {
		outline-offset: -8px;
		padding: 0 12px;
		white-space: nowrap;
		font-weight: 500;
	}
	
	.site-header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		outline-offset: -8px;
		padding: 0 12px;
		white-space: nowrap;
		font-weight: 500;
		text-transform: uppercase;
	}
	
	
	
	.site-header-menu #mega-menu-wrap-primary #mega-menu-primary .mega-trans-submenu > ul > li > a {
		text-transform: uppercase;
	}
	
	.ktwu-header .elementor-container {
		min-height: 600px;
	}
	
	.s-show, .s-episode {
		font-size: 20px;
	}
	
	.page-template-default .entry-header, .search-results .entry-header, .page-template-default .page-header, .search-results .page-header, .search-no-results .page-header {
		max-width: 1140px;
	}
	
	.page-template-default .entry-content, .post-template-default .entry-content, .search-results .entry-content, .search-results .entry-summary, .page-content {
	  max-width: 1140px;
	}
	
	.content-area p, .content-area ol, .content-area ul, .home-wrapper p, .home-wrapper ol, .home-wrapper ul, .contact-section p, .contact-section ol, .contact-section ul {
		
	}
	
	body h3 {
	  font-size: 24px;
	}
	
	.home-wrapper.narrow-image .home-text {
	  	padding: 0 16% 0 6%;
	}
	
	.page-template-template-homepage .slide-content h2 {
		
	}
	
	.page-circle {
  		width: 33%;
  		padding-top: 33%;
	}
	
	.team-top .overlay-content {
		padding-bottom: 120px;
	}
	
	#carouselPro.carousel {
	  height: 630px;
	}
	
	ul#menu-projects li {
		margin-right: 20px;
	}
	
	.projects-menu a {
		letter-spacing: 2px;
	}
	
	.accordion-icon {
	  width: 55px;
	  height: 55px;
	  top: 55px;
	  right: 30px;
	}
	
	h1.entry-title {
		
	}
	
	a.headline-wrapper.values-circle {
	  top: 360px;
	  right: 15.5%;
	}
	
}
	

@media screen and (min-width: 1860px) {
	
	.ktwu-header .elementor-container {
		min-height: 700px;
	}
	
	.home-wrapper.narrow-image .home-text {
		background-size: 40%;
		background-position: right -360px bottom 20px;
	}
	
	.page-circle {
  		width: 30%;
  		padding-top: 30%;
	}
	
	.team-top .overlay-content {
		padding-bottom: 150px;
	}
	
	.team-top .overlay-content h2 {
		max-width: 1100px;
	}
	
	#carouselPro.carousel {
	  height: 750px;
	}
	
	.slide-content {
		
		
	}
	
	.accordion-icon {
	  width: 65px;
	  height: 65px;
	  top: 65px;
	  right: 30px;
	}
	
	h1.entry-title {
		
	}
	
	a.headline-wrapper.values-circle {
	  top: 400px;
	  right: 15.5%;
	}
	
}


@media screen and (min-width: 2200px) {
	
	.ktwu-header .elementor-container {
		min-height: 800px;
	}


@media screen and (max-height: 400px) {
	
	.page-template-template-homepage .site-inner > .slide-overlay {
		align-items: flex-start;
	}
	
	.slide-content {
		margin-top: 80px;
	}
	
	.carousel {
		height: 400px;
	}

	.carousel-inner {
		height: 400px;
	}

	.carousel .carousel-item {
		height: 400px;
	}

	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 400px;
	}

	.page-template-template-homepage .site-inner > .slide-overlay {
		height: 400px;
	}
	
}


/**
 * 15.0 - Print
 */

@media print {
	
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #003DA5 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,

	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #003DA5 !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

@media screen and (min-width: 985px) {

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
	
	[data-aos=slide-up]{transform:translate3d(0,50%,0)}
	
}
