@charset "UTF-8";
/*!
Theme Name: wellmadetheme
Theme URI: http://underscores.me/
Author: Well-Made Digital LLC
Author URI: https://wellmadedigital.com/
Description: A custom starter theme for Well-Made Digital LLC.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wellmadetheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wellmadetheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Brand colors for theme ------------------**/
/* General theme color inputs --------------**/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Hind:700,300);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #59595c;
  font-family: "Open Sans", sans-serif;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 1.25px;
  margin: 0.37em 0;
}

h2,
h3 {
  margin: 0.5em 0 0.1em;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  border-left: 5px solid #f47320;
  padding-left: 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.emphasis-text {
  font-family: "Montserrat", sans-serif;
}

.epyt-gallery-thumb {
  position: relative;
  box-sizing: border-box;
  overflow-y: hidden;
  display: block !important;
  cursor: pointer;
  opacity: 1;
  float: left;
  padding: 0 25px 11px 8px !important;
  height: auto;
}

.epyt-gallery-title {
  padding: 10px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5;
  text-align: left;
}

.epyt-gallery-title {
  font-size: 80%;
  line-height: 120%;
  padding: 10px;
  opacity: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1em;
  width: 90%;
}

ul {
  list-style: none;
  list-style-position: outside;
}

ol {
  list-style: decimal;
}

ul > li,
ol > li {
  line-height: 1.5;
  padding-left: 1.5em;
  padding: 10px 1.5em 10px 0;
  font-weight: 600;
}

ul li:before {
  color: #0484c2;
  margin-right: 0.8em;
  margin-left: -33px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  padding: 0 10px 0 0;
  font-weight: 400;
}

ul li ul {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

li[style="list-style-type: none;"] {
  padding: 0;
}
li[style="list-style-type: none;"]:before {
  display: none;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button-link:hover, a.button-link:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #f47320;
  border-radius: 3px;
  background: #f47320;
  color: #fff;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.6em 1em;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #9cca3d;
  background-color: #9cca3d;
  color: #fff;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #9cca3d;
  background-color: #9cca3d;
  color: #fff;
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

button.btn-text {
  background: none;
  border: none;
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 0;
  padding-left: 1.75em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0484c2;
}
button.btn-text:hover, button.btn-text:focus {
  color: #9cca3d;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.checkbox-inline {
  position: relative;
  display: inline;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px !important;
  margin-right: 0.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  margin-top: 6px;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-inline input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-inline .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 13px;
  border: solid #f37330;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-inline input[type=checkbox] {
  position: absolute !important;
  margin-top: 7px;
  margin-left: -20px;
  width: auto !important;
  cursor: pointer;
  height: 0;
}

#iframe-212 {
  height: 600px !important;
}

.box-in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.5em;
}
@media only screen and (max-width: 40em) {
  .box-in {
    /* CSS rules here */
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #59595c;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
a:visited {
  color: #59595c;
}
a:hover, a:focus, a:active {
  color: #0484c2;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:focus, a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.obvious-link {
  border-bottom: 1px solid #0484c2;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.width-container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 1em;
}

header#masthead {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  /*display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;*/
}

.main-navigation {
  display: inline-block;
  text-align: right;
  float: right;
  padding: 3em 0 0;
  will-change: padding;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #fff;
  text-align: left;
  width: 340px;
  padding: 2em 1.5em 1.25em;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li:before {
  display: none;
}
.main-navigation ul ul a {
  width: max-content;
  color: #59595c;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main-navigation ul ul:hover > a, .main-navigation ul ul:focus > a {
  color: #8f9194;
  border-color: #8f9194;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0;
  font-weight: 400;
}
.main-navigation li:hover > a, .main-navigation li:focus > a {
  color: #59595c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation li:before {
  display: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #59595c;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 1.5em;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.main-navigation a:hover, .main-navigation a:focus {
  border-bottom: 2px solid #0484c2;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #59595c;
  border-bottom: 2px solid #0484c2;
}

@media screen and (max-width: 600px) {
  .width-container {
    padding: 0 1em;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  /*display: block;*/
  display: none;
}

/*@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}*/
.main-navigation ul {
  display: block;
  /*	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  			-ms-flex-direction: row;
  	flex-direction: row;
  		-ms-flex-pack: distribute;
  			justify-content: space-around;*/
}

.sub-menu li {
  margin: 10px 1px;
  width: 100%;
}
.sub-menu li a {
  text-transform: none;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.sub-menu li a:hover, .sub-menu li a:focus {
  color: #8f9194;
  border-color: #8f9194;
}

#masthead.scrolled .main-navigation {
  padding: 2.5em 0 0;
}

/** Logo styles -----------------------**/
.site-branding {
  float: left;
  min-width: 150px;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  text-align: left;
  will-change: max-width;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 1em 1em 1em 0;
}

svg path.cls-1 {
  fill: #0484c2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover svg path.cls-1,
a:focus svg path.cls-1 {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.scrolled .site-branding,
.scrolledHeight .site-branding {
  max-width: 100px;
  will-change: max-width;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/** Footer styles -----------------------**/
footer {
  background: #0484c2;
  padding: 1.5em 0;
  color: #fff;
}

#main-footer .two-column .col-1, #main-footer .two-column .col-2 {
  width: 100%;
  margin-bottom: 0;
}

nav#footer-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
nav#footer-navigation ul li {
  display: inline-block;
}
nav#footer-navigation ul li a {
  color: #fff;
  text-decoration: none;
}
nav#footer-navigation ul li a:before, nav#footer-navigation ul li a:after {
  content: "";
  display: inline-block;
  margin: 0 5px;
}

/*#boilerplate {
	text-align: center;
}*/
/** Admin Footer -----------------------**/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

footer.entry-footer {
  background: #fff;
}

/** social media -----------------------**/
#masthead a.social-svg, footer a.social-svg {
  text-decoration: none;
}
#masthead a.social-svg svg, footer a.social-svg svg {
  width: 35px;
  height: 35px;
  color: #fff;
  fill: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#masthead a.social-svg svg polygon, #masthead a.social-svg svg path, #masthead a.social-svg svg circle, footer a.social-svg svg polygon, footer a.social-svg svg path, footer a.social-svg svg circle {
  color: #fff;
  fill: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#masthead a.social-svg:hover, #masthead a.social-svg:focus, footer a.social-svg:hover, footer a.social-svg:focus {
  opacity: 1 !important;
}
#masthead a.social-svg:hover svg, #masthead a.social-svg:focus svg, footer a.social-svg:hover svg, footer a.social-svg:focus svg {
  color: #9cca3d;
  fill: #9cca3d;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#masthead a.social-svg:hover svg polygon, #masthead a.social-svg:hover svg path, #masthead a.social-svg:hover svg circle, #masthead a.social-svg:focus svg polygon, #masthead a.social-svg:focus svg path, #masthead a.social-svg:focus svg circle, footer a.social-svg:hover svg polygon, footer a.social-svg:hover svg path, footer a.social-svg:hover svg circle, footer a.social-svg:focus svg polygon, footer a.social-svg:focus svg path, footer a.social-svg:focus svg circle {
  color: #9cca3d;
  fill: #9cca3d;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#masthead a.social-svg.GooglePlus svg path, footer a.social-svg.GooglePlus svg path {
  fill: #0484c2;
  color: #0484c2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#masthead a.social-svg.GooglePlus:hover svg path, #masthead a.social-svg.GooglePlus:focus svg path, footer a.social-svg.GooglePlus:hover svg path, footer a.social-svg.GooglePlus:focus svg path {
  fill: #0484c2;
  color: #0484c2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.container-sociallinks {
  display: inline-block;
  margin: 1em;
}

.container-sociallinks a:after,
.container-sociallinks a:before {
  content: "";
  display: inline-block;
  margin: 0 auto;
  padding: 0 0.1em;
}

#social-media h4 {
  font-weight: 400;
  display: inline-block;
  margin: 1em;
  letter-spacing: 1px;
}

@media screen and (max-width: 400px) {
  #social-media {
    display: block !important;
  }
}
/** Home page changes -----------------**/
header#masthead.home-navigation {
  background: transparent;
}
header#masthead.home-navigation .main-navigation a {
  border-color: transparent;
  color: #fff;
}
header#masthead.home-navigation .main-navigation a:hover, header#masthead.home-navigation .main-navigation a:focus {
  border-bottom: 2px solid #0484c2;
}
header#masthead.home-navigation .main-navigation .current_page_item > a,
header#masthead.home-navigation .main-navigation .current-menu-item > a,
header#masthead.home-navigation .main-navigation .current_page_ancestor > a,
header#masthead.home-navigation .main-navigation .current-menu-ancestor > a {
  color: #fff;
  border-bottom: 2px solid #0484c2;
}
header#masthead.home-navigation .main-navigation ul ul a {
  color: inherit;
}
header#masthead.home-navigation .main-navigation ul ul a:hover, header#masthead.home-navigation .main-navigation ul ul a:focus {
  color: #8f9194;
  border-color: #8f9194;
}

header#masthead.home-navigation.scrolled .main-navigation .current_page_item > a,
header#masthead.home-navigation.scrolled .main-navigation .current-menu-item > a,
header#masthead.home-navigation.scrolled .main-navigation .current_page_ancestor > a,
header#masthead.home-navigation.scrolled .main-navigation .current-menu-ancestor > a {
  color: #59595c;
  border-bottom: 2px solid #0484c2;
}

.home-navigation svg path.cls-1 {
  fill: #fff;
}

header#masthead.home-navigation.scrolled {
  background: #fff;
}
header#masthead.home-navigation.scrolled .main-navigation a {
  border-color: transparent;
  color: #59595c;
}
header#masthead.home-navigation.scrolled .main-navigation a:hover, header#masthead.home-navigation.scrolled .main-navigation a:focus {
  border-bottom: 2px solid #0484c2;
}
header#masthead.home-navigation.scrolled .main-navigation .current_page_item > a,
header#masthead.home-navigation.scrolled .main-navigation .current-menu-item > a,
header#masthead.home-navigation.scrolled .main-navigation .current_page_ancestor > a,
header#masthead.home-navigation.scrolled .main-navigation .current-menu-ancestor > a {
  color: #59595c;
  border-bottom: 2px solid #0484c2;
}

.home-navigation.scrolled svg path.cls-1 {
  fill: #0484c2;
}

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

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

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.clearfix {
  zoom: 1;
  clear: both;
  overflow: auto;
}

.two-column.clearfix {
  width: 100%;
}

.two-column .col-1, .two-column .col-2 {
  width: 100%;
  float: none;
  margin-bottom: 2.8em;
}

@media screen and (min-width: 895px) {
  .two-column .col-1, .two-column .col-2 {
    width: 49.5%;
    float: left;
    margin-bottom: 0;
  }
  .two-column .col-1 {
    margin-right: 1%;
  }
}
.banner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: transparent;
}
.banner_text div {
  margin: 0 auto;
  padding: 0 12%;
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 1rem;
  width: 100%;
  max-width: 1400px;
}
.banner_text div#scroll-down {
  position: absolute;
  bottom: 0;
  margin: 0 auto 1em;
  padding: 0;
}
.banner_text div#scroll-down img {
  margin: 0 auto;
  width: 110px;
}
.banner_text h1, .banner_text h2 {
  color: #404040;
  text-transform: uppercase;
  margin: 0 auto;
}
.banner_text h1 {
  font-family: sans-serif;
  line-height: 1.1;
}
.banner_text h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.banner_text em {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
.banner_text a {
  text-decoration: none;
}

.container__cred {
  bottom: 0;
  right: 4%;
  text-align: right;
  margin: 0 0 0.8em;
  position: absolute;
}

.container__cred > p {
  line-height: 1.8;
  letter-spacing: 1.3px;
  font-size: 0.8em;
  margin: 1.6em 0 0;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  div#scroll-down {
    display: none;
  }
}
/*--------------------------------------------------------------
## Jarallax
--------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0;
  background: transparent;
  /*min-height: 650px;*/
  width: 100%;
}

.jarallax-home {
  position: relative;
  z-index: 0;
  width: 100%;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.decorative-banner.one-image {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  height: 62vh;
  position: relative;
}
.decorative-banner.one-image figure {
  height: 100%;
  margin: 0;
  background-position: center 30% !important;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.decorative-banner.one-image figure.banner-exception {
  background-position: center 56% !important;
}

.gradient-overlay {
  background: rgba(18, 18, 19, 0.7);
  background: -webkit-linear-gradient(left, rgba(18, 18, 19, 0.7) 0%, rgba(255, 255, 255, 0.03) 60%);
  background: linear-gradient(to right, rgba(18, 18, 19, 0.7) 0%, rgba(255, 255, 255, 0.03) 60%);
}

.title-wrapper header {
  position: relative;
  top: 55%;
  transform: translateY(-55%);
  padding: 0;
  width: 100%;
  max-width: 615px;
}
@media only screen and (max-width: 70em) {
  .title-wrapper header .badge-25 {
    max-width: 15%;
  }
}
.title-wrapper header h1, .title-wrapper header p {
  color: #fff;
}
.title-wrapper header h1 {
  font-weight: 800;
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 70em) {
  .title-wrapper header h1 {
    font-size: 1.8rem;
  }
}
.title-wrapper header p {
  line-height: 1.7;
}
@media only screen and (max-width: 70em) {
  .title-wrapper header p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .title-wrapper header {
    padding: 2em 1em;
  }

  .decorative-banner.one-image {
    height: 90vh;
  }
}
.gradient-background {
  background: #0484c2;
  background: -webkit-linear-gradient(left, #0484c2 0%, #41a08d 50%, #9cca3d 100%);
  background: linear-gradient(to right, #0484c2 0%, #41a08d 50%, #9cca3d 100%);
}
.gradient-background h1, .gradient-background h2, .gradient-background h3, .gradient-background h4, .gradient-background h5, .gradient-background h6, .gradient-background p, .gradient-background a {
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
}
.gradient-background #aside-1 {
  line-height: 2;
  vertical-align: text-bottom;
}
.gradient-background #aside-1:after {
  content: "|";
  display: inline-block;
  padding: 0 5px 0 10px;
  vertical-align: bottom;
}

#latest-news .wrapper-content {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
#latest-news .news-widget, #latest-news #aside-1 {
  display: inline-block;
}
#latest-news h3.news-title {
  display: none;
}

.marquee {
  width: 70%;
  /* the plugin works for responsive layouts so width is not necessary */
  max-width: 600px;
  overflow: hidden;
}

@media screen and (max-width: 490px) {
  .marquee {
    width: 100%;
  }
}
.single-blogroll {
  width: 47%;
  margin: 0 1%;
  display: inline-block;
  position: relative;
}
.single-blogroll .decorative-banner.one-image {
  height: 300px;
  min-height: 300px;
}
.single-blogroll .by-line {
  color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
}
.single-blogroll .by-line p {
  position: absolute;
  top: 25%;
  left: 1.75em;
  font-size: 16px;
  font-size: 1rem;
}
.single-blogroll .content-blogroll {
  position: absolute;
  top: 220px;
}
.single-blogroll header {
  background: white;
  width: 90%;
  padding: 2em;
}
.single-blogroll header span {
  color: #0484c2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.2em;
}
.single-blogroll header h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 8px 0;
  line-height: 1.25;
}
.single-blogroll .excerpt {
  padding: 0 1.75em;
}
.single-blogroll .excerpt p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .single-blogroll {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
.site-main.facebook-sidecar {
  padding-top: 50px;
}

.top-social {
  margin-bottom: 20px;
}
.top-social h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin: 0 0 0.5em;
}
.top-social .container-sociallinks {
  margin: 0;
}
.top-social .container-sociallinks a:before,
.top-social .container-sociallinks a:after {
  padding: 0;
}
.top-social a.social-svg svg {
  width: 40px;
  height: 40px;
}
.top-social a.facebook svg {
  fill: #4080ff;
  color: #4080ff;
}
.top-social a.twitter svg {
  fill: #00529c;
  color: #00529c;
}
.top-social a.linkedin svg {
  fill: #0484c2;
  color: #0484c2;
}

@media screen and (max-width: 999px) {
  aside#facebook .wrapper-content {
    max-width: 800px;
    margin-top: -1em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  aside#facebook .wrapper-content {
    border: none;
  }
}
@media screen and (min-width: 1000px) {
  .site-main.facebook-sidecar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
  .site-main.facebook-sidecar section.blogroll {
    width: 75%;
    max-width: 1200px;
    float: left;
  }
  .site-main.facebook-sidecar section.blogroll .wrapper-content {
    padding: 2em 1em 0 2em;
    margin-right: 0;
  }
  .site-main.facebook-sidecar aside#facebook {
    width: 30%;
    float: left;
  }
  .site-main.facebook-sidecar aside#facebook .wrapper-content {
    padding-left: 0;
  }

  .top-social {
    margin-bottom: 20px;
  }
  .top-social h3 {
    font-size: 20.8px;
    font-size: 1.3rem;
    margin: 0 0 0.5em;
  }
  .top-social .container-sociallinks {
    margin: 0;
  }
  .top-social .container-sociallinks a:before,
.top-social .container-sociallinks a:after {
    padding: 0;
  }
  .top-social a.social-svg svg {
    width: 40px;
    height: 40px;
  }
  .top-social a.facebook svg {
    fill: #4080ff;
    color: #4080ff;
  }
  .top-social a.twitter svg {
    fill: #00529c;
    color: #00529c;
  }
  .top-social a.linkedin svg {
    fill: #0484c2;
    color: #0484c2;
  }
}
#intro h1, #intro h2 {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #0484c2;
  margin-bottom: 1em;
}

.after-submit {
  display: none;
}
.after-submit h1 {
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5em;
}
.after-submit h2 {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cali-playlist-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 5.5em;
  grid-row-gap: 1.5em;
  min-height: 50vw;
}
.cali-playlist-grid.burn {
  grid-template-columns: 2fr 1.1fr;
  grid-column-gap: 3em;
}
@media only screen and (max-width: 75em) {
  .cali-playlist-grid.burn {
    /* CSS rules here */
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 75em) {
  .cali-playlist-grid {
    /* CSS rules here */
    grid-template-columns: 1fr;
  }
}
.cali-playlist-grid .cali-playlist-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1.5em;
  max-height: 680px;
  align-items: center;
  justify-content: center;
  background-color: #0484c2;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 75em) {
  .cali-playlist-grid .cali-playlist-form {
    /* CSS rules here */
    max-height: 100% !important;
  }
}
.cali-playlist-grid .cali-playlist-form form {
  padding: 1.5em;
}
.cali-playlist-grid .cali-playlist-form form h1 {
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.cali-playlist-grid .cali-playlist-form form p {
  color: #fff;
}
.cali-playlist-grid .cali-playlist-form form label {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.cali-playlist-grid .cali-playlist-form input, .cali-playlist-grid .cali-playlist-form textarea, .cali-playlist-grid .cali-playlist-form label {
  width: 100%;
}
.cali-playlist-grid .cali-playlist-form label, .cali-playlist-grid .cali-playlist-form small {
  color: white;
}
.cali-playlist-grid iframe {
  margin: 1em 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 75em) {
  .cali-playlist-grid iframe {
    /* CSS rules here */
    height: 350px !important;
  }
}

.decorative-banner.one-image.extended {
  height: 75vw;
}

.music-case {
  width: 300px;
  height: 300px;
  position: relative;
  cursor: pointer;
  margin: auto;
}

/* Simple Icon */
.icon {
  width: 30px;
  height: 130px;
  background-color: red;
  transform: skew(-20deg);
  background-image: linear-gradient(#E080D2, #f79374);
}
.icon:before {
  content: " ";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: 2px;
  background-color: red;
  transform: skew(20deg);
  background-color: #F79374;
}

/* Front & Back Case */
.front-case, .back-case {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  will-change: transform;
}

/* Front Case */
.front-case {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Back Case */
.back-case {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.3);
}

/* Disk: Black section; */
.disc {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: transform 0.5s ease-out;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background-image: repeating-radial-gradient(circle 10em at center, #0a1113 0%, #022932 2.2%, #131f21 3.6%, #0b1d21 4.8%, #0b1d21 4.8%, #102b31 6.7%);
  will-change: transform;
  /* Dish Shine Effect */
}
.disc:before, .disc:after {
  content: " ";
  border-bottom: 140px solid rgba(255, 255, 255, 0.1);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  width: 10px;
  position: absolute;
}
.disc:before {
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
}
.disc:after {
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}

/* Disk: Hole Section; */
.hole {
  width: 100px;
  height: 100px;
  background-color: #e74c3c;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}
.hole:before {
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #efefef;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.music-case:hover .front-case, .music-case:hover .back-case {
  transform: translateX(-100px);
}
.music-case:hover .disc {
  transform: translateX(100px) rotate(380deg);
}

.iklan {
  position: fixed;
  bottom: 0;
  right: 0;
  background: white;
  width: 200px;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.iklan p {
  margin: 0 0 15px;
  line-height: 1.4;
  color: #333;
}
.iklan a {
  background-color: #ff4757;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}

/* gallery main page */
.custom-gallery-grid {
  margin: 0 auto;
  counter-reset: div;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5vw;
  grid-auto-rows: auto;
}
.custom-gallery-grid figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.custom-gallery-grid h2,
.custom-gallery-grid .gallery-extras {
  color: #fff;
}
.custom-gallery-grid h2 {
  font-size: 18.4px;
  font-size: 1.15rem;
}
.custom-gallery-grid h2 > span {
  display: block;
}
.custom-gallery-grid .gallery-title {
  margin-bottom: 14px;
}
.custom-gallery-grid .gallery-extras {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.custom-gallery-grid .gallery-details {
  position: absolute;
  padding: 2em 1em;
  bottom: 0;
}
.custom-gallery-grid .more-overlay {
  background: rgba(18, 18, 19, 0.7);
  background: -webkit-linear-gradient(left, rgba(18, 18, 19, 0.7) 0%, rgba(255, 255, 255, 0.03) 95%);
  background: linear-gradient(to right, rgba(18, 18, 19, 0.7) 0%, rgba(255, 255, 255, 0.03) 95%);
}
.custom-gallery-grid a figure {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom-gallery-grid a:hover figure,
.custom-gallery-grid a:focus figure {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.paper {
  background: #fff;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 -10px 0 -5px #eee, 0 -10px 1px -4px rgba(0, 0, 0, 0.15), 0 -20px 0 -10px #eee, 0 -20px 1px -9px rgba(0, 0, 0, 0.15);
  /* Padding for demo purposes */
  padding: 30px;
}

@media screen and (max-width: 1123px) {
  .custom-gallery-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-gallery-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .custom-gallery-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3vw;
  }
  .custom-gallery-grid figure {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* gallery single pages */
.single-gallery header#masthead {
  border-bottom: 2px solid #e7e7e8;
}
.single-gallery header .entry-meta {
  margin-top: 25px;
}
.single-gallery header .posted-on {
  color: #8f9194;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.single-gallery header h1 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 1.25px;
  margin: 0.37em 0;
  color: #0484c2;
}

div#gallery-lightbox-fancybox {
  margin: 0 0 0 -0.5rem;
  text-align: left;
}

.custom-gallery-tile {
  display: inline-block;
  margin: 0.5rem;
}

a .custom-gallery-image-overlay {
  -webkit-transition: filter 0.5s ease;
  -o-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  -webkit-transition: -webkit-filter 0.5s ease;
  -o-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
}

a:hover .custom-gallery-image-overlay,
a:focus .custom-gallery-image-overlay {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: filter 0.5s ease;
  -o-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  -webkit-transition: -webkit-filter 0.5s ease;
  -o-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
}

@media screen and (max-width: 563px) {
  div#gallery-lightbox-fancybox {
    text-align: center;
    margin: 0 auto;
  }
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails {
  width: 946px;
  justify-content: center;
  justify-content: space-evenly !important;
  margin: 0 auto !important;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 4px;
  padding-top: 4px;
  max-width: 100%;
}

#bwg_container1_0 #bwg_container2_0 .bwg_gal_title_0 {
  display: block;
  padding: 0 2px 2px 2px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 20px;
  /* font-family: Ubuntu; */
  font-size: 24px !important;
  font-weight: bold;
  margin: 2em !important;
  text-shadow: 0px 0px 0px #888888;
  text-align: center;
  color: #0c88bb !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
  /* font-family: Ubuntu; */
  font-size: 18px !important;
  font-weight: bold;
  padding: 2px;
  text-shadow: 0px 0px 0px #888888;
  max-height: 100%;
  margin-top: 1em !important;
  color: #0786bf !important;
}

.icon-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  grid-row-gap: 2em;
}
.icon-grid .icon-column-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  grid-column-gap: 1em;
}
@media only screen and (max-width: 80em) {
  .icon-grid .icon-column-4 {
    /* CSS rules here */
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 70em) {
  .icon-grid .icon-column-4 {
    /* CSS rules here */
    grid-template-columns: repeat(2, 1fr);
  }
}
.icon-grid .icon-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 80em) {
  .icon-grid .icon-column-3 {
    /* CSS rules here */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 70em) {
  .icon-grid .icon-column-3 {
    /* CSS rules here */
    grid-template-columns: repeat(2, 1fr);
  }
}
.icon-grid .icon-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.icon-grid .icon-item-container h5 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #0484c2;
  text-align: center;
}

.training-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-content: center;
  grid-column-gap: 2em;
}
@media only screen and (max-width: 70em) {
  .training-grid {
    /* CSS rules here */
    grid-template-columns: 1fr;
    align-items: start;
    justify-content: start;
  }
}
.training-grid h2 {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 70em) {
  .training-grid h2 {
    font-size: 1.2rem !important;
  }
}
.training-grid p {
  margin-top: 1em;
}
.training-grid .training-grid-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0484c2;
  font-weight: 800;
  height: 100%;
}
.training-grid .training-grid-logo-container.tops {
  justify-content: flex-start;
  padding-top: 5em;
}
@media only screen and (max-width: 70em) {
  .training-grid .training-grid-logo-container.tops {
    padding-top: 0;
  }
}
@media only screen and (max-width: 70em) {
  .training-grid .training-grid-logo-container {
    align-items: start;
    justify-content: start;
    text-align: left;
  }
}
.training-grid h5 {
  font-weight: 800;
  font-size: 1.85em;
}
@media only screen and (max-width: 70em) {
  .training-grid h5 {
    font-size: 2.5rem;
    text-align: left;
  }
}

.mobile-none {
  display: none;
}

.intro-text-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.intro-text-icon h1 {
  font-size: 2.8rem;
  letter-spacing: 1.25px;
  font-weight: 800;
  color: #0484c2;
}

.image-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 3em;
  margin: 0 0 3em;
}
@media only screen and (max-width: 70em) {
  .image-grid .grid-text-container {
    order: 2;
  }
}
@media only screen and (max-width: 70em) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}
.image-grid.alt {
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 70em) {
  .image-grid.alt {
    grid-template-columns: 1fr;
  }
}
.image-grid .icon-grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 70em) {
  .image-grid .icon-grid-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.info-box {
  margin: 1.25em 0;
}

.db-container {
  margin: 1em auto;
  max-width: 1550px;
}

.img-grid-small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
}
@media only screen and (max-width: 70em) {
  .img-grid-small {
    grid-template-columns: 1fr 1fr;
  }
}
.img-grid-small img {
  max-width: 100px;
}
.img-grid-small.long {
  grid-template-columns: repeat(4, 150px);
  align-items: center;
}
.img-grid-small.long img {
  max-width: 150px;
}

.center-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.center-box h1 {
  font-size: 2.8rem;
  letter-spacing: 1.25px;
  font-weight: 800;
  color: #0484c2;
}
.center-box h2 {
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #0484c2;
  margin-bottom: 1em;
}
.center-box .info-icon-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2em;
  grid-column-gap: 2em;
  padding: 2em;
  position: relative;
}
.center-box .info-icon-box .info-icon-box-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #0484c2;
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.center-box .info-icon-box .info-icon-box-item .floating-icon {
  width: 100px;
  height: 100px;
  background-color: red;
  position: absolute;
  left: 50%;
  text-outline: 0;
}
.center-box .info-icon-box .info-icon-box-item .content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.center-box .info-icon-box .info-icon-box-item .content p {
  margin-bottom: 0;
}

.warning-content {
  display: flex;
  flex-direction: column;
  margin: 2em 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.wrapper-content {
  padding: 2em 1em;
  max-width: 1550px;
  margin: 0 auto;
}

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

.align-left {
  text-align: left;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.clear-it {
  clear: both;
  overflow: auto;
}

@media screen and (max-width: 600px) {
  .wrapper-content {
    padding: 2em 1em;
  }

  .flex-center.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.single-post header#masthead,
.archive header#masthead,
.search header#masthead {
  border-bottom: 2px solid #e7e7e8;
}
.single-post h1.entry-title,
.single-post h2.entry-title,
.single-post h1.entry-title > a,
.single-post h2.entry-title > a,
.archive h1.entry-title,
.archive h2.entry-title,
.archive h1.entry-title > a,
.archive h2.entry-title > a,
.search h1.entry-title,
.search h2.entry-title,
.search h1.entry-title > a,
.search h2.entry-title > a {
  color: #0484c2;
}
.single-post h2.entry-title.entry-cat,
.archive h2.entry-title.entry-cat,
.search h2.entry-title.entry-cat {
  font-size: 26.4px;
  font-size: 1.65rem;
  letter-spacing: 1.25px;
  margin: 0.37em 0 0;
}
.single-post h1.entry-title.single-title,
.single-post h1.entry-title.single-title > a,
.archive h1.entry-title.single-title,
.archive h1.entry-title.single-title > a,
.search h1.entry-title.single-title,
.search h1.entry-title.single-title > a {
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #59595c;
  margin-top: 0;
}
.single-post .entry-meta,
.archive .entry-meta,
.search .entry-meta {
  margin-top: 25px;
}
.single-post .posted-on,
.archive .posted-on,
.search .posted-on {
  color: #8f9194;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.archive .entry-content h2,
.archive .entry-content h3,
.archive .entry-content h4,
.archive .entry-content h5,
.archive .entry-content h6,
.search .entry-content h2,
.search .entry-content h3,
.search .entry-content h4,
.search .entry-content h5,
.search .entry-content h6 {
  margin: 0.5em 0 0.1em;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.single-post .entry-content p > a,
.single-post .entry-content li > a,
.archive .entry-content p > a,
.archive .entry-content li > a,
.search .entry-content p > a,
.search .entry-content li > a {
  border-bottom: 2px solid #0484c2;
}
.single-post .entry-content img,
.archive .entry-content img,
.search .entry-content img {
  margin: 1.5em;
}
.single-post .headshot,
.archive .headshot,
.search .headshot {
  float: left;
}
.single-post .credit,
.archive .credit,
.search .credit {
  color: #59595c;
  padding: 20px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive article,
.search article {
  border-bottom: 2px solid #e7e7e8;
  margin: 0 !important;
}
.archive article:last-of-type,
.search article:last-of-type {
  border-bottom: none;
}

.search header .wrapper-content {
  padding: 2em 3em 0;
}

nav.navigation.post-navigation,
nav.navigation.posts-navigation {
  padding: 0 3em 2em;
  max-width: 1550px;
  margin: 0 auto;
}
nav.navigation.post-navigation a,
nav.navigation.posts-navigation a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
nav.navigation.post-navigation .nav-previous > a:before,
nav.navigation.posts-navigation .nav-previous > a:before {
  content: "❮";
  font-family: "Font Awesome 5 Free";
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0 10px 0 0;
  font-weight: 400;
  color: #0484c2;
}
nav.navigation.post-navigation .nav-next > a:after,
nav.navigation.posts-navigation .nav-next > a:after {
  content: "❯";
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0 0 0 10px;
  font-weight: 400;
  color: #0484c2;
}

@media only screen and (max-width: 1000px) {
  .single-post .entry-content img,
.archive .entry-content img {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .single-post .posts-navigation .nav-next,
.single-post .post-navigation .nav-next,
.single-post .posts-navigation .nav-previous,
.single-post .post-navigation .nav-previous,
.archive .posts-navigation .nav-next,
.archive .post-navigation .nav-next,
.archive .posts-navigation .nav-previous,
.archive .post-navigation .nav-previous {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.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-caption {
  display: block;
}

/*--------------------------------------------------------------
# Progress Bar
--------------------------------------------------------------*/
.progress.active .progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
}

.container {
  margin: 1em auto;
}

.progress-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 30px;
}

.goal-headers {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 10px;
  grid-template-rows: 1fr;
  align-items: start;
  margin-top: 0.5em;
}
.goal-headers.primary-color h6, .goal-headers.primary-color p {
  color: #59595c;
  margin-bottom: 10px;
}
.goal-headers.secondary-color h6, .goal-headers.secondary-color p {
  color: #f37321;
  margin-bottom: 10px;
}
.goal-headers.alternate-color h6, .goal-headers.alternate-color p {
  color: #9fcc3b;
  margin-bottom: 10px;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  overflow: visible;
  line-height: 0;
  font-size: 1rem;
  font-weight: 400;
  background-color: #e3e3e3;
  border-radius: 0.25rem;
}
.progress .progress-bar {
  position: relative;
  overflow: visible;
  font-weight: 600;
  background-color: #0098d6;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 90em) {
  .progress .progress-bar {
    font-size: 0.65em;
  }
}
.progress .progress-bar:before {
  content: "Ongoing";
  position: absolute;
  left: calc(43% - 5px);
  bottom: -10px;
  color: #0098d6;
}
.progress .progress-bar.primary-shade-1 {
  background-color: #0098d6;
}
.progress .progress-bar.primary-shade-1.shift:before {
  left: 10px;
}
.progress .progress-bar.primary-shade-1.shiftb:before {
  left: calc(25% - 5px);
}
.progress .progress-bar.primary-shade-1.shift-start:before {
  left: 0%;
}
.progress .progress-bar.primary-shade-1.shiftC:before {
  left: calc(25% - 25px);
}
.progress .progress-bar.primary-shade-2 {
  background-color: #7fcbea;
}
.progress .progress-bar.primary-shade-2.shift:before {
  left: calc(43% - 5px);
}
.progress .progress-bar.primary-shade-2.shiftb:before {
  left: calc(40% - 5px);
}
.progress .progress-bar.primary-shade-2.shiftC:before {
  left: calc(40% - 25px);
}
.progress .progress-bar.primary-shade-2.shiftD:before {
  left: calc(40% - 40px);
}
.progress .progress-bar.primary-shade-2.shift-center:before {
  left: 45%;
}
.progress .progress-bar.primary-shade-2:before {
  content: "In Flight";
  left: 40%;
  color: #0098d6;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.primary-shade-2:before {
    left: calc(40% - 5px);
  }
}
.progress .progress-bar.primary-shade-2 .shift:before {
  left: 20px;
}
.progress .progress-bar.primary-shade-3 {
  background-color: #9edbf6;
}
.progress .progress-bar.primary-shade-3.shiftb:before {
  left: calc(25% - 5px);
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.primary-shade-3.shiftb:before {
    left: calc(33% - 5px);
  }
}
.progress .progress-bar.primary-shade-3:before {
  content: "Not Started";
  left: 20%;
  color: #0098d6;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.primary-shade-3:before {
    left: 17%;
  }
}
.progress .progress-bar.primary-shade-4 {
  background-color: #b9e0f1;
}
.progress .progress-bar.primary-shade-4.shiftb:before {
  left: calc(25% - 5px);
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.primary-shade-4.shiftb:before {
    left: calc(33% - 5px);
  }
}
.progress .progress-bar.primary-shade-4:before {
  content: "Complete";
  left: 20%;
  color: #0098d6;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.primary-shade-4:before {
    left: 17%;
  }
}
.progress .progress-bar.secondary-shade-1 {
  background-color: #f37220;
}
.progress .progress-bar.secondary-shade-1:before {
  color: #f37220;
}
.progress .progress-bar.secondary-shade-1.shift-center:before {
  left: 40%;
}
.progress .progress-bar.secondary-shade-1.shift-start:before {
  left: 0%;
}
.progress .progress-bar.secondary-shade-2 {
  background-color: #f8af81;
}
.progress .progress-bar.secondary-shade-2:before {
  content: "In Flight";
  color: #f37220;
  left: 40%;
}
.progress .progress-bar.secondary-shade-2 .shift:before {
  left: 20px;
}
.progress .progress-bar.secondary-shade-2.shiftC:before {
  left: calc(25% - 25px);
}
.progress .progress-bar.secondary-shade-3 {
  background-color: #f6bc91;
}
.progress .progress-bar.secondary-shade-3:before {
  content: "Not Started";
  color: #f37220;
  left: 0%;
}
.progress .progress-bar.secondary-shade-3 .shift:before {
  left: 20px;
}
.progress .progress-bar.secondary-shade-4 {
  background-color: #ffcea7;
}
.progress .progress-bar.secondary-shade-4:before {
  content: "Complete";
  color: #f37220;
  left: 0%;
}
.progress .progress-bar.secondary-shade-4 .shift:before {
  left: 20px;
}
.progress .progress-bar.alternate-shade-1 {
  background-color: #98c840;
}
.progress .progress-bar.alternate-shade-1:before {
  color: #9fcc3b;
  left: 10px;
}
.progress .progress-bar.alternate-shade-1.shift-start:before {
  left: 0%;
}
.progress .progress-bar.alternate-shade-2 {
  background-color: #c7e18d;
}
.progress .progress-bar.alternate-shade-2:before {
  content: "In Flight";
  color: #9fcc3b;
  left: 31%;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.alternate-shade-2:before {
    left: 38%;
  }
}
.progress .progress-bar.alternate-shade-2.shift:before {
  left: 20px;
}
.progress .progress-bar.alternate-shade-2.shiftC:before {
  left: -10%;
}
.progress .progress-bar.alternate-shade-2.shift-center:before {
  left: 45%;
}
.progress .progress-bar.alternate-shade-3 {
  background-color: #cee987;
}
.progress .progress-bar.alternate-shade-3:before {
  content: "Not Started";
  color: #9fcc3b;
  left: 30%;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.alternate-shade-3:before {
    left: 30%;
  }
}
.progress .progress-bar.alternate-shade-3.shift:before {
  left: 20px;
}
.progress .progress-bar.alternate-shade-3.shiftC:before {
  left: -10%;
}
.progress .progress-bar.alternate-shade-3.shift-center:before {
  left: 45%;
}
.progress .progress-bar.alternate-shade-4 {
  background-color: #ddeeb2;
}
.progress .progress-bar.alternate-shade-4:before {
  content: "Complete";
  color: #9fcc3b;
  left: 20%;
}
@media only screen and (max-width: 112.5em) {
  .progress .progress-bar.alternate-shade-4:before {
    left: -30%;
  }
}

.bar-chart {
  background: #eee;
  height: 1.75rem;
  margin-bottom: 2rem;
  position: relative;
}
.bar-chart .bar-chart--inner {
  background: #333;
  height: 100%;
  will-change: width;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}
.bar-chart .bar-chart--inner .GT-inner--percentage {
  color: white;
  position: absolute;
  right: 3px;
  font-weight: 600;
  font-size: 0.75em;
}
.bar-chart .bar-chart--text {
  color: #2086be;
  position: absolute;
  top: 27px;
  font-weight: 600;
  font-size: 1rem;
}
.bar-chart[animated] .bar-chart--inner {
  transition: width 1.3s;
  animation-timing-function: ease-in-out;
}
.bar-chart.primary .bar-chart--inner {
  background: #2086be;
}
.bar-chart.secondary .bar-chart--inner {
  background: #4ea1cf;
}
.bar-chart.tertiary .bar-chart--inner {
  background: #72bae2;
}
.bar-chart.quaternary .bar-chart--inner {
  background: #a4d3ed;
}

/*# sourceMappingURL=style.css.map */
