/*!
Theme Name: laso_ok
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: laso_ok
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.

laso_ok 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

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

@font-face {font-family: "Soleil";
  src: url("fonts/Soleil-ExtraBold.eot"); /* IE9*/
  src: url("fonts/Soleil-ExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Soleil-ExtraBold.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Soleil-ExtraBold.woff") format("woff"), /* chrome、firefox */
  url("fonts/Soleil-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}
@font-face {font-family: "Soleil";
  src: url("fonts/Soleil-Bold.eot"); /* IE9*/
  src: url("fonts/Soleil-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Soleil-Bold.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Soleil-Bold.woff") format("woff"), /* chrome、firefox */
  url("fonts/Soleil-Bold.ttf") format("truetype");
  font-weight: 700;
}


@font-face {font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.eot"); /* IE9*/
  src: url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Gilroy-Medium.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Gilroy-Medium.woff") format("woff"), /* chrome、firefox */
  url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1506px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    color: #0A2239;
    font-family: "Soleil";
    border: 2px solid #0A2239;
    width: auto;
    height: auto;
    font-size: 2rem;
    background: #FFF;
    transition: all ease 0.3s !important;
    letter-spacing: initial;
    border-radius: 0;
    box-shadow: 1rem 1rem 0px #669BBC;
    text-transform: none;
    font-weight: bold;
    line-height: 3rem;
    padding: 2rem 6rem 1.7rem;
    transition: all ease 0.3s;
    margin-right: 4rem;
    margin-left: 0rem;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    display: inline-block;
    color: #F0F0F0;
    font-family: "Soleil";
    border: 2px solid #F0F0F0;
    width: auto;
    height: auto;
    font-size: 2rem;
    background: #0A2239;
    transition: all ease 0.3s !important;
    letter-spacing: initial;
    border-radius: 0;
    box-shadow: 1.25rem 1.25rem 0px #669BBC;
    text-transform: none;
    font-weight: bold;
    line-height: 3rem;
    padding: 2rem 6rem 1.7rem;
    transition: all ease 0.3s;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #D1D1D1;
    height: auto;
    padding: 2rem 3rem;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Noto Sans';
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }







/* LASO Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */

main {
    background: #ffffff;
    margin-top: 190px;
}
.hide{
	display: none
}
body {
    overflow-x: hidden;
}
body {
    background-color: #fff;
    font-family:  'Noto Sans', 'Helvetica Neue', Helvetica, sans-serif;
    color: #000000;
    font-size: 1.8rem;
    line-height: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body p {
    letter-spacing: 0.1px;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: 'Noto Sans';
    font-weight: normal;
    margin-bottom: 1rem;
}
a{
	color: #CCC;
	transition: all ease 0.3s;
}

.site-header {
    position: static;
}
.site-header .container {
    position: relative;
    font-size: 0;
}
.site-header .button{
		background: #F0F0F0
}
.wave-bottom {
    position: absolute;
    left: 0%;
    top: 98px;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    height: 40px;
    background-image: url(images/header_wave.svg);
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: repeat-x;
    width: 110%;
    left: -5%;
}

#masthead {
    position: absolute;
    margin-top: 0px;
    padding: 5rem 0;
    z-index: 99999999;
    width: 100%;
}
#top_bar {
    display: inline-block;
    text-align: right;
    width: 100%;
    height: 50px;
    background: #333;
    float: left;
    position: relative;
    z-index: 66;
    margin-bottom: -1px;
}
#top_bar ul.social_icons {
    position: static;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    margin-top: 15px;
}
#top_bar ul li {
    display: inline-block;
    line-height: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
#top_bar ul li a {
    color: #0B1926;
    font-size: 1.4rem;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease 0.3s;
    color: #FFF;
}
#top_bar ul li a:hover{
	color: #CCCCCC;
}
#top_menu{
	display: inline-block;
}
#top_bar ul.social_icons li a {
    font-size: 1.6rem;
}
#header_content {
    padding: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
}
#header_menu {
    display: inline-block;
    position: static;
}
#header_menu ul{
    padding: 0;
    margin: 0;
}
#header_menu ul li:first-child{
	padding-left: 0;
}
#header_menu ul li:last-child{
	border: none;
	padding-right: 0;
}
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#menu-header-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#menu-header-menu li a {

    margin-right: 4.5rem;
}
#menu-header-menu li a:hover{
    color: #CCC
}
.menu_button {
	display: none;
}
.menu_button:hover  {
}
#main_menu {
    display: inline-block;
    width: calc(100% - 242px);
}
#main_menu ul {
    margin: 3rem 0 0 0;
    padding: 0;
    text-align: right;
    width: 100%;
    display: inline-block;
}
#main_menu ul li {
    display: inline-block;
    margin: 0;
    transition: all ease 0.3s;
}
#main_menu ul li a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 2.7rem;
    padding: 0;
}
#main_menu ul li a:hover {
    color: #669BBC;
}

#main_menu ul li.menu_button a {
    display: inline-block;
    color: #0A2239;
    font-family: "Soleil";
    border: 2px solid #0A2239;
    width: auto;
    height: auto;
    font-size: 2.4rem;
    background: #F0F0F0;
    transition: all ease 0.3s !important;
    letter-spacing: initial;
    border-radius: 0;
    box-shadow: 1rem 1rem 0px #0A2239;
    text-transform: none;
    font-weight: bold;
    line-height: 3rem;
    padding: 2rem 6rem 1.7rem;
    transition: all ease 0.3s;
    margin-right: 1rem;
    margin-left: 4rem;
}
#main_menu ul li.menu_button a:hover {
    display: inline-block;
    color: #F0F0F0;
    font-family: "Soleil";
    border: 2px solid #F0F0F0;
    width: auto;
    height: auto;
    font-size: 2.4rem;
    background: #0A2239;
    transition: all ease 0.3s !important;
    letter-spacing: initial;
    border-radius: 0;
    box-shadow: 1.25rem 1.25rem 0px #0A2239;
    text-transform: none;
    font-weight: bold;
    line-height: 3rem;
    padding: 2rem 6rem 1.7rem;
    transition: all ease 0.3s;
}
#main_menu ul li.hovered a:hover {
}
#main_menu ul li.menu-item-has-children:hover {
    background: #fff;
}
#main_menu ul li.menu-item-has-children:hover a {
    color: #0B1926;
}
#main_menu ul ul {
    padding: 1.5rem 1rem 1.2rem;
    background: #fff;
    width: auto;
    margin-left: -1.7rem;
}
#main_menu ul ul li {
    margin: 0;
    background: #fff;
    float: left;
    padding: 0;
}
#main_menu ul ul li a {
    color: #0B1926;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    margin: 0;
    line-height: 1.5rem;
    width: 320px;
    border-bottom: none !important;
}
#main_menu ul ul li a:hover{
    color: #CCCCCC !important;
    border-bottom: 0px solid #CCC;
}
#main_menu ul li.main_menu_button a{
    background: #999;
    padding: 0.6rem 3rem;
    border-radius: 3px;
    margin-left: 20px;
}
.centered_box {
    display: inline-block;
    width: 90%;
    transform: translate(-50%, -25%);
    left: 50%;
    top: 50%;
    position: fixed;
    height: 100%;
    vertical-align: middle;
}
.centered_box ul{
	margin: 0
}
.centered_box ul li {
    margin: 1.5rem 0;
    padding: 0;
    height: auto;
    display: inline-block;
    width: 100%;
}
.centered_box .menu-main-menu-container {
    margin-top: 0rem;
}
.centered_box .menu-main-menu-container li {
    text-align: center;
}
.centered_box ul li a {
    font-family: 'Noto Sans';
    font-size: 2.2rem;
    line-height: 4.6rem;
    color: #ffffff;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 0 1rem;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    border-top: 1px solid rgba(256,256,256,0.2);
}
.centered_box ul{
    border-bottom: 1px solid rgba(256,256,256,0.2);
}
.centered_box #header_menu {
    display: inline-block;
    position: static;
    width: 100%;
}
.centered_box #header_menu ul {
    padding: 0;
    margin: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-top: 8rem;
    padding-top: 3rem;
    margin-left: 0;
    text-align: center;
}
.centered_box #header_menu ul li {
    margin: 0;
    text-align: center;
    height: auto;
    display: inline-block;
}
.centered_box #header_menu ul li a {
}
.centered_box #menu-main-menu li a {
}
.centered_box #menu-main-menu li li a {
}
.centered_box #menu-main-menu li.show a{
}
.centered_box ul li a:hover {
    color: #CCC;
}   
.centered_box .button_container {
    text-align: center;
    margin-top: 2rem;
}
.centered_box .button_container .button {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 3.7rem;
    color: #F1F1F1;
    background: #CCCCCC;
    border-color: transparent;
    padding: 1.8rem 7rem;
    transition: all ease 0.3s;    
    opacity: 0;
}
.centered_box .button_container .button.show {
	opacity: 1;
}	
.centered_box .button_container .button:hover {
    background: #8CC1D6;
    transform: scale(1.1);
}
.bellows .bellows-nav .bellows-subtoggle {
    width: auto !important;
}
.centered_box {
    display: inline-block;
    width: 90%;
    transform: translate(-50%, -35%);
    left: 50%;
    top: 50%;
    position: fixed;
    height: 100%;
}
.mobile_menu_container .social_icons{
	display: none !important;
}
.mobile_menu_container .social_icons {
    position: fixed;
    bottom: -10rem;
    left: 5%;
}
.mobile_menu_container .social_icons {
    position: fixed;
    bottom: 10rem;
    left: 5%;
    opacity: 0;
    transition: all ease 0.3s;
}
.mobile_menu_container .social_icons.show{
	opacity: 1;
}
.mobile_menu_container .social_icons li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 1.5rem;
}
.mobile_menu_container .social_icons li a{
    font-family: 'Noto Sans';
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 3.7rem;
    color: #F1F1F1;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 2.5rem;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}
.mobile_menu_container .social_icons li a:before{
	display: none;
}
.mobile_menu_container .social_icons li a:hover{
	color: #8CC1D6;
}
.close_menu {
    float: right;
    margin-left: 0;
    vertical-align: middle;
    cursor: pointer;
    transition: all ease 0.3s;
    position: absolute;
    right: 2%;
    top: 54px;
    background-color: #fff;
    -webkit-mask-image: url(images/close.svg);
    mask-image: url(images/close.svg);
    background-size: contain;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    transform: scaleX(1.2) scaleY(1.2) !important;
    z-index: 999;
}
.site-branding {
    display: inline-block;
    width: auto;
    position: relative;
    font-size: 0;
    line-height: 0;
    float: left;
    z-index: 999999;
}
#right_site_navigation ul{
	text-align: center;
}
#right_site_navigation {
    position: absolute;
    top: 80px;
    right: 0;
    text-align: center;
    width: 50%;
    padding-left: 140px;
}
#masthead .site-title a {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    margin-top: 0;
    position: static;
}
#masthead .site-title a img {
    display: inline-block;
    width: 242px;
    height: auto;
    margin: 0;
}
.site-title {
    margin: 0 0;
    font-size: 0;
    line-height: 0;
}
#masthead.dark .main-navigation a {
    color: #fff;
}
#masthead.dark .main-navigation a:hover {
    border: 1px solid transparent;
    color: #97999B
}
#right_site_navigation.main-navigation a {
    padding: 1.1rem 3.2rem;
}
.menu-item-70 a,.menu-item-70 a:hover{ 
	border-color: #000 !important;
}
#masthead.dark .menu-item-70 a, #masthead.dark.menu-item-70 a:hover{ 
	border-color: #fff !important;
}

.section_home-main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 241, 179, 0.83)), to(rgba(255, 241, 179, 0.83))), url(images/blue-droplet.svg);
    background-image: linear-gradient(180deg, rgba(255, 241, 179, 0.83), rgba(255, 241, 179, 0.83)), url(images/blue-droplet.svg);
}
.border-wrap {
    position: relative;
    left: 0%;
    top: -155px;
    right: 0%;
    bottom: auto;
    height: 171px;
    background-image: url(images/footer_top.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    float: left;
    margin-bottom: -155px;
}
.site-footer {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: #EFEFF0;
}
.site-footer .container{
	text-align: center;
}
.footer_bg {
    background-image: url(images/bg_footer.png);
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: left center;
}


.footer_form_container{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.footer_form_container input{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-bottom: 22px;
    padding-left: 25px;
    border-radius: 20px;
    font-family: 'National webfont', sans-serif;
    color: #333;
    font-size: 16px;
}
.footer_form_container .frm_button_submit {
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 20px;
    background-color: #333;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'National webfont', sans-serif;
    font-size: 20px;
    border: none;
    color: #fFF;
    text-transform: none;
    letter-spacing: initial;
}
.footer_form_container .frm_button_submit:hover {
    background-color: #ef8b22;
}
.footer_form_container input::-webkit-input-placeholder {
  color: #333;
  letter-spacing: 0.5px;
}
.footer_form_container .frm_error {
    color: #FFF;
    margin: 0;
    display: inline-block;
    padding: 0;
    line-height: 10px;
    position: relative;
    top: -15px;
    margin-top: -13px;
}
.post, .page {
    margin: 0;
}
.site-footer h5 {
    margin-bottom: 2rem;
    font-family: "Gilroy";
    font-weight: 500;
    color: #0A2239;
    text-align: left;
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-top: 0;
    text-transform: none;
}
.footer_logo {
    display: inline-block;
    margin: 0 0 3rem;
    padding: 0;
}
.footer_logo img {
    display: inline-block;
    width: 100%;
    max-width: 682px;
}
.footer_left h5{
    font-size: 1.5rem;
    letter-spacing: 3.75px;
    font-family: "Noto Sans";
    line-height: 2rem;
    font-weight: bold;
    transition: all ease 0.3s;
}
.footer_left{
    line-height: 0;
}
.laso_partners {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.laso_partners li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    float: left;
    margin-bottom: 2rem;
    margin-right: 2rem;
}
.laso_partners li a{

}
.laso_partners li a img{

}
.contact_links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    line-height: 0;
}
.contact_links p{
    font-size: 1.4rem;
    letter-spacing: initial;
    font-family: "Noto Sans Medium";
    line-height: 1.4rem;
    font-weight: normal;
    text-transform: none;
    color: #170007;
    margin-bottom: 0rem;
    text-align: left;	
}
.contact_links li a{
    font-size: 1.4rem;
    letter-spacing: initial;
    font-family: "Noto Sans Medium";
    line-height: 1.4rem;
    font-weight: normal;
    text-transform: none;
    color: #170007;
    margin-bottom: 0rem;
    text-align: left;	
}
.contact_links li {
    margin-bottom: 1rem;
}
.site-footer .menus_container {
    display: inline-block;
    margin: 0;
    width: auto;
    vertical-align: top;
    padding: 0;
    margin-left: 0;
    z-index: 99;
    text-align: left;
    width: 49%;
}
.site-footer .menu {
    margin: 0 0 5rem;
    padding: 0;
}
.site-footer .menu li {
    display: inline-block;
    width: 100%;
}
.site-footer .menu li a {
    font-family: 'Noto Sans';
    color: #2D2D2D;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 500;
    transition: all ease 0.3s;
}
.site-footer .menu li a:hover{
    color: #669BBC;
}
.phone_link,.geo_link,.email_link{
    font-family: 'Noto Sans';
    color: #2D2D2D;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.phone_link{
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 35px;
    margin-bottom: 2rem;
    line-height: 2.3rem;
    padding-top: 1px;
    padding-bottom: 4px;
}
.geo_link {
    background-image: url(images/geo.png);
    background-repeat: no-repeat;
    background-size: auto 24px;
    padding-left: 35px;
    margin-bottom: 2rem;
    line-height: 2.3rem;
    background-position: 4px 0px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.email_link {
    background-image: url(images/email.png);
    background-repeat: no-repeat;
    background-size: 28px;
    padding-left: 35px;
    margin-bottom: 2rem;
    line-height: 2.3rem;
    background-position: 0px 3px;
}
.site-footer .contact_info{
    display: inline-block;
    margin: 0;
    width: auto;
    vertical-align: top;
    padding: 0;
    margin-left: 0;
    z-index: 99;
    text-align: left;
    width: 49%;
}
.site-info {
    display: inline-block;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.site-info p a{
    color: #CCCCCC;
    transition: all ease 0.3s;
}
.site-info p a:hover{
    color: #CCC;
}
.disclaimer {
    font-family: 'Noto Sans', sans-serif;
    color: #0A2239;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
}
.disclaimer a{
    font-family: 'Noto Sans', sans-serif;
    color: #0A2239;
    font-weight: bold;
}
.hr {
    height: 1px;
    margin-top: 6rem;
    margin-bottom: 3rem;
    background-color: #707070;
}
.footer-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#menu-footer-menu{
    margin: 0;
    padding: 0;
    margin-top: 34px;
}
#menu-footer-menu li {
    display: inline-block;
    margin: 0 20px;
}
#menu-footer-menu li a{
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'National webfont', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#menu-footer-menu li a:hover{
    color: #fbd603;
}
.site-footer .social_icons {
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0;
    margin-top: 30px;
}
.site-footer .social_icons li i {
    transition: all ease 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #191919;
}
.site-footer .social_icons li svg {
    transition: all ease 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #FFF;
}
.site-footer .social_icons li a.facebook_icon svg{
  font-size: 17px;
}
.site-footer .social_icons li a {
    border: none;
    margin: 0;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    text-align: left;
    background: #669BBC;
}
.site-footer .social_icons li a:hover{
	background: #0A2239;
}
.site-footer .social_icons li {
    margin: 0;
    display: inline-block;
    border: none;
    margin-right: 1.2rem;
}
#menu-footer-right-menu {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.footer_right .button {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
.site-info ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
    width: 180px;
}
.menu-footer-small-menu-container{
	display: inline-block;
}
.site-info nav{
	display: inline-block;
}
.site-info ul li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #CCCCCC;
    padding-right: 10px;
    width: auto;
    display: inline-block;
    line-height: 10px;
    vertical-align: top;
    padding-left: 10px;
    font-size: 12px;
}
.site-info li a{
	color: #CCCCCC;
	font-size: 1rem;
    font-family: "Noto Sans";
    font-weight: normal;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.site-info li a:hover{
	color: #fff;
}
.site-info p {
    color: #170007;
    font-size: 1rem;
    font-family: "Noto Sans";
    font-weight: normal;
    width: 100%;
    display: inherit;
    vertical-align: top;
    margin-left: 0;
    line-height: 1.5rem;
    margin-top: 1rem;
    letter-spacing: initial;
}
.button {
    display: inline-block;
    color: #0A2239;
    font-family: "Soleil";
    border: 2px solid #0A2239;
    width: auto;
    height: auto;
    font-size: 2rem;
    background: #FFF;
    transition: all ease 0.3s !important;
    letter-spacing: initial;
    border-radius: 0;
    box-shadow: 1rem 1rem 0px #0A2239;
    text-transform: none;
    font-weight: bold;
    line-height: 3rem;
    padding: 2rem 6rem 1.7rem;
    transition: all ease 0.3s;
    margin-right: 4rem;
    margin-left: 0rem;
}
.button:hover {
		display: inline-block;
    color: #F0F0F0;
    font-family: "Soleil";
    border: 2px solid #F0F0F0;
    width: auto;
    height: auto;
    font-size: 2rem;
    background: #0A2239;
    transition: all ease 0.3s !important;
    letter-spacing: initial;
    border-radius: 0;
    box-shadow: 1.25rem 1.25rem 0px #0A2239;
    text-transform: none;
    font-weight: bold;
    line-height: 3rem;
    padding: 2rem 6rem 1.7rem;
    transition: all ease 0.3s;
}
.button.small {
    font-size: 1.8rem;
    letter-spacing: 0.2px;
    box-shadow: 1rem 1rem 0px #0A2239;
    line-height: 2.2rem;
    padding: 1.7rem 6rem 1.3rem;
}
.button.small:hover {
}

a{
	text-decoration: none;
}
h1{
    font-size: 7rem;
    line-height: 7.3rem;
    color: #333;
	font-family: 'Noto Sans';
    font-weight: normal;
}
h2 {
    font-size: 5rem;
    text-align: left;
    font-weight: 900;
    margin: 0;
    line-height: 6.4rem;
    color: #0A2239;
    margin-bottom: 4rem;
    font-family: 'Soleil';
}
h3{
    font-size: 3.2rem;
    line-height: 3.5rem;
    color: #333;
	font-family: 'Noto Sans';
    font-weight: normal;
}
h4{
    font-size: 11rem;
    line-height: 12rem;
    color: #333;
	font-family: 'Noto Sans';
    font-weight: normal;
}
h5{
		font-size: 2rem;
    text-align: left;
    font-weight: 600;
    margin: 0;
    line-height: 2.7rem;
    color: #000000;
    margin-bottom: 2rem;
    font-family: 'Noto Sans';
}
h6{
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #333;
	font-family: 'Noto Sans';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: initial;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
    overflow: auto;
    padding: 100px 0 150px;
}
.lock-scroll {
    overflow: hidden;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
    overflow: hidden;
}
* {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body a.easy-notification-bar__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    text-decoration: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: none;
    border: 0;
    border-radius: 12rem;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
}
body a.easy-notification-bar__close:hover{
}
body a.easy-notification-bar__close svg{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #212322;
    fill: #212322;
}
body .easy-notification-bar-message {
    font-family: 'MONTSERRAT';
    font-size: 1.2rem;
    font-weight: 600;
    left: 0.95px;
    line-height: 1.5rem;
}
body .easy-notification-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
body #page{
	position: relative;
}

.bottom-border {
    background-image: url(images/splash-border.svg);
}
.bottom-border.flip {
    background-image: url(images/splash-border_blue.svg);
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.form_container form{
	margin-bottom: 0;
}
.desktop_header{
    display: inline-block;
}
.mobile_menu_container {
    width: 100%;
    background: #0A2239;
    z-index: 99999;
    position: absolute;
    transition: top ease 0.6s;
    opacity: 1;
    pointer-events: none;
    top: -1000px;
    text-align: center;
}
.mobile_menu_container .wave-bottom{
    bottom: -38px;
    top: initial;
}
.mobile_menu_container.active {
    width: 100%;
    height: auto;
    opacity: 1;
    pointer-events: initial;
    top: 100px;
    background: #0A2239;
    padding: 0px 0;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 200px !important;
}
.mobile_menu_container li{
	display: inline-block;
	width: 100%;
}
.mobile_menu_container li a {
    margin-top: 5px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    transition: all 200ms ease;
    /* font-family: 'Papercuts webfont', sans-serif; */
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    width: 50%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    clear: none;
    text-align: right;
}
.mobile_menu_container .container{
	max-width: 1250px;
}
.mobile_menu_container .mobile_menu_logo {
    display: inline-block;
    width: 264px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0rem 0 0;
    height: 120px;
    margin-top: 1rem;
}
.mobile_menu_container .mobile_menu_logo img{
    display: inline-block;
    width: auto;
    height: 120px;
}
@media (max-width: 1023px) {
.mobile_header{
    display: inline-block;
}
.desktop_header{
    display: none   
}
}
.hamburger {
    position: absolute;
    right: 6rem;
    top: 4rem;
    padding: 0;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}
.hamburger-inner:after {
    bottom: -14px;
}
.hamburger-inner:before {
    top: -14px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	width: 60px;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active { display: block; }
.resp-tab-content { border: 1px solid #c1c1c1; }
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content { border: none; }
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active { background: #DBDBDB !important; }
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active { display: block; }
h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; }
.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }
.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}
.resp-accordion-closed { display: none !important; }
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}
ul.category_list {
    margin: 0 auto 12rem;
    width: 100%;
    max-width: 700px;
    text-align: left;
}
ul.category_list li.cat-item {
    margin: 0 2rem 3rem;
    padding: 0;
    height: auto;
    display: inline-block;
    width: auto;
}
ul.category_list li.cat-item.current-cat a {
    color: #0A3E64;
}   
ul.category_list li.cat-item.current-cat a:before {
	background: #FCDCC7;
}
ul.category_list li.cat-item a {
    font-family: 'Noto Sans';
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.8rem;
    color: #CCCCCC;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent;
    padding: 5px 10px;
    z-index: 9;
}
ul.category_list li.cat-item a:hover {
    color: #0A3E64;
}   
ul.category_list li.cat-item a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    background: transparent;
    left: 0;
    bottom: -0.1rem;
    transition: all ease 0.3s;
    z-index: -1;
}
ul.category_list li.cat-item a:hover:before {
	background: #FCDCC7;
}
.wp-pagenavi {
	margin: 18rem 0;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .page {
    font-family: 'Noto Sans';
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4.5px;
    line-height: 5.5rem;
    color: #ffffff;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: #CCCCCC;
    padding: 0;
    z-index: 9;
    border: none !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0 1rem;
    padding-left: 5px;
}
.wp-pagenavi .current {
    font-family: 'Noto Sans';
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4.5px;
    line-height: 5.5rem;
    color: #0B1926;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: #CCC;
    padding: 0;
    z-index: 9;
    border: none !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0 1rem;
    padding-left: 5px;
}
.wp-pagenavi .previouspostslink {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    background: url(images/prev.png);
    width: 17px;
    height: 31px;
    font-size: 0;
    display: inline-block;
    margin: 0;
    background-position: center;
    vertical-align: middle;
    margin-right: 3rem;
    background-size: contain;
}
.wp-pagenavi .nextpostslink {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    background: url(images/next.png);
    width: 17px;
    height: 31px;
    font-size: 0;
    display: inline-block;
    margin: 0;
    background-position: center;
    vertical-align: middle;
    margin-left: 3rem;
    background-size: contain;
}
.wp-pagenavi .last{
    font-family: 'Noto Sans';
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.16px;
    line-height: 3.1rem;
    color: #CCCCCC;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent;
    padding: 5px 15px;
    z-index: 9;
    border: none !important;
    display: none !important;
}
.wp-pagenavi .first, .wp-pagenavi  .extend{
    display: none !important;
}
.extend{
    font-family: 'Noto Sans';
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.16px;
    line-height: 3.1rem;
    color: #CCCCCC;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent;
    padding: 5px 15px;
    z-index: 9;
    border: none !important;	
}
.extend:last-item{
	display: none;
}
#backtotop {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #CCCCCC;
    padding: 0;
    margin: 0;
    width: 81px;
    border: none;
    border-radius: 0;
    padding: 0;
    height: 54px;
    background: url(images/top.png);
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -2px;
    right: 5%;
    position: fixed;
    z-index: 999;
}
html {
    width: 100%;
    overflow-x: hidden;
}

body.page-template-default{
}


body.page-template-default .content-area{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
body.page-template-default .entry-title{
    margin-bottom: 30px;
    font-family: Papercuts, sans-serif;
    color: #333;
    font-size: 48px;
    line-height: 1;	
    text-align: center;
    text-transform: uppercase;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single{
    height: 38px !important;
    padding: 8px 22px !important;
    margin-bottom: 0px !important;
    line-height: 1.42857143 !important;
    vertical-align: middle;
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    padding-left: 25px;
    border-radius: 20px !important;
    font-family: 'National webfont', sans-serif !important;
    color: #333 !important;
    font-size: 16px !important;
}
.with_frm_style textarea{
    height: 200px !important;

}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{
    border-color: #3898EC !important;
    outline: 0 !important;
}
#form_contact-form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 12px !important;
}
.with_frm_style input[type=text]::-webkit-input-placeholder,
.with_frm_style input[type=password]::-webkit-input-placeholder, 
.with_frm_style input[type=email]::-webkit-input-placeholder, 
.with_frm_style input[type=number]::-webkit-input-placeholder, 
.with_frm_style input[type=url]::-webkit-input-placeholder, 
.with_frm_style input[type=tel]::-webkit-input-placeholder, 
.with_frm_style input[type=phone]::-webkit-input-placeholder, 
.with_frm_style input[type=search]::-webkit-input-placeholder, 
.with_frm_style select::-webkit-input-placeholder, 
.with_frm_style textarea::-webkit-input-placeholder {
  color: #333 !important;
  letter-spacing: 0.5px !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn{
    padding: 6px 45px  !important;
    border-radius: 20px !important;
    background-color: #333 !important;
    transition: all 200ms ease !important;
    font-family: 'National webfont', sans-serif !important;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: initial !important 
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    background-color: #ef8b22 !important;
    color: #FFF !important;
    border-color: #ef8b22 !important;
}

.frm_style_formidable-style.with_frm_style input::placeholder,.frm_style_formidable-style.with_frm_style textarea::placeholder {
  color: #333 !important;
  letter-spacing: 0.5px !important;
}

.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
  color: #333 !important;
  letter-spacing: 0.5px !important;
}

.frm_style_formidable-style.with_frm_style input::-moz-placeholder,.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
  color: #333 !important;
  letter-spacing: 0.5px !important;
    opacity: 1;
}

.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder {
  color: #333 !important;
  letter-spacing: 0.5px !important;
}

.frm_style_formidable-style.with_frm_style input:-moz-placeholder,.frm_style_formidable-style.with_frm_style textarea:-moz-placeholder {
  color: #333 !important;
  letter-spacing: 0.5px !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }





.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    100%   { transform: translate(0, -0px); }   
}


body.elementor-editor-active  header{
	display: none !important;
}
body.elementor-editor-active  footer{
	display: none !important;
}
body.elementor-editor-active #primary{
	margin: 5rem 0;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


@media (max-width: 1600px) {
	.container {
	    width: 90%;
	}	
html {
    font-size: 57.5%;
}
.laso_partners li a img {
    max-height: 100px !important;
}

}

@media (max-width: 1400px) {
html {
    font-size: 55.5%;
}
}

@media (max-width: 1230px) {
html {
    font-size: 52.5%;
}
#masthead .site-title a img {
    width: 200px;
}
#main_menu {
    width: calc(100% - 200px);
}
#main_menu ul li.menu_button a {
    margin-left: 1rem;
}
#menu-header-menu li a {
    margin-right: 3rem;
}
}


@media (max-width: 1023px) {
#menu-header-menu li a {
    margin-right: 2.4rem;
}
.site-footer {
    padding-top: 9rem;
    padding-bottom: 3rem;
}
.site-footer .one-half.column {
    width: 100%;
    text-align: center;
    margin: 0;
}
.site-footer .menus_container {
    text-align: center;
    width: 100%;
}
.site-footer .contact_info {
    width: 210px;
}
.site-footer h5 {
    text-align: center;
}
.laso_partners {
    text-align: center;
}
.laso_partners li {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 100%;
}
.laso_partners li a img {
    max-height: 70px !important;
}
.footer_logo img {
    max-width: 60%;
}
.laso_partners {
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-bottom: 5rem;
}
h2 {
    font-size: 4rem;
    text-align: left;
    line-height: 5.4rem;
    margin-bottom: 3rem;
}
}

@media (max-width: 990px) {
#main_menu{
	display: none;
}
.menu_button,.menu_button.is-active,.menu_button:hover,.menu_button:focus  {
    display: inline-block;
    position: absolute;
    top: 3.5rem;
    right: 0;
    z-index: 9999999999;
    border: 2px solid #FFF;
    width: 50px;
    height: 50px;
    padding: 11px 8px !important;
    background: #0A2239;
    opacity: 1 !important;
}

.menu_button.is-active{
    background: #669BBC;
    box-shadow: 1.25rem 1.25rem 0px #021426;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #FFF;
    opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF;
    opacity: 1;
}
.mobile_menu_container li a {
    width: 100%;
    clear: none;
    display: inline-block;
    margin: 0;
}
#header_menu {
    width: 100%;
}
.mobile_menu_container li.hovered{
}
.mobile_menu_container li.hovered a{
    background-color: #333;
    color: #fff;
}
.mobile_menu_container {
    padding: 0px 0 30px !important;
}
.button,.button:hover {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 1.8rem 3rem 1.4rem;
    margin-right: 3rem;
}
.button.small,.button.small:hover {
    font-size: 1.8rem;
    letter-spacing: 0.2px;
    box-shadow: 1rem 1rem 0px #669BBC;
    line-height: 2.2rem;
    padding: 1.7rem 6rem 1.3rem;
}
.mobile_menu_container.active {
    padding-top: 240px !important;
}
}
@media (max-width: 640px) {
#masthead {
    padding: 3rem 0;
}
.menu_button, .menu_button.is-active, .menu_button:hover, .menu_button:focus{
    top: 2.5rem;	
}
.mobile_menu_container.active {
    padding-top: 200px !important;
}
}

@media screen and (max-width: 479px){
#masthead .site-title a img {
    width: 160px;
}
.menu_button, .menu_button.is-active, .menu_button:hover, .menu_button:focus {
    top: 2.5rem;
}
.menu_button{
    transform: scale(.8);	
}
.mobile_menu_container.active {
    padding-top: 220px !important;
}
.mobile_menu_container li a {
    font-size: 18px;
}

}





