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

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

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

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

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

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

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

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #847f7f;
	font-family: 'Roboto', "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Abel', sans-serif;
	color: #2c2b2b;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color:#a8a6a1;
	text-decoration:none;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: #f8941e;
	text-decoration:none;
	-webkit-transition: color 2s;
	-moz-transition: color 2s;
	-o-transition: color 2s;
	transition: color 1s;
}

a:visited {
	color: #f8941e;
}

a:hover,
a:focus,
a:active {
	color: #00bdd5;;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html {
	
}
body {
	margin:0;
}

.site-main {
	position:relative;
}
.site {
	width:100%;
}

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

header.header {
	position:relative;
	width:100%;
	margin-bottom:10px;
}

.site-branding, nav.main-navigation {
	max-width:1280px;
	width: 100%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.site-branding {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 8px;
}

.logo {
	max-width:210px;
	min-width: 180px;
	width:20%;
}

.custom-logo-link {
	  width: 100%;
	  height: auto;
}

.second-logo {
	display: block;
	color:#f8941e;
	display: inline-block;
	font-size:1.3em;
	line-height: 2.4;
}

.second-logo a:hover {
	color:#183869;
}

.site-footer {
	position:relative;
	background:#29aae2;
	width:100%;
	padding:3em 0 2em;
}

.inner-footer {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding:0 0 50px 30px;
}

.footer-one {
	float:left;
	width: 76%;
	padding-right:11.8vw;
}

.footer-two {
	float:right;
	width: 24%;
	margin-top:8px;
}

.footer-lower-section {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding-left: 30px;
}

.footer-three {
	float:left;
	width:38%;
}

.footer-four {
	float:left;
	width:38%;
}

.footer-five {
	float:left;
	width:24%;
}

.footer-lower-section ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer-lower-section ul > li {
	margin:0;
	font-size:1em;
	color:#ffffff;
}

.footer-lower-section ul > li a {
	color:#ffffff;	
}

.footer-lower-section ul > li a:hover {
	color:#f8941e;	
}

.site-footer h4 {
	font-size:1.8em;
	color: #05141b;
	margin-top:0;
	margin-bottom:30px;
	line-height:1.2;
}

.site-footer p {
	color: #ffffff;
	font-size:1.2em;
}

.footer-lower-section h4 {
	font-size:1.6em;
}

.footer-area-two h4 {
	display:none;
}

.footer-two .social-icons a {
	display:inline-block;
	text-decoration:none;
	padding: 3% 5% 5%;
	border-radius: 50%;
	background: #05141b;
}

.footer-two .social-icons a:hover {
	background: #f8941e;
}

.footer-two .social-icons a + a {
	margin-left:2%;
}

.footer-two .social-icons span {
	vertical-align:middle;
	color:#29aae2;
	text-decoration:none;
	font-size:1.2em;
}

.footer-area-one a {
	color: #e0e0e0;
}

.footer-area-one a:hover {
	color: #ffffff;
}

.site-info {
	max-width:1540px;
	width:100%;
	margin:40px auto 0;
}
.site-info p.site-info-para {
	margin:0 0 6px;
	padding-right:14px;
	text-align:center;
	font-size:.8em;
}

.sidebar-container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding:10px 0 40px;
}

.sidebar-container .site-main {
	float:right;
	width:70%;
	padding-left: 4%;
}

.sidebar-container .site-main-photos {
	width:90%;
	margin:0 auto;
}

.sidebar-container .site-main article h1 {
	color:#f8941e;
	font-size:2.8em;
	font-weight:normal;
}
.sidebar-container .horizon-sidebar {
	float:left;
	width:30%;
	padding-right: 2%;
	border-right: 1px solid #c5c0c0;
}

body.page-template-horizon-page p {
	font-size:1.1em;
}

/****************************************************HOME PAGE*****************************************************/

.slideshow-container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.slide-text {
	color:#ffffff;
}

.horizon-slide-text-inner {
	font-size: 5em;
	font-family: 'Roboto', sans-serif;
	text-shadow: 2px 2px 8px rgba(5, 20, 27, .9);
}

.block-front-mission {
	padding:0 0 100px;
}

.front-centered-content .wp-block-group__inner-container {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:60px 40px 0;
}

.front-centered-content.quotes-headline .wp-block-group__inner-container {
	padding:20px 40px 0;
}

.front-centered-content.quotes .wp-block-group__inner-container {
	padding:0 40px 0;
}

/*
.pic-overflow {
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
}

.pic-overflow img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}
*/

.front-centered-content h2 {
	font-size: 2.4em;
	color: #f8941e;
}

.front-centered-content h3 {
	font-size: 1.8em;
	margin-bottom: 0;
}

.front-centered-content p {
	font-size: 1.4em;
}

.front-centered-content .front-page-quotes {
	padding-left: 30px;
}

.front-centered-content figure.wp-block-pullquote {
	padding: 10px 0;
}

.front-centered-content p.stories-headline {
	font-size: 1.8em;
}

.intro-container {
	position:relative;
}

.intro-image-left {
	float:left;
	width:40%;
	padding: 2% 1%;
}

.intro-image-left img {
	width:100%;
	max-width:100%;
}

.intro-text-right {
	float: right;
	width:60%;
	padding-left:6vw;
}

.intro-text-right h1 {
	font-size:2.6em;
	color: #f8941e;
}

.intro-text-right p {
	font-size:1.4em;
}

.intro-text-right ul {
	margin:0 0 20px 0;
}

.intro-text-right ul li {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.image-nav-section {
	height: auto;
	margin:0 auto;
	max-width: 1280px;
	width: 100%;
	margin: 40px auto 0 auto;
}

.image-nav-left, .image-nav-right {
	position:relative;
	float:left;
	width:50%;
}

.image-nav-left img, .image-nav-right img {
	vertical-align:bottom;
	opacity:1.0;
	filter:alpha(opacity=100);
	transition: .5s ease;
	width:100%;
}

.image-nav-section a:hover img {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.image-nav-section .text {
	position:absolute;
	bottom:30px;
	color: #ffffff;
	width:100%;
	text-align: center;
	margin:0;
	text-shadow: 3px 3px 8px rgba(5, 20, 27, .9);
}

.image-nav-section .text h2 {
	margin:0;
	color: #ffffff;
	font-size:2em;
}

.image-nav-section a:hover h2 {
	text-shadow: 3px 3px 8px rgba(5, 20, 27, .5);
}

.front-page-stories {
	display: flex;
	justify-content: center;
}

.front-page-story {
	width: 640px;
}

.front-page-story h2 {
	font-size: 2.4em;
}

.front-page-story h2 a {
	color: #f8941e;
	text-decoration: none;
	-webkit-transition: color 2s;
	-moz-transition: color 2s;
	-o-transition: color 2s;
	transition: color 1s;
}

.front-page-story h2 a:hover {
	color: #00bdd5;
}

.front-page-quotes p:before {
	content: '\201c';
}

.front-page-quotes p:after {
	content: '\201d';
}

.frt-youtube h2 {
	text-align: center;
}

.frt-youtube figure.wp-block-embed .wp-block-embed__wrapper {
	text-align: center;
}

.frt-youtube figure.wp-block-embed figcaption {
	text-align: center;
}

.front-centered-content .frt-youtube {

}

/****************************************************REGULAR PAGES___________________________________*/

.page-template-horizon-page .site-main ul, .page-template-horizon-page-title .site-main ul {
	margin:0;
	padding:0;
}

.page-template-horizon-page .site-main ul li, .page-template-horizon-page-title .site-main ul li {
	margin:0 60px 8px 40px;
}

.page-template-horizon-page .site-main ul ul, .page-template-horizon-page-title .site-main ul ul {
	list-style-type: circle;
	margin: 10px 0;
}

.page-template-horizon-page .site-main ul ul ul, .page-template-horizon-page-title .site-main ul ul ul {
	list-style-type: square;
}

/*join our team*/

.wp-block-buttons {
	margin-left: 100px;
	padding: 20px 0;
}

.horizon-sidebar .entry-title {
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 2vw;
	margin:0;
	background: #183868;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	text-align: center;
}

body.page-template-horizon-page h2, body.page-template-horizon-page-title h2 {
	color: #f8941e;
	font-size: 2.1em;
	margin: 1.6vh 0;
}

body.page-template-horizon-page h3, body.page-template-horizon-page-title h3 {
	font-size: 1.5em;
	margin-top: 40px;
	color: #f8941e;
}

body.page-template-horizon-page-title h2 {
	margin-bottom:0;
	line-height: 1.2;
}

body.page-template-horizon-page-title h2:first-child {
	margin-top:0;
}

body.page-template-horizon-page-title h3 {
	font-size: 1.5em;
}

body.page-template-horizon-page-title p {
	margin-top:0;
}

/*HORIZON STORIES*/

.horizon-stories-container {
	padding-right:60px;
}

.horizon-stories-container .stories-intro {
	margin-bottom:40px;
	font-size: 1.25em;
}

body.page-template-horizon-page-title .horizon-stories-container h3 {
	color: #2c2b2b;
	margin: 0 0 10px 0;
}

.horizon-stories-container .wp-block-column {
	padding-left: 20px;
}

.horizon-stories-container .wp-block-column:first-child {
	padding-right:20px;
	padding-left: 0;
}

.horizon-stories-container .wp-block-separator {
	margin: 40px 60px;
}

.horizon-stories-container blockquote {
	padding: 0;
	margin: 0 0 30px 0;
}

.horizon-stories-container blockquote p {
	margin-bottom: 10px;
}

.horizon-stories-container blockquote p:before {
	content: '\201c';
	font-size: 1.3em;
}

.horizon-stories-container blockquote p:after {
	content: '\201d';
}

/*ABOUT US*/

.leadership-team-bio img {
	padding: 0 2%;
}

.leadership-team-bio h3, .leadership-team-bio h4 {
	padding-left: 4%;
}

body.page-template-horizon-page .leadership-team-bio h3 {
	font-size: 1.8em;
	margin-top:4px;
	margin-bottom: 0;
	color: #2c2b2b;
}

body.page-template-horizon-page .leadership-team-bio h4 {
	font-size: 1.2em;
	margin-top: 0;
}

body.page-template-horizon-page .leadership-team-bio blockquote {
	font-size: 1.2em;
}

body.page-template-horizon-page blockquote {
	font-size: 1.2em;
	margin-right:40px;
	margin-bottom: 20px;
}

body.page-template-horizon-page blockquote p {
	margin-bottom: 10px;
}

body.page-template-horizon-page .leadership-team-bio p {
	line-height: 1.5;
}

.wp-block-separator {
	margin: 20px 60px 80px;
}
	
/*GERNERAL*/
.banner-image {
	width: 100%;
	padding-top: 36%;
	margin-bottom: 40px;
}

.horizon-lists {
	list-style-type:none;
	margin:0;
	padding:0;
}
.horizon-lists li {
	font-size:1.4em;
	margin-bottom:12px;
}
.horizon-lists a {
	color:#00bdd5;
	text-decoration:none;
}
.horizon-lists a:hover {
	color:#c71e56;
}

.horizon-sidebar .widget-title {
	color: #2c2c2c;
	font-size: 1.8em;
}

.horizon-sidebar .widget ul h2 {
	color: #2c2c2c;
	font-size: 1.8em;
	margin-bottom: 0;
}

.horizon-sidebar .widget p {
	font-size: 1.1em;
}

.horizon-sidebar .widget a {
	color: #2c2c2c;
}

.horizon-sidebar .widget a:hover {
	color: #f8941e;
}

.horizon-sidebar .pic-overflow {
	height: auto;
}

.horizon-sidebar .pic-overflow img {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.horizon-sidebar .widget ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="submit"], select, textarea, .field, .button {
    display: block;
    height: 40px;
    line-height: 1em;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #040404;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: 400px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #eaedf2;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

textarea {
	height: 150px;
}

.paypal-donations input[type="image"] {
	width: 90%;
}

.paypal-donations img {
	height: 1px;
	width: 1px;
}

.home-posts-container article:nth-child(odd) {
	margin-right:6%;
}

.home-posts-container article:nth-child(even) {
	margin-right:0;
}

.grid.two > li {
    width: 33% !important;
}

.grid.three > li:nth-child(3n+1), .grid.two > li:nth-child(3n+1) {
    padding-right: 10px;
}

.grid.three > li:nth-child(2n), .grid.two > li:nth-child(2n) {
    padding:0 10px;
}
.grid.three > li:nth-child(3n), .grid.two > li:nth-child(3n) {
	padding-right:0;
	padding-left: 10px;
}

.horizon-contact {
	padding: 0;
}

.horizon-contact h2 {
	font-size: 1.2em;
	margin: 12px 0 6px;
}

.horizon-contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.horizon-contact ul li {
	font-size: 1.1em;
}

.office-list {
	padding-top:5px;
}

article.post{
	background: #fff;
	padding: 20px;
	border-top: 1px solid rgba(0,0,0,0.02);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

article.post:hover{
	transition: .2s box-shadow ease-out;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
}

.search-results article{
	background: #fff;
	padding: 20px;
	border-top: 1px solid rgba(0,0,0,0.02);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.search-results article:hover{
	transition: .2s box-shadow ease-out;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
}

.single article,
.single article:hover{
	padding: 20px;
	border: none;
	box-shadow: none;
}

/*SUPPORT HORIZON*/
.gift-helps-section p {
	margin-left: 80px;
	margin-right:100px;
}

.page-template-horizon-page-title h1 {
	margin:0 0 30px 0;
	padding:0;
}
/****************************************************BLOG*******************************************/
.horizon-blog {

}

.horizon-blog article {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.02);
	margin-bottom: 40px;
}

.horizon-blog-image {
	width: 48%;
	height: 280px;
	overflow: hidden;
}

.horizon-blog-content {
	width: 48%;
	position: relative;
}

.horizon-blog h2.entry-title {
	margin: 0;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 5px;
}

.horizon-blog .entry-meta {
	color: #f8941e;
	font-size: 1.2em;
}

.horizon-blog .entry-footer {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.horizon-blog .entry-footer a {
	position: relative;
}

.sidebar-container .site-main article.horizon-post .entry-title {
	margin: 0;
	color: #a8a6a1;
	line-height: 1.1;
}

.horizon-post {
	width: 80%;
}

.horizon-post .entry-meta {
	color: #f8941e;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.horizon-post .post-thumbnail {
	margin-bottom: 40px;
}

.horizon-post .entry-content p {
	font-size: 1.3em;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts2/icomoon.eot?qgqxdn');
  src:  url('fonts2/icomoon.eot?qgqxdn#iefix') format('embedded-opentype'),
    url('fonts2/icomoon.ttf?qgqxdn') format('truetype'),
    url('fonts2/icomoon.woff?qgqxdn') format('woff'),
    url('fonts2/icomoon.svg?qgqxdn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts2 */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-right2 {
	position: absolute;
	bottom: 0;
}

.frt-page-blog-link .icon-arrow-right2 {
	position: static;
	bottom: auto;
	font-size: .7em;
}
/****************************************************REGULAR PAGES2**********************************/

#text-8 {
	margin-bottom: 0;
}

#custom_html-8, #custom_html-10 {
	margin-bottom: 0;
	width: 90%;
}

#custom_html-8 input, #custom_html-10 input {
	width: 100%;
}

#custom_html-9, #custom_html-11 {
	width: 85%;
	padding-left: 1%;
}

/*__________________________________________________________________________________________________*/
.section-main {
	width:90%;
	margin:0 5%;
}

.white-text {
	color:#ffffff;
}
.grey {
	color:#a8a6a1;
}
.dark-grey {
	color:#38383b;
}
.lite-grey {
	color:#a8a6a1;
}
.no-margin {
	margin:0 !important;
	margin-bottom:0 !important;
}
.no-decoration a {
	text-decoration:none;
	color:#ffffff;
}
.br-footer {
	display:none;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.button-width-wide .wp-block-button__link {
	padding:18px 36px;
	font-size:32px;
}
input.send-button {
  border-radius: 6px;
  background: #a8a6a1;
  padding: 18px 34px; 
  color:#ffffff;

}
nav.main-navigation ul li.menu-item-23, .rounded-button {
  border-radius: 6px;
  background: #a8a6a1;
  padding: 10px 18px; 
  font-size:1.1rem;
  font-weight:700;
}
/******************* ICONS ***************/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?owyxz1');
  src:  url('fonts/icomoon.eot?owyxz1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?owyxz1') format('truetype'),
    url('fonts/icomoon.woff?owyxz1') format('woff'),
    url('fonts/icomoon.svg?owyxz1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_forward_ios:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts3/icomoon.eot?2g6w1p');
  src:  url('fonts3/icomoon.eot?2g6w1p#iefix') format('embedded-opentype'),
    url('fonts3/icomoon.ttf?2g6w1p') format('truetype'),
    url('fonts3/icomoon.woff?2g6w1p') format('woff'),
    url('fonts3/icomoon.svg?2g6w1p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts3 */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-with-circle:before {
  content: "\e788";
}
.icon-linkedin-with-circle:before {
  content: "\e772";
}
.icon-arrow-right2:before {
  content: "\e766";
}


/*READ-MORE*/
.read-more-100 {

}
.read-more-200 .wp-block-group__inner-container {
	padding:0;
}
.read-more-link, .read-more-link-dark {
	text-decoration:none;
	color:#ffffff;
	font-weight:700;
}
.read-more-link-dark {
	color:#000000;
}

.mgi_overlays {
	display:none;
}

.submitbutton, .wpcf7-submit, .login-form-container .button, input[type="submit"] {
    background-color: #f8941e;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    font-weight: bold;
    line-height: 100%;
    padding: 15px 28px;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 1s ease-out;
    vertical-align: middle;
}

.login-form-container .button:hover, input[type="submit"]:hover {
    background-color: #00bdd5;
}

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

nav.main-navigation {
	background: #29aae2;
}

nav.main-navigation  ul {
	position:relative;
	display:flex;
	justify-content: space-between;
	list-style: none;
	margin:0;
	padding:0;
}

nav.main-navigation  ul ul {
	display: none;
}

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

nav.main-navigation ul li a {
	display:block;
	color: #ffffff;
	text-decoration:none;
	font-family:'Abel', sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	text-transform: uppercase;
	padding:10px 0;
}

nav.main-navigation ul li a:hover  {
	color:#282828;
}

nav.main-navigation .current-menu-item > a {
	color:#282828;
}

.side-menu, .add-on-menu {
	list-style-type:none;
	padding:0;
	margin:0;
}

.side-menu  li,  .add-on-menu li {
	padding: 10px 0 10px .2vw;
	border-bottom: 1px solid #c5c0c0;
}

.side-menu li a,  .add-on-menu li a {
	font-family:'Roboto', sans-serif;
	color: #898585;
	text-decoration:none;
	font-size:1.3em;
}

.side-menu li a:hover,  .add-on-menu li a:hover {
	color:#f8941e;
}

.side-menu li a.current,  .add-on-menu li a:hover {
	color: #f8941e;
}

.side-menu li.current-menu-item a,  .add-on-menu li.current-menu-item a {
	color:#f8941e;
}

.menu-extra-links-side-menu-container {
	margin-bottom: 20px;
}

/****OVER SLIDES MENU******/
.slide-nav-container {
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.buttonwrapper {
	position:absolute;
	right:0;
	top:0;
	margin: auto;
	width: 23%;
	height:60px;
	display: block;
	text-align: left;
	transition: 0.15s ease;
	z-index:999;
}

.buttonwrapper.actively .arrow {
  transform: rotate(45deg);
  translate(-5px,-5px)
}
.buttonwrapper.actively .arrow:before {
  transform: translate(10px,0)
}
.buttonwrapper.actively .arrow:after {
  transform: rotate(90deg);
  translate(10px,0);
}
.buttonwrapper.actively ul {
  opacity: 1;
  height: auto;
  color:red;
}
.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top:14px;
  left: -10px;
  transition: 0.4s ease;
  margin-right:20px;
  text-align: left;
  transform: rotate(45deg);
  float: left;
}
.arrow:before, .arrow:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #ffffff;
    transition: 0.4s ease;
}
.arrow:after {
    position: absolute;
    transform: rotate(90deg);
    top: -5px;
    left: 5px;
}
.click-text {
	position:relative;
	display: block;
	text-align: left;
	padding: 15px 0 20px 20px;
	margin: 0;
	font-size:1.3em;
	font-weight:bold;
	cursor: pointer;
	color: rgba(255, 255, 255);
	background:#f8941e;
	transition: 0.15s ease;
}

.click-text:hover {
    color: rgba(255, 255, 255, 0.9);
}
.buttonwrapper ul {
position:relative;
	padding: 0;
	margin:-6px 0 0 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background:#ffffff;
	z-index:9999;
	transition: 0.4s ease;	
	box-shadow: 0px 6px 6px rgba(0,0,0,0.6);
}
.buttonwrapper li {
  list-style-type: none;
  height:auto;
  padding:20px 24px;
  text-align: left;
  cursor: pointer;
  background:#fff;
  border-bottom: 1px solid #dee7ee;
}
.buttonwrapper li a {
	color: #282828;
	text-decoration:none;
	font-family:'Abel', sans-serif;
	font-weight:bold;
}
.buttonwrapper li a:hover {
	color:#f8941e;
}
.buttonwrapper li:first-child {
	border-top:20px solid #dee7ee;
}
.buttonwrapper li:first-child:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 18px solid #ffffff;
    clear: both;
}
.buttonwrapper li:last-child {
border-bottom:none;
}

.mobile-navigation {
	display: none;
}


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

.post,
.page {
	margin: 0;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.slicknav_menu {
	display:none;
}
.menu-item-665 {
	display:none;
}
.menu-item-673 {
	display:none;
}
/*********************************************************************************************************************
*****************************************************MEDIA QUERIES****************************************************
*********************************************************************************************************************/

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

	.sidebar-container {
		width: 96%;
		margin: 0 2%;
		padding:10px 0 40px;
	}

	.sidebar-container .site-main article {
	}
	
	.horizon-sidebar .widget ul h2 {
		font-size: 1.4em;
	}

	.site-footer {
		padding-left: 3vw;
		padding-right: 3vw;
		padding-top: 5vh;
		padding-bottom: 1vh;
	}

}

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

	nav.main-navigation ul li a {
		font-size: calc(.9vw + .5rem);
	}

	.horizon-sidebar .entry-title, .side-menu li a, .add-on-menu li a {
		line-height: 1.1;
		font-size: calc(.9vw + .5rem);
	}

	.buttonwrapper {
		width: 200px;
	}

	.click-text {
		padding: 10px 20px;
	}

}

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

	.inner-footer {
		padding:0 0 50px 0;
	}
	
	.footer-one {
		width: 62%;
		padding-right:20px;
	}
	
	.footer-two {
		width: 38%;
		margin-top:8px;
	}
	
	.footer-lower-section {
		padding-left: 0;
	}
	
	.footer-three {
		float:left;
		width:38%;
		margin-bottom: 20px;
	}
	
	.footer-four {
		float:left;
		width:34%;
		margin-bottom: 20px;
	}
	
	.footer-five {
		float:left;
		width:26%;
		margin-bottom: 20px;
	}
	
	.footer-lower-section h4 {
		margin-bottom: 0;
	}
	
	.footer-two .social-icons a {
		display:inline-block;
		text-decoration:none;
		padding: 3% 5% 5%;
		border-radius: 50%;
		background: #05141b;
	}

	a.to-top-bottom {
		width: 30px;
		height: 30px;
	}

}

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

	.site-branding {
		position: relative;
		display: block;
		padding-left: 10px;
		padding-right: 10px;

	}

	.logo {
		position:absolute;
		top:  10px;
		left: 10px;
		width: 150px;
		min-width: 150px;
	}

	.slicknav_menu {
		display:block;
		padding: 0 !important;
	}

	.slicknav_nav {
		margin: 50px 0 0 0 !important;
	}

	.slicknav_menu .slicknav_menutxt {
		font-weight: 700;
		text-shadow: none !important;
	}

	.main-navigation {
		display:none;
	}

	.second-logo {
		display: none;
	}

	.side-menu, .add-on-menu {
		list-style-type:none;
		padding:0;
		margin:0;
	}
	
	.slicknav_nav li {
		padding: 6px 0;
		border-bottom: 1px solid #c5c0c0;
	}
	
	.slicknav_nav a {
		font-family:'Roboto', sans-serif;
		color: #898585;
		text-decoration:none;
		font-size:1em;
	}

	.slicknav_nav ul.submenu {
		display: none !important;
	}

	.slicknav_nav ul {
		margin-left: 20px !important;
	}

	.slicknav_nav a:hover {
		color:#f8941e !important;
		background: none !important ;
	}

	.sidebar-container {
		width: 98%;
		margin: 1%;
	}

	.sidebar-container .horizon-sidebar {
		width: 25%;
		padding-right: 1%;
	}

	.sidebar-container .site-main {
		width: 75%;
		padding-left: 2%;
	}
		
	.side-menu {
		line-height: 1;
	}

	.side-menu li a.current,  .add-on-menu li a:hover {
		color: #f8941e;
	}
	
	.side-menu li.current-menu-item a,  .add-on-menu li.current-menu-item a {
		color:#f8941e;
	}

	.side-menu li, .add-on-menu li {
		padding: 4px 0;
	}

	.side-menu li a, .add-on-menu li a {
		font-size: 11px;
		line-height: 10%;
	}

	.buttonwrapper {
		display: none;
	}

	.intro-text-right h1 {
		margin:0;
	}

	.intro-text-right p {
		margin: 0 0 10px 0;
	}

	.front-centered-content {
		font-size: 85%;
	}

	.horizon-stories-container {
		padding: 0;
	}

}

@media (max-width: 700px) {
	.horizon-blog article {
		flex-wrap:wrap;
		justify-content: flex-start;
	}
	.horizon-blog-content {
		width: 100%;
	}
	.horizon-blog-image {
		margin-bottom: 30px;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1000px) {
  .horizon-blog h2.entry-title {
    font-size: calc(2rem + ((1vw - 10px) * 2.6667));
    min-height: 0vw;
  }
}
@media (max-width: 701px) {
  .horizon-blog h2.entry-title {
    font-size: 24px;
  }
  
@media (max-width: 700px) {
  .horizon-blog h2.entry-title {
    font-size: 28px;
  }
}

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

	.intro-image-left {
		display:none;
	}

	.intro-text-right {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.front-centered-content .wp-block-group__inner-container {
		padding:20px 10px 0;
	}

	.front-centered-content.quotes .wp-block-group__inner-container {
		padding:0 20px 0;
	}

	.front-centered-content .front-page-quotes {
		padding:0;
	}

	.front-centered-content {
		font-size: 85%;
	}

	.owl-theme .owl-nav {
		margin: 0;
	}

	.image-nav-section {
		display: none;
	}

	.footer-three, .footer-four, .footer-five {
		float: none;
		width: 100%;
	}

}

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

	.footer-one {
		float: none;
		width: 100%;
		padding-right:0;
	}
	
	.footer-two {
		float: none;
		width: 60%;
		margin-top: 0;
	}

}

/**********************************************
**************TEMP*****************************
**********************************************/

.page-id-15 .wp-block-image {
	margin:0;
	padding:0;
}

.site {
	font-size: 90%;
}

#media_image-3, #media_image-2 {
	padding:0 8%;
	max-width:300px;
}

.horizon-sidebar .widget ul.front-page-stories {
	margin:40px 0 0 0;
	padding:0 1%;
	display:flex;
	list-style-type: none;
}

ul.front-page-stories > li {
	flex: 1;
}

ul.front-page-stories li + li {
	margin-left: 3%;
}

.turn-off {
	display:none;
}

.owl-theme .owl-nav [class*="owl-"] {
	font-size: 3em !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none !important;
	color: #000 !important;
}

.mg_item_content {
	display: none !important;
}

.mg_lb_nav_inside span {
	display: none !important;
}