/*
Theme Name:         Chita Theme
Description:        Chita Theme
Version:            1.0
Author:             Chita
Author URI:         http://www.chita.cl/

License:            GPLv2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        domestika
*/

/**
 * INDEX
 * 01. Global Styles
 * 02. Flex Grid
 * 03. Typography
 * 04. Buttons
 * 05. Forms
 * 07. Tables
 * 08. Header
 * 09. Footer
 * 10. Navigation
 * 11. WordPress classes
 * 12. Accessibility
 * 13. Content
 *      13.1. Featured Image
 *      13.2. Content
 *      13.3. 404 Page
 *      13.4. Post Password Form
 *      13.5. Comments
 *      13.6. Page
 *      13.7. Post Type: Equipo
 *      13.8. Shortcodes
 *      13.9. Author Bio
 *      13.10. Search Form
 *      13.11. Scroll to Top Button
 *      13.12. Portfolio
 * 14. Sidebar
 *      14.1. Sidebar
 *      14.2. Footer Sidebar
 * 15. Editor Styles
 * 		15.1 Color Palette
 * 		15.2 Font Sizes
 * 16. Blocks
 * 		16.1. Buttons
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* -- 01. Global Styles */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
	 
	 
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:200,300,300i,400,400i,500,600,700,700i&display=swap');
	 @import url('https://fonts.googleapis.com/css?family=Roboto:200,300,300i,400,400i,500,600,700,700i&display=swap');
	 body {
		 font-family: 'Roboto', sans-serif;
		 font-weight: 300;
		 font-size: 1rem;
		 padding-bottom: 0rem !important;
	 
	 }	 
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
	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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
	display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
	margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
	display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
	font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
	font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
	font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
	background-color: #ff0;
	color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
	display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
	border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
	overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	/**
		 * Remove the inner border and padding in Firefox.
		 */
	/**
		 * Restore the focus styles unset by the previous rule.
		 */
}

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

/**
     * Show the overflow in Edge.
     */
input {
	overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
	/**
		 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
		 */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
	box-sizing: border-box;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
	overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
	display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
	display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
	display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
	display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
	display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 19px;
}

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

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: 2.2;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-weight: 700;
}

/*
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
	color: #e9640c;
}
*/

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
	outline: none;
}

/* -- 02. Flex Grid */
.row {
	max-width: 63.15789rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.row .row {
	margin-right: -0.52632rem;
	margin-left: -0.52632rem;
}

@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -1.84211rem;
		margin-left: -1.84211rem;
	}
}

@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.84211rem;
		margin-left: -1.84211rem;
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}

.row:not(.expanded) .row {
	max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
	margin-right: 0;
	margin-left: 0;
}

.column, .columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: 0.52632rem;
	padding-left: 0.52632rem;
	min-width: 0;
}
/*
@media print, screen and (min-width: 40em) {
	.column, .columns {
		padding-right: 1.84211rem;
		padding-left: 1.84211rem;
	}
}

*/
	
.column.row.row, .row.row.columns {
	float: none;
	display: block;
}

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.small-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.small-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%;
}

.small-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0.52632rem;
	padding-left: 0.52632rem;
}

@media print, screen and (min-width: 40em) {
	.medium-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.medium-offset-0 {
		margin-left: 0%;
	}

	.medium-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.medium-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-1 > .column, .medium-up-1 > .columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-2 > .column, .medium-up-2 > .columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-3 > .column, .medium-up-3 > .columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.medium-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-4 > .column, .medium-up-4 > .columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-5 > .column, .medium-up-5 > .columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.medium-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-6 > .column, .medium-up-6 > .columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.medium-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-7 > .column, .medium-up-7 > .columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}

	.medium-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-8 > .column, .medium-up-8 > .columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
	.row.medium-unstack > .column, .row.medium-unstack > .columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: 1.84211rem;
		padding-left: 1.84211rem;
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.large-offset-0 {
		margin-left: 0%;
	}

	.large-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.large-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.large-offset-4 {
		margin-left: 33.33333%;
	}

	.large-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-offset-5 {
		margin-left: 41.66667%;
	}

	.large-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.large-offset-7 {
		margin-left: 58.33333%;
	}

	.large-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.large-offset-8 {
		margin-left: 66.66667%;
	}

	.large-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.large-offset-10 {
		margin-left: 83.33333%;
	}

	.large-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.66667%;
	}

	.large-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-1 > .column, .large-up-1 > .columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-2 > .column, .large-up-2 > .columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-3 > .column, .large-up-3 > .columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.large-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-4 > .column, .large-up-4 > .columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-5 > .column, .large-up-5 > .columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.large-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-6 > .column, .large-up-6 > .columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.large-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-7 > .column, .large-up-7 > .columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}

	.large-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-8 > .column, .large-up-8 > .columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.large-unstack > .column, .row.large-unstack > .columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
	.row.large-unstack > .column, .row.large-unstack > .columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print, screen and (min-width: 64em) {
	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: 1.84211rem;
		padding-left: 1.84211rem;
	}
}

.shrink {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.column-block {
	margin-bottom: 1.05263rem;
}

.column-block > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 3.68421rem;
	}

	.column-block > :last-child {
		margin-bottom: 0;
	}
}

/* -- 03. Typography */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: 700;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
	color: inherit;
	text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
	line-height: 0;
	color: #cacaca;
}

h1, .h1 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #1B0F4C;
	line-height: 1;
}

h2, .h2 {
	font-size: 1.11053rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #1B0F4C;
	line-height: 1;
}

h3, .h3 {
	font-size: 1.15789rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
	color: #1B0F4C;
	line-height: 1;
}

h4, .h4 {
	font-size: 1.10526rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
	color: #1B0F4C;
	line-height: 1;
}

h5, .h5 {
	font-size: 1.05263rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
	color: #1B0F4C;
	line-height: 1;
}

h6, .h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
	color: #1B0F4C;
	line-height: 1;
}

@media print, screen and (min-width: 40em) {
	h1, .h1 {
		font-size: 2.4rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.6rem;
	}

	h4, .h4 {
		font-size: 1.2rem;
	}

	h5, .h5 {
		font-size: 1.1rem;
	}

	h6, .h6 {
		font-size: 1rem;
	}
}

a {
	line-height: inherit;
	color: #f47a29;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus {
	color: #D1A548;
}

a img {
	border: 0;
}

hr {
	clear: both;
	max-width: 63.15789rem;
	height: 0;
	margin: 1.05263rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 2.2
}

li {
	font-size: inherit;
	font-size: 0.9rem !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	color: #23155B !important;
	line-height: 1.6rem;
	margin: 0 1rem;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}

ol li a{
	font-weight: 700;
	font-size: 0.9rem;
}

ul li a{
	font-weight: 700;
	font-size: 0.9rem;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

li::marker {
  color: #f47a29;
  font-weight: 700;
  font-size: 0.9rem;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: 0.8rem;
	font-weight: 700;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0.47368rem 1.05263rem 0 1rem;
	border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
	line-height: 2.2;
	color: #8a8a8a;
}

cite {
	display: block;
	font-size: 0.68421rem;
	color: #8a8a8a;
}

cite:before {
	content: "— ";
}

abbr, abbr[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

code {
	padding: 1rem;
		/* border: 1px solid #cacaca; */
		background-color: #F8F8F8;
		font-family: Consolas, "Liberation Mono", Courier, monospace;
		font-weight: normal;
		color: #333;
		font-size: 0.8rem !important;
		margin: 1rem 0;
	}

kbd {
	margin: 0;
	padding: 0.10526rem 0.21053rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #333;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 23.75px;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
	margin-left: 0;
	list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left;
	}

	.medium-text-right {
		text-align: right;
	}

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

	.medium-text-justify {
		text-align: justify;
	}
}

@media print, screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}

	.large-text-right {
		text-align: right;
	}

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

	.large-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
	}

	.show-for-print {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	table.show-for-print {
		display: table !important;
	}

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.print-break-inside {
		page-break-inside: auto;
	}
}

/* -- 04. Buttons */
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
}

[data-whatinput='mouse'] .button {
	outline: 0;
}

.button:hover, .button:focus {
	background-color: #e6630c;
	color: #fefefe;
}

.button.tiny {
	font-size: 0.6rem;
}

.button.small {
	font-size: 0.75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.button.primary {
	background-color: #f47a29;
	color: #333;
}

.button.primary:hover, .button.primary:focus {
	background-color: #d95d0b;
	color: #333;
}

.button.secondary {
	background-color: #2758A1;
	color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: #1f4681;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #333;
}

.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #333;
}

.button.warning {
	background-color: #ffae00;
	color: #333;
}

.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #333;
}

.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe;
}

.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
	background-color: #f47a29;
	color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
	background-color: #f47a29;
	color: #333;
}

.button.disabled.secondary, .button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #2758A1;
	color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #3adb76;
	color: #333;
}

.button.disabled.warning, .button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #ffae00;
	color: #333;
}

.button.disabled.alert, .button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
	background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow.primary {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow.secondary {
	border: 1px solid #2758A1;
	color: #2758A1;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #142c51;
	color: #142c51;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
	border: 1px solid #2758A1;
	color: #2758A1;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear, .button.clear:hover, .button.clear:focus {
	background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
	background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border-color: transparent;
}

.button.clear.primary {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear.primary:hover, .button.clear.primary:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border-color: transparent;
}

.button.clear.secondary {
	border: 1px solid #2758A1;
	color: #2758A1;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
	border-color: #142c51;
	color: #142c51;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border: 1px solid #2758A1;
	color: #2758A1;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border-color: transparent;
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border-color: transparent;
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border-color: transparent;
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border-color: transparent;
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}

.button.dropdown.hollow::after {
	border-top-color: #f47a29;
}

.button.dropdown.hollow.primary::after {
	border-top-color: #f47a29;
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #2758A1;
}

.button.dropdown.hollow.success::after {
	border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37;
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}

a.button:hover, a.button:focus {
	text-decoration: none;
}

/* -- 05. Forms */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.64211rem;
	margin: 0 0 0.84211rem;
	padding: 0.42105rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
	font-family: inherit;
	font-size: 0.84211rem;
	font-weight: normal;
	line-height: 2.2;
	color: #333;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca;
}

input::placeholder,
textarea::placeholder {
	color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

[type='submit'],
[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type='search'] {
	box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 0.84211rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.42105rem;
	margin-right: 0.84211rem;
	margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
	cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
	margin-right: 0.42105rem;
}

[type='file'] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: 0.89474rem;
	font-weight: normal;
	line-height: 1.8;
	color: #333;
}

label.middle {
	margin: 0 0 0.84211rem;
	padding: 0.47368rem 0;
}

.help-text {
	margin-top: -0.42105rem;
	font-size: 0.68421rem;
	font-style: italic;
	color: #333;
}

.input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 0.84211rem;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.input-group > :first-child {
	border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
	border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #333;
	text-align: center;
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	height: auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.84211rem;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: 0.42105rem;
}

.fieldset {
	margin: 0.94737rem 0;
	padding: 1.05263rem;
	border: 1px solid #cacaca;
}

.fieldset legend {
	margin: 0;
	margin-left: -0.15789rem;
	padding: 0 0.15789rem;
}

select {
	height: 2.64211rem;
	margin: 0 0 0.84211rem;
	padding: 0.42105rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 0.84211rem;
	font-weight: normal;
	line-height: 2.2;
	color: #333;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -0.84211rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.26316rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0
) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -0.42105rem;
	margin-bottom: 0.84211rem;
	font-size: 0.63158rem;
	font-weight: 700;
	color: #cc4b37;
}

.form-error.is-visible {
	display: block;
}

/* -- 06. Responsive embeds */
.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 0.84211rem;
	padding-bottom: 75%;
	overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%;
}

/* -- 07. Tables */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

thead,
tbody,
tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

caption {
	padding: 0.42105rem 0.52632rem 0.52632rem;
	font-weight: 700;
}

thead {
	background: #f8f8f8;
	color: #333;
}

tfoot {
	background: #f1f1f1;
	color: #333;
}

thead tr,
tfoot tr {
	background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
	padding: 0.42105rem 0.52632rem 0.52632rem;
	font-weight: 700;
	text-align: left;
}

tbody th,
tbody td {
	padding: 0.42105rem 0.52632rem 0.52632rem;
}

tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}

table.unstriped tbody {
	background-color: #fefefe;
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none;
	}

	table.stack tfoot {
		display: none;
	}

	table.stack tr,
	table.stack th,
	table.stack td {
		display: block;
	}

	table.stack td {
		border-top: 0;
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
	background-color: #ececec;
}

table.hover tbody tr:hover {
	background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: auto;
}

/* -- 08. Header */
.site-header{
	padding: 1.1rem 0rem;
	position: relative;
	max-width: 1040px;
	padding-left: 10% !important;
}

.site-branding {
	text-align: center;
	padding:  0;
	display: inline;
}

.site-branding .site-title {
	margin-top: 1rem;
	display: none;
}

.site-branding .site-description {
	margin-top: 1rem;
	display: none;
}

@media screen and (max-width: 39.9375em) {
	.page-title-header .page-title {
		text-align: center;
		padding-bottom: 1rem;
		position: relative;
		margin-top: 1rem;
	}

	.page-title-header .page-title:after {
		content: '';
		bottom: 0;
		position: absolute;
		width: 35px;
		height: 1px;
		background: #333;
		left: 50%;
		margin-left: -17.5px;
	}
}

@media print, screen and (min-width: 40em) {
	.page-title-header {
		position: relative;
	}

	.page-title-header img {
		min-width: 100%;
	}

	.page-title-header .page-title-wrap {
		width: 100%;
		position: absolute;
		bottom: 1rem;
	}

	.page-title-header .page-title-wrap .page-title {
		text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
		color: #fefefe;
	}
}

/*
#content {
	margin-top: 5rem;
}
*/

#content .page-title,
#content .post-title {
	margin-bottom: 3rem;
	overflow-wrap: break-word;
	text-align: center;
	padding-bottom: 1rem;
	position: relative;
	font-size: 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #1B0F4C;
  line-height: 1;
}



#content h1.not-found-title {
	margin-bottom: 3rem;
	overflow-wrap: break-word;
}

/* -- 09. Footer */
.footer {
	font-size: 70%;
	padding-top: 3rem;
	color: #f1f1f1;
	background: #333;
	color: #fefefe;
}

.footer a {
	color: #fefefe;
	font-weight: 700;
}

.footer a:hover, .footer a:focus {
	color: #e9640c;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #fefefe;
}

.footer .site-info {
	padding: 1rem 0;
	border-top: 1px solid #e6e6e6;
	margin-top: 1rem;
	color: #8a8a8a;
}

.footer .site-info a {
	color: #8a8a8a;
	font-weight: 700;
}

.footer .site-info a:hover, .footer .site-info a:focus {
	color: #e9640c;
}

.footer table {
	color: #333;
}

.footer table caption {
	color: #fefefe;
}

.footer table a {
	color: #f47a29;
}

.footer .site-info {
	padding-bottom: 2rem;
}

/* -- 10. Navigation */
.navigation-main-menu {
	background: #fff;
	font-size: 1rem;
	position: relative;
	display: inline;
}

.navigation-main-menu .navigation-wrap {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}

.navigation-main-menu a {
	color: #eee;
	font-weight: 700;
	font-size: 0.84211rem;
	transition: color 0.2s;
	display: block;
	padding: 0.5rem;
	text-decoration: none;
}

.navigation-main-menu a:hover {
	color: #fffff;
}

.navigation-main-menu .current-menu-item > a,
.navigation-main-menu .current_page_item > a {
	color: #fffff;
}

.main-navigation {
	clear: both;
	width: auto;
	display: block;
	display: inline-block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 1rem;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.main-navigation > div > ul {
	padding: 0.3rem;
}

.main-navigation ul ul {
	padding: 0 0 0 1rem;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.5rem 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	position: relative;
	display: block;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

@media print, screen and (min-width: 64em) {
	.navigation-main-menu {
		text-align: center;
	}

	.main-navigation ul,
	.main-navigation ul ul,
	.main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
		margin: 0;
	}

	.main-navigation li li {
		display: block;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover, .main-navigation li li.focus {
		background: #f1f1f1;
	}

	.main-navigation li li a {
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fffff;
	}

	.main-navigation a {
		padding: 1rem 1.25rem;
	}

	.main-navigation ul ul {
		background: #fff;
		left: -999em;
		padding: 10px 0;
		position: absolute;
		top: 85%;
		z-index: 99999;
	}

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

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

	.main-navigation ul ul a {
		padding: 0 1.25em;
		width: 16em;
	}

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

	.main-navigation ul.sub-menu li.menu-item-has-children > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #f47a29;
		position: absolute;
		right: 15px;
		top: 40%;
	}

	/*
	.main-navigation ul.menu > li.menu-item-has-children:after {
		content: '';
		position: absolute;
		right: 0;
		border-width: 5px;
		border-style: solid;
		border-color: #23155B transparent transparent transparent;
		display: inline-block;
		transform: translateY(-50%);
		top: 53%;
		right: 10px;
	}
	*/

	.main-navigation ul ul li.menu-item-has-children.focus:before, .main-navigation ul ul li.menu-item-has-children:hover:before, .main-navigation ul ul li.menu-item-has-children.focus:after, .main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:after,
	.main-navigation ul li.page_item_has_children:before {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #444;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #f47a29;
	}
}

/*
	#main-menu {
		display: none;
}
*/

@media print, screen and (min-width: 64em) {
	#main-menu {
		display: block;
		margin-left: 0.3rem;
	}
}

#mobile-menu {
	display: block;
}

@media print, screen and (min-width: 64em) {
	#mobile-menu {
		display: none;
	}
}

/* -- 11. WordPress classes */
#wpadminbar {
	position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top: 1.68421rem;
}

body.admin-bar.offcanvas .off-canvas.is-open {
	top: 2.42105rem;
}

@media screen and (min-width: 48.9375em) {
	body.admin-bar.offcanvas .off-canvas.is-open {
		top: 1.68421rem;
	}
}

@media screen and (max-width: 39.9375em) {
	body.admin-bar .reveal {
		top: 46px !important;
	}
}

.wp-caption > figcaption {
	max-width: 100%;
	font-size: 0.8rem;
	color: #999;
	padding: 0.25rem 0;
}

p.wp-caption-text {
	font-size: 90%;
	color: #666;
	padding: 0.52632rem 0;
}

.alignleft {
	float: left;
	padding-right: 1rem;
	margin: 0;
}

.alignright {
	float: right;
	padding-left: 1rem;
	margin: 0;
}

.aligncenter {
	text-align: center;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 80%;
	font-style: italic;
	line-height: 24px;
	padding-top: 1rem;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* -- 12. Accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* -- 13. Content */
/* -- 13.1. Featured Image */
.featured-image {
	margin-bottom: 2rem;
}

body.page .featured-image {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top:-2rem;
}

body.page .featured-image img {
	width:100vw;
}

.featured-image img {
	border-radius: 14px;
}


/* -- 13.2. Content */
#content article.hentry {
	margin-bottom: 3rem;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1rem;
}

#content article.hentry header {
	text-align: center;
	/* margin-bottom: 3rem; */
}

#content article.hentry .entry-content .post-meta {
	color: #8a8a8a;
	font-size: 80%;
	margin-top: 2rem;
}

#content article.hentry .entry-content .post-meta a {
	color: #8a8a8a;
	font-weight: 700;
}

#content article.hentry .entry-content .post-meta a:hover, #content article.hentry .entry-content .post-meta a:focus {
	color: #e9640c;
}

#content article.hentry .entry-content .post-meta > li {
	margin-right: 1rem;
}

#content article.hentry .entry-content .read-more {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2rem;
}

#content article.hentry footer {
	clear: both;
}

#content article.hentry:last-of-type {
	border-bottom: none;
}

.post-categories {
	background: linear-gradient(97deg, #D1A548 21.51%, rgba(235, 166, 26, 0.79) 84.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
  padding: 0 30px;
  font-size: 0.9rem;
}

.post-tags {
	list-style: none;
	margin-left: 0;
}

.post-tags li {
	display: inline-block;
	font-size: 70%;
	text-decoration: none;
	padding: 0.26316rem 0.52632rem;
	background: #e6e6e6;
	border-radius: 0;
	color: #333;
	margin-right: 0.52632rem;
}

.post-tags li a {
	color: #333;
	font-weight: 700;
	font-weight: normal;
}

.post-tags li a:hover, .post-tags li a:focus {
	color: #e9640c;
}

.taxonomy-description {
	color: #8a8a8a;
	font-size: 80%;
	width: 80%;
	margin: 0 auto;
}

body.blog #content .hentry.sticky {
	position: relative;
	padding: .5rem;
	margin-bottom: 1rem;
	border:1px solid #f47a29;
}

#post-nav > div > a {
	margin-bottom: 2rem;
	display: inline-block;
}

.post-subtitle {
	font-size: 23.75px;
	color: #8a8a8a;
	font-style: italic;
}

.featured-tag {
	background: #f47a29;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: .25rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left:-1px;
	z-index: 1;
}

/* -- 13.3. 404 Page */
body.error404 main .entry-content {
	text-align: center;
}

body.error404 main .entry-content ul {
	list-style: none;
}

/* -- 13.4 Post Password Form */
.post-password-form input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
	font-size: 0.75rem;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
	background-color: #e6630c;
	color: #fefefe;
}

/* -- 13.5 Comments */
#comments h3.comments-head-title {
	padding-bottom: 1rem;
	text-align: center;
	padding-bottom: 1rem;
	position: relative;
}

#comments h3.comments-head-title:after {
	content: '';
	bottom: 0;
	position: absolute;
	width: 35px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -17.5px;
}

#comments ol.comment-list {
	margin-left: 0;
}

#comments ol.comment-list, #comments ul.children {
	list-style: none;
}

#comments .comment-body {
	border: 1px solid #e6e6e6;
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: 80%;
}

#comments .comment-body h1 {
	font-size: 1.47368rem;
}

#comments .comment-body h2 {
	font-size: 1.36842rem;
}

#comments .comment-body h3 {
	font-size: 1.31579rem;
}

#comments .comment-body h4 {
	font-size: 1.26316rem;
}

#comments .comment-body h5 {
	font-size: 1.21053rem;
}

#comments .comment-body h6 {
	font-size: 1.15789rem;
}

#comments .comment-body .comment-author {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}

#comments .comment-body .comment-author .author-meta {
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

#comments .comment-body .comment-author .author-meta .comment-author-link {
	font-weight: 700;
}

#comments .comment-body .comment-author .author-meta time a {
	color: #8a8a8a;
	font-weight: 700;
	font-weight: normal;
	font-size: 90%;
}

#comments .comment-body .comment-author .author-meta time a:hover, #comments .comment-body .comment-author .author-meta time a:focus {
	color: #e9640c;
}

#comments .comment-body .comment-author img {
	vertical-align: top;
	margin-right: 10px;
}

#comments .comment-body .comment-author .says {
	margin-left: 10px;
}

#comments .comment-body .comment-author .reply a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
	font-size: 0.75rem;
}

[data-whatinput='mouse'] #comments .comment-body .comment-author .reply a {
	outline: 0;
}

#comments .comment-body .comment-author .reply a:hover, #comments .comment-body .comment-author .reply a:focus {
	background-color: #e6630c;
	color: #fefefe;
}

#comments .comment-body .comment-metadata .edit-link {
	display: block;
}

#comments .comment-body .comment-metadata time {
	font-style: italic;
}

#comments .comment-body .comment-content {
	margin: 0.5rem 0;
}


#respond {
	border: 1px solid #f47a29;
	padding: 1rem;
	margin-bottom: 1rem;
}

#respond .cancel-comment-reply {
	font-size: 80%;
}

#cancel-comment-reply-link {
	display: inline-block;
	vertical-align: middle;
	margin: 0.5rem 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #2758A1;
	color: #fefefe;
	font-size: 0.6rem;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
	background:#40659d;
}

@media print, screen and (min-width: 40em) {
	#cancel-comment-reply-link {
		float:right;
	}
}

.bypostauthor {

}

.form-submit {
	margin-bottom:0;
}

.form-submit input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
	background-color: #e6630c;
	color: #fefefe;
}

[data-whatinput='mouse'] #respond .cancel-comment-reply a {
	outline: 0;
}

#respond .cancel-comment-reply a:hover, #respond .cancel-comment-reply a:focus {
	background-color: #e6630c;
	color: #fefefe;
}

#allowed_tags {
	font-size: 70%;
}

#allowed_tags code {
	background: #fefefe;
}

textarea#comment {
	height: 200px;
}

.comments-pagination {
	margin: 1rem 0;
}

/* -- 13.6 Page */
.page #content {
	margin-top: 0;
}

.page #content h1.page-title {
	margin-top: 2rem;
}

body.page #main {
	margin-top:2rem;
}

body.page-template-with-sidebar #content .sidebar {
	margin-top: 2rem;
}

body.page-template-with-sidebar .featured-image {
	width: 100%;
	position: relative;
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2rem;
}

/* -- 13.7 Post Type: Equipo */
body.post-type-archive-equipo #content .post-title,
body.tax-rol #content .post-title {
	font-size: 19px;
}

body.post-type-archive-equipo #content .post-title:after,
body.tax-rol #content .post-title:after {
	width: 0;
}

body.post-type-archive-equipo #content article.hentry,
body.tax-rol #content article.hentry {
	border-bottom: none;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: 400px;
}

body.post-type-archive-equipo #content article.hentry header,
body.tax-rol #content article.hentry header {
	margin-bottom: 0;
	position: relative;
}

body.post-type-archive-equipo #content article.hentry .post-title,
body.tax-rol #content article.hentry .post-title {
	transition: opacity ease-in 0.2s;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	width: 100%;
	padding: 1rem 10px;
	overflow-wrap: break-word;
}

body.post-type-archive-equipo .team-posts,
body.tax-rol .team-posts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.post-type-archive-equipo .team-posts .featured-image,
body.tax-rol .team-posts .featured-image {
	margin: 0;
	position: relative;
}

@media print, screen and (min-width: 40em) {
	body.post-type-archive-equipo #content article.hentry,
	body.tax-rol #content article.hentry {
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}

	body.post-type-archive-equipo #content article.hentry .post-title,
	body.tax-rol #content article.hentry .post-title {
		opacity: 0;
	}

	body.post-type-archive-equipo #content article.hentry:hover .post-title,
	body.tax-rol #content article.hentry:hover .post-title {
		opacity: 1;
	}
}

@media print, screen and (min-width: 64em) {
	body.post-type-archive-equipo #content article.hentry,
	body.tax-rol #content article.hentry {
		-webkit-flex: 1 0 33%;
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
	}
}

body.single-equipo .featured-image img {
	border-radius: 500px;
}

/* -- 13.8 Shortcodes */
.dm-callout {
	padding: 1rem;
	text-align: center;
	box-shadow: 4px 4px 4px #333;
	margin-bottom: 1rem;
}

/* -- 13.9 Author Bio */
.author-info {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 1rem 15px;
	margin-bottom: 1rem;
}

.author-info .author-avatar,
.author-info .author-heading {
	text-align: center;
}

.author-info .author-title {
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom:0.5rem;
}

@media print, screen and (min-width: 40em) {
	.author-info {
		margin-bottom: 1.5rem;
		padding: 1.5rem 15px;
	}

	.author-info .author-title {
		font-size: 1.31579rem;
	}

	.author-info .author-heading {
		font-size: 1.84211rem;
	}

	.author-info .author-avatar {
		float: left;
		margin-right: 15px;
	}

	.author-info .author-bio {
		min-height: 2rem;
	}

	.author-info .author-avatar,
	.author-info .author-heading,
	.author-info .author-title {
		text-align: left;
	}
}

/* -- 13.10 Search Form */
.search-form {
	display: flex;
	align-content: stretch;
}

.search-form .search-submit {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0.85rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
}

.search-form .search-submit:hover, .search-form .search-submit:focus {
	background-color: #d95d0b;
	color: #333;
}

/* -- 13.11 Scroll to Top button */
#scroll-top {
	display:none;
	position:fixed;
	bottom:30px;
	right:30px;
	margin:0;
}
#scroll-top.show {
	display: block;

}

/** -- 13.12. Portfolio */
body.post-type-archive-proyecto #main > section,
body.tax-tipo_de_proyecto #main > section {
	margin-bottom:3rem;
	border-bottom: 1px solid #cacaca;
}

body.post-type-archive-proyecto .tipos-filter,
body.tax-tipo_de_proyecto .tipos-filter {
	display: flex;
	list-style: none;
	justify-content: center;
	margin-left:0;
}

body.post-type-archive-proyecto .tipos-filter li,
body.tax-tipo_de_proyecto .tipos-filter li {
	padding:1rem;
}

.proyecto-cliente {
	font-size:1.1rem;
	font-weight: bold;
	margin-bottom:1rem;
}

.proyecto-cliente .cliente-value {
	color:#f47a29;
}

@media print, screen and (min-width: 40em) {
	body.post-type-archive-proyecto #content,
	body.tax-tipo_de_proyecto #content {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		overflow: hidden;
	}

	body.post-type-archive-proyecto #main,
	body.tax-tipo_de_proyecto #main {
		padding:0;
	}

	body.post-type-archive-proyecto #main > section,
	body.tax-tipo_de_proyecto #main > section {
		height:100vh;
		position:relative;
		margin-bottom:0;
		border: none;
	}
	body.post-type-archive-proyecto .featured-image,
	body.tax-tipo_de_proyecto .featured-image {
		position: absolute;
		margin-bottom: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	body.post-type-archive-proyecto .featured-image img,
	body.tax-tipo_de_proyecto .featured-image img {
		height: 100vh;
		width: 100vw;
		object-fit: cover;
	}

	body.post-type-archive-proyecto #content .post-content,
	body.tax-tipo_de_proyecto #content .post-content {
		position:relative;
		width: 30vw;
		padding: 2rem;
		background: rgba(0,0,0,0.5);
		color: white;
		display: flex;
		flex-direction: column;
		align-content:center;
	}


	body.post-type-archive-proyecto #main > section:nth-child(odd) .post-content,
	body.tax-tipo_de_proyecto #main > section:nth-child(odd) .post-content {
		top: 10vh;
		left:60vw;
	}
	body.post-type-archive-proyecto #main > section:nth-child(even) .post-content,
	body.tax-tipo_de_proyecto #main > section:nth-child(even) .post-content {
		top: 10vh;
		left:10vw;
	}

	body.post-type-archive-proyecto #content .post-title:after,
	body.tax-tipo_de_proyecto #content .post-title:after {
		width:0;
	}
}

/* -- 14. Sidebar */
/* -- 14.1. Sidebar */
.sidebar {
	font-size: 90%;
}

.sidebar .widget {
	margin-bottom: 2rem;
}

.sidebar .widget-title {
	margin-bottom: 1rem;
	text-align: center;
	padding-bottom: 1rem;
	position: relative;
	padding-bottom: 0.5rem;
}

.sidebar .widget-title:after {
	content: '';
	bottom: 0;
	position: absolute;
	width: 35px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -17.5px;
}

.sidebar ul {
	list-style: none;
	margin-left: 0;
}

.sidebar ul li {
	line-height: 2.64;
}

/* -- 14.2. Footer Sidebar */
.footer .sidebar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .sidebar section.widget {
	-webkit-box-flex:2;
	-ms-flex-positive:2;
	flex-grow:2;
}

@media print, screen and (min-width: 40em) {
	.footer .sidebar section.widget {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		width:33%;
	}
}

.footer .sidebar section.widget {
	padding-right: 1rem;
	padding-left: 1rem;
}

.footer .sidebar .widget-title {
	font-size: 180%;
	text-align: left;
}

.footer .sidebar .widget-title:after {
	height: 0;
}


/* -- 14.3. WP Widgets styles */
.widget_archive ul, .widget_archive ol,
.widget_categories ul,
.widget_categories ol,
.widget_nav_menu ul,
.widget_nav_menu ol {
	text-align: right;
}

.widget_archive ul li, .widget_archive ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li {
	width: 100%;
	display: inline-block;
}

.widget_archive ul li a, .widget_archive ol li a,
.widget_categories ul li a,
.widget_categories ol li a,
.widget_nav_menu ul li a,
.widget_nav_menu ol li a {
	float: left;
}

.widget_archive ul li ul.children, .widget_archive ul li ul.sub-menu, .widget_archive ol li ul.children, .widget_archive ol li ul.sub-menu,
.widget_categories ul li ul.children,
.widget_categories ul li ul.sub-menu,
.widget_categories ol li ul.children,
.widget_categories ol li ul.sub-menu,
.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu,
.widget_nav_menu ol li ul.children,
.widget_nav_menu ol li ul.sub-menu {
	margin-left: 1rem;
}

.widget_recent_comments ul {
	margin-left: 1rem;
	list-style: circle;
}

.widget_recent_comments li.recentcomments {
	margin-bottom: 1rem;
}


/* -- 15. Editor Styles */

/* -- 15.1 Color Palette */
/** Colors **/
.has-domestika-orange-color {
	color: #f47a29
}

.has-domestika-black-color {
	color: #333
}

.has-domestika-light-gray-color {
	color: #e6e6e6
}

.has-domestika-dark-gray-color {
	color: #8a8a8a
}

.has-domestika-white-color {
	color: #fefefe
}

/** Backgrounds **/
.has-domestika-orange-background-color {
	background-color: #f47a29
}

.has-domestika-black-background-color {
	background-color: #333
}

.has-domestika-light-gray-background-color {
	background-color: #e6e6e6
}

.has-domestika-dark-gray-background-color {
	background-color: #8a8a8a
}

.has-domestika-white-background-color {
	background-color: #fefefe
}

/* -- 15.2 Font Sizes */
.has-domestika-small-font-size {
	font-size: 0.8rem;
}

.has-domestika-normal-font-size {
	font-size: 1rem;
}

.has-domestika-large-font-size {
	font-size: 1.84211rem;
}

.has-domestika-huge-font-size {
	font-size: 2.63158rem;
}

/* -- 16. Blocks */

/** -- 16.1. Quotes */
.wp-block-quote.is-large cite {
	text-align:left;
}

/* -- 16.2. Buttons */

.wp-block-button .wp-block-button__link {
	font-size:13px;
}

.wp-block-button .wp-block-button__link,
.wp-block-button.is-style-default .wp-block-button__link {
	border-radius:10px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius:0;
}

.wp-element-button{
		font-family: 'Roboto Condensed';
		background: linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%) !important;
		border-color: #F1D250;
		color: #fff;
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.9rem;
		width: 220px;
		padding: 0.6rem 1rem !important;
		border-radius: 6px !important;
}

.wp-block-button .is-style-outline{
		font-family: 'Roboto Condensed';
		background: #fff !important;
		border-color: #000;
		color: #D1A548;
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.9rem;
		width: 220px;
		padding: 0.8rem 1rem !important;
		border: solid 2px;
}

/** -- 16.3. Pullquotes **/
.wp-block-pullquote {
	/**
	border-top:4px solid #555d66;
	border-bottom:4px solid #555d66;
	**/
}
.wp-block-pullquote blockquote {
	border-left:none;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote cite {
	font-size: 1.4rem;
	font-weight: 400 !important;
	line-height: 2rem;
	text-align: left;
	padding-left: 3rem;
}

.wp-block-pullquote blockquote cite {
	text-transform: uppercase;
	font-size:13px;
	font-style: normal;
}
.wp-block-pullquote blockquote cite:before {
	content: '';
}

.entry-content p{
	font-size: 0.9rem; */
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    padding-right: 2rem;
    /* padding-bottom: 2rem; */
    color: #23155B !important;
}


.pt-cv-colsys{
	margin: 10px !important;
}

.pt-cv-title{
		    font-family: 'Roboto Condensed', sans-serif !important;
		font-size: 1.1rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1B0F4C !important;
		padding: 0 30px;
}


.pt-cv-content, .pt-cv-content {
		font-size: 0.85rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    color: #23155B !important;
		line-height: 1.4rem;
		padding: 0 30px;
}




.pt-cv-taxoterm a {
	background: linear-gradient(97deg, #D1A548 21.51%, rgba(235, 166, 26, 0.79) 84.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
		font-size: 0.9rem;
}

.pt-cv-view .pt-cv-ifield {
    margin-bottom: 0 !important;
    background: #FBFAFE;
    border-radius: 14px;
	height: 680px;
}

.pt-cv-wrapper img {
    border-radius: 14px 14px 0 0;
}

.pt-cv-wrapper .btn-success{
	font-size: 0.85rem !important;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	color: #23155B !important;
	background-color: inherit !important ;
	border-color: #FBFAFE;
	font-weight: 700 !important;
	text-align: left;
	padding: 0 !important;
}

.pt-cv-wrapper .btn-success:hover{
	background: #ffffff;
	border-color: #ffffff;
}

.updated{
	display: none;
}


.byauthor{
	display: none;
}

.wp-block-heading {
	margin-top: 3rem;
}

.btn-chita {
	font-family: 'Roboto Condensed';
	background: linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%) !important;
	border-color: #F1D250;
	color: #fff;
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9rem;
	width: auto;
	padding: 0.9rem 1rem !important;
	order-radius: .25rem;
}

.btn-chita:hover {
	background: #D1A548 !important;
	color: #ffffff !important;
}

.btn-outline-chita {
	font-family: 'Roboto Condensed';
	border-color: #D1A548 !important;
	color: #D1A548 !important;
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9rem;
	width: auto;
	border: solid 2px !important;
	padding: 0.9rem 1rem !important;
	order-radius: .25rem;
	font-size: 0.94em;
	margin-right: 0.55rem;
}

.btn-outline-chita:hover{
	background: #D1A548 !important;
	color: #ffffff !important;
}

.btn {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 0.7rem;
	line-height: 0.9;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.center-div{
	display: flex;
	justify-content: center;
}

/* Estilo de grilla */

.body-grilla{
	width: 100%;
}


a.read-more {
	margin-top: 1rem !important; 
	position: absolute;
	display: block;
	font-size: 0.85rem !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	color: #23155B !important;
	line-height: 1.4rem;

}

a.read-more:hover{
	margin-top: 1rem !important;
	position: absolute;
	display: block;
	font-size: 0.85rem !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	color: #D1A548  !important;
	line-height: 1.4rem;
	background: none;

}

.edit-link .post-edit-link{
	font-size: small;
}
.entry-content h1
 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
}

.entry-content h2
 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
}

.entry-content h3
 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
}

.entry-content h4
 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
}

.entry-content h5
 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
}

.entry-content h6
 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: bold;
	color: #1B0F4C;
}


/* Estilo de footer */

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.footer-chita {
	color: white !important;
	font-size: 0.75rem;
	background: linear-gradient(93deg, #2B2B2B 2.03%, #2F4050 108.73%);
	height: 415px;
	width: 100%;
}

@media (min-width: 1200px) {
	.container-footer, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
	
	.colum-nav-button {
	width: 34%;
	}
}

@media (min-width: 992px) {
	.container-footer, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width: 768px) {
	.container-footer, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width: 576px) {
	.container-footer, .container-sm {
		max-width: 540px;
	}
}

.container-footer, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.nuevo-footer {
	margin: 0px auto;
	padding-left: 4rem;
}

.footer-corpo {
	float: left;
	width: 30%;
}

.footer-menu {
	float: left;
	width: 70%;
}

.footer-corpo .media-body {
	display: inline-block;
	position: relative;
}

.footer-corpo .ic-logo-footer {
	display: inline-block;
	position: relative;
	top: -102px;
}

.ic-logo-footer {
	height: 80px;
	width: auto;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

footer h6 {
	text-transform: uppercase;
}

.row-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.footer-menu div {
	float: left;
}

@media (min-width: 576px) {
	.col-lg-5l {
		float: left;
		width: 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5l {
		float: left;
		width: 20%;
	}
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

p.pt-cv-taxoterm.above_title{ 
	margin: 0 0px 30px 30px;
	font-size: 1rem;
}

.bread-categorias{
	margin-bottom: 2rem;
}

.bread-categorias ul li a{
	padding: 0;
}


nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #F1D250; /* Color del texto */
}

nav ul li.active a {
	color: #D1A549; /* Color del texto para la categoría activa */
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}


.sidebar-container {
	position: relative;
}

.sticky-sidebar {
	position: absolute;
	top: 190px; /* Ajusta según la altura de tu header */
	width: 250px; /* Ajusta el ancho según sea necesario */
}

.sticky {
	position: fixed;
	top: 0;
}


.container {
	margin: 0 auto;
	padding: 20px;
	color: white !important;
	font-size: 0.75rem;
	background: linear-gradient(93deg, #2B2B2B 2.03%, #2F4050 108.73%);
	height: auto;
}

.nuevo-footer {
	color: white;
	padding: 30px 20px;
	max-width: 1045px;
}



.ic-logo-footer {
	max-width: 100px;
	margin-right: 20px;
}

.media-body h6 {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: white !important;
}

.media-body span {
	font-size: 0.75rem;
	font-family: 'Roboto';
	display: block;
	line-height: 20px;
	font-weight: 400;
}

.fonos {
	color: white;
}

.footer-menu .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-column {
	width: 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-column h6 {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: white !important;
}

.footer-column ul {
	padding: 0;
	list-style: none;
	margin-left: 0;
}

.footer-column ul li {
	margin-bottom: 5px;
	margin-left: 0;
}

.footer-column ul li a {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	font-size: 0.76rem;
	text-decoration: none;
	line-height: 1.5rem;
}

.footer-column ul li a:hover {
	color: white;
}

/* Ajuste de estilos para pantallas más pequeñas */
@media (max-width: 768px) {
	.footer-column {
		flex: 0 0 50% !important; /* Dos columnas por fila en pantallas medianas */
		max-width: 50% !important;
	}
	
	.container{
		height: 1000px;
	}
}

@media (max-width: 480px) {
	.footer-column {
		flex: 0 0 50% !important; /* Una columna por fila en pantallas pequeñas */
		max-width: 50% !important;
		padding-left: 36px;
	}
	
	.container{
		height: 1000px;
	}
	
	.btn-mobile{
		margin: 1rem;
		width: 85%;
	}
	.derechos{
		display: contents;
	}
	
	#content .page-title, #content .post-title{
		margin-bottom:0;
		font-size: 1.8rem;
	}
	
	.colum-nav-button{
		width: 100% !important;
	}
	
}

.footer-rrss{
	width: 21px;
	height: auto;
	margin-left: 2px;
}

.derechos{
	font-size: 0.65rem;
	font-family: 'Roboto';
	display: block;
	line-height: 0.8rem;
	font-weight: 400;
	text-align: center;
	margin-top: 14rem !important;
	display: block;
}


.navbar .btn-outline-chita {
	width: 40% !important;
}


.colum-nav-button{
	/* width: 34%; */
	display: inline-flex;
}


.menu a{
	padding-right: 1.25rem !important;
	/* padding-left: 1.25rem !important; */
	font-family: 'Roboto Condensed';
	font-weight: 600;
	ont-size: 0.94em;
	color: #23155B !important;
	text-transform: uppercase;
}

.sub-menu a{
	width: 100% !important;
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: none !important;
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

.sub-menu li{
	padding: 0
}


@media screen and (min-width: 1000px) and (max-width: 1034px) {
	.site-branding{
		margin-left: 0rem !important;
	}
	
	.colum-nav-button {
		width: 28% !important;
		display: inline-block;
	}

}



/* Estilos específicos para pantallas pequeñas */
@media screen and (min-width: 336px) and (max-width: 480px) {
	.footer-corpo {
		float: none;
		display: block;
		width: auto;
		padding: 0 auto 20 auto;
		margin-left: 18%;
		border-right: none;
		margin-top: 2rem;
	}
}



@media screen and (min-width: 490px) and (max-width: 979px) {
	.footer-corpo {
		float: none;
		display: block;
		width: auto;
		padding: 0 auto 20 auto;
		margin-left: 18%;
		border-right: none;
		margin-top: 2rem;
	}
	.btn-outline-chita {
		margin-right: 2.8rem;
		margin-left: 2.8rem;
		padding: 0.9rem 1rem !important;
	}
	.container{
		height: 830px;
	}
	
	.derechos{
	margin-top: 27rem !important;
	display: block;
	}
	
}

@media screen and (max-width: 979px) {
	.nuevo-footer {
		margin: 0px auto;
		padding: 0px;
	}
	
	.colum-nav-button {
		width: auto;
		/* display: inline-block; */
	}
	
	.pt-cv-view .pt-cv-ifield {
		height: 750px;
	}
	
	.btn-outline-chita {
		margin-right: 2.8rem;
		padding: 0.9rem 1rem !important;
	}
	
	.btn-chita {
		padding: 0.9rem 1rem !important;
	}
	.burger-icon{
		display: block;	
	}
	
	.none-mobile{
		display: none ;
	}
	
	.sticky-sidebar {
		display: none;
	}

}

.burger-icon{
	display: none;	
}

.none-desktop{
	display: none;
}

@media screen and (max-width: 979px) {
	.footer-menu {
		float: none;
		display: block;
		width: auto;
		padding: 0px;	
	}
	
	.col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.footer-column ul li a{
		font-size: inherit !important;
	}
	
	.none-desktop{
		display: block !important;
	}
	
	
	
	.menu-toggle {
		display: block !important;
		color: #333;
		font-size: 1.6rem;
		border: none;
		font-weight: 700;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 17px;
		z-index: 10000;
	}
}

.footer-menu div {
	float: left;
}

/* Clase para cabecera fija */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999
}



.mt-190 {
	padding-top: 100px;
}
.menu-toggle {
display: none;
	}
	
/* Estilos básicos para el menú móvil */
.menu-toggle {
	display: none;
}



.navigation-main-menu.active {
	right: 0;
	margin-top: 3.5rem; /* Ajusta este margen si es necesario */
}


@media (max-width: 1020px) {
	.navigation-main-menu {
	display: block; /* Para mostrar el menú móvil siempre en el móvil */
	margin-top: 3.5rem !important;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #fff;
	transition: right 0.3s ease-in-out;
	z-index: 9999;
	}
	
	.navigation-main-menu ul{
		border: none;
	}
}



.menu-mobile{
	display: none;
}

@media (max-width: 768px) {
	
	.menu-desktop{
		display: none !important;
	}
	
	.menu-mobile{
		display: contents !important;
	}
	
	.site-branding,
	.colum-nav-button {
		text-align: center;
	}

	.navigation-main-menu {
		display: block; /* Para mostrar el menú móvil siempre en el móvil */
		margin-top: 3.5rem !important;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #fff;
		transition: right 0.3s ease-in-out;
		z-index: 9999;
	}
	
	.site-branding {
		display: block;
		margin: auto;	
		margin-bottom: 1rem;
	}
	
	.site-header{
		padding: 0.5rem 1rem 1rem 1rem;
		left: 0 !important;
	}
	
	.mt-190 {
		padding-top: 140px;
	}
	
	.pt-cv-view .pt-cv-ifield {
		height: 730px;
	}
	
	.main-navigation ul{
		border: none;
	}
	
	.btn-outline-chita{
		width: 40%;
	}
	
	.btn-chita{
		width: 40%;
	}
}


@media (min-width: 1200px) {
	.site-header {
		max-width: 1400px;
	}
	
	.btn-outline-chita{
		width: 80%;
	}
	
	.btn-chita{
		width: 80%;
	}
}


/* Estilos para el ícono de flecha en los dropdowns */
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

/* Estilos para los submenús */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #ffffff;
	padding: 0;
	margin: 0;
	width: 130%;
	padding: 0.8rem;
	}
}

.main-navigation ul li {
	position: relative;
}

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

.navigation-main-menu.active .main-navigation ul ul {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
}


/* Articulos relacionados */

.related-posts {
	margin-top: 2em;
	margin-bottom: 2em;
}

.related-posts-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 1em;
}

.related-post {
	width: 48%;
	margin-bottom: 0 !important;
	background: #FBFAFE;
	border-radius: 14px;
	height: 680px;
}



.related-post-thumbnail img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.related-post-title {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #1B0F4C !important;
	padding: 30px 30px 0 30px;

}

.related-post-excerpt {
	font-size: 0.85rem !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	color: #23155B !important;
	line-height: 1.4rem;
	padding: 0 30px 0 30px;
	margin-bottom: 10px;

}

.leer-mas {
	margin-top: 1rem !important;
	position: absolute;
	display: block;
	font-size: 0.85rem !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	color: #23155B !important;
	line-height: 1.4rem;
	padding: 0 30px;
}

@media (max-width: 768px) {
  .related-post {
	width: 100%; /* Ancho completo en móviles */
	margin-bottom: 1em; /* Espacio inferior entre los artículos */
  }
  
  .related-posts-wrapper {
  	display: block;
  }
}

.breadcrumb {
	font-size: 0.1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	color: #ffffff !important;
	text-align: center;
}

.breadcrumb a{
	color: #ffffff !important;
}





.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #333;
	padding: 10px 20px;
}

.navbar .logo {
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.navbar .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.navbar .menu li {
	margin: 0 10px;
}

.navbar .menu li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
}

.navbar .buttons .btn {
	margin: 0 5px;
	padding: 10px 20px;
	color: white;
	background-color: #555;
	border: none;
	cursor: pointer;
}

.navbar .buttons .btn:hover {
	background-color: #777;
}

