/*
 Theme Name: Genesis Platform
 Theme URI: https://www.strategydemo.com
 Author: Zachary Gillam
 Author URI: https://strategynewmedia.com
 Description: Strategy Multisite Platform Theme. SEO ready, one page template with unlimited possibilites.
 Version: 1.6.3
*/
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block;position:relative}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:0}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;max-width:100%;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible;box-sizing:border-box}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-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{display:inline-block;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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}iframe{max-width:100%}::-moz-selection{color:#fff;background:#343e47}::selection{color:#fff;background:#343e47}
/* Scrollbar */
::-webkit-scrollbar{width:15px;height:10px}::-webkit-scrollbar-button{width:0;height:0}::-webkit-scrollbar-thumb{background:#62707c;border:0 none #000;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#919090}::-webkit-scrollbar-thumb:active{background:#62707c}::-webkit-scrollbar-track{background:#fff;border:0 none #fff;border-radius:0}::-webkit-scrollbar-track:hover{background:#fff}::-webkit-scrollbar-track:active{background:#fff}::-webkit-scrollbar-corner{background:transparent}
/* Forms and Inputs */
fieldset{padding:1rem 0}fieldset>*{padding:0 1rem}fieldset legend{margin-left:.5rem;padding:0 .5rem}label{display:block;padding:0 0 .25em}select{ -webkit-appearance:none; -moz-appearance:none; appearance:none; padding:1em; background:#efefef; border:none; border-radius:3px; font-size:1em; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; }select::-ms-expand{display:none}input[type=date],input[type=time],input[type=url],input[type=tel],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=week],input[type=number],input[type=password],input[type=search],input[type=text],select[multiple],textarea{ width:100%; max-width:100%; border-radius:3px; border:0; padding:1em; font-size:1em; outline:0; background:#efefef; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; }select[multiple]{width:auto}input[type=date],input[type=time],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=number]{width:5em;max-width:100%}input[type=checkbox],input[type=radio]{display:inline-block;padding-top:0;clear:left;float:left}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;max-width:95%;float:left}input[type=search]{appearance:none}textarea{min-height:200px;width:100%}
/* Template Containers */
*, *:before, *:after {
    box-sizing:border-box;
    outline:0;
}
html, body {
    margin:0;
    padding:0;
    height:100%;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	font-weight:400;
}
.wrapper {
    position:relative;
    min-height:100%;
}
.container,
.grid-container,
.full-width .fluid-row,
.boxed .banner,
.boxed .full-width,
.boxed .hero {
    max-width:1200px;
    width:90%;
    margin:0 auto;
	position:relative;
}
.boxed .full-width .fluid-row {
    width:100%;
}
.container, .grid-container, .full-width .fluid-row {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.full-width {
	position:relative;
    background:#f2f2f2;
    z-index:2;
	padding:2rem 0;
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    background-size:cover;
}
/*.full-width .fluid-row,*/
.boxed .grid-container,
.boxed .hero {
    width:100%;
}
.entry, aside {
    padding:3rem 0;
}
.entry {
    width:100%;
    float:left;
}
aside {
    width:20%;
    float:right;
    margin-left:5%;
}
.entry#has-sidebar {
    width:75%;
}
body.boxed {
    background:#efefef;
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center center;
    background-size:cover;
}
.boxed .container.main-content {
    background:#fff;
}
.boxed .main-content:before, .boxed .main-content:after,
.boxed .banner:before, .boxed .banner:after,
.boxed .full-width:before, .boxed .full-width:after,
.boxed .hero:before, .boxed .hero:after {
    box-shadow:-15px 0 20px -20px inset;
    content:"";
    height:100%;
    left:-15px;
    position:absolute;
    top:0;
    width:15px;
}
.boxed .main-content:after,
.boxed .banner:after,
.boxed .full-width:after,
.boxed .hero:after {
    box-shadow:15px 0 20px -20px inset;
    right:-15px;
    left:auto;
}
.boxed .container,
.boxed .banner,
.boxed .full-width,
.boxed .hero .grid-container {
    padding-left:2rem;
    padding-right:2rem;
	width:100%;
}
.boxed #header .container, .boxed #footer .container {
    padding-left:0;
    padding-right:0;
	width:90%;
}
.boxed .entry,
.boxed aside {
	padding:2rem 0 0;
}
.boxed .banner .container,
.boxed .topbar .container {
    padding:0;
}
.landing .site-logo, .landing .site-title {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
	width:100%;
}
.landing .top-footer {
    min-height:100px;
}
/* Header */
#header {
    box-shadow:0 2px 10px 2px rgba(52,62,71,0.6);
    position:fixed;
    top:0;
    left:0;
    right:0;
    transition:0.2s transform cubic-bezier(.3,.73,.3,.74);
    width:100%;
    z-index:999;
}
.admin-bar #header {
    top:32px;
}
.top-nav.container {
    padding:1rem 0;
}
.top-nav.container, .topbar .container, .bottom-footer .container {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.header-left, .header-right {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.header-right {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column wrap;
    flex-flow:column wrap;
}
.navigation.mobile {
    position:fixed;
    z-index:999;
    max-height:400px;
    overflow:auto;
    left:0;
    right:0;
    width:100%;
	display:none;
}
/* Top Bar & General Information */
.topbar .general-information, .topbar .social-icons, .bottom-footer .social-icons, .bottom-footer .copyright-credits {
    color:#fff;
    max-width:50%;
}
/* Social Icons */
.social-icons a {
    margin-right:.25em;
	text-decoration:none;
	color:#fff;
}
.social-icons a:hover {
    color:#62707c;
}
.social-icons a:last-of-type {
    margin-right:0;
}
.social-icons .fa-layers {
    width:1.75em;
    height:1.75em;
}
.social-icons .fa-layers svg:not(.fa-circle) {
	color:#343e47;
}
.social-icons .fa-circle {
    font-size:1.75em;
}
.social-icons svg:not(.fa-circle) {
    width:1.5em;
}
/* Main Menu */
.menu ul, ul.menu {
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:0;
    margin:0;
	-webkit-box-align:center;
    -ms-flex-align:center;
	align-items:center;
	position:relative;
	width:100%;
}
.menu li {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	position:relative;
	margin:0 0 0 1rem;
}
.menu li a {
    padding:.75rem;
	color:#343e47;
    text-decoration:none;
	text-transform:uppercase;
}
.menu li a:hover,
.menu li:hover > a {
    background:#343e47;
    color:#fff;
}
.menu li.current-menu-item a, .menu li.current-menu-parent a {
    background:transparent;
    color:#62707c;
}
ul.sub-menu {
	display:none;
    position:absolute;
    top:100%;
	left:0;
    padding:0;
    z-index:99;
	width:250px;
}
.menu .sub-menu .sub-menu li a {
    border:0;
}
.menu li ul.sub-menu ul.sub-menu {
    top:0;
    left:250px;
}
.menu li:last-child ul.sub-menu {
    right:0;
}
.menu li:hover ul.sub-menu,
.menu li ul.sub-menu li:hover ul.sub-menu,
.menu li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
    display: block;
}
.menu li:hover ul.sub-menu ul.sub-menu,
.menu li ul.sub-menu li:hover ul.sub-menu ul.sub-menu {
    display: none;
}
.sub-menu li {
    margin:0;
	width:250px;
}
.menu .sub-menu li a {
    background:#343e47;
    color:#fff;
    width:100%;
}
.menu .sub-menu li a:hover, .menu .sub-menu li.current-menu-item a, .menu .sub-menu li.current-menu-parent a {
    background:#62707c;
}
li.menu-item-search {
    width:30px;
    height:30px;
	cursor:pointer;
	z-index:100;
}
.hidden {
	display:none;
}
/* Menu Widget */
.widget_nav_menu .menu {
    display:block;
}
.widget_nav_menu .menu li {
    display:block;
    margin:0 0 1em 0;
}
.widget_nav_menu .menu li a {
    display:block;
    padding:0;
    color:#fff;
    background:none;
}
.widget_nav_menu .menu li a:hover {
    color:#62707c;
}
.widget_nav_menu .menu li ul.sub-menu {
    display:none;
}
/* Top Button */
#top-button {
    position:fixed;
    bottom:1em;
    right:1em;
    z-index:99;
    font-size:1.5em;
    background-color:#62707c;
    padding:.25em .5em;
    opacity:0;
    margin:0;
}
#top-button:hover {
    opacity:1!important;
}
/* Footer */
#footer {
	position:absolute;
    width:100%;
    height:auto;
    bottom:0;
}
.topbar, .bottom-footer {
    background:#343e47;
    padding:.5em 0;
    position:relative;
}
#footer ul {
    list-style:none;
    padding:0;
	margin:0 0 1em 0;
}
#footer ul li {
    margin-bottom:.5em;
}
#footer ul li:last-child {
    margin-bottom:0;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    color:#62707c;
}
.copyright-credits p {
	margin:0;
}
/* Content Misc */
.widget-area .widget-container {
    margin-bottom:2em;
}
.widget-area .widget_media_image {
    margin-bottom:1em;
}
.widget-area .widget_media_image img {
    width:initial;
}
.widget-title {
    display:block;
    font-weight:600;
    margin:0 0 1em 0;
    color:#343538;
    font-size:1.25rem;
    line-height:1.25;
}
#footer .widget-title {
    color:#fff;
    margin:0 0 .5rem 0;
}
.widget-area ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.widget-area li {
    margin-bottom:.5rem;
    padding-bottom:.5rem;
    border-bottom:dotted 1px #C7D6E4;
    list-style:none;
	position:relative;
}
.widget-area li a {
    text-decoration:none;
}
.widget-container .textwidget a:hover {
    color:#62707c;
    text-decoration:none;
}
.top-footer .textwidget p, .top-footer .textwidget a {
    color:#fff;
}
.header-imagefull {
    width:100%;
    height:auto;
	margin-bottom:1.5em;
}
.block {
	display:block;
}
.alignleft {
    float:left;
    margin:0 1rem 1rem 0;
}
.alignright {
    float:right;
    margin:0 0 1rem 1rem;
}
.aligncenter {
	margin:0 auto;
	text-align:center;
}
.center {
    text-align:center;
}
.overflow {
	overflow:hidden;
}
.transparent {
    opacity:0;
}
.highlight {
    background:#fff198;
}
/* Typography */
h1, h2, h3, h4, h5, h6, .hero-title, .site-title, .page-title {
	font-family:'Open Sans',sans-serif;
    margin:0 0 .5rem 0;
	line-height:1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .site-title a {
    text-decoration:none;
}
h1, .hero-title, .site-title, .page-title {
	font-size:2.5rem;
	color:#62707c;
}
.site-title {
    margin:0;
    line-height:1;
    font-size:2rem;
}
.site-title a {
	color:#343538;
}
.site-title a:hover {
    color:#62707c;
}
h2, h3 {
	font-size:2rem;
	color:#343538;
}
h3 {
	color:#939495;
}
h4 {
	font-size:1.75rem;
	color:#62707c;
}
h5, h6 {
	font-size:1.5rem;
	color:#343538;
}
h6 {
	color:#939495;
}
p, .archive-excerpt, .accordion-content {
    line-height:1.7;
    margin:0;
}
section p, .main-content p, #footer p {
    margin-bottom:1em;
}
ul {
    padding:0;
}
.archive-excerpt,
.archive-description p {
    margin:1em 0 0 0;
}
.featured-excerpt p {
    text-align:justify;
	margin:0;
}
.gp_section ul, ul {
    list-style:none;
}
.gp_section ul, .gp_section ol, ul, ol {
    padding:0 0 0 1em;
}
.gp_section ul li, .gp_section ol li {
    padding-left:.5em;
    line-height:1.5em;
    margin-bottom:.5em;
    position:relative;
}
.gp_section ul li:before {
    content:'\2022';
    color:#62707c;
	position:absolute;
    left:-0.75rem;
    font-size:1.75rem;
}
.gp_section ul li:last-child {
    margin-bottom:0;
}
.gp_section .gp_slider ul li:before {
    display:none;
	content:'';
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
	color:#62707c;
	font-weight:700;
	overflow:hidden;
}
a:hover {
	color:#343538;
}
a:focus {
    outline:thin dotted;
}
.container img, a, button, i.fa, #top-button, .modal, input, svg, .transition, img.lazyloaded {
    -o-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -webkit-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
img[data-lazy-src] {
    opacity: 0;
}
img.lazyloaded {
    opacity: 1;
}
.button, button, input[type="button"], input[type="submit"], input[type="reset"] {
    padding:.5em 1em;
    max-width:300px;
    font-size:1.25rem;
    font-weight:500;
    background:#62707c;
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    margin:1rem 0;
    cursor:pointer;
    border:0;
    line-height:1.25;
    position:relative;
}
.button:hover, a.button:active, a.button:focus {
    background:#343538;
	color:#fff;
}
.button.right, .button.center {
    margin-left:auto;
}
.button.left, .button.center {
    margin-right:auto;
}
.button.full {
    max-width:inherit;
}
blockquote {
    font-size:1.25em;
    margin:0;
    position:relative;
    padding:1.5rem 0 0 3rem;
    border-top:solid 4px #343E47;
}
blockquote:before {
    content:"\201C";
    position:absolute;
    left:.5rem;
    font-size:60px;
    height:100%;
    top:1rem;
}
.dropcap {
    float:left;
    color:#343e47;
    height:70px;
    font-weight:700;
    font-size:72px;
    line-height:1;
    margin:0 .75rem 0 0;
}
hr {
    border:0;
    border-bottom:dotted 2px #c7d6e4;
    margin:1.5em 0;
	overflow:visible;
	height:0;
}
pre {
	font-family:Courier,monospace;
	font-size:1em;
    background:#eee;
    max-width:100%;
    overflow:auto;
    padding:2rem;
}
table {
    font-size:18px;
    margin-bottom:1em;
    padding:0;
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
table thead {
    background:#eaf1f5;
}
table thead th {
    font-weight:bold;
}
table td, table thead th, table th {
    padding:1rem;
    text-align:left;
	position:relative;
}
table td, table th {
    border-bottom:solid 1px #eee;
}
table tbody tr {
    background:#f3f3f3;
}
table tr:nth-child(even) {
    background:#eee;
}
/* Universal Classes */
.uppercase {
	text-transform:uppercase;
}
.capitalize {
	text-transform:capitalize;
}
/* Transformicons */
.tcon {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	cursor:pointer;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	height:30px;
	transition:0.3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:30px;
	background:transparent;
	outline:none;
	-webkit-tap-highlight-color:transparent;
	margin:0;
	padding:0;
}
.tcon > * {
	display:block;
}
.tcon:hover, .tcon:focus {
	outline:none;
}
.tcon::-moz-focus-inner {
	border:0;
}
.tcon-menu__lines {
	display:inline-block;
	height:5.71429px;
	width:40px;
	border-radius:2.85714px;
	transition:0.3s;
	background:#000;
	position:relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	display:inline-block;
	height:5.71429px;
	width:40px;
	border-radius:2.85714px;
	transition:0.3s;
	background:#000;
	content:'';
	position:absolute;
	left:0;
	transform-origin:2.85714px center;
	width:100%;
}
.tcon-menu__lines::before {
	top:10px;
}
.tcon-menu__lines::after {
	top:-10px;
}
.tcon-transform .tcon-menu__lines {
	transform:scale3d(0.8,0.8,0.8);
}
.tcon-menu--xbutterfly {
	width:auto;
	display:none;
	margin:0;
	padding:.25em;
}
.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
	transform-origin:50% 50%;
	transition:top .3s .6s ease, transform .3s ease;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
	background:transparent;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
	top:0;
	transition:top .3s ease, transform .3s .5s ease;
	width:40px;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
	transform:rotate3d(0,0,1,45deg);
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
	transform:rotate3d(0,0,1,-45deg);
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
.tcon-search__item {
	display:inline-block;
	height:20px;
	width:20px;
	border-radius:0;
	transition:0.3s;
	background:transparent;
	position:relative;
	transform:rotate(-135deg);
}
.tcon-search__item::before, .tcon-search__item::after {
	display:inline-block;
	height:25px;
	width:25px;
	border-radius:0;
	transition:0.3s;
	background:transparent;
	content:'';
	position:absolute;
	width:40%;
	top:0;
	bottom:0;
	margin:auto;
}
.tcon-search__item::before {
	height:3px;
	left:0;
	background:#000;
	border-radius:2px;
}
.tcon-search__item::after {
	right:0;
	background:transparent;
	border-radius:50%;
	width:14px;
	height:14px;
	border:3px solid #000;
	transform-origin:50% 50%;
}
.tcon-search--xcross.tcon-transform {
	transform:scale3d(0.8, 0.8, 0.8);
}
.tcon-search--xcross.tcon-transform .tcon-search__item::before, .tcon-search--xcross.tcon-transform .tcon-search__item::after {
	border-radius:0;
	background:#000;
	width:100%;
}
.tcon-search--xcross.tcon-transform .tcon-search__item::after {
	height:3px;
	width:100%;
	top:0;
	right:0;
	border:0;
	transform:rotate3d(0,0,1,90deg);
}
.tcon-plus {
	height:40px;
	position:relative;
	transform:scale(0.75);
	width:40px;
}
.tcon-plus::before, .tcon-plus::after {
	content:"";
	border-radius:2px;
	display:block;
	width:85%;
	height:25%;
	position:absolute;
	top:37%;
	left:8%;
	transition:0.3s;
	background:#000;
}
.tcon-plus:after {
	transform:rotate(90deg);
}
.tcon-plus--minus.tcon-transform::before {
	transform:rotate(180deg) translate(0,0);
	width:62%;
}
.tcon-plus--minus.tcon-transform::after {
	transform:rotate(-180deg) translate(-37.5%,0);
	width:62%;
}
button.tcon.tcon-plus.tcon-plus--minus {
    position:absolute;
    right:5%;
    margin-right:-15px;
    max-width:100%;
}
/* Search Forms */
.search-form {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	font-family:'Open Sans',sans-serif;
}
form {
    position:relative;
}
.search-form:before, .search-form svg,
.woocommerce-product-search:before, .woocommerce-product-search svg {
    font-family:"Font Awesome 5 Solid";
    content:"\f002";
    position:absolute;
    top:1rem;
    left:1rem;
    text-indent:-9em;
    overflow:hidden;
}
.desktop .search-form:before,
.desktop .search-form svg {
	display:none;
}
.search-field {
    width:100%;
}
.search-field::placeholder {
	color:#343e47;
}
.search-field[type=search], .search-submit {
    box-sizing:border-box;
    height:3rem;
    padding:1rem 1rem 1rem 3rem;
    border:0;
    font-family:inherit;
    font-size:1em;
    margin:0;
    outline:0;
    background:#efefef;
}
.search-submit {
    background:#62707c;
    color:#fff;
    border:0;
    padding:0;
	width:3rem;
}
.search-submit:hover {
    background:#343538;
}
.desktop .search-form {
    display:none;
    z-index:99;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.desktop .search-field {
    height:100%;
    width:30%;
    float:right;
    background:transparent;
	padding:0 2.5rem 0 0;
}
/* Tabs Shortcode */
.ui-tabs-hide {display:none}
.pilau-tabs.ui-tabs {
    padding:.5em;
    background:#eaf1f5;
}
ul.tabs {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
ul.tabs li {
    text-indent:0;
    display:inline-block;
    padding:.5em 1em;
	margin:0;
}
ul.tabs li.ui-state-active {
    background:#fff;
}
ul.tabs li:before {
    display:none;
}
ul.tabs li a {
    text-decoration:none;
}
.pilau-tabs .post-content {
    padding:1em;
    background:#fff;
	line-height:1.7;
}
/* Accordion Shortcodes */
.entry .accordion {
    margin-bottom:1rem;
}
.accordion-title {
    color:#fff;
    background:#62707c;
    padding:1rem 3rem 1rem 1rem;
    position:relative;
}
.accordion-title {
    font-size:1.25em;
    margin:1rem 0 0 0;
}
.accordion-content {
    padding:1rem;
	position:relative;
}
.accordion-title.open:after, .accordion-title:after,
.accordion-title.open svg, .accordion-title svg {
	font-family:"Font Awesome 5 Solid";
    content:"\f067";
    position:absolute;
    top:50%;
    right:1rem;
    text-indent:-9em;
    margin-top:-.6rem;
    overflow:hidden;
	font-weight:900;
}
.accordion-title.open:after {
    content:"\f068";
}
/* Modal Window */
.modal.hide {
	display:none;
}
.modal-wrapper.show, .modal.show {
	display:inline-block;
}
.modal-wrapper {
    display:none;
    z-index:999;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    text-align:center;
    background:rgba(0,0,0,.7);
    overflow-x:hidden;
    overflow-y:auto;
}
.modal-container {
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.modal-container::before {
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.modal {
    display:none;
    position:relative;
    vertical-align:middle;
    margin:2.5% auto;
    width:60%;
    padding:2.5%;
    background:#fff;
    text-align:left;
	box-shadow:0 0 50px 10px rgba(0,0,0,0.5);
}
#modal-content, .featured-image {
    position:relative;
}
.close-modal {
    position:absolute;
    top:0;
    right:0;
    padding:.5rem;
	cursor:pointer;
	z-index:2;
}
.close-modal svg {
    font-size:1.5em;
}
.iframe-scaler iframe {
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.iframe-scaler {
    width:100%;
    height:0;
    padding-top:56.25%;
    overflow:hidden;
	position:relative;
}
.entry .iframe-scaler {
    margin-bottom:1em;
}
/* 404 Page */
.entry.error {
    text-align:center;
    padding:20vh 0;
}
.error h1 {
    font-size:60px;
}
.error img {
	display:initial;
    max-width:100%;
    width:initial;
}
/* Blog, Search, Archive, and Category Pages */
.featured-blog-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row wrap;
    width:100%;
}
.featured-blog-single {
    margin:0 5% 2rem 0;
    display:inherit;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
	-webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
	-ms-flex-preferred-size:47.5%;
    flex-basis:47.5%;
	max-width:47.5%;
}
.featured-blog-single:nth-child(2n) {
    margin-right:0;
}
.search .featured-blog-single {
    max-width:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
	margin:0;
}
.featured-blog-image img:hover {
    transform:scale(1.05);
}
.featured-blog-image, .preview-title, .featured-excerpt, .post-cat {
    margin-bottom:1rem;
}
.post-meta span:before {
    content:" / ";
}
.post-meta span:first-child:before {
    display:none;
}
.post-meta a, .post-meta span, .post-cat a, .post-cat span {
    text-decoration:none;
    color:#62707c;
    font-weight:500;
}
.post-meta a:hover, .post-cat a:hover {
    color:#343538;
}
.archive-description, figcaption.wp-caption-text {
	position:relative;
    width:100%;
    padding:2em;
	color:#000;
    background-color:#ecf1f7;
    background-image:linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin:0 0 2rem 0;
}
figcaption.wp-caption-text {
    padding:1em;
	margin-bottom:1em;
}
/* Shortcode Styles */
.fluid-row, ul.products, .flex-control-nav, .list-events {
	width:100%;
	height:auto;
	clear:both;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
}
.fluid-column, li.product, .list-events .type-tribe_events {
	-webkit-box-flex:1;
    -ms-flex:1;
	flex:1;
	display:inherit;
	position:relative;
    margin:0 4em 0 0;
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column wrap;
    flex-flow:column wrap;
	overflow:hidden;
}
.fluid-column:last-of-type {
    margin:0;
}
.fluid-column.span-columns {
	-webkit-box-flex:2;
    -ms-flex:2;
    flex:2;
}
#footer .fluid-row:nth-of-type(n) {
    margin:2em 0;
}
.fluid-column p:last-of-type {
    margin-bottom:0;
}
.inside-block {
    width:100%;
	line-height:1.7;
}
.gp_module {
    margin:0 auto 2em auto;
	min-height:1px;
}
/* Screen Readers */
.sr-only, .tcon-visuallyhidden, .gform_validation_container, .screen-reader-text, input.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}
/*
 * Module Styles
 */
/* Breadcrumbs */
#breadcrumbs {
    text-transform:uppercase;
    margin-bottom:1em;
}
#breadcrumbs .menu-item-search, #breadcrumbs form {
    display:none;
}
.banner #breadcrumbs {
    margin:0;
    font-size:1.25rem;
}
#breadcrumbs svg {
    margin:0 5px;
    font-size:.75em;
    vertical-align:0;
}
/* Banner */
.banner {
    position:relative;
    background-color:#ecf1f7;
    background-image:linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding:1.5em 0;
    left:0;
    right:0;
    bottom:0;
}
.announcement-text, .announcement-cta {
    float:left;
    width:50%;
    display:inline-block;
}
.announcement-cta {
    min-width:30%;
}
.banner .button, .banner p {
    float:right;
    margin:0;
    font-size:1.25rem;
}
.banner .button {
    position:absolute;
    top:50%;
    right:0;
    margin-top:-1.375rem;
}
.banner p {
    line-height:2.25rem;
    font-weight:700;
    font-size:26px;
    text-transform:uppercase;
    float:left;
}
/* iFrame Scaler */
.full-width.iframe {
    background:none;
    padding:0;
	display:block;
}
/* Hero Image */
.boxed .hero {
    overflow:visible;
}
.hero {
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    background-size:cover;
    height:100%;
    min-height:25vh;
    position:relative;
    overflow:hidden;
}
.background__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.background__overlay-img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.parallax {
	background-attachment:fixed;
}
.parallax-overlay {
    width:100%;
    height:100%;
    background-repeat:repeat;
    position:absolute;
}
.grid-container {
    height:100%;
    min-height:100%;
}
.hero-holder {
    display:table;
    position:relative;
    width:100%;
    height:100%;
    clear:both;
}
.hero-holder:before, .grid-container:before, .hero-holder:after, .grid-container:after {
    content:".";
    display:block;
    overflow:hidden;
    visibility:hidden;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
.hero-inner {
    display:table-cell;
    vertical-align:middle;
    position:relative;
    width:100%;
}
.hero-title {
    color:#fff;
    text-shadow:3px 3px 3px #000;
}
/* Comments */
.single-post #comments {
    margin-top:2em;
}
.comments-title,
.woocommerce-Reviews-title,
#reply-title {
    font-size:2rem;
    color:#343538;
    margin:0 0 .5rem 0;
    line-height:1.25;
}
#comments ul, ol.commentlist {
    list-style:none;
    padding:0;
}
#comments ul.children {
    margin-top:1em;
}
#comments-list .children li {
    background:#fff;
}
#comments-list .children li:last-child {
    margin-bottom:0;
}
#comments-list .children li .children li {
    background:#f2f2f2;
}
#comments-list li,
ol.commentlist li {
    padding:1em;
    margin-bottom:1em;
    background:#f2f2f2;
}
li.comment:before {
	display:none;
}
.comment-meta {
    background:transparent;
    position:relative;
    color:#000;
    display:inline-block;
}
.comment-author,
.comment-metadata,
.comment-awaiting-moderation {
    line-height:32px;
}
.comment-author,
.comment-meta img,
.comment-awaiting-moderation {
    float:left;
}
.comment-meta img {
    margin-right:1em;
}
.comment-metadata {
    float:right;
}
.comment-awaiting-moderation {
    margin-left:1em;
}
.comment-content,
.reply {
    clear:both;
}
.comment a {
    color:#62707c;
}
#comment {
    width:100%;
    max-width:100%;
    text-align:left;
    min-height:100px;
    min-width:100%;
    padding:.5em;
    background-color:#f2f2f2;
    color:#343538;
    border:0;
    -webkit-appearance:none;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.125);
}
#comment:focus {
    background-color:#e6e5e5;
}
#commentform label,
p.form-submit {
    margin-bottom:0;
    width:100%;
    clear:both;
}
/* Note: Change if they have other comment systems */
#all-comment-providers,
#comment-providers-select-message {
    display:none;
}
/* Image Aside Module */
.image-aside .fluid-column {
    margin:0;
}
.image-aside .image-background {
    -webkit-box-flex:2;
    -ms-flex:2;
    flex:2;
}
.image-background {
    background-repeat:no-repeat;
    background-size:cover;
	background-position:center center;
}
.image-aside .content {
    -webkit-box-flex:3;
    -ms-flex:3;
    flex:3;
	padding:2rem 3rem;
}
.image-link {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gp_image_aside_section {
    padding:0;
}
.gp_image_aside_section .fluid-row.image-aside {
    max-width:100%;
    width:100%;
}
.boxed .image-aside .content {
    padding:2rem 3rem;
}
.content.right {
    padding-left:18vw;
}
.content.left {
    padding-right:18vw;
}
/* Newsletter Banner */
.banner.newsletter {
    position:fixed;
    position:sticky;
	z-index:9;
}
.newsletter .container {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.form-name {
    font-weight:700;
    text-transform:uppercase;
    font-size:20px;
}
.newsletter form {
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.newsletter form input,
.newsletter form .button {
    margin:0;
    font-size:16px;
    font-weight:700;
    padding:.5em 1em;
    line-height:1.7;
    position:relative;
}
.newsletter form .button {
    max-width:200px;
}
/* ACF Google Maps */
.acf-map {
	width:100%;
	height:300px;
	border:#ccc solid 1px;
}
.acf-map img {
   max-width:inherit !important;
}
@media only screen and (max-width: 980px) {
/* Comments */
.comment-author, .comment-metadata {
    width:100%;
    float:none;
    clear:both;
}
/* Image Aside Module */
.image-aside .image-background {
    min-height:50vh;
}
.content.left,
.content.right {
    padding:3rem;
}
/* The Rest */
.entry#has-sidebar {
    width:70%;
}
aside {
    width:25%;
}
.fluid-row, ul.products, .topbar .container, .bottom-footer .container {
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
}
.fluid-column {
	margin:0 0 2em 0;
}
.fluid-row,
.fluid-column,
ul.products,
.image-aside .fluid-column,
.fluid-column.span-columns {
	-webkit-box-flex:1;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
}
.menu li a {
	font-size:14px;
}
ul.sub-menu {
	right:0;
}
.container, .grid-container {
	padding:0 0;
}
}

/* Mobile Menu and Header Switch Point */
@media only screen and (min-width:981px) {
.navigation.mobile {
	display:none!important;
}
.desktop-disable, .desktop-disable * {
	display:none;
}
}
@media only screen and (max-width:980px) {
.topbar .general-information, .topbar .social-icons, .bottom-footer .social-icons, .bottom-footer .copyright-credits {
    max-width:100%;
    text-align:center;
}
.topbar .general-information, .bottom-footer .copyright-credits {
    margin-bottom:.5rem;
}
.navigation, .menu li.menu-item-search {
	display:none;
}
.menu, ul.menu {
	display:block;
}
.tcon-menu--xbutterfly {
    display:inherit;
}
ul.menu li {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
ul.menu li a {
	display:block;
	color:#fff;
	background:#343e47;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
	width:100%;
	padding:.75em 5%;
	border-top:1px solid #000;
}
ul.menu .sub-menu a, ul.menu li .sub-menu li a {
	background:#343e47;
	padding:.75em 10%;
	width:100%;
}
ul.menu .sub-menu li {
	border-bottom:0;
}
ul.menu a:hover, ul.menu li.current-menu-item a, ul.menu li.current-menu-parent a, ul.menu .sub-menu li.current-menu-item a {
	background:#62707c;
	color:#fff;
}
ul.menu ul.sub-menu {
	display:none;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.mobile .menu li:hover ul.sub-menu {
	display:none;
}
}
@media (max-width:980px) and (min-width:769px) {
.tablet-disable, .tablet-disable * {
	display:none;
}
}
@media only screen and (max-width:768px) {
.phone-disable, .phone-disable * {
	display:none;
}
.modal {
	margin:5% auto;
	padding:5%;
	width:90%;
}
#footer .fluid-column {
	margin:0 0 1em 0;
	width:100%;
}
.has-sidebar.main-content,
.archives.main-content,
.woocommerce-page .main-content {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column wrap;
    flex-flow:column wrap;
}
.entry#has-sidebar {
	width:100%;
}
aside, .boxed aside {
    width:100%;
    margin-left:0;
    padding:0;
}
ul.tabs {
	padding:0 0 0 0;
}
.boxed .container {
	width:100%;
	padding-left:5%;
    padding-right:5%;
}
.boxed .main-content:before, .boxed .main-content:after,
.boxed .banner:before, .boxed .banner:after,
.boxed .full-width:before, .boxed .full-width:after,
.boxed .hero:before, .boxed .hero:after {
	display:none;
}
.announcement-text,
.announcement-cta,
.banner .button {
    width:100%;
    position:static;
    margin:0;
}
.announcement-text {
    margin-bottom:1em;
}
/* Newsletter Banner */
.newsletter .container {
    justify-content:center;
    text-align:center;
}
.form-name,
.newsletter form,
.newsletter form input {
    width:100%;
}
.form-name {
    margin-bottom:1rem;
}
}
@media only screen and (max-width: 600px) {
.featured-blog-single, .featured-blog-single:nth-child(2n) {
	margin:0 0 2rem 0;
	-ms-flex-preferred-size:100%;
    flex-basis:100%;
	max-width:100%;
}
.search .featured-blog-single {
	margin:0;
}
.alignright, .alignleft {
	margin:0 0 1rem 0;
	width:100%;
}
}
@media only screen and (max-width: 480px) {
h1 {
	font-size:2rem;
}
h2, h3 {
	font-size:1.75rem;
}
h4, h5, h6 {
	font-size:1.5rem;
}
.button, .button.right, .button.center {
	width:100%;
}
}