@charset "UTF-8";
/*!
	Theme Name: MySAEOPP
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/
/*! Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Accessibility
		- Screen Reader Text
		- Skip Links
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Custom Styles
- Homepage Styles
- Print Styles
*/
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}
progress, sub, sup {
  vertical-align: baseline;
}
[type="checkbox"], [type="radio"], legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button, select {
  text-transform: none;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
  display: table;
  content: " ";
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
  display: table;
  clear: both;
  content: " ";
}
/* Defaults
----------------------------------------------*/
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/* Chrome fix */
body > div {
  font-size: 2rem;
}
body {
  margin: 0;
  color: #46494C;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.625;
}
button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  transition: all 0.2s ease-in-out;
}
a {
  color: #1985A1;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus, a:hover {
  color: #46494C;
  text-decoration: none;
}
p {
  margin: 0 0 30px;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #C5C3C6;
  border-collapse: collapse;
}
b, strong {
  font-weight: 700;
}
blockquote, cite, em, i {
  font-style: italic;
}
mark {
  background: #dcdcdd;
}
blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 30px;
  font-size: 3rem;
  content: "“";
}
/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: 4.25rem;
}
h2 {
  font-size: 3.8rem;
}
.entry-content h3, .entry-content h4 {
  font-weight: 600;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
.entry-content h4 {
  margin-top: 40px;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
  vertical-align: top;
}
figure {
  margin: 0;
}
/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  height: auto;
  padding: 4px;
  border: 1px solid #C5C3C6;
}
.gallery img:focus, .gallery img:hover {
  border: 1px solid #999;
  outline: none;
}
.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1), .gallery-columns-3 .gallery-item:nth-child(3n + 1), .gallery-columns-4 .gallery-item:nth-child(4n + 1), .gallery-columns-5 .gallery-item:nth-child(5n + 1), .gallery-columns-6 .gallery-item:nth-child(6n + 1), .gallery-columns-7 .gallery-item:nth-child(7n + 1), .gallery-columns-8 .gallery-item:nth-child(8n + 1), .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  color: #46494C;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  opacity: 1;
  color: #46494C;
}
::-webkit-input-placeholder {
  color: #46494C;
}
button {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #46494C;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
button:focus, button:hover {
  color: #fff;
  background-color: #1985A1;
}
button.small {
  padding: 8px 16px;
}
input[type="button"] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #46494C;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type="button"]:focus, input[type="button"]:hover {
  color: #fff;
  background-color: #1985A1;
}
input[type="button"].small {
  padding: 8px 16px;
}
input[type="reset"] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #46494C;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type="reset"]:focus, input[type="reset"]:hover {
  color: #fff;
  background-color: #1985A1;
}
input[type="reset"].small {
  padding: 8px 16px;
}
input[type="submit"] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #46494C;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type="submit"]:focus, input[type="submit"]:hover {
  color: #fff;
  background-color: #1985A1;
}
input[type="submit"].small {
  padding: 8px 16px;
}
.button {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #46494C;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
.button:focus, .button:hover {
  color: #fff;
  background-color: #1985A1;
}
.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}
a.button.small {
  padding: 8px 16px;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}
tbody {
  border-bottom: 1px solid #C5C3C6;
}
td {
  padding: 6px;
  border-top: 1px solid #C5C3C6;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}
th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}
/* Accessibility
--------------------------------------------- */
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.screen-reader-shortcut:focus, .screen-reader-text:focus, .widget_search input[type="submit"]:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #46494C;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}
.more-link {
  position: relative;
}
/* Skip Links
------------------------------------------------ */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}
/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
  color: #46494C;
}
/* Structure and Layout
-------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  word-wrap: break-word;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
  border-width: 0;
  color: #C5C3C6;
  background-color: #dcdcdd;
  cursor: not-allowed;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}
@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 1140px;
    margin-top: 70px;
  }
}
/* Content
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  .content {
    float: left;
    width: 65%;
  }
}
@media only screen and (min-width: 960px) {
  .sidebar-content .content {
    float: right;
  }
}
@media only screen and (min-width: 960px) {
  .full-width-content .content, .landing-page .content {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 960px) {
  /* Column Classes
	--------------------------------------------- */
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half, .three-sixths, .two-fourths {
    width: 48.7179487179%;
  }
  .one-third, .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths, .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Common Classes
---------------------------------------*/
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%;
}
.author-box .avatar, .alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
.comment .avatar {
  margin: 0 15px 20px 0;
}
/* Genesis
--------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 960px) {
  .after-entry {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}
.breadcrumb {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C5C3C6;
  font-size: 1.6rem;
}
.archive-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .archive-description {
    margin-bottom: 60px;
  }
}
.archive-description p:last-child {
  margin-bottom: 0;
}
.archive-description .entry-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.author-box {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .author-box {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #dcdcdd;
  }
}
.author-box p:last-child {
  margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.entry-content .search-form {
  width: 50%;
  margin-bottom: 40px;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
  margin-top: 10px;
}
.widget_search input[type="submit"] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Titles
--------------------------------------------- */
.archive-title, .author-box-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.entry-title {
  margin-bottom: 10px;
  font-size: 3rem;
}
.entry-title a {
  color: #46494C;
  text-decoration: none;
}
.entry-title a:focus, .entry-title a:hover {
  color: #1985A1;
}
.sidebar .widget-title a {
  color: #46494C;
  text-decoration: none;
}
.widget-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 30px;
}
img.alignnone, .alignnone {
  margin-bottom: 15px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 20px 20px;
}
.gallery-caption, .wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 30px;
}
/* Widgets
------------------------------------------------------------ */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child, .widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  padding-left: 20px;
  text-indent: -20px;
  list-style-position: inside;
  list-style-type: decimal;
}
.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #C5C3C6;
}
.featured-content .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.featured-content .entry-image {
  width: 75px;
  height: 75px;
}
.featured-content .entry-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
/* Plugins
--------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews form + p {
  margin-top: 20px;
}
.after-entry .enews {
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .after-entry .enews {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sidebar .enews {
  padding: 30px;
  background-color: #dcdcdd;
}
.enews-widget input {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.enews-widget input[type="submit"] {
  width: 100%;
  margin: 0;
}
.after-entry .enews-widget input {
  text-align: center;
}
/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #C5C3C6;
  color: #46494C;
  background: transparent;
}
.gs-faq__question:focus, .gs-faq__question:hover {
  color: #1985A1;
  background: transparent;
}
.gs-faq__question:after {
  float: right;
  font-family: dashicons;
  content: "";
}
.gs-faq__question.gs-faq--expanded:after {
  content: "";
}
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* Site Header
---------------------------------------------- */
.site-header {
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 960px) {
  .site-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
  }
}
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.wp-custom-logo .title-area {
  width: 100%;
  max-width: 350px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wp-custom-logo .title-area img {
  width: auto;
}
.site-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.site-title a, .site-title a:focus, .site-title a:hover {
  color: #46494C;
  text-decoration: none;
}
.wp-custom-logo .site-title {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
/* Site Navigation
--------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  width: 100%;
  line-height: 1;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
}
.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .menu-item:focus .sub-menu:focus, .genesis-nav-menu .menu-item:hover .sub-menu:hover {
    z-index: 100;
  }
}
.genesis-nav-menu .menu-item:focus > .sub-menu, .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu > .menu-highlight > a {
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #46494C;
    font-weight: 600;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #1985A1;
  }
}
.genesis-nav-menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  outline-offset: -1px;
  color: #46494C;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #1985A1;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu {
  display: block;
  clear: both;
  position: static;
  z-index: 99;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #C5C3C6;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
.genesis-nav-menu .sub-menu a {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu a {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #C5C3C6;
    border-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
}
.genesis-nav-menu .sub-menu:focus-within {
  opacity: 1;
}
/* Avoid flash of desktop menu on mobile devices.
----------------------------------------------*/
.js nav {
  display: none;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .js nav {
    display: block;
  }
}
/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-responsive-menu {
  display: none;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .genesis-responsive-menu {
    display: block;
  }
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu {
  display: none;
}
.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  display: none;
  clear: both;
  position: static;
  z-index: 99;
  left: -9999px;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #C5C3C6;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
.menu-toggle {
  display: block;
  visibility: visible;
  float: right;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
  border-width: 0;
  color: #46494C;
  background-color: transparent;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus, .menu-toggle:hover {
  border-width: 0;
  color: #1985A1;
  background-color: transparent;
}
.menu-toggle.activated:before {
  content: "";
}
.site-header .menu-toggle:before {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  text-rendering: auto;
}
.sub-menu-toggle {
  display: block;
  visibility: visible;
  float: right;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 9px 10px;
  border-width: 0;
  color: #46494C;
  background-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .sub-menu-toggle {
    display: none;
  }
}
.sub-menu-toggle:focus, .sub-menu-toggle:hover {
  border-width: 0;
  color: #1985A1;
  background-color: transparent;
}
.sub-menu-toggle:before {
  display: inline-block;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  text-rendering: auto;
}
.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}
.sub-menu-toggle.activated:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .nav-primary {
    float: right;
    clear: none;
    width: auto;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .nav-primary .genesis-nav-menu a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
}
/* Content Area
--------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .entry {
    margin-bottom: 60px;
  }
}
.entry-content p.has-background {
  padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus, .entry-content p.has-background.light-text a:hover {
  text-decoration: none;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #dcdcdd;
}
.entry-content .caption {
  margin-top: -20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.content .sticky {
  padding: 30px;
  background-color: #dcdcdd;
}
/* Entry Meta
--------------------------------------------- */
.entry-meta p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.entry-header .entry-meta {
  margin-bottom: 20px;
}
.entry-footer .entry-meta {
  padding-top: 20px;
  border-top: 1px solid #C5C3C6;
}
.entry-categories, .entry-tags {
  display: block;
}
.entry-comments-link:before {
  margin: 0 6px 0 2px;
  content: "—";
}
/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  color: #46494C;
  background-color: #dcdcdd;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
  color: #fff;
  background-color: #46494C;
}
/* Entry Comments
--------------------------------------------- */
.entry-comments {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 960px) {
  .entry-comments {
    margin-bottom: 60px;
  }
}
.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-list .bypostauthor {
  font-size: inherit;
}
.comment-header {
  margin-bottom: 30px;
}
.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}
.comment-respond {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 960px) {
  .comment-respond {
    margin-bottom: 60px;
  }
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-header p {
  margin-bottom: 0;
}
.entry-pings {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 960px) {
  .entry-pings {
    margin-bottom: 60px;
  }
}
.entry-pings .reply {
  display: none;
}
/* Sidebar
------------------------------------------------ */
.sidebar {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 960px) {
  .sidebar {
    float: right;
    width: 30%;
  }
}
@media only screen and (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left;
  }
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}
/* Footer Widgets
-------------------------------------------------- */
.footer-widgets {
  clear: both;
  padding: 60px 0;
  border-top: 1px solid #C5C3C6;
  background-color: #fff;
  font-size: 1.8rem;
}
.footer-widgets .wrap {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 960px) {
  .footer-widgets .wrap {
    max-width: 1140px;
  }
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widget-area {
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 960px) {
  .footer-widget-area {
    float: left;
    width: 33.33%;
    /* fallback for older browsers */
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}
/* Site Footer
--------------------------------------------------- */
.site-footer {
  padding: 30px;
  border-top: 1px solid #C5C3C6;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/* Custom Styles -------------------------------------------------- */
.entry-content a {
  text-decoration: none;
}
.site-content a {
  text-decoration: none;
}
.page-template-static .site-inner {
  display: none;
}
.entry-content a:hover {
  color: #C5C3C6;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none !important;
}
.wpfront-message p {
  margin: 20px 30px 20px 0;
}
.fulfillment-status.status-on-hold-ach, .order-status.status-on-hold-ach, .fulfillment-status.status-on-hold-check, .order-status.status-on-hold-check, .fulfillment-status.status-on-paypal, .order-status.status-on-hold-paypal {
  background: #f8dda7;
  color: #573b00;
}
/* ------------------------------------------------------------  Header Development  ------------------------------------------------------------ */
.custom-logo {
  margin-left: 20px;
  margin-top: 15px;
}
header .widget {
  margin-bottom: 0;
}
.header-icons {
  position: absolute;
  right: 30px;
  top: 22px;
}
.nav-primary {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #4c5c68 !important;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.nav-primary a {
  font-size: 24px;
}
.genesis-nav-menu a:hover {
  color: #95ddee !important;
}
.genesis-nav-menu .current-menu-item > a {
  color: #95ddee !important;
}
.nav-header .genesis-nav-menu {
  float: right;
  display: inline;
  clear: none;
  width: auto;
  margin-right: 50px;
  margin-top: 13px;
}
#menu-top-menu a {
  font-size: 18px;
}
.site-header {
  background-color: #46494C;
  color: #fff;
  padding: 0;
  position: relative;
}
.site-header a {
  color: #fff;
}
.site-title {
  margin-left: 50px;
}
.header-icons a:hover {
  color: #1985A1;
}
.logged-in-header-icons {
  top: 10px;
}
@media screen and (max-width: 600px) {
  .header-icons {
    top: 100px;
    left: 20px;
    font-size: 44px;
  }
  .logged-in-header-icons {
    top: 95px;
    font-size: 32px;
    line-height: 1.25 !important;
  }
  .logged-in-header-icons p {
    font-size: 20px;
  }
}
/* ------------------------------------------------------------  Homepage Styles  ------------------------------------------------------------*/
.site-content {
  background: #dcdcdd;
}
.site-inner {
  background: #dcdcdd;
}
.entry-content {
  background: #dcdcdd;
}
.home .entry-title {
  display: none;
}
.home .entry {
  margin-bottom: 0;
}
.media-text img {
  max-width: 75% !important;
}
.home-section {
  border-bottom: solid 3px #fff;
}
.home-h2 {
  border-bottom: solid 2px #fff;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
}
.home-h2-dark {
  padding-bottom: 15px;
  margin-bottom: 0 !important;
}
.tc-single-event a {
  color: #95ddee;
}
.tc-event-date-wrap {
  background: transparent !important;
}
.tc-event-date-wrap {
  padding: 0 !important;
}
.tc-single-event {
  padding: 10px;
}
.centered-content {
  clear: both;
  margin: 0 auto !important;
  padding: 10px 30px !important;
}
.blue-overlay {
  margin: 0 auto !important;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
}
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus, .site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #1985A1;
  color: #fff !important;
}
.home-events-button {
  background: #1985A1;
  color: white !important;
  padding: 15px 30px;
}
.home-events-button:hover {
  background: #95ddee;
  color: #46494C !important;
}
.tc-single-event h3 {
  margin-top: 10px;
}
.full-width-content .entry-content > .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: auto;
}
.dark-content {
  background: #46494C;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.grey-homepage {
  background-image: url("/wp-content/uploads/2020/06/graduation-ceremony-square-academic-cap-student-school-clip-art-graduation.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dark-overlay {
  background: rgba(255, 255, 255, 0.8);
}
.tc-get-featured-image img {
  height: 290px;
}
.hero-section .wp-block-group__inner-container {
  background: rgba(25, 133, 161, 0.7);
  background-size: cover;
}
.site-container .wp-block-button .wp-block-button__link {
  font-size: 22px !important;
}
.home .tc_event_date_title_front, .tc_event_location_title_front {
  color: #fff !important;
}
.tc_event_location_title_front {
  font-size: 18px !important;
  color: #46494C !important;
}
.home .tc_event_location_title_front {
  color: #fff !important;
  display: block;
}
@media only screen and (min-width: 960px) {
  .site-inner {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content {
    float: none;
    width: 70%;
    margin-left: 15%;
  }
  .centered-content {
    max-width: 1200px !important;
    margin-top: 5px;
  }
}
/* ------------------------------------------------------------  Footer Styles  ------------------------------------------------------------ */
.footer-widgets {
  background: #4c5c68;
  color: white;
}
.footer-widgets a {
  text-decoration: none;
  color: #95ddee !important;
}
.footer-widgets a:hover {
  color: #fff !important;
}
.footer-widgets .widgettitle {
  font-size: 24px;
  border-bottom: solid 1px white;
  padding-bottom: 10px;
}
.footer-widgets .wp-block-button__link {
  background: #1985A1;
  color: #fff !important;
  border: solid 2px #1985A1;
  border-radius: 0 !important;
  margin-top: 72px;
  text-align: center;
}
.footer-widgets .wp-block-button__link:hover {
  background: transparent;
  color: #fff !important;
  border: solid 2px #1985A1;
}
.site-footer {
  background: #46494C;
}
.site-footer a {
  color: #95ddee;
}
.site-footer p {
  color: #fff;
}
.widget ul > li {
  margin-bottom: 2px;
}
.site-footer .tc_upcoming_events_ul li {
  margin-bottom: 10px !important;
}
.footer-widgets-3 .textwidget {
  text-align: center;
}
/* ------------------------------------------------------------  Secondary Pages  ------------------------------------------------------------ */
.page-title-area {
  background: rgba(25, 133, 161, 0.7) !important;
  /* Blue in RGB */
  color: white;
  border-bottom: solid 2px white;
  padding-top: 20px;
  margin-bottom: 25px;
}
.woocommerce-page .entry-title {
  background: rgba(25, 133, 161, 0.7) !important;
  /* Blue in RGB */
  color: white;
  border-bottom: solid 2px white;
  padding-top: 20px;
  margin-bottom: 25px;
}
.centered-content ul li {
  list-style-type: disc;
  margin-left: 25px;
}
.gf-left-half {
  float: left;
}
.gf-right-half {
  float: right;
}
.woocommerce-privacy-policy-text {
  display: none !important;
}
.woocommerce-form-register {
  max-width: 600px;
}
/* ------------------------------------------------------------  Events Pages  ------------------------------------------------------------ */
.sidebar-primary {
  display: none;
}
.tc_event_date_title_front {
  font-size: 18px !important;
  color: #46494C !important;
}
.tc_events {
  border-bottom: solid 2px #46494C;
}
.entry-meta {
  display: none !important;
}
.add_to_cart_button {
  margin-top: 20px !important;
  background-color: #1985A1 !important;
}
.add_to_cart_button:hover {
  background: #95ddee !important;
  color: #46494C !important;
}
.page-id-200 .site-main a {
  color: #1985A1;
}
.single .tc_the_content_pre {
  display: none !important;
}
.single .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.single .page-title-area {
  margin-bottom: 0;
}
.single .site-container {
  background: #dcdcdd;
}
.single .tc-single-event a {
  color: #1985A1;
}
.single .tc-single-event a:hover {
  text-decoration: underline;
}
.event_tickets {
  margin-top: 25px !important;
}
@media screen and (min-width: 900px) {
  .single .tc-get-featured-image {
    max-width: 50%;
  }
}
.event_tickets td:nth-child(2) {
  display: none;
}
.event_tickets th:nth-child(2) {
  display: none;
}
.show {
  display: inline-block;
}
.hide {
  display: none;
}
.woocommerce-breadcrumb {
  display: none;
}
.woocommerce .entry.product {
  padding: 20px !important;
}
.page-template-page-templatesregistration-php .site-inner {
  padding-top: 0 !important;
}
.woocommerce-form-register .item {
  padding-left: 20px !important;
}
/* ------------------------------------------------------------  Products Pages  ------------------------------------------------------------ */
.product_meta {
  display: none !important;
}
.woocommerce-Price-amount {
  color: #1985A1;
}
.woocommerce div.product form.cart .variations {
  table-layout: auto !important;
}
/* My Account Page */
.woocommerce-MyAccount-navigation {
  background-color: #4c5c68;
}
.woocommerce-MyAccount-navigation a {
  color: #fff;
}
.woocommerce-MyAccount-navigation > .is-active > a {
  color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #95ddee !important;
}
.single-product .product {
  margin-top: 20px;
}
.woocommerce-tabs {
  display: none !important;
}
.related {
  display: none !important;
}
.product_title {
  padding-left: 10px !important;
  padding-bottom: 5px !important;
}
.postid-244 .woocommerce div.product form.cart .variations {
  table-layout: fixed !important;
}
.single-product img {
  max-width: 400px !important;
  display: block !important;
  margin: 0 auto !important;
  height: auto !important;
}
/* ------------------------------------------------------------  Cart Page  ------------------------------------------------------------ */
.woocommerce button.button {
  background-color: #1985A1 !important;
}
.shop_table thead {
  background-color: #4c5c68;
  color: white;
}
table {
  word-break: normal !important;
}
/*  Checkout Page  */
.page-id-16 .col-1 {
  width: 100% !important;
}
.page-id-16 .col-2 {
  width: 100% !important;
}
.order-again {
  display: none;
}
@media screen and (min-width: 900px) {
  .page-id-16 .form-row-wide {
    width: 48%;
    float: left;
    clear: none;
  }
  .page-id-16 .woocommerce form .form-row {
    margin-right: 4%;
    float: left;
    width: 48%;
  }
  .page-id-16 .woocommerce form .form-row:nth-child(odd) {
    margin-right: 0;
    float: left;
    width: 48%;
  }
  .page-id-16 .woocommerce form .form-row-last {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .fields-wrap {
    width: 100% !important;
  }
}
/* ------------------------------------------------------------  Media Queries  ------------------------------------------------------------ */
@media screen and (max-width: 959px) {
  .nav-primary {
    display: none;
  }
  .menu-toggle {
    color: white;
    margin-right: 20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tc-get-featured-image img {
    height: auto !important;
    max-width: 100% !important;
  }
  .tc-single-event {
    float: none !important;
  }
  .centered-content {
    padding: 10px 15px !important;
  }
  .site-container {
    word-wrap: normal !important;
  }
}
@media screen and (max-width: 600px) {
  .title-area {
    margin-top: 10px;
    text-align: center;
    max-width: 100% !important;
  }
  .header-icons span {
    display: none;
  }
  .hero-section img {
    margin-left: 12.5%;
  }
  .footer-widgets a {
    font-size: 20px;
  }
  .site-header {
    height: 170px;
  }
}
@media only screen and (max-width: 700px) {
  .tc-single-event.tc-2-column, .tc-single-event.tc-3-column, .tc-single-event.tc-4-column {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .page-id-17 .centered-content {
    max-width: 1300px !important;
  }
}
.quantity input {
  max-width: 200px;
  margin-bottom: 20px;
}
.page-id-3930 form {
  max-width: 1140px;
  margin: 0 auto;
}
/* Front Page
-------------------------------------------------- */
/* Print Styles
--------------------------------------------------- */
@media print {
  *, *:before, *:after {
    color: #333 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content, .content-sidebar {
    width: 100%;
  }
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important;
  }
  .title-area {
    width: 100%;
    text-align: center;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote, pre, table {
    page-break-inside: avoid;
  }
  dl, ol, ul {
    page-break-before: avoid;
  }
}
