/*! # Genesis gaaorg Theme
	Theme Name: gaaorg
	Theme URI: http://wpdev.net
	Description: Custom genesis wordpress theme
	Author: Ciprian Tepes
	Author URI: http://cipriantepes.ro

	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wpdevnet
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Social Media
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments

- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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,
.wrap:before {
  content: " ";
  display: table; }

.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,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 16px;
  font-size: 1.6rem; }

body {
  color: #555;
  font-family: "Alike", serif, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0; }

body:not(.full-width-content) {
  color: #eee; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  color: #0ba4dc;
  text-decoration: none; }

a:hover,
a:focus {
  color: #d8277e;
  text-decoration: none; }

p {
  margin: 0 0 1em;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  margin: 40px; }

blockquote:before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }
blockquote.is-style-large:before {
  font-size: 7rem; }

pre {
  white-space: pre-wrap; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #56524f;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0;
  text-rendering: optimizeLegibility; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em {
    color: #e82c0c;
    font-style: normal; }

h2[style="text-align: center;"] {
  margin-top: 2em; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }

h2 {
  font-size: 42px;
  font-size: 4.2rem; }

h3 {
  font-size: 36px;
  font-size: 3.6rem; }

h4 {
  font-size: 32px;
  font-size: 3.2rem; }

h5 {
  font-size: 24px;
  font-size: 2.4rem; }

h6 {
  font-size: 18px;
  font-size: 1.8rem; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.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 img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  color: #333;
  padding: 1em;
  width: 100%;
  border: 1px solid #ccc; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .elementor-button {
  border: 0;
  color: #fafafa;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: #0ba4dc;
  padding: .5em 1.5em;
  width: auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .no-upper button,
  .no-upper input[type="button"],
  .no-upper input[type="reset"],
  .no-upper input[type="submit"],
  .no-upper .button,
  .no-upper .elementor-button {
    text-transform: none; }
  .text-bold button, .text-bold input[type="button"], .text-bold input[type="reset"], .text-bold input[type="submit"], .text-bold .button, .text-bold .elementor-button {
    font-weight: 700; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.elementor-button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.elementor-button:focus {
  color: #fafafa;
  background: #d8277e; }

.button {
  display: inline-block; }

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

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

body {
  background-color: #fafafa; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.content {
  float: none; }

body:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404) .site-inner {
  color: #222;
  padding: 3em 0; }

body.has-leader:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404) .site-inner {
  padding-top: 0; }

.site-inner {
  clear: both; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap:after {
  content: '';
  display: table;
  clear: both; }

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar2-content-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
body:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404) .site-inner .content {
  padding-left: 2em;
  padding-right: 2em; }

.sidebar-content .content {
  float: right; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  width: 100%; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 180px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar2-content-sidebar .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 270px; }

.content-sidebar-sidebar .sidebar-secondary,
.sidebar2-content-sidebar .sidebar-secondary {
  float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.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.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Headers
--------------------------------------------- */
.header-section {
  font-size: 52px;
  font-size: 5.2rem;
  letter-spacing: -2px; }

.gform_wrapper.hide-labels_wrapper .hide-labels .gfield_label {
  display: none; }

/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 4rem; }

.archive-description,
.author-box {
  margin-bottom: 1.125em; }

.author-box-title {
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 68px;
  font-size: 6.8rem; }

.entry-title {
  color: inherit; }

.sidebar .widget-title a {
  color: #333; }

.widget-title {
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: normal; }

/* ## Forms
--------------------------------------------- */
.search-form:not(.pmpro_member_directory_search) {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding: .5em 1em;
  margin: 0;
  z-index: 9; }
  .search-form:not(.pmpro_member_directory_search) input[type="search"] {
    color: #fafafa;
    font-family: "Raleway", sans-serif;
    background: rgba(250, 250, 250, 0.1);
    border: none;
    padding: .5em .5em;
    width: auto;
    margin-right: -40px;
    padding-left: 10px;
    padding-right: 20px; }
    .search-form:not(.pmpro_member_directory_search) input[type="search"]::-webkit-input-placeholder {
      color: #fafafa; }
    .search-form:not(.pmpro_member_directory_search) input[type="search"]:-moz-placeholder {
      /* Firefox 18- */
      color: #fafafa; }
    .search-form:not(.pmpro_member_directory_search) input[type="search"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #fafafa; }
    .search-form:not(.pmpro_member_directory_search) input[type="search"]:-ms-input-placeholder {
      color: #fafafa; }
  .search-form:not(.pmpro_member_directory_search) input[type="submit"] {
    color: #fafafa;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #0ba4dc;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    margin-left: 1rem;
    padding: .5em .5em; }

.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
  width: 48.5%;
  float: left; }
.comment-respond .comment-form .comment-form-email {
  float: right; }
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"] {
  width: 100%; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 24px;
  font-size: 2.4rem; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left;
  margin-block-start: .5em; }

.alignright {
  float: right;
  text-align: right;
  margin-block-start: .5em; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  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 28px; }

.preview-lazyload.container-youtube.container-youtube {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ## Password Protect
--------------------------------------------- */
.post-password-form label {
  text-transform: uppercase; }
.post-password-form input[type=submit] {
  margin-top: 1rem; }

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

.text-white {
  color: #fafafa; }

.text-bold {
  font-weight: 700; }

.text-bold .sow-headline {
  font-weight: 700; }

.text-upper {
  text-transform: uppercase; }

.text-shadow-5px {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125); }

.no-upper {
  text-transform: none; }

.absolute {
  position: absolute;
  z-index: -1; }
  .absolute.left {
    left: 0; }

.inline-block {
  display: inline-block; }

.big-font-size {
  font-size: 20px;
  font-size: 2rem; }

/* ## Sections
--------------------------------------------- */
.section-separator:after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url("assets/images/icon-swiss-selection.svg") no-repeat 0 0;
  position: absolute;
  margin: auto;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 9; }

/* ## Youtube
--------------------------------------------- */
.video-container,
.sow-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed,
  .sow-video-wrapper iframe,
  .sow-video-wrapper object,
  .sow-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## Navigation Menu
--------------------------------------------- */
.nav-primary,
.ubermenu-loc-primary {
  color: #fafafa;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px; }
  .nav-primary:before,
  .ubermenu-loc-primary:before {
    content: '';
    display: block;
    margin-left: 18px;
    margin-right: 18px; }
  .headroom--top .nav-primary:before,
  .headroom--top .ubermenu-loc-primary:before {
    border-top: 1px solid #aaa; }
  .nav-primary .menu-item,
  .ubermenu-loc-primary .menu-item {
    display: inline-block;
    text-align: left;
    position: relative; }
    .nav-primary .menu-item:first-child .menu-item-separator,
    .ubermenu-loc-primary .menu-item:first-child .menu-item-separator {
      display: none; }
    .nav-primary .menu-item .menu-item-separator,
    .ubermenu-loc-primary .menu-item .menu-item-separator {
      margin-right: 3px; }
    .nav-primary .menu-item.menu-item-has-children,
    .ubermenu-loc-primary .menu-item.menu-item-has-children {
      margin-right: 12px; }
      .nav-primary .menu-item.menu-item-has-children:after,
      .ubermenu-loc-primary .menu-item.menu-item-has-children:after {
        content: '';
        display: block;
        position: absolute;
        border: 4px solid transparent;
        border-top-color: #eee;
        right: -5px;
        top: 50%; }
    .nav-primary .menu-item:focus,
    .ubermenu-loc-primary .menu-item:focus {
      position: relative; }
    .nav-primary .menu-item:first-child a::before,
    .ubermenu-loc-primary .menu-item:first-child a::before {
      display: none; }
    .nav-primary .menu-item a, .ubermenu-loc-primary .menu-item a {
      color: #fafafa;
      text-decoration: none;
      display: inline-block;
      padding: .75em .25em;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .has-leader .nav-primary .menu-item a,
      .has-leader .ubermenu-loc-primary .menu-item a {
        color: #fafafa; }
  .nav-primary a:hover,
  .nav-primary a:focus,
  .nav-primary a:active,
  .ubermenu-loc-primary a:hover,
  .ubermenu-loc-primary a:focus,
  .ubermenu-loc-primary a:active {
    color: #0ba4dc; }
  .nav-primary .current-menu-item > a,
  .ubermenu-loc-primary .current-menu-item > a {
    color: #0ba4dc; }
  .nav-primary > .first > a,
  .ubermenu-loc-primary > .first > a {
    padding-left: 0; }
  .nav-primary > .last > a,
  .ubermenu-loc-primary > .last > a {
    padding-right: 0; }
  .nav-primary > .right,
  .ubermenu-loc-primary > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0; }
  .nav-primary > .right > a,
  .ubermenu-loc-primary > .right > a {
    display: inline;
    padding: 0; }

.navigation-area .ubermenu-loc-primary {
  margin-right: -16px; }
.navigation-area .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  margin-right: 10px; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

/* ## Submenu
--------------------------------------------- */
.ubermenu-submenu {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .ubermenu-submenu a {
    color: #222; }

.sub-menu {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  min-width: 100%; }
  .sub-menu .menu-item {
    float: none;
    display: block; }
    .sub-menu .menu-item a {
      color: #222;
      margin: 0;
      padding: .5em 1em; }
      .sub-menu .menu-item a:before {
        display: none; }
      .sub-menu .menu-item a:hover, .sub-menu .menu-item a:active {
        background-color: #222;
        color: #eee; }

/* ## Accessible Menu
--------------------------------------------- */
/* ## Secondary Menu
--------------------------------------------- */
.nav-secondary {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem; }
  .nav-secondary .menu-item {
    display: inline-block; }
    .nav-secondary .menu-item:first-child .menu-item-separator {
      display: none; }
  .nav-secondary a {
    color: #fafafa;
    display: inline-block;
    padding: .75em .25em; }

/* ## Footer Menu
--------------------------------------------- */
.genesis-nav-footer {
  margin: 1.5em 0; }
  .genesis-nav-footer .menu-item.menu-item {
    padding-top: 0;
    padding-bottom: 0; }
  .genesis-nav-footer ul, .genesis-nav-footer li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .genesis-nav-footer li:first-child:before {
    display: none; }
  .genesis-nav-footer a:hover {
    color: unset;
    text-decoration: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Site Top
--------------------------------------------- */
.site-top {
  padding: 0 2em; }
  .site-top a {
    padding: 1.25em .5em; }
  .site-top .site-description {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding: 1em 0; }
  .site-top .nav-secondary {
    float: right; }
  .site-top .genesis-nav-menu {
    font-size: inherit; }
  .site-top .site-description,
  .site-top .nav-secondary {
    font-size: 1.4rem; }

/* ## Site Header
--------------------------------------------- */
.site-header {
  color: #fafafa;
  position: relative;
  z-index: 99;
  display: block;
  background: rgba(34, 34, 34, 0.95);
  padding-top: 1em;
  	/* ## Title Area
      --------------------------------------------- */
  	/* ## Search Form
      --------------------------------------------- */
  	/* ## Navigation Area
      --------------------------------------------- */
  	/* ## Nav Secondary
      --------------------------------------------- */
  	/**
       * Note: I have omitted any vendor-prefixes for clarity.
       * Adding them is left as an exercise for the reader.
       */ }
  .site-header .site-title {
    margin: 0; }
  .site-header .title-area {
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  .site-header .search-form {
    float: left; }
  .site-header .nav-secondary {
    float: right; }
  .site-header.headroom {
    will-change: transform;
    transition: all .2s ease-in-out;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 140px;
    top: 0; }
    .site-header.headroom .search-form,
    .site-header.headroom .nav-secondary {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .admin-bar .site-header.headroom--top {
    margin-top: 32px; }
  .site-header.headroom--top .search-form,
  .site-header.headroom--top .nav-secondary {
    max-height: 100%;
    margin-top: 0; }
  .site-container .site-header.headroom--not-top {
    background-image: linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0));
    height: 80px; }
    .site-container .site-header.headroom--not-top .search-form,
    .site-container .site-header.headroom--not-top .nav-secondary {
      max-height: 0;
      opacity: 0;
      margin-top: -4rem; }
    .site-container .site-header.headroom--not-top .navigation-area {
      margin-top: 0; }
    .site-container .site-header.headroom--not-top .nav-primary {
      border: none; }

/* ## Featured Image
--------------------------------------------- */
.page-featured-image {
  background-size: cover;
  background-position: 50% 50%; }

.has-leader .big-leader {
  height: auto !important;
  max-height: none !important;
  padding-top: 10%;
  padding-bottom: 2%; }
  .has-leader .big-leader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(160deg, #005197, #4a8c32);
    mix-blend-mode: multiply;
    opacity: .65; }
  .has-leader .big-leader .wrap {
    position: relative;
    padding-left: 2em;
    padding-right: 2em; }
  .has-leader .big-leader .backstretch {
    height: 100% !important; }
  .has-leader .big-leader .excerpt,
  .has-leader .big-leader .archive-description {
    color: #fafafa;
    font-size: 16px;
    font-size: 1.6rem;
    background: none;
    padding: 0; }
  .has-leader .big-leader .entry-title,
  .has-leader .big-leader .archive-title {
    color: #fafafa; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  color: #fafafa;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: #3A3D40;
  padding: 2em 2em;
  position: relative; }
  .site-footer .custom-logo-link {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4em; }
  .site-footer a {
    color: rgba(250, 250, 250, 0.4);
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer p {
    margin: 1.5em 0; }
  .site-footer .woocommerce ul.cart_list li img,
  .site-footer .woocommerce ul.product_list_widget li img {
    float: left;
    width: 80px;
    margin-right: 1em; }
  .site-footer .product-title {
    font-size: inherit;
    font-weight: normal; }
  .site-footer .menu-item {
    position: relative; }
  .site-footer .post .entry-title {
    font-size: inherit;
    font-weight: 400; }
  .site-footer .footer-widgets {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 4rem; }
  .site-footer .nav-footer {
    display: inline-block; }
    .site-footer .nav-footer + p {
      font-size: 14px;
      font-size: 1.4rem;
      float: left;
      margin-right: 20px; }
    .site-footer .nav-footer .menu-item {
      margin-left: 10px;
      margin-right: 10px; }
  .site-footer .social-creds {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .site-footer .social-creds p {
      margin: 0; }
    .site-footer .social-creds .social a {
      color: #fafafa;
      margin-left: 1rem; }

/* # Aside
---------------------------------------------------------------------------------------------------- */
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## AB Block - Gutenberg
--------------------------------------------- */
.ab-button[style*="background-color:#3373dc"]:hover,
.ab-button[style*="background-color:#3373dc"]:active,
.ab-button[style*="background-color:#3373dc"]:focus {
  background-color: #d8277e !important; }

/* ## Download Monitor
--------------------------------------------- */
.download-link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .download-link-button .download-link:hover, .download-link-button .download-link:active {
    color: #d8277e; }
    .download-link-button .download-link:hover .download-link-excerpt, .download-link-button .download-link:active .download-link-excerpt {
      color: inherit; }
  .download-link-button .download-button {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    padding: .5em 1.5em; }
    .download-link-button .download-button:hover, .download-link-button .download-button:active, .download-link-button .download-button:focus {
      background: #d8277e;
      border-color: #d8277e; }

.download-link-title {
  font-weight: 700; }

.download-link-excerpt {
  color: #555;
  font-size: 14px;
  font-size: 1.4rem; }

/* ## Elementor
--------------------------------------------- */
.elementor .elementor-widget-wp-widget-recent-posts ul {
  margin: 0;
  padding: 0; }
  .elementor .elementor-widget-wp-widget-recent-posts ul li {
    list-style-type: none; }
.elementor .elementor-widget-wp-widget-recent-posts a {
  color: inherit;
  font-weight: 700; }
  .elementor .elementor-widget-wp-widget-recent-posts a:hover, .elementor .elementor-widget-wp-widget-recent-posts a:active {
    color: #eee; }
.elementor .elementor-widget-wp-widget-recent-posts .post-date {
  font-size: .7em;
  display: block; }
.elementor .elementor-widget-wp-widget-featured-post a.alignleft {
  margin-bottom: 0; }
.elementor .elementor-widget.has-button-below {
  margin-bottom: -1em; }
@media (max-width: 768px) {
  .elementor .elementor-top-section .elementor-widget-heading h1.elementor-heading-title {
    font-size: 48px;
    font-size: 4.8rem; } }
@media (max-width: 420px) {
  .elementor .elementor-top-section .elementor-widget-heading h1.elementor-heading-title {
    font-size: 32px;
    font-size: 3.2rem; } }
@media (min-width: 768px) {
  .elementor .eael-post-grid-container.eael-col-4 .eael-entry-header {
    height: 60px;
    overflow: hidden; }
  .elementor .eael-post-grid-container.eael-col-4 .eael-entry-content {
    max-height: 70px;
    overflow: hidden; } }

.elementor-image {
  padding-top: .5rem; }

/* ## Gravity Forms
--------------------------------------------- */
/* General */
.gform_wrapper.gform_wrapper {
  margin: 0;
  /* ## Password Strength
  --------------------------------------------- */
  /* ## Errors
  --------------------------------------------- */ }
  .gform_wrapper.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .gform_wrapper.gform_wrapper textarea,
  .gform_wrapper.gform_wrapper select {
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1.5em; }
  .gform_wrapper.gform_wrapper .gfield_password_strength {
    margin-bottom: 0; }
  .gform_wrapper.gform_wrapper .field_description_below .gfield_description {
    font-size: .75em;
    padding-top: 0; }
  .gform_wrapper.gform_wrapper div.validation_error {
    color: #fafafa;
    border-color: #fafafa; }
  .gform_wrapper.gform_wrapper .gform_footer {
    margin-top: 0; }
  .gform_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    font-size: .75em; }
  .gform_wrapper.gform_wrapper ul.gform_fields li.gfield:first-child {
    margin-top: 0; }
  .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.nolabel {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    margin-top: 0; }
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.nolabel > .gfield_label {
      font-size: 0;
      display: block; }
      .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.nolabel > .gfield_label .gfield_required {
        font-size: 16px;
        font-size: 1.6rem;
        position: absolute;
        right: 1.5em;
        top: 1em; }
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.nolabel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) + label,
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.nolabel select + label {
      display: none; }
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.nolabel .ginput_container_address input {
      margin-bottom: 1em; }
  .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.mah500 {
    overflow: auto; }
  .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.gfield_error {
    padding: 1em;
    border: none; }
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_label {
      color: #fafafa; }
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_complex.ginput_container_label {
      color: #fafafa; }
    .gform_wrapper.gform_wrapper ul.gform_fields li.gfield.gfield_error div.gfield_description {
      color: #fafafa;
      font-size: .75em; }
  .site-container .gform_wrapper.gform_wrapper .gform_footer input.button,
  .site-container .gform_wrapper.gform_wrapper .gform_footer input[type=submit],
  .site-container .gform_wrapper.gform_wrapper .gform_page_footer input.button,
  .site-container .gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 18px;
    font-size: 1.8rem; }

/* ## Modern Tribe Events
--------------------------------------------- */
.tribe-block__event-price .tribe-block__event-price__cost {
  font-size: 20px;
  font-size: 2rem; }

.tribe-block__event-price .tribe-block__event-price__description {
  font-size: 16px;
  font-size: 1.6rem; }

.tribe-block__event-website a {
  font-size: 18px;
  font-size: 1.8rem; }

.tribe-block__events-link .tribe-block__btn--link a {
  font-size: 16px;
  font-size: 1.6rem; }

.tribe-events-loop .tribe-events-event-meta {
  font-size: 16px;
  font-size: 1.6rem; }

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: none; }

.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
  flex: 1; }

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3 {
  font-size: 20px;
  font-size: 2rem; }

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website {
  font-size: 16px;
  font-size: 1.6rem; }

.sidebar .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
  margin-bottom: 2.5rem; }
.sidebar .tribe-events-list-widget .tribe-event-title {
  font-size: 16px;
  font-size: 1.6rem; }
.sidebar .tribe-events-list-widget .tribe-event-duration {
  line-height: 1.2; }
.sidebar .tribe-events-list-widget .tribe-event-featured {
  padding: .5em 1em;
  margin-left: -1em;
  margin-right: -1em; }

.tribe-events-year-title-bar {
  float: left; }

.tribe-events-year .tribe-event-schedule-details {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem 0; }
.tribe-events-year .tribe-events-event-meta {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3rem; }

.tribe-events-year-event-title {
  font-size: 22px;
  font-size: 2.2rem; }

.tribe-events-past-event-title {
  font-size: 22px;
  font-size: 2.2rem; }

.tribe-display-year {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); }

.tribe-display-past .type-tribe_events + .type-tribe_events {
  border-top: 1px solid #aaa;
  padding-top: 1rem; }
.tribe-display-past .tribe-events-event-meta {
  margin-bottom: 2rem; }

.tribe-events-year-separator {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: -1; }

.tribe-events-year-more {
  float: right;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem); }
  .tribe-events-year-more + .tribe-events-event-meta {
    clear: none; }
  .tribe-events-year-more .tribe-events-button-details {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-radius: 2em;
    padding: .5em 2em; }

.event-upcoming-year {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: 1fr 2fr;
  column-gap: 1em;
  padding: 1em; }
  .event-upcoming-year:before, .event-upcoming-year:after {
    display: none;
    content: none; }
  .event-upcoming-year:nth-child(odd) {
    float: right; }
  .event-upcoming-year .tribe-events-event-image {
    grid-row-start: 1;
    grid-row-end: -1;
    position: relative;
    overflow: hidden;
    margin-bottom: 0; }
    .event-upcoming-year .tribe-events-event-image > a {
      display: block; }
    .event-upcoming-year .tribe-events-event-image img {
      width: auto;
      height: auto;
      display: block; }

#tribe-events-footer {
  margin-top: 3rem; }

.events-archive .sidebar footer.entry-header,
.events-archive .sidebar footer.entry-meta,
.events-archive .sidebar header.entry-header,
.events-archive .sidebar header.entry-meta,
.events-archive .sidebar span.edit-link,
.single-tribe_events .sidebar footer.entry-header,
.single-tribe_events .sidebar footer.entry-meta,
.single-tribe_events .sidebar header.entry-header,
.single-tribe_events .sidebar header.entry-meta,
.single-tribe_organizer .sidebar footer.entry-header,
.single-tribe_organizer .sidebar footer.entry-meta,
.single-tribe_organizer .sidebar header.entry-header,
.single-tribe_organizer .sidebar header.entry-meta,
.single-tribe_venue .sidebar footer.entry-header,
.single-tribe_venue .sidebar footer.entry-meta,
.single-tribe_venue .sidebar header.entry-header,
.single-tribe_venue .sidebar header.entry-meta {
  display: block; }

/*.event-upcoming-year {
    width: 50%;
    float: left;

    .tribe-events-event-image {
        width: 50%;
        float: left;
    }

    .tribe-events-year-event-title,
    .tribe-events-event-meta {
        width: 48.5%;
        float: right;
        clear: right;
    }
}*/
/* ## Revolution slider
--------------------------------------------- */
.forcefullwidth_wrapper_tp_banner {
  bottom: 2em; }

.rsHome .rsMainSlideImage {
  margin-top: -50px;
  border-top-left-radius: 25% 50%;
  border-bottom-left-radius: 25% 50%;
  float: right; }

.rsHome .slideInner {
  max-width: 1170px;
  margin: auto; }

.rsHome .slideTitle {
  color: #59a03a;
  font-size: 4rem;
  text-transform: uppercase;
  margin: 1em 0.5em; }

.rsHome .slideText {
  font-size: 2rem; }

.rsHome .slideText ul,
.rsHome .slideText ol {
  margin-top: 0;
  margin-bottom: 0; }

/* ## WooCommerce
--------------------------------------------- */
.single_job_listing .company img.company_logo {
  width: auto;
  height: auto;
  min-width: 60px;
  min-height: 20px;
  max-height: 48px;
  max-width: 240px;
  position: relative;
  left: 0;
  margin-right: 3rem; }

.job_listings img.company_logo {
  display: none; }

ul.job_listings li.job_listing img.company_logo + div.position {
  padding-left: 0; }

.job_listings .job_listing .meta {
  margin: 0; }

/* ## WooCommerce
--------------------------------------------- */
.product p.wc-gzd-additional-info {
  margin-bottom: 0.5em;
  font-size: 0.9em; }

/* ## WPML
--------------------------------------------- */
.wpml-ls-menu-item .sub-menu .wpml-ls-flag {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
  min-width: 18px; }

#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.blog .content .entry,
.archive .content .entry {
  margin-bottom: 3em;
  padding: 0 0 2em; }

.entry-header {
  color: #56524f; }
  .search .entry-header {
    color: #444;
    background: none;
    margin: 0;
    padding: 0; }
  .entry-header .entry-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    word-break: break-word; }
  .entry-header a {
    text-decoration: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word; }
    .entry-header a:active, .entry-header a:hover {
      text-decoration: underline; }

.archive-description {
  font-size: 16px;
  font-size: 1.6rem; }

.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word; }
  .entry-content ol,
  .entry-content ul:not(.dlm-downloads):not([class*="elementor-"]):not(.wpuf-form):not(.gform_fields):not(.job_listings):not(.job_types):not(.job-listing-meta):not(.meta):not(.tml-links) {
    margin: 1rem 2rem; }
  .entry-content ol > li {
    list-style-type: decimal; }
  .entry-content ul:not(.dlm-downloads):not(.wpuf-form):not(.gform_fields):not(.job_listings):not(.job_types):not(.job-listing-meta):not(.meta):not(.tml-links) > li {
    list-style-type: disc; }
  .entry-content .list-line-separator ul > li {
    border-bottom: 1px solid #a0a4ad;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .entry-content li {
    margin-bottom: .75rem; }
  .entry-content ol ol,
  .entry-content ul ul {
    margin-top: 0;
    margin-bottom: 0; }
  .entry-content code {
    background-color: #333;
    color: #ddd; }

.archive .entry-title,
.blog .entry-title {
  font-size: 28px;
  font-size: 2.8rem; }

/* ## Search
--------------------------------------------- */
.search .entry {
  margin-bottom: 4em; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 1rem; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 1rem; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-time {
  font-weight: 700; }

.entry-comments-link {
  margin-left: 1rem; }

.post-edit-link {
  float: right; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #0ba4dc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #d8277e;
  text-decoration: underline; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 0 16px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0; }

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-list ul li {
  list-style-type: disc; }

.comment-list ul ul li {
  list-style-type: circle; }

.comment-list ol li {
  list-style-type: decimal; }

.comment-list ol ol li {
  list-style-type: lower-alpha; }

.comment-list .comment {
  list-style-type: none;
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.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; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  padding: 24px; }

/* # Modules
---------------------------------------------------------------------------------------------------- */
[class*='gaa-awards'].gaa-awards {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #fafafa; }
  [class*='gaa-awards'].gaa-awards > .elementor-container {
    height: 100%; }
  [class*='gaa-awards'].gaa-awards__project-category:not(:last-child) {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0;
    position: relative; }
    [class*='gaa-awards'].gaa-awards__project-category:not(:last-child) .elementor-widget-container {
      position: relative;
      width: 100%;
      padding: 1em;
      height: 45px; }
    [class*='gaa-awards'].gaa-awards__project-category:not(:last-child) .elementor-icon-list-text {
      color: inherit;
      font-size: inherit; }
    [class*='gaa-awards'].gaa-awards__project-category:not(:last-child) .elementor-icon-list-icon i {
      color: inherit; }
    [class*='gaa-awards'].gaa-awards__project-category:not(:last-child) .elementor-post-info__terms-list-item {
      display: inline-block; }
  [class*='gaa-awards'].gaa-awards__project-image:not(:last-child) {
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative; }
    [class*='gaa-awards'].gaa-awards__project-image:not(:last-child) img {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  [class*='gaa-awards'].gaa-awards__project-title:not(:last-child), [class*='gaa-awards'].gaa-awards__winner-name:not(:last-child), [class*='gaa-awards'].gaa-awards__winner-location:not(:last-child) {
    margin-bottom: 0; }
  [class*='gaa-awards'].gaa-awards__project-title, [class*='gaa-awards'].gaa-awards__winner-name, [class*='gaa-awards'].gaa-awards__winner-location {
    padding: 0 10px;
    margin: .5rem 0; }
  [class*='gaa-awards'].gaa-awards__project-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    flex-grow: 1; }
  [class*='gaa-awards'].gaa-awards__winner-name {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 2rem; }
  [class*='gaa-awards'].gaa-awards__winner-location {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  [class*='gaa-awards'].gaa-awards__featured {
    background: #F4DF00;
    border-radius: 5px;
    box-shadow: 0 4px 12px #5B5340;
    position: absolute;
    z-index: 2;
    width: auto !important;
    right: 2em;
    top: 2em;
    padding: .35em .75em; }
    [class*='gaa-awards'].gaa-awards__featured .elementor-icon-box-icon {
      margin-left: 8px; }
      [class*='gaa-awards'].gaa-awards__featured .elementor-icon-box-icon .elementor-icon {
        font-size: 24px;
        font-size: 2.4rem; }
    [class*='gaa-awards'].gaa-awards__featured .elementor-icon-box-content {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1; }
      [class*='gaa-awards'].gaa-awards__featured .elementor-icon-box-content sub {
        display: block; }

/* -----------------------------------------------------------------------------

  TABS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="tabs no-js">
 *   <div class="tabs-nav">
 *     <a href="#" class="tabs__title is-active"></a>
 *     <a href="#" class="tabs__title"></a>
 *     ...
 *   </div>
 *   <div class="tabs__tab is-active">
 *     <div class="tabs__tab__content"></div>
 *   </div>
 *   <div class="tabs__tab">
 *     <div class="tabs__tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.tabs {
  /**/ }

/**
 * Tabs navigation
 */
.tabs__nav {
  list-style: none;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #aaa; }

.tabs__title {
  color: #aaa;
  cursor: pointer;
  flex: 1;
  margin-right: 4px;
  padding: 12px;
  text-align: center;
  transition: color 0.3s; }

.tabs__title:last-child {
  margin-right: 0; }

.tabs__title.is-active {
  color: inherit; }

.tabs__title i,
.tabs__title span {
  margin: 0;
  padding: 0;
  line-height: 1; }

.tabs__title span {
  display: none; }

@media all and (min-width: 768px) {
  .tabs__title i {
    margin-bottom: 12px; }

  .tabs__title span {
    display: block; } }
/**
 * Tab
 */
.tabs__tab {
  display: none; }

.tabs__tab.is-active {
  display: block; }

.tabs__content {
  padding: 1.5rem; }

/**
 * Tabs no-js fallback
 */
.tabs.no-js .tabs-nav {
  display: none; }
.tabs.no-js .tabs__tab {
  display: block;
  margin-bottom: 1.5rem; }
.tabs.no-js .tabs__tab:last-child {
  margin-bottom: 0; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  margin-top: -1rem; }
  .sidebar .widget {
    margin-bottom: 3em; }
  .sidebar .widget-title {
    font-size: 28px;
    font-size: 2.8rem; }
  .sidebar .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0; }
  .sidebar .post {
    padding-bottom: 0; }
  .sidebar .widget_nav_menu {
    margin-bottom: 8px; }
  .sidebar ul ul {
    margin-left: 1em; }
  .sidebar .woocommerce.widget_shopping_cart .cart_list .empty {
    padding-left: 0; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets a {
  text-decoration: none; }
  .footer-widgets a.fa-stack {
    color: #aaa; }
.footer-widgets input {
  border: 1px solid #333; }
.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #fafafa; }
.footer-widgets .widget {
  margin-bottom: 4em; }
.footer-widgets + p {
  text-align: center; }
.footer-widgets p:last-child {
  margin-bottom: 0; }
.footer-widgets .entry-title {
  font-size: 24px;
  font-size: 2.4rem; }
.footer-widgets .entry {
  border-bottom: none; }
.footer-widgets .footer-widgets-1 {
  padding-left: 0; }
.footer-widgets .footer-widgets-4 {
  padding-right: 0; }

.footer-widgets + p {
  font-size: 14px;
  font-size: 1.4rem; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  color: #fafafa;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: #3A3D40;
  padding: 2em 2em;
  position: relative; }
  .site-footer .custom-logo-link {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4em; }
  .site-footer a {
    color: rgba(250, 250, 250, 0.4);
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer p {
    margin: 1.5em 0; }
  .site-footer .woocommerce ul.cart_list li img,
  .site-footer .woocommerce ul.product_list_widget li img {
    float: left;
    width: 80px;
    margin-right: 1em; }
  .site-footer .product-title {
    font-size: inherit;
    font-weight: normal; }
  .site-footer .menu-item {
    position: relative; }
  .site-footer .post .entry-title {
    font-size: inherit;
    font-weight: 400; }
  .site-footer .footer-widgets {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 4rem; }
  .site-footer .nav-footer {
    display: inline-block; }
    .site-footer .nav-footer + p {
      font-size: 14px;
      font-size: 1.4rem;
      float: left;
      margin-right: 20px; }
    .site-footer .nav-footer .menu-item {
      margin-left: 10px;
      margin-right: 10px; }
  .site-footer .social-creds {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .site-footer .social-creds p {
      margin: 0; }
    .site-footer .social-creds .social a {
      color: #fafafa;
      margin-left: 1rem; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/* ## Screen
--------------------------------------------- */
@media screen and (min-width: 240px) {
  .site-header {
    		/* ## Search Form
            --------------------------------------------- */ }
    .site-header .nav-primary,
    .site-header .nav-secondary {
      display: none;
      float: none;
      clear: both; }
    .site-header .title-area {
      text-align: center; }
      .site-header .title-area img.custom-logo {
        width: 100px; }
    .site-header.headroom {
      height: 100px; }
      .site-header.headroom + .site-inner {
        margin-top: 100px; }
    .site-header.headroom--not-top .title-area {
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85); }
    .site-header .search-form {
      position: relative;
      padding: .25em;
      margin-left: 1.4rem; }
    .site-header .search-form:after {
      content: "\f179";
      display: inline-block;
      width: 20px;
      height: 20px;
      font-size: 16px;
      line-height: 1.5;
      font-family: dashicons;
      text-decoration: inherit;
      font-weight: 400;
      font-style: normal;
      vertical-align: top;
      text-align: center;
      transition: color .1s ease-in 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: -25px;
      float: right; }
    .site-header input.search-form-input {
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      padding: .5em 1em; }
    .site-header input.search-form-submit {
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 40px; }

  /* ## Page titles for featured images
  --------------------------------------------- */
  .has-leader .big-leader .entry-title,
  .has-leader .big-leader .archive-title {
    font-size: 36px;
    font-size: 3.6rem; }

  .menu-toggle {
    color: #fafafa;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    background: none;
    float: right;
    padding: .5em;
    clear: right; }
    .menu-toggle.activated {
      color: #0ba4dc; }
    .menu-toggle:before {
      color: #0ba4dc;
      float: right;
      margin-left: 1rem; }

  .sub-menu {
    position: static;
    clear: both; }

  .nav-primary {
    padding-top: 1em; }
    .nav-primary .menu-item {
      display: block;
      border-top: 1px solid #777; }
      .nav-primary .menu-item.menu-item-has-children:after {
        content: '';
        display: block;
        clear: both; }
      .nav-primary .menu-item a {
        display: block;
        text-align: center; }
    .nav-primary .menu-item-separator {
      display: none; }

  .sub-menu-toggle {
    margin-top: 1.5em;
    float: left; } }
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }

  .site-header .nav-primary {
    display: block;
    clear: right;
    border-top: 1px solid #aaa;
    padding-top: 0; }
  .site-header .nav-secondary {
    display: block;
    float: right;
    clear: none; }
  .site-header .title-area {
    width: auto;
    text-align: initial; }
    .site-header .title-area img.custom-logo {
      width: 180px; }
  .site-header.headroom {
    height: 140px; }
    .site-header.headroom + .site-inner {
      margin-top: 140px; }
  .site-header.headroom--not-top .title-area {
    -webkit-transform: scale(0.585);
    -moz-transform: scale(0.585);
    -ms-transform: scale(0.585);
    -o-transform: scale(0.585);
    transform: scale(0.585); }

  .navigation-area {
    margin-top: 1.5rem; }

  .nav-primary .menu-item {
    display: inline-block;
    border: none; }
    .nav-primary .menu-item a {
      display: block; }
  .nav-primary .menu-item-separator {
    display: inline-block; }

  .sub-menu-toggle {
    display: none; }

  .sub-menu {
    position: absolute;
    top: 58px; }
    .sub-menu .sub-menu {
      left: 100%;
      top: 0; }

  	/* ## Page title
      --------------------------------------------- */
  .site-inner > .entry-header > .entry-title {
    font-size: 1.5em; }

  .has-leader .big-leader .entry-title, .has-leader .big-leader .archive-title {
    font-size: 48px;
    font-size: 4.8rem; }

  	/* ## Page Featured Image
      --------------------------------------------- */
  .page-featured-image {
    height: 300px; }

  body:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404).content-sidebar #genesis-content.content,
  .content-sidebar .content {
    padding-right: 240px;
    padding-left: 2em; }

  body:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404).content-sidebar #genesis-content.content + .sidebar,
  .content-sidebar .content + .sidebar {
    margin-left: -220px;
    margin-right: 2em; }

  body:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404).sidebar-content #genesis-content.content,
  .sidebar-content .content {
    padding-left: 240px;
    padding-right: 2em; }

  body:not(.home):not(.elementor-page):not(.elementor-template-full-width):not(.error404).sidebar-content #genesis-content.content + .sidebar,
  .sidebar-content .content + .sidebar {
    margin-right: -220px;
    margin-left: 2em; }

  	/* ## Footer
      --------------------------------------------- */
  .footer-widgets .widget-area {
    padding-right: 1em;
    padding-left: 1em; }
  .footer-widgets .footer-widgets-4 {
    float: right; }

  .site-footer .logo-nav {
    float: left; }
  .site-footer .nav-footer {
    font-size: 12px;
    font-size: 1.2rem;
    transform: translateY(-6px); }
  .site-footer .custom-logo {
    max-width: 250px; }
  .site-footer .social-creds {
    float: right;
    display: block;
    justify-content: initial;
    align-content: initial;
    margin-top: 1.075rem; }
    .site-footer .social-creds p br {
      display: none; }
  .site-footer .social {
    margin-top: 1rem;
    float: right;
    margin-right: 5rem; } }
@media screen and (min-width: 961px) {
  .navigation-area {
    float: right; } }
@media screen and (min-width: 1025px) {
  	/* ## Page Featured Image
      --------------------------------------------- */
  .page-featured-image {
    height: 400px; }

  .has-leader .big-leader .entry-title, .has-leader .big-leader .archive-title {
    font-size: 68px;
    font-size: 6.8rem; } }
@media screen and (min-width: 1200px) {
  .wrap,
  body:not(.full-width-content) .content-sidebar-wrap,
  body:not(.elementor-page) .content-sidebar-wrap,
  .site-inner > .entry-header > .entry-title {
    max-width: 1140px;
    margin: auto; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .sidebar2-content-sidebar .content-sidebar-wrap {
    width: 940px; }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .sidebar2-content-sidebar .content {
    width: 680px; }

  	/* ## Page Featured Image
      --------------------------------------------- */
  .page-featured-image {
    height: 500px; } }
@media (max-width: 1200px) {
  .title-area {
    margin-left: 2em; }

  .nav-secondary {
    margin-right: 2em; }

  .ubermenu.ubermenu-main {
    margin-right: 1em; } }
@media (max-width: 1024px) {
  .navigation-area {
    /* ## Navigation
    --------------------------------------------- */ }
    .navigation-area .ubermenu .ubermenu-target {
      padding: 15px 15px; } }
@media (max-width: 960px) {
  .site-header {
    padding-left: 0;
    padding-right: 0; }
    .site-header.headroom {
      position: absolute;
      transition: transform .2s ease-in-out; }
    .admin-bar .site-header.headroom--top {
      margin-top: 46px; }
    .site-header.headroom--not-top {
      position: fixed; }
    .site-header.headroom--pinned {
      transform: translateY(0); }
    .site-header.headroom--unpinned {
      transform: translateY(-95px); }

  .navigation-area .ubermenu-responsive-toggle {
    clear: right;
    margin-right: .5em; }
  .navigation-area .ubermenu.ubermenu-main {
    background: #3A3D40;
    padding: 2em 1em; } }
@media (max-width: 768px) {
  .site-header .search-form {
    float: right;
    margin-right: 1.5em; }

  body:not(.home):not(.elementor-template-full-width):not(.error404) #genesis-content.content,
  body:not(.home):not(.elementor-template-full-width):not(.error404) #genesis-content.content {
    padding-left: 1.5em;
    padding-right: 1.5em; }

  .single_job_listing .company:after {
    content: '';
    display: block;
    clear: both; }

  .single_job_listing .company .name {
    float: right; }

  .single_job_listing .company .name > a {
    display: block;
    clear: both; }

  .sidebar {
    clear: both;
    float: none;
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3em; }

  .site-footer .custom-logo-link {
    display: none; }
  .site-footer .nav-footer {
    display: block;
    text-align: center; }
  .site-footer .social-creds {
    text-align: center;
    display: block; }
    .site-footer .social-creds p br {
      display: none; }
    .site-footer .social-creds p span {
      margin: 0 2em; }
  .site-footer .social {
    text-align: center;
    margin-top: 1rem; } }
@media (max-width: 480px) {
  .site-footer .social-creds p br {
    display: block; } }
@media (max-width: 420px) {
  .title-area {
    margin-left: 2rem; }

  .site-header .search-form {
    margin-left: 0; }

  /* ## Events
  --------------------------------------------- */
  .tribe-display-year {
    display: block; }

  /* ## Awards
  --------------------------------------------- */
  [class*='gaa-awards'].gaa-awards__winner-name {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-word; } }
/* ## Print
--------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !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 {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

  .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; } }

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