/*!
Theme Name: OrtizApolinarTheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ortizapolinartheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
*::before,
*::after {
    box-sizing: inherit
}

p {
    margin-top: 0
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: none
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

ol {
    padding: 0
}

ol li {
    list-style-position: inside
}

dt {
    font-weight: 200
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: 200
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all .3s ease-in-out
}

a:hover {
    color: #575757;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    border-style: none
}

img,
.background-image-holder {
    image-rendering: -webkit-optimize-contrast
}

svg:not(:root) {
    overflow: hidden
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #343A40
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #7a7c7b;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

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 {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: false
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

body {
    margin: 0;
    font-family: "Open Sans";
    font-weight: 200;
    color: #343A40;
    background-color: #f0f8ff;
    text-transform: none;
    font-style: normal;
    text-align: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat";
    font-weight: 200;
    color: #007BFF;
    margin-top: 0;
    margin-bottom: 0
}

h1,
.h1 {
    font-family: "Montserrat";
    color: #007BFF;
    font-size: .8516129032rem;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0
}

@media screen and (max-width: 60.9375rem) {

    h1,
    .h1 {
        font-size: .7238709677rem
    }
}

@media screen and (max-width: 35.9375rem) {

    h1,
    .h1 {
        font-size: .5961290323rem
    }
}

h2,
.h2 {
    font-family: "Montserrat";
    color: #007BFF;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0
}

@media screen and (max-width: 60.9375rem) {

    h2,
    .h2 {
        font-size: 23px
    }
}

@media screen and (max-width: 35.9375rem) {

    h2,
    .h2 {
        font-size: 18px
    }
}

h3,
.h3 {
    font-family: "Montserrat";
    color: #6C757D;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0
}

@media screen and (max-width: 60.9375rem) {

    h3,
    .h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 35.9375rem) {

    h3,
    .h3 {
        font-size: 18px
    }
}

h4,
.h4 {
    font-family: "Montserrat";
    color: #007BFF;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0
}

@media screen and (max-width: 60.9375rem) {

    h4,
    .h4 {
        font-size: 17px
    }
}

@media screen and (max-width: 35.9375rem) {

    h4,
    .h4 {
        font-size: 15px
    }
}

h5,
.h5 {
    font-family: "Montserrat";
    color: #007BFF;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0
}

@media screen and (max-width: 60.9375rem) {

    h5,
    .h5 {
        font-size: 16px
    }
}

@media screen and (max-width: 35.9375rem) {

    h5,
    .h5 {
        font-size: 14px
    }
}

h6,
.h6 {
    font-family: "Montserrat";
    color: #007BFF;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0
}

.ed-section>section,
.ed-grid>section,
.ed-reference>section {
    position: relative
}

.ed-section>section.parallax,
.ed-grid>section.parallax,
.ed-reference>section.parallax {
    overflow: hidden;
    backface-visibility: hidden
}

.ed-section>section>.inner,
.ed-grid>section>.inner,
.ed-reference>section>.inner {
    position: relative;
    min-height: 100%
}

.ed-section>section>.inner:after,
.ed-grid>section>.inner:after,
.ed-reference>section>.inner:after {
    content: '';
    position: relative;
    display: block;
    clear: both
}

.ed-section>section>.overlay,
.ed-grid>section>.overlay,
.ed-reference>section>.overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.ed-section>section>.background,
.ed-grid>section>.background,
.ed-reference>section>.background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ed-section>section>.background+.overlay,
.ed-section>section>.background~.inner.container,
.ed-section>section>.background~.ed-element,
.ed-grid>section>.background+.overlay,
.ed-grid>section>.background~.inner.container,
.ed-grid>section>.background~.ed-element,
.ed-reference>section>.background+.overlay,
.ed-reference>section>.background~.inner.container,
.ed-reference>section>.background~.ed-element {
    -webkit-transform: translate3d(0, 0, 0)
}

.ed-section>section>.background~.ed-element,
.ed-grid>section>.background~.ed-element,
.ed-reference>section>.background~.ed-element {
    position: relative
}

.wv-abs {
    position: absolute
}

.wv-fixed {
    position: fixed
}

.wv-bg.bg-lt,
.wv-bg.ed-image.bg-lt .background-image-holder,
.ed-image.bg-lt,
.wv-bg.ed-slider .ed-slider-item.bg-lt {
    background-position: left top
}

.wv-bg.bg-lt img,
.wv-bg.ed-image.bg-lt .background-image-holder img,
.ed-image.bg-lt img,
.wv-bg.ed-slider .ed-slider-item.bg-lt img {
    -o-object-position: left top;
    object-position: left top
}

.wv-bg.bg-lc,
.wv-bg.ed-image.bg-lc .background-image-holder,
.ed-image.bg-lc,
.wv-bg.ed-slider .ed-slider-item.bg-lc {
    background-position: left center
}

.wv-bg.bg-lc img,
.wv-bg.ed-image.bg-lc .background-image-holder img,
.ed-image.bg-lc img,
.wv-bg.ed-slider .ed-slider-item.bg-lc img {
    -o-object-position: left center;
    object-position: left center
}

.wv-bg.bg-lb,
.wv-bg.ed-image.bg-lb .background-image-holder,
.ed-image.bg-lb,
.wv-bg.ed-slider .ed-slider-item.bg-lb {
    background-position: left bottom
}

.wv-bg.bg-lb img,
.wv-bg.ed-image.bg-lb .background-image-holder img,
.ed-image.bg-lb img,
.wv-bg.ed-slider .ed-slider-item.bg-lb img {
    -o-object-position: left bottom;
    object-position: left bottom
}

.wv-bg.bg-rt,
.wv-bg.ed-image.bg-rt .background-image-holder,
.ed-image.bg-rt,
.wv-bg.ed-slider .ed-slider-item.bg-rt {
    background-position: right top
}

.wv-bg.bg-rt img,
.wv-bg.ed-image.bg-rt .background-image-holder img,
.ed-image.bg-rt img,
.wv-bg.ed-slider .ed-slider-item.bg-rt img {
    -o-object-position: right top;
    object-position: right top
}

.wv-bg.bg-rc,
.wv-bg.ed-image.bg-rc .background-image-holder,
.ed-image.bg-rc,
.wv-bg.ed-slider .ed-slider-item.bg-rc {
    background-position: right center
}

.wv-bg.bg-rc img,
.wv-bg.ed-image.bg-rc .background-image-holder img,
.ed-image.bg-rc img,
.wv-bg.ed-slider .ed-slider-item.bg-rc img {
    -o-object-position: right center;
    object-position: right center
}

.wv-bg.bg-rb,
.wv-bg.ed-image.bg-rb .background-image-holder,
.ed-image.bg-rb,
.wv-bg.ed-slider .ed-slider-item.bg-rb {
    background-position: right bottom
}

.wv-bg.bg-rb img,
.wv-bg.ed-image.bg-rb .background-image-holder img,
.ed-image.bg-rb img,
.wv-bg.ed-slider .ed-slider-item.bg-rb img {
    -o-object-position: right bottom;
    object-position: right bottom
}

.wv-bg.bg-ct,
.wv-bg.ed-image.bg-ct .background-image-holder,
.ed-image.bg-ct,
.wv-bg.ed-slider .ed-slider-item.bg-ct {
    background-position: center top
}

.wv-bg.bg-ct img,
.wv-bg.ed-image.bg-ct .background-image-holder img,
.ed-image.bg-ct img,
.wv-bg.ed-slider .ed-slider-item.bg-ct img {
    -o-object-position: center top;
    object-position: center top
}

.wv-bg.bg-cc,
.wv-bg.ed-image.bg-cc .background-image-holder,
.ed-image.bg-cc,
.wv-bg.ed-slider .ed-slider-item.bg-cc {
    background-position: center center
}

.wv-bg.bg-cc img,
.wv-bg.ed-image.bg-cc .background-image-holder img,
.ed-image.bg-cc img,
.wv-bg.ed-slider .ed-slider-item.bg-cc img {
    -o-object-position: center center;
    object-position: center center
}

.wv-bg.bg-cb,
.wv-bg.ed-image.bg-cb .background-image-holder,
.ed-image.bg-cb,
.wv-bg.ed-slider .ed-slider-item.bg-cb {
    background-position: center bottom
}

.wv-bg.bg-cb img,
.wv-bg.ed-image.bg-cb .background-image-holder img,
.ed-image.bg-cb img,
.wv-bg.ed-slider .ed-slider-item.bg-cb img {
    -o-object-position: center bottom;
    object-position: center bottom
}

.wv-bg {
    position: absolute;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    backface-visibility: hidden
}

.wv-bg.ed-element {
    position: absolute;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    padding: 0 !important
}

.wv-bg.ed-image img {
    display: none
}

.wv-bg.ed-image .resizable-control {
    display: none
}

.wv-bg.ed-image .background-image-holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.wv-bg.ed-image.wv-tile .background-image-holder {
    background-size: auto;
    background-repeat: repeat
}

.wv-bg.ed-slider {
    max-width: 100%
}

.wv-bg.ed-slider .slider-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.wv-bg.ed-slider .ed-slider-items {
    height: 100%
}

.wv-bg.ed-slider .ed-slider-item {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.wv-bg.ed-slider .slick-vertical .ed-slider-item {
    height: auto
}

.wv-bg.ed-element.ed-slider .ed-slider-item img {
    opacity: 1;
    visibility: visible
}

.wv-bg .ed-slider-item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .wv-bg .ed-slider-item img {
        display: block;
        height: auto !important;
        width: 100% !important;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.wv-bg.ed-youtube iframe,
.wv-bg.ed-youtube .iframe-holder,
.wv-bg.ed-map .map-canvas {
    width: 100% !important;
    height: 100% !important
}

.wv-bg.ed-vimeo {
    background: #000
}

.wv-bg-fixed {
    background-attachment: fixed
}

.pos-cc {
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%
}

.pos-ct {
    transform: translateX(-50%);
    left: 50%;
    top: 0
}

.pos-cb {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%
}

.pos-lt {
    left: 0;
    top: 0
}

.pos-lc {
    transform: translateY(-50%);
    left: 0;
    top: 50%
}

.pos-lb {
    bottom: 0;
    left: 0
}

.pos-rt {
    right: 0;
    top: 0
}

.pos-rc {
    transform: translateY(-50%);
    right: 0;
    top: 50%
}

.pos-rb {
    bottom: 0;
    right: 0
}

.imgLeft {
    float: left;
    margin-right: 1rem
}

.imgRight {
    float: right;
    margin-left: 1rem
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.ed-slider {
    position: relative
}

.slider-controls {
    opacity: 0
}

.slider-container {
    overflow: hidden
}

.ed-slider:hover .slider-controls {
    opacity: 1
}

.slider-controls #prevBtn a,
.slider-controls #nextBtn a {
    color: #dfdfdf;
    opacity: 0.5;
    text-decoration: none
}

.slider-controls #prevBtn {
    position: absolute;
    top: 40%;
    left: 15px
}

.slider-controls #nextBtn {
    position: absolute;
    top: 40%;
    right: 15px
}

.ed-slider-items,
#content .ed-slider-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.ed-slider-items:before,
.ed-slider-items:after {
    content: "";
    display: table
}

.ed-slider-items:after {
    clear: both
}

.ed-slider-items li,
#content .ed-slider-items li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.ed-slider-items li img,
#content .ed-slider-items li img {
    vertical-align: top;
    max-width: 100%
}

.ed-slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    box-sizing: border-box
}

.wv-abs {
    position: absolute
}

.wv-fixed {
    position: fixed
}

.wv-bg-fixed {
    background-attachment: fixed
}

.ed-slider-items,
.ed-slider-item {
    backface-visibility: hidden
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.ed-menu ul {
    align-items: center
}

.ed-image>span {
    display: block
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ed-container>.inner {
        min-height: 1px
    }
}

.ed-container {
    max-width: 100%
}

.ed-container>a.inner:hover,
.ed-container>a.inner:focus,
.ed-container>a.inner:active,
.ed-container>a.inner.active {
    text-decoration: unset;
    color: unset
}

.wv-overflow_hidden,
.wv-overflow_hidden>.inner {
    overflow: hidden
}

.wv-overflow_visible,
.wv-overflow_visible>.inner {
    overflow: visible
}

.wv-overflow_horizontal,
.wv-overflow_horizontal>.inner {
    overflow-y: hidden;
    overflow-x: auto
}

.wv-overflow_vertical,
.wv-overflow_vertical>.inner {
    overflow-y: auto;
    overflow-x: hidden
}

.wv-overflow_auto,
.wv-overflow_auto>.inner {
    overflow: auto
}

.wv-content>.inner,
.wv-spacer>.inner {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media screen and (max-width: 35.9375rem) {

    .wv-content>.inner,
    .wv-spacer>.inner {
        padding-top: 4rem
    }
}

@media screen and (max-width: 35.9375rem) {

    .wv-content>.inner,
    .wv-spacer>.inner {
        padding-bottom: 4rem
    }
}

.wv-boxed>.inner {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 61rem
}

.wv-headline {
    margin-bottom: .5rem
}

.wv-headline h1,
.wv-headline h2,
.wv-headline h3,
.wv-headline h4,
.wv-headline h5,
.wv-headline h6 {
    margin-bottom: 0
}

.wv-dummy {
    position: relative;
    background: fuchsia;
    color: white
}

.wv-dummy:after {
    position: absolute;
    background: white;
    color: fuchsia;
    content: 'Auto-generated Dummy Content';
    padding: 0.5rem;
    border-radius: 0.25rem;
    z-index: 1000;
    left: 0.25rem;
    top: 0.25rem
}

.ed-gallery .ed-gallery-items {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.ed-gallery .ed-gallery-items>.ed-gallery-thumb {
    overflow: hidden
}

.ed-gallery .ed-gallery-items>.ed-gallery-thumb>a>img {
    min-width: 100%;
    max-width: 100%;
    width: auto
}

.ed-gallery .ed-gallery-items[data-columns='6']>.ed-gallery-thumb {
    width: 16.6666666667%
}

@media screen and (max-width: 100rem) {
    .ed-gallery .ed-gallery-items[data-columns='6']>.ed-gallery-thumb {
        width: 20%
    }
}

@media screen and (max-width: 75rem) {
    .ed-gallery .ed-gallery-items[data-columns='6']>.ed-gallery-thumb {
        width: 25%
    }
}

@media screen and (max-width: 61rem) {
    .ed-gallery .ed-gallery-items[data-columns='6']>.ed-gallery-thumb {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 48rem) {
    .ed-gallery .ed-gallery-items[data-columns='6']>.ed-gallery-thumb {
        width: 50%
    }
}

.ed-gallery .ed-gallery-items[data-columns='5']>.ed-gallery-thumb {
    width: 20%
}

@media screen and (max-width: 75rem) {
    .ed-gallery .ed-gallery-items[data-columns='5']>.ed-gallery-thumb {
        width: 25%
    }
}

@media screen and (max-width: 61rem) {
    .ed-gallery .ed-gallery-items[data-columns='5']>.ed-gallery-thumb {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 48rem) {
    .ed-gallery .ed-gallery-items[data-columns='5']>.ed-gallery-thumb {
        width: 50%
    }
}

.ed-gallery .ed-gallery-items[data-columns='4']>.ed-gallery-thumb {
    width: 25%
}

@media screen and (max-width: 61rem) {
    .ed-gallery .ed-gallery-items[data-columns='4']>.ed-gallery-thumb {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 48rem) {
    .ed-gallery .ed-gallery-items[data-columns='4']>.ed-gallery-thumb {
        width: 50%
    }
}

.ed-gallery .ed-gallery-items[data-columns='3']>.ed-gallery-thumb {
    width: 33.3333333333%
}

@media screen and (max-width: 61rem) {
    .ed-gallery .ed-gallery-items[data-columns='3']>.ed-gallery-thumb {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 48rem) {
    .ed-gallery .ed-gallery-items[data-columns='3']>.ed-gallery-thumb {
        width: 50%
    }
}

.ed-slider img {
    color: transparent
}

.ed-form-container {
    margin-bottom: 1rem
}

.ed-text>blockquote {
    padding: 3rem 0 1rem 1rem;
    border-width: 0;
    border-left-width: 3px;
    border-style: solid;
    font-style: italic;
    color: inherit
}

body.edit .ed-html .script-placeholder:before {
    content: "Script";
    display: inline-block;
    background: #f58220;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    font-family: Helvetica, sans-serif
}

body.edit .badge:before {
    content: "Elfsight Widget";
    display: inline-block;
    background: #f58220;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    font-family: Helvetica, sans-serif
}

.ed-form-textarea,
.ed-form-phone,
.ed-form-email,
.ed-form-date,
.ed-form-datetime,
.ed-form-input,
.ed-form-upload,
.ed-form-number,
.ed-form-select,
.ed-form-checkbox,
.ed-form-radio {
    margin-bottom: 1rem
}

.ed-form-input>input,
.ed-form-input>button,
.ed-form-input>textarea,
.ed-form-email>input,
.ed-form-email>button,
.ed-form-email>textarea,
.ed-form-phone>input,
.ed-form-phone>button,
.ed-form-phone>textarea,
.ed-form-date>input,
.ed-form-date>button,
.ed-form-date>textarea,
.ed-form-datetime>input,
.ed-form-datetime>button,
.ed-form-datetime>textarea,
.ed-form-upload>input,
.ed-form-upload>button,
.ed-form-upload>textarea,
.ed-form-button>input,
.ed-form-button>button,
.ed-form-button>textarea,
.ed-form-textarea>input,
.ed-form-textarea>button,
.ed-form-textarea>textarea,
.ed-form-number>input,
.ed-form-number>button,
.ed-form-number>textarea,
.ed-form-select>input,
.ed-form-select>button,
.ed-form-select>textarea {
    border-color: inherit
}

.ed-form-captcha {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem
}

.ed-form-captcha>.regenerate {
    margin-left: 1rem
}

.ed-form-captcha>.regenerate>a {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none
}

.ed-form-captcha>.regenerate>a:hover,
.ed-form-captcha>.regenerate>a:active {
    text-decoration: none
}

.ed-form-captcha>.regenerate>a::before {
    font-size: 1.5rem;
    content: '\f021'
}

.ed-map>.map-canvas {
    min-height: 10px
}

@media screen and (max-width: 47.9375rem) {
    .edit .hide-sm {
        position: relative;
        filter: grayscale(100%);
        opacity: 0.4
    }

    .edit .hide-sm:before {
        position: absolute;
        max-width: 100%;
        z-index: 1;
        top: 0;
        left: -1px;
        display: block;
        background: #f58220;
        color: #fff;
        padding: 4px;
        font-size: 12px;
        line-height: 1;
        font-family: Helvetica, sans-serif;
        white-space: nowrap;
        content: "Hidden (Mobile)";
        opacity: 1
    }

    .edit .hide-sm:hover:before {
        display: none
    }

    body:not(.edit) .hide-sm {
        display: none
    }
}

@media screen and (min-width: 48rem) and (max-width: 60.9375rem) {
    .edit .hide-md {
        position: relative;
        filter: grayscale(100%);
        opacity: 0.4
    }

    .edit .hide-md:before {
        position: absolute;
        max-width: 100%;
        z-index: 1;
        top: 0;
        left: -1px;
        display: block;
        background: #f58220;
        color: #fff;
        padding: 4px;
        font-size: 12px;
        line-height: 1;
        font-family: Helvetica, sans-serif;
        white-space: nowrap;
        content: "Hidden (Tablet)";
        opacity: 1
    }

    .edit .hide-md:hover:before {
        display: none
    }

    body:not(.edit) .hide-md {
        display: none
    }
}

@media screen and (min-width: 61rem) {
    .edit .hide-lg {
        position: relative;
        filter: grayscale(100%);
        opacity: 0.4
    }

    .edit .hide-lg:before {
        position: absolute;
        max-width: 100%;
        z-index: 1;
        top: 0;
        left: -1px;
        display: block;
        background: #f58220;
        color: #fff;
        padding: 4px;
        font-size: 12px;
        line-height: 1;
        font-family: Helvetica, sans-serif;
        white-space: nowrap;
        content: "Hidden (Desktop)";
        opacity: 1
    }

    .edit .hide-lg:hover:before {
        display: none
    }

    body:not(.edit) .hide-lg {
        display: none
    }
}

.edit .ed-element[data-start-at] {
    position: relative;
    filter: grayscale(100%);
    opacity: 0.4
}

.edit .ed-element[data-start-at]:before {
    position: absolute;
    max-width: 100%;
    z-index: 1;
    top: 0;
    left: -1px;
    display: block;
    background: #f58220;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    white-space: nowrap;
    content: "Scheduled";
    opacity: 1
}

.edit .ed-element[data-start-at]:hover:before {
    display: none
}

.preview .ed-element[data-start-at] {
    display: none
}

.edit .ed-element[data-expired] {
    position: relative;
    filter: grayscale(100%);
    opacity: 0.4
}

.edit .ed-element[data-expired]:before {
    position: absolute;
    max-width: 100%;
    z-index: 1;
    top: 0;
    left: -1px;
    display: block;
    background: #f58220;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    white-space: nowrap;
    content: "Expired";
    opacity: 1
}

.edit .ed-element[data-expired]:hover:before {
    display: none
}

.preview .ed-element[data-expired] {
    display: none
}

@supports not (-ms-high-contrast: none) {
    body:not(.edit):not(.preview) .animation-initial {
        visibility: hidden
    }
}

.indent-1 {
    padding-left: 1rem
}

.indent-2 {
    padding-left: 2rem
}

.indent-3 {
    padding-left: 3rem
}

.indent-4 {
    padding-left: 4rem
}

.indent-5 {
    padding-left: 5rem
}

.indent-6 {
    padding-left: 6rem
}

.indent-7 {
    padding-left: 7rem
}

.indent-8 {
    padding-left: 8rem
}

.indent-9 {
    padding-left: 9rem
}

.ed-video iframe,
.ed-video video {
    max-width: 100%;
    vertical-align: top;
    position: relative
}

.ed-video.wv-bg {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: stretch
}

.ed-video.wv-bg video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ed-video.wv-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block
    }

    .ed-video.wv-bg video {
        display: block;
        height: auto;
        width: 100%;
        min-height: 100%;
        min-width: 100%
    }
}

.ed-audio audio {
    display: block;
    width: 100%
}

.ed-iframe {
    display: block
}

.ed-iframe iframe {
    border: none;
    outline: none;
    max-width: 100%;
    vertical-align: top
}

.ed-youtube.ar16_10,
.ed-vimeo.ar16_10 {
    padding-bottom: calc(.625 * 100%)
}

.ed-youtube.ar16_9,
.ed-vimeo.ar16_9 {
    padding-bottom: calc(.5625 * 100%)
}

.ed-youtube.ar4_3,
.ed-vimeo.ar4_3 {
    padding-bottom: calc(.75 * 100%)
}

.ed-youtube.ar2_1,
.ed-vimeo.ar2_1 {
    padding-bottom: calc(.5 * 100%)
}

.ed-youtube.ar1_1,
.ed-vimeo.ar1_1 {
    padding-bottom: calc(1 * 100%)
}

.ed-youtube.ar16_10,
.ed-youtube.ar16_9,
.ed-youtube.ar4_3,
.ed-youtube.ar2_1,
.ed-youtube.ar1_1,
.ed-vimeo.ar16_10,
.ed-vimeo.ar16_9,
.ed-vimeo.ar4_3,
.ed-vimeo.ar2_1,
.ed-vimeo.ar1_1 {
    position: relative
}

.ed-youtube.ar16_10>.iframe-holder,
.ed-youtube.ar16_9>.iframe-holder,
.ed-youtube.ar4_3>.iframe-holder,
.ed-youtube.ar2_1>.iframe-holder,
.ed-youtube.ar1_1>.iframe-holder,
.ed-vimeo.ar16_10>.iframe-holder,
.ed-vimeo.ar16_9>.iframe-holder,
.ed-vimeo.ar4_3>.iframe-holder,
.ed-vimeo.ar2_1>.iframe-holder,
.ed-vimeo.ar1_1>.iframe-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.ed-youtube.ar16_10>.iframe-holder iframe,
.ed-youtube.ar16_9>.iframe-holder iframe,
.ed-youtube.ar4_3>.iframe-holder iframe,
.ed-youtube.ar2_1>.iframe-holder iframe,
.ed-youtube.ar1_1>.iframe-holder iframe,
.ed-vimeo.ar16_10>.iframe-holder iframe,
.ed-vimeo.ar16_9>.iframe-holder iframe,
.ed-vimeo.ar4_3>.iframe-holder iframe,
.ed-vimeo.ar2_1>.iframe-holder iframe,
.ed-vimeo.ar1_1>.iframe-holder iframe {
    position: absolute
}

.ed-youtube.ar16_10>.iframe-holder iframe,
.ed-youtube.ar16_10>.iframe-holder .video-loader,
.ed-youtube.ar16_9>.iframe-holder iframe,
.ed-youtube.ar16_9>.iframe-holder .video-loader,
.ed-youtube.ar4_3>.iframe-holder iframe,
.ed-youtube.ar4_3>.iframe-holder .video-loader,
.ed-youtube.ar2_1>.iframe-holder iframe,
.ed-youtube.ar2_1>.iframe-holder .video-loader,
.ed-youtube.ar1_1>.iframe-holder iframe,
.ed-youtube.ar1_1>.iframe-holder .video-loader,
.ed-vimeo.ar16_10>.iframe-holder iframe,
.ed-vimeo.ar16_10>.iframe-holder .video-loader,
.ed-vimeo.ar16_9>.iframe-holder iframe,
.ed-vimeo.ar16_9>.iframe-holder .video-loader,
.ed-vimeo.ar4_3>.iframe-holder iframe,
.ed-vimeo.ar4_3>.iframe-holder .video-loader,
.ed-vimeo.ar2_1>.iframe-holder iframe,
.ed-vimeo.ar2_1>.iframe-holder .video-loader,
.ed-vimeo.ar1_1>.iframe-holder iframe,
.ed-vimeo.ar1_1>.iframe-holder .video-loader {
    height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important
}

.bg-primary {
    background: #007BFF !important
}

.color-primary {
    color: #007BFF !important
}

.fill-primary {
    fill: #007BFF !important
}

.stroke-primary {
    stroke: #007BFF !important
}

.bg-active-primary:hover,
.bg-active-primary.active {
    background: #007BFF !important
}

.color-active-primary:hover,
.color-active-primary.active {
    color: #007BFF !important
}

.border-color-primary {
    border-color: #007BFF !important
}

.border-color-active-primary:hover,
.border-color-active-primary.active {
    border-color: #007BFF !important
}

.bg-secondary {
    background: #6C757D !important
}

.color-secondary {
    color: #6C757D !important
}

.fill-secondary {
    fill: #6C757D !important
}

.stroke-secondary {
    stroke: #6C757D !important
}

.bg-active-secondary:hover,
.bg-active-secondary.active {
    background: #6C757D !important
}

.color-active-secondary:hover,
.color-active-secondary.active {
    color: #6C757D !important
}

.border-color-secondary {
    border-color: #6C757D !important
}

.border-color-active-secondary:hover,
.border-color-active-secondary.active {
    border-color: #6C757D !important
}

.bg-default {
    background: #343A40 !important
}

.color-default {
    color: #343A40 !important
}

.fill-default {
    fill: #343A40 !important
}

.stroke-default {
    stroke: #343A40 !important
}

.bg-active-default:hover,
.bg-active-default.active {
    background: #343A40 !important
}

.color-active-default:hover,
.color-active-default.active {
    color: #343A40 !important
}

.border-color-default {
    border-color: #343A40 !important
}

.border-color-active-default:hover,
.border-color-active-default.active {
    border-color: #343A40 !important
}

.bg-text {
    background: #343A40 !important
}

.color-text {
    color: #343A40 !important
}

.fill-text {
    fill: #343A40 !important
}

.stroke-text {
    stroke: #343A40 !important
}

.bg-active-text:hover,
.bg-active-text.active {
    background: #343A40 !important
}

.color-active-text:hover,
.color-active-text.active {
    color: #343A40 !important
}

.border-color-text {
    border-color: #343A40 !important
}

.border-color-active-text:hover,
.border-color-active-text.active {
    border-color: #343A40 !important
}

.bg-background {
    background: #f0f8ff !important
}

.color-background {
    color: #f0f8ff !important
}

.fill-background {
    fill: #f0f8ff !important
}

.stroke-background {
    stroke: #f0f8ff !important
}

.bg-active-background:hover,
.bg-active-background.active {
    background: #f0f8ff !important
}

.color-active-background:hover,
.color-active-background.active {
    color: #f0f8ff !important
}

.border-color-background {
    border-color: #f0f8ff !important
}

.border-color-active-background:hover,
.border-color-active-background.active {
    border-color: #f0f8ff !important
}

.bg-user-1 {
    background: #cacccb !important
}

.color-user-1 {
    color: #cacccb !important
}

.fill-user-1 {
    fill: #cacccb !important
}

.stroke-user-1 {
    stroke: #cacccb !important
}

.bg-active-user-1:hover,
.bg-active-user-1.active {
    background: #cacccb !important
}

.color-active-user-1:hover,
.color-active-user-1.active {
    color: #cacccb !important
}

.border-color-user-1 {
    border-color: #cacccb !important
}

.border-color-active-user-1:hover,
.border-color-active-user-1.active {
    border-color: #cacccb !important
}

.bg-user-2 {
    background: #f0f2f1 !important
}

.color-user-2 {
    color: #f0f2f1 !important
}

.fill-user-2 {
    fill: #f0f2f1 !important
}

.stroke-user-2 {
    stroke: #f0f2f1 !important
}

.bg-active-user-2:hover,
.bg-active-user-2.active {
    background: #f0f2f1 !important
}

.color-active-user-2:hover,
.color-active-user-2.active {
    color: #f0f2f1 !important
}

.border-color-user-2 {
    border-color: #f0f2f1 !important
}

.border-color-active-user-2:hover,
.border-color-active-user-2.active {
    border-color: #f0f2f1 !important
}

.bg-user-3 {
    background: none !important
}

.color-user-3 {
    color: none !important
}

.fill-user-3 {
    fill: none !important
}

.stroke-user-3 {
    stroke: none !important
}

.bg-active-user-3:hover,
.bg-active-user-3.active {
    background: none !important
}

.color-active-user-3:hover,
.color-active-user-3.active {
    color: none !important
}

.border-color-user-3 {
    border-color: none !important
}

.border-color-active-user-3:hover,
.border-color-active-user-3.active {
    border-color: none !important
}

/* Estilos Personalizados para Noticias */

.noticias-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; /* Espacio entre tarjetas */
}

.noticias-grid article.post {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden; /* Para que la imagen respete los bordes redondeados */
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.noticias-grid article.post:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.noticias-grid .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Asegura que la imagen cubra el espacio sin deformarse */
}

.noticias-grid .entry-header, 
.noticias-grid .entry-summary, 
.noticias-grid .entry-footer {
    padding: 0 20px; /* Padding horizontal para el contenido */
}

.noticias-grid .entry-header {
    padding-top: 20px;
}

.noticias-grid .entry-summary {
    flex-grow: 1; /* Empuja el footer hacia abajo */
    padding-top: 10px;
    padding-bottom: 20px;
}

.noticias-grid .entry-footer {
    padding-bottom: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: auto;
}

/* Media Queries para hacerlo responsivo */
@media (max-width: 992px) {
    .noticias-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .noticias-grid {
        grid-template-columns: 1fr; /* Una sola columna en móviles */
    }
}


/* Estilos para la Cabecera de Noticias */

.site-header-noticias {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: transparent; /* O un color de fondo si se necesita */
}

.site-branding-noticias .custom-logo {
    max-height: 50px;
    width: auto;
}

.menu-toggle-noticias {
    display: none; /* Se mostrará en móvil */
    background: none;
    border: none;
    font-size: 30px;
    color: #fff; /* Asumiendo que el fondo será oscuro */
    cursor: pointer;
}

.main-navigation-noticias .primary-menu-container ul {
    display: flex; /* Menú horizontal para escritorio */
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation-noticias .primary-menu-container ul li {
    margin-left: 20px;
}

.main-navigation-noticias .primary-menu-container ul a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

/* Estilos para el menú hamburguesa en móvil */
@media (max-width: 768px) {
    .menu-toggle-noticias {
        display: block;
    }
    .main-navigation-noticias .primary-menu-container {
        display: none; /* Ocultar menú normal en móvil */
    }
}

/* Cuando el menú está abierto (se necesitará JS para añadir esta clase) */
body.menu-open .primary-menu-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 123, 255, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.menu-open .primary-menu-container ul {
    flex-direction: column;
    text-align: center;
}

body.menu-open .primary-menu-container ul li {
    margin: 15px 0;
}

.site-noticias #content {
	padding-top: 100px; /* Añadir padding para que el contenido no quede debajo de la cabecera absoluta */
}


