/*
Theme Name: Royal Australian Survey Corps
Theme URI: https://demo.studiopress.com/
Description: This is a custom theme created for RASVY.
Author: Inkt Creative
Author URI: https://www.inktcreative.com/

Version: 1.0.0

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

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- 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
	- ****
	- ****
	- ****
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,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}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}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{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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}
/* stylelint-enable */

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



/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.site-container,
.site-inner {
    background: #fffffc;
}

body {
	background-color: #fff;
	color: var(--wp--preset--color--primary);
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

/*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: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: var(--wp--preset--color--primary);
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #3D4756;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0 14px;
	color: #3D4756;
}

h3.widgettitle.widget-title {
	margin: 16px 0 12px;
}

/*.page-id-358  {
	font-weight: 600;
}*/



.entry-content h4 {
	margin-top: 40px;
}

h1 {font-size:36px; 
	letter-spacing: -.5px;}
	@media (min-width: 768px){
		h1 {font-size:36px;}}
		@media (min-width: 992px){
			h1 {font-size:48px;}}

h2 {font-size:32px; 
letter-spacing: -.6px;}}
	@media (min-width: 768px){
		h2 {font-size:34px;}}
		@media (min-width: 992px){
			h2{font-size:34px;}}

h3 {font-size:22px;}
	@media (min-width: 768px){
		h3{font-size:26px;}}
		@media (min-width: 992px){
			h3{font-size:28px;}}

h4,h5,h6{font-size:22px;}
	@media (min-width: 768px){
		h4,h5,h6{font-size:22px;}}

@font-face {
    font-family: 'century_schoolbook_stdbold';
    src: url('/lib/fonts/century_schoolbook_std_bold-webfont.woff2') format('woff2'),
         url('/lib/fonts/century_schoolbook_std_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.rasvy-hero-content {
	margin-top: -80px;
}

.rasvy-hero-content h1.rasvy-hero-century {
	font-family: 'Century Schoolbook', serif;
	line-height: 50px;
	letter-spacing: -1px;
	margin: 0 0 12px;
}

.rasvy-hero-content p.rasvy-hero-text {
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 26px;
	max-width: 460px;
}



/* 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 {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: var(--wp--preset--color--primary);
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

:-ms-input-placeholder {
	color: #bdbdbe;
	opacity: 1;
}

::placeholder {
	color: #bdbdbe;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: var(--wp--preset--color--secondary);
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}


.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff!important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.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 {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Animation Effects
---------------------------------------- */

/* -- FadeInUp -- */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.js-enabled .is-style-fadeinup {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s ease-out forwards paused;
}

.js-enabled .is-style-fadeinup.delay-20 {
	animation: fadeInUp 0.8s ease-out 0.2s forwards paused;
}

.js-enabled .is-style-fadeinup.delay-40 {
	animation: fadeInUp 0.8s ease-out 0.4s forwards paused;
}

.js-enabled .is-style-fadeinup.delay-60 {
	animation: fadeInUp 0.8s ease-out 0.6s forwards paused;
}

.js-enabled .is-style-fadeinup.in-view {
	animation-play-state: running;
}


@keyframes fadeInLeft {
   0% {
      opacity: 0;
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}   

.js-enabled .is-style-fadeinleft {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInLeft 0.8s ease-out forwards;
}



@keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
} 

.js-enabled .is-style-fadeinright {
	opacity: 0;
	transform: translateY(14px);
	animation: fadeInRight 1.4s ease-out forwards;
}

/* Adjust the styles for the menu-open class */
.js-enabled .site-header {
    position: sticky;
    top: 0;
    transition: top 0.5s;
    z-index: 999;
}

.site-header.hide-header {
    top: -100%;
    transition: top 0.5s;
}

/* Add styles for the header when the menu is open */
body.menu-open .site-header {
    top: 0;
}

/* Add styles for the menu when it's open */
body.menu-open #genesis-nav-primary {
    height: 100vh;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 64px 16px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 16px;
	margin-bottom: 29px;
	padding-bottom: 10px;
	text-align: center;
	color: #3D4756;
}

.breadcrumb::before {
    content: "You Are Here: ";
    font-weight: 700;
}

.breadcrumb-link, .breadcrumb-link-text-wrap {
    font-weight: 400;
}

.breadcrumb a {
	text-decoration: none;
	color: #3D4756;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #fffffc;
	font-weight: 700;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

.post .entry-title {
	margin-bottom: 40px;
}

/* 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,
.singular-image {
	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;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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 {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: var(--wp--preset--color--primary);
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons;
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.rasvy-fancy-hpot {
	display: none;
}

.entry-content .wpforms-container {
	margin-bottom: 40px;
  background-color: #ffffff;
  padding: 42px 24px 60px;
  border-radius: 33px;
  filter: drop-shadow(rgba(0, 0, 0, 0.14) 0px 5px 16px);
  font-family: 'Roboto', sans-serif;
}

.wpforms-title {
	font-weight: 700;
}

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.field-survey-operations .entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 6px 0;
	overflow: hidden;
}


.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

/* Display outline on focus */
:focus {
/*	color: var(--wp--preset--color--primary);
	outline: #ccc solid 1px;*/
/*	display: none;*/
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fffffc;
	padding: 0 16px;
	filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 8px);
}

.site-header .wrap {
max-width: 1200px;
margin: 0 auto;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 212px;
	padding-bottom: 13px;
	padding-top: 12px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

	ul#menu-primary {
	    display: block;
	}


.genesis-responsive-menu .button {
  width: 150px;
}


/*.genesis-responsive-menu .button,
.genesis-responsive-menu #menu-item-57 a {
	display: block;
	transition: none;
	text-transform: none;
	font-weight: 700;
	color: #fff;
	padding: 0;
}

.genesis-responsive-menu #menu-item-57 a {
    padding: 15px 30px;
}

.genesis-responsive-menu #menu-item-57 a:focus,
.genesis-responsive-menu #menu-item-57 a:hover {
	color: #fff;
}


.genesis-responsive-menu #menu-item-57 a:before {

content: "\f525";
}


.genesis-responsive-menu #menu-item-57 a:before {
	color: #fff; 
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: middle;
	margin-right: 5px;
	margin-right: 0.5rem;
}

.genesis-responsive-menu li#menu-item-57 {
    margin-top: 9px;
    margin-left: -6px;
}*/

.genesis-responsive-menu ul#menu-primary {
    padding-left: 9px;
}

.genesis-nav-menu a {
	color: var(--wp--preset--color--primary);
	display: block;
	font-size: 15.4px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .1px;
}

.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: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

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

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: var(--wp--preset--color--primary);
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 18px;
	margin-top: 18px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}


/* Animated Hamburger Toggle
--------------------------------------------- */

.site-header .menu-toggle::before {
	display: none;
}
.menu-toggle {
	margin-right: -5px !important;
}

.hamburger {
	padding: 23px 18px 19px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	margin: 9px 0;
	color: #333;
}

.hamburger:hover {
	opacity: 0.9;
}

.hamburger.is-active:hover {
	opacity: 0.7; 
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #333; 
}

.hamburger-box {
	width: 36px;
	height: 16px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 34px;
	height: 2px;
	background-color: #181818;
	border-radius: 2px; 
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }

.hamburger-inner::before {
	top: -5px;
}

.hamburger-inner::after {
	bottom: -5px; 
}

.hamburger-label {
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	color: #333;
	line-height: 1;
}

.hamburger-inner:before {
    top: -9px;
}

.hamburger-inner:after {
    bottom: -9px;
}

/* Squeeze Effect*/
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze.activated .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--squeeze.activated .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.activated .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 100%;
}

/* 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-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.page-id-360 .entry-content ul {
	padding-left: 16px;
	padding-right: 16px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.page-id-360 .entry-content ul > li {
	list-style-type: none;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: var(--wp--preset--color--primary);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: var(--wp--preset--color--primary);
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

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

.comment-list li {
	padding: 40px 0 0 30px;
}

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

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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 .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 14px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #3D4756;
	clear: both;
	padding: 60px 16px 35px;
	color: #fff;
}

.footer-widgets .wrap:before {
display: none;
}

.footer-widgets p {
	color: #fffffc;
	font-size: 15px;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-widget-area {
	margin-bottom: 16px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

section#media_image-2 {
    max-width: 212px;
    margin-bottom: 20px;
    margin-top: 16px;
}


.footer-widgets-1 section#media_image-3  {
	margin-bottom: 12px;
	max-width: 268px;
}

.footer-widgets-1 h3.widgettitle.widget-title {
    display: none;
}

.widget-area.footer-widgets-2.footer-widget-area {
    padding-left: 0px;
}

.footer-widgets .wrap {
    grid-template-columns: repeat(1, 1fr);
}

.footer-widgets-1 .textwidget p {
	max-width: 365px;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.footer-widgets a:hover {
	border-bottom: 1px transparent;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #3D4756;
	font-size: 15px;
	line-height: 1.5;
	padding: 0 16px 80px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.site-footer .wrap {
	max-width: 1200px;
	padding: 8px 0 0 16px;
	margin: 0 auto;

}

.site-footer p {
	margin-bottom: 0;
}


/* RASVY Custom Styles
---------------------------------------------------------------------------- */

.sticky-header {
    position: sticky;
    top: 0;
    width: 100%;
}

.group-lr-padding {
	padding-left: 16px;
	padding-right: 16px;
}


/* Utility Bar Styles
--------------------------------------------- */

.utility-bar {
    background-color: #3D4756;
    color: #fffffc;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .2px;
    
}

.utility-bar-content p {
    margin: 0;
}

.utility-bar-content a {
    text-decoration: none;
    color: #fffffc;
}

.utility-bar-content a:hover {
    color: #fffffc;
}

.desktop-content {
    display: block;
}

.mobile-content {
    display: none;
}

/* Adjust the styles for mobile screens */
@media only screen and (max-width: 767px) {
    .desktop-content {
        display: none;
    }

    .mobile-content {
        display: block;
    }
}


/* Site Header
--------------------------------------------- */

@media only screen and (min-width: 960px) {
	.genesis-nav-menu > .menu-item-has-children > a::after {
	    content: "\f347";
	    display: inline-block;
	    -webkit-font-smoothing: antialiased;
	    font: normal 17px/1 'dashicons';
	    padding-left: 2px;
	    vertical-align: top;
	    margin-top: -0.4px;
	}
}

/* Relocating Entry Title below Header
--------------------------------------------- */

.entry-header-wrapper .entry-title {
	margin-bottom: 0;
	margin-top: 38px;
}

@media only screen and (max-width: 1023px) {

	.entry-header-wrapper .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}

/* Additional styles for pages with parent page 'associations' */
h1.entry-title, .breadcrumb,
span.breadcrumb-link-text-wrap {
    color: #fff;
}

.single-post h1.entry-title{
    color: #3e4756;
}

.page-id-356 .breadcrumb, .page-id-356 span.breadcrumb-link-text-wrap,
.page-id-428 .breadcrumb, .page-id-428 span.breadcrumb-link-text-wrap,
.page-id-430 .breadcrumb, .page-id-430 span.breadcrumb-link-text-wrap,
.page-id-432 .breadcrumb, .page-id-432 span.breadcrumb-link-text-wrap,
.page-id-434 .breadcrumb, .page-id-434 span.breadcrumb-link-text-wrap,
.page-id-436 .breadcrumb, .page-id-436 span.breadcrumb-link-text-wrap,
.page-id-438 .breadcrumb, .page-id-438 span.breadcrumb-link-text-wrap {
	 color: #3D4756;
}

.page-id-356 .entry-title, 
.page-id-428 h1.entry-title,
.page-id-430 h1.entry-title,
.page-id-432 h1.entry-title,
.page-id-434 h1.entry-title,
.page-id-436 h1.entry-title,
.page-id-438 h1.entry-title {
	color: #3D4756;
	text-shadow: -3px -3px 0 #fff,
                          0 -4px 0 #fff,
                          4px -4px 0 #fff,
                          4px 0 0 #fff,
                          4px 4px 0 #fff,
                          0 4px 0 #fff,
                          -4px 4px 0 #fff,
                          -4px 0 0 #fff;
}


/* Home Page
--------------------------------------------- */


/* Hero Section */
.rasvy-hero-globe img.wp-block-cover__image-background.wp-image-463.is-style-fadeinright.in-view {
    padding-top: 364px;
}

@media (min-width: 600px) {
	.rasvy-hero-globe img.wp-block-cover__image-background.wp-image-463.is-style-fadeinright.in-view {
	    padding-top: 0;
	}
}

/* Menu Socials Hide on Mobile */
li#menu-item-498,
li#menu-item-499 {
    display: none;
}

@media (min-width: 960px) {
	li#menu-item-498,
	li#menu-item-499 {
	    display: block;
	}
}

/* Association Links */
.association-links {
	margin: 60px 0 60px;
}

.association-links p.has-text-align-center {
max-width: 800px}

.association-links h2 {
	margin: 0 0 6px 0;
}

.association-links a.wp-block-button__link.wp-element-button,
.association-links a.wp-block-button__link.wp-element-button:active {
	box-shadow: 0px 2px 24px 3px rgba(61, 71, 86, 0.10);
    border-radius: 4px;
    width: 100%;
    max-width: 312px;
    height: 106px;
    background-color: #fff;
    color: #3D4756;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin:  0 0 20px 0;
    display: grid;
    align-items: center;
     transition: 0.3s;
     line-height: 1.3;
     letter-spacing: -.5px;
}

.association-links a.wp-block-button__link.wp-element-button {
    margin: 0 auto 20px!important;
}

.association-links .wp-block-button {
    width: 94%;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.association-links a.wp-block-button__link.wp-element-button:hover {
	color: #3D4756;
	background-color: #fff;
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.14), 0 12px 40px 0 rgba(0,0,0,0.09);
	transform: translateY(-1px);
}

/* Home Nominal Roll Section */
.nominal-roll {
    margin: 60px 0;
}

.nominal-roll img {
	box-shadow: 0px 4px 24px 3px rgba(61, 71, 86, 0.20);
}

/* Home Shop Section */
.home-shop-section {
	margin: 60px 0;
	padding-left: 16px;
	padding-right: 16px;
}

.page-id-443 .home-shop-section {
    margin: 50px 16px;
}

.home-shop-section h2 {
	margin: 0 0 20px 0;
}

p.has-text-align-center.shop-intro {
	max-width: 760px;
	margin: 0 auto 40px;
}

.home-shop-section img {
	box-shadow: 0px 2px 24px 3px rgba(61, 71, 86, 0.10);
	margin-bottom: 16px;
	border-radius: 3px;
}

.home-shop-section p.shop-item-title {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.home-shop-section p.shop-price {
	color: #663399;
	margin-bottom: 50px;
}


/* Association Pages
--------------------------------------------- */

.page-id-489 .association-links {
	margin: 0 0 60px;
}

.page-id-489  p.has-text-align-center {
    margin: 0 0 50px;
}

.page-id-353 .nominal-roll-page-intro {
	margin: 0;
}

.page-id-353 .nominal-roll {
    margin: 20px 0 50px;
}


.page-id-438 .intro-section p {
    max-width: 880px;
    margin: 14px auto;
}

.page-id-438 .intro-section h3 {

    font-size: 25px;
    letter-spacing: -.5px;
    line-height: 1.2;
    max-width: 925px;
    margin: 0 auto;
}

 .page-id-438 .function-events-paragraph p {

 	color: #663399;
 }

.newsletters-section,
.committee-section,
.intro-section {
	text-align: center;
}

/* Intro Section */
.intro-section h2 {
	background-color: #3e4756;
    color: #fffffc;
    padding: 10px 0 13px;
    max-width: 1076px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.intro-section p {
	max-width: 800px;
	margin: 14px auto;
}

.intro-section a {
	color: #66339a;
	font-weight: 400;
}

.intro-section img {
	width: 1076px;
	margin-bottom: -2px;
}

.intro-section {
	margin-top: -10px;
}

.intro-section .wrap {
	margin: 26px 0 0 0;
}

/* Committee Section */
.committee-section {
	margin: 40px 0 60px;
}


.committee-section h2 {
	margin: 0 0 16px;
}

.committee-section .wrap {
	display: grid;
}

.member-position {
	font-weight: 600;
}

.member-name,
.member-position {
	padding-right: 8px;
}

.member-email a,
.member-mobile a {
	color: #663399;
}

.member-mobile {
	padding: 0 6px;
}

.association-links :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}

/* Function and Events Section */
.functions-and-events-section {
	background-color: #F9F9F6;
	text-align: center;
}

.wyswyg-divider {
    border-top: .5px solid #66339b;
    margin: 20px 0;
}

.functions-and-events-section  a{
	color: #66339a;
	font-weight: 400;
}

p.fae-notice {
	color: #663399;
}

.functions-and-events-section.alignfull > .wrap:first-child {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 16px 40px;
    display: grid;
}

.functions-and-events .function-dash,
.functions-and-events .function-time-seperator  {
	padding: 0 4px;
	display: inheret;
}

.functions-and-events .function-time-seperator {
	color: #3D4756;
}

.functions-and-events-section .function-events-paragraph {
	 max-width: 890px;
	 margin: 0 auto;
	 padding-top: 20px;
}

.functions-and-events.last {
    padding-bottom: 20px;
}

.functions-and-events .function-name {
	font-weight: 600;
}

.functions-and-events .function-time,
.functions-and-events .function-date {
	color: #663399;
}

.committee-members,
.newsletters {
    display: inline-flex;
    margin: 0 auto;
}

.functions-and-events .wrap,
p.fae-notice  {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 843px;
}

.functions-and-events-section .functions-and-events .wrap,
p.fae-notice  {
    border-bottom: 1px solid #9D9D9D;
    padding: 7px 0;
}

.functions-and-events-section .functions-and-events.first .wrap,
p.fae-notice   {
	border-top: 1px solid #9D9D9D;
}

.functions-and-events .function-dash {
	display: none;
}

@media (min-width: 782px) {
	 .functions-and-events .wrap {
	 	display: inline-flex;
	}
	.functions-and-events .function-dash,
	.functions-and-events .function-time-seperator  {
		display: inline;
	}

}


/* Newsletters Section */
.newsletters-section {
	margin: 58px 0 80px;
}

.newsletters-section h2 {
	margin: 0 0 46px;
}

.newsletters-section-content {
	max-width: 1014px;
	width: auto;
	margin: 20px auto 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

.newsletters-section-content .newsletters {
    background-color: #F9F9F6;
    border: 1px solid #eee;
    width: 160px;
    height: 60px;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.newsletters:hover {
	border: 1px solid #c2c2c2;
}

@media all and (min-width: 600px) {
	.newsletters-section-content {
	    grid-template-columns: repeat(3, 1fr);
	}

	.newsletters {
	    width: 180px;
	}
}

@media all and (min-width: 800px) {
	
	.newsletters-section-content {
	    grid-template-columns: repeat(4, 1fr);
	}
}

@media all and (min-width: 1060px) {
	
	.newsletters-section-content {
	    grid-template-columns: repeat(5, 1fr);
	}
}

.newsletter-pdf img {
    max-width: 100%;
    height: 32px;
    padding-right: 8px;
}


/* Gallery Page
--------------------------------------------- */

h2.wp-block-post-title {
    font-size: 24px;
    padding-top: 12px;
}

h2.wp-block-post-title a {
     color: #3e4756; 
}

.wp-block-post-featured-image img {
    max-height: 240px;
}


/* Nominal Roll Page
--------------------------------------------- */

.nominal-roll-page-intro {
	margin: 20px 0 0 0;
}

.nominal-roll figure.wp-block-image img {
	max-height: 587px;
    width: auto;
}

.nominal-roll figure.wp-block-image {
	text-align: center;
}


/* History Page
--------------------------------------------- */

#genesis-sidebar-primary h3.widgettitle.widget-title {
    color: #3e4756;
    font-size: 28px;
}


/* Shop Page
--------------------------------------------- */

.shop-order-form h2 {
	margin: 114px 0 16px 0;
}

.home-shop-section figure.wp-block-image.size-full {
    text-align: center;
}

.shop-page-enquiries {
	padding-left: 16px;
	padding-right: 16px;
}


/* Thanks Page
--------------------------------------------- */

.page-id-306 h1.entry-title {
	 color: #3D4756;
}

.rasvy-hero-globe.wp-block-cover .wp-block-cover__inner-container, 
.wp-block-cover-image .wp-block-cover__inner-container {
    margin-top: -54px;
}


/* Masonary Layout for Galleries
--------------------------------------------- */

.is-style-masonry.columns-default {
   -webkit-columns: 3; /* Chrome, Safari, Opera */
   -moz-columns: 3; /* Firefox */
   columns: 3; /* Standard syntax */
}

.is-style-masonry{
   display:block !important;
}

.is-style-masonry .wp-block-image{
   width:100% !important;
   margin-bottom:var(--wp--style--unstable-gallery-gap) !important;
}

.is-style-masonry.columns-4 {
   -webkit-columns: 2; /* Chrome, Safari, Opera */
   -moz-columns: 2; /* Firefox */
   columns: 2; /* Standard syntax */
}

.is-style-masonry.columns-5 {
   -webkit-columns: 2; /* Chrome, Safari, Opera */
   -moz-columns: 2; /* Firefox */
   columns: 2; /* Standard syntax */
}

.is-style-masonry.columns-6 {
   -webkit-columns: 2; /* Chrome, Safari, Opera */
   -moz-columns: 2; /* Firefox */
   columns: 2; /* Standard syntax */
}

.is-style-masonry.columns-8 {
   -webkit-columns: 2; /* Chrome, Safari, Opera */
   -moz-columns: 2; /* Firefox */
   columns: 2; /* Standard syntax */
}


/* Masonary Layout for Galleries
--------------------------------------------- */

.field-survey-operations {
	padding-left: 16px;
	padding-right: 16px;
}

.field-survey-operations-heading {
	padding-top: 0px;
}

.field-survey-operations a.wp-block-button__link.wp-element-button,
.field-survey-operations a.wp-block-button__link.wp-element-button:active {
    background-color: #fffffc;
    color: #3D4756!important;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin:  0 0 20px 0;
    transition: 0.1s;
    line-height: 1.3;
    padding: 0;
    text-decoration: underline;
    text-align: left;
}

.field-survey-operations .wp-block-button {
    width: 100%;
}

.field-survey-operations .wp-block-button a.wp-block-button__link.wp-element-button:hover {
	text-decoration: none;
	background-color: #fffffc;
}


/* Sticky Widget on History Page
--------------------------------------------- */
/* 
@media only screen and (min-width: 1024px) {

    .content-sidebar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sidebar-primary .widget:last-child {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
    }

    .admin-bar .sidebar-primary .widget:last-child {
        top: 72px;
    }

} */



/* Media Queries
---------------------------------------------------------------------------- */

	/* Reverse the order of columns on mobile devices */
@media (max-width: 782px) {

    .wp-block-columns.column-reverse-on-mobile {
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

	.wp-custom-logo .site-container .title-area {
	    max-width: 295px!important;
	    padding-bottom: 11px;
		padding-top: 11px;
	}
	
	section#media_image-2 {
        max-width: 290px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

	.hamburger {
		padding: 33px 18px 28px;
	}

}


@media only screen and (min-width: 600px) {

	.entry-content .wpforms-container {
	    padding: 42px 42px 60px;
	}
	.is-style-masonry.columns-4 {
	   -webkit-columns: 4; /* Chrome, Safari, Opera */
	   -moz-columns: 4; /* Firefox */
	   columns: 4; /* Standard syntax */
	}

		.is-style-masonry.columns-5 {
	   -webkit-columns: 5; /* Chrome, Safari, Opera */
	   -moz-columns: 5; /* Firefox */
	   columns: 5; /* Standard syntax */
	}

	.is-style-masonry.columns-6 {
	   -webkit-columns: 6; /* Chrome, Safari, Opera */
	   -moz-columns: 6; /* Firefox */
	   columns: 6; /* Standard syntax */
	}

	.is-style-masonry.columns-8 {
	   -webkit-columns: 8; /* Chrome, Safari, Opera */
	   -moz-columns: 8; /* Firefox */
	   columns: 8; /* Standard syntax */
	}

}


@media only screen and (min-width: 782px) {

	.footer-widgets .wrap {
	    grid-template-columns: repeat(3, 1fr);
	}

	.widget-area.footer-widgets-2.footer-widget-area {
	    padding-left: 109px;
	}

	.footer-widget-area {
	    margin-bottom: 40px;
	}

	.field-survey-operations-heading {
		padding-top: 40px;
	}

	.field-survey-operations a.wp-block-button__link.wp-element-button,
	.field-survey-operations a.wp-block-button__link.wp-element-button:active {
		font-size: 19px;
	}
}


@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.rasvy-hero-globe.wp-block-cover .wp-block-cover__inner-container, 
	.wp-block-cover-image .wp-block-cover__inner-container {
	    margin-top: 0px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	ul#menu-primary {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: var(--wp--preset--color--primary);
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 36px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	.genesis-nav-menu li#menu-item-498 a.dashicons.dashicons-facebook, l#menu-item-499 {
		display: none;
	}

	.rasvy-facebook-link,
	.rasvy-instagram-link {
		display: none	;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 12.5px;
		padding-right: 12.5px;
	}

	span.dashicons.dashicons-facebook, 
	span.dashicons.dashicons-instagram {
	    font-size: 26px;
	}

	li#menu-item-498 a {
	    padding-left: 8px;
	    padding-right: 6px;
	}

	li#menu-item-499 a {
	    padding-right: 0px;
	    padding-left: 8px;
	}

	li#menu-item-498,
	.genesis-nav-menu li#menu-item-498 a {
	padding-top: 2px!important;
	}

		li#menu-item-499,
	.genesis-nav-menu li#menu-item-499 a {
	padding-top: 2px!important;
	}


	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1200px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1200px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
/*		width: calc(100% / 3);*/
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--wp--preset--color--primary) !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;
	}

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

}
