/*!
Theme Name: goldcrest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.30
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goldcrest
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.
goldcrest 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.
 */
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap&subset=greek-ext,latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway:500,700&display=swap&subset=latin-ext');*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	margin-bottom: -10px;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding-top: 0px;
	overflow-x: hidden;
}
/**
 * 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 {
	margin: 0 0 .5rem;
	font-size: 48px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 120% !important; /* 57.6px */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
/* 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;
	text-decoration: none;
}
/**
 * 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;
	color: #004162;
}
/**
 * 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;
}
textarea {
	min-height: 6em !important;
}
/**
 * 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;
}
ul {
	margin: 0px;
	padding: 0px;
}
/**
 * 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: #6d6e70;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1rem;
	font-family: 'Roboto', sans-serif;
	color: #6d6e70;
	font-weight: 400;
	z-index: 1;
	position: relative;
}
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: 1rem 0;
}


ul {
    list-style:disc;
    padding: 20px;
}

ol {
	list-style: decimal;
	padding: 20px;
}

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: #004162;
}

a:visited {
    color: #022239;
}

a:hover,
a:focus,
a:active {
	color: #B5A160;
}

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;
	height: 1em;
    display: flex;
    align-items: center;
}

.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-navigation .sub-menu, #top-menu .sub-menu {
    display: none;
}


#site-navigation li:hover > ul, #top-menu li:hover > ul {
    display: block;
}


#site-navigation .sub-menu {
    padding-top: 20px;
    background: #fff;
    left: 20px;
    margin:0px;
}

#site-navigation .sub-menu .menu-item {
 	background: white;
	padding: 5px 10px;
	height: auto;
}

#site-navigation .sub-menu li a {
	   color: #e0c575 !important;
   }


#site-navigation .sub-menu li{
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 20px;

}

#site-navigation  a span {
    position: relative;
    top: -3px;
    color: #e0c575;;
}




#page {
	margin-top: 3em;
}



.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, .archive, .single-post {
	margin: -10px 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.archive.author #page,
.archive.category #page
{
	margin-top: 0;
}

.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;
}


.container {
	/*width: 1080px;*/
	/*max-width: 90%;*/
	margin: 0 auto;
	position: relative;
}

.post .container {
/* 	max-width: 100%; */
}

.posts_guides {
	padding: 0em 3em;
}

@media (max-width: 600px) {
	.posts_guides {
		padding: 0px;
	}
}



.posts_guides  .guides > div {
	width: 340px;


}

.top-bar-outer {
	position: fixed;
	width: 100%;
 	z-index: 1000;

}

.top-bar-outer hr {
	margin: 0px;
}

.top-bar {

	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	align-items: center;
}

.top-bar #site-navigation li a {
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	color: white;
	line-height: 140%;
}

.top-bar #site-navigation .language-switcher a {
	color: #e0c575
}
.top-bar #site-navigation .language-switcher a:hover {
	color: white;
}

.top-bar #site-navigation li a:hover {

	color: #e0c575
}

.scrolled {
	background: #004162;
}

#masthead {
	margin-top: -3em;
	height: 60vh;
}
@media (max-width: 769px) {
	#masthead {
		min-height: 720px;
	}
}
@media screen and (max-width: 1080px) {
	#masthead {
		height: auto;
		max-height: 900px;
	}
}
@media (max-width: 1480px) {
	#masthead {
		height: 80vh;
	}
}


#primary-menu {
	float: right;
}



.site-branding img {
	width: 250px;
	max-width: 250px;
	height: auto;
}

.header-cta-container {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.header-cta-section {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	color: white;

}

.header-cta-section p {
	color: white;
}

.txt-center {
	text-align: center;
}

.txt-center-after:after {
margin: 0 auto;
}

.txt-center::after {
	margin: 20px auto;
}

.header-cta-section h2, .header-cta-section h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 48px !important;
	text-align: center;
	line-height: normal;
}

.header-cta-section h2:after, .header-cta-section h1:after, .page-title  h1:after, ._form-title:after {
	content: '';
	height: 0;
    display: block;
    margin-top: 20px;
    max-width: 25px;
	border: 2px solid white;
}


.section-header, .visual-editor h2, .post .entry-content h2, .text_image h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	color: #004162;
	margin-top: 0;
	font-weight: 700;
	line-height: 2.6rem;
}
#accordionFaq{
	margin-top: 40px;
}

#accordionFaq .accordion-item{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 1em;
	box-sizing: border-box;
}

.post .entry-content h3, .sc_card h3, .accordion-item h3, .visual-editor h3, .text_image h3 {
	font-family: 'Raleway', sans-serif;
	color: #b5a160;
	margin-top: 0;
	font-size: 33px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;

}

@media screen and (max-width: 1080px) {
	.post .entry-content h3, .sc_card h3, .accordion-item h3, .visual-editor h3, .text_image h3 {
		font-size: 23px;
		margin-bottom: 30px;
	}

	.post .entry-content h3 img,
	.sc_card h3 img,
	.accordion-item h3 img,
	.visual-editor h3 img,
	.text_image h3 img{
		display: block;
		float: left;
		margin: 0;
	}
}

.entry-content h3.accordion-header{
	padding: 0 12px !important;
	font-size: 1.3em!important;

}
h3.accordion-button{
	color: #0A1A23 !important;
}

h3.accordion-button:not(.collapsed){
	background: transparent !important;
	box-shadow: none !important;
}

#accordionFaq .accordion-item{
	box-shadow: none;
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 1em;
	box-sizing: border-box;
}

#accordionFaq .accordion-item h3,.sc_card h3{
	font-size: 1.3em !important;
	margin-bottom: 0;
}

.accordion-button::after {
	width: auto;
	height: auto;
	content: "+" !important;
	font-size: 40px;
	background-image: none !important;
	font-weight: 400;
	color: #004162;
	transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none !important;
	content: "-" !important;
	font-size: 48px;
	font-weight: 400;
	color: #004162;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}

.post .entry-content h4, .visual-editor h4 {
	font-family: 'Raleway', sans-serif;
	color: #2B617D;
	margin-top: 0;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.post .entry-content h5, .post .entry-content h6  {
	color: #004162;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.post .entry-content h6  {
	color: #004162;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}


.post .entry-content a, .post .entry-content a:visited, .post .entry-content a:hover {
	color: #004162;
}

.post .entry-content ul, .post .entry-content ol {
    padding-left: 1em;
    margin-bottom: 0.5em;
    font-family: 'Roboto', sans-serif;
    color: #6d6e70;
    font-weight: 400;
	position: relative;
	z-index: 1;
}



.post-meta {
	color: white;
	text-transform: uppercase;
	font-weight: 400;
}


.visual-editor h2:after, .post .entry-content h2:after {
	content: ' ';
    display: block;
    margin-top: 7px;
    max-width: 25px;
	border: 2px solid #b5a160;
}

.sm-gold-line:after {
	content: ' ';
    display: block;
    margin-top: 7px;
    max-width: 25px;
	border: 2px solid #b5a160;
}
.buttons-container {
	display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: 3em;
    align-items: center;
}

.buttons-container .button_gold {
	margin-right: 1em;
}

.buttons-container .button_white {
	margin-left: 1em;
}

.buttons-container a {
	text-decoration: none;
}
.button {
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
	max-width: 300px;
	display: inline-block;

}

header .button {
	min-width: 160px;

}

.button_gold {
	background: #e0c575;
	color: white;
}
.button_gold2 {
	background: #b49631;
	color: white;
}
.button_gold3 {
	background: #E0C575;
	color: #00324B;
	border-radius: 5px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.button_white {
	background: white;
	color: #e0c575;
}

.button_blue {
	background: #004162;
	color: #e0c575;
}

.text_image {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #6d6e70;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 2em;
}

.text_image>div {
    width: 50%;
}

.text_image>div:last-child {
    padding-left: 2.5%;
}



.blurbs, .steps {
	display: flex;
    justify-content: center;

    flex-wrap: wrap;
}

.blurbs .blurb {
	max-width: 19%;

	padding: 15px;
}

.blurb_type_3_container .blurb{
	display: flex;
	flex-direction: column;
	width: 32% ;
	max-width: 32%;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0 0 0;
}


.blurb_type_3_section-decsription {
	margin-bottom: 2em;
}


.steps {
	margin-top: 2em;
}

.steps .row-2 {
	margin-top: 2em;
	margin: 0 auto;
}

.steps .step {
	max-width: 24%;
	display: flex;

}

.step .arrow {
	display: flex;
	height: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.step .number {
	min-width: 1.2em;
}

.step .step-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step .number {
	color: #004162;
	font-size: 1.1em;
}

.step .blurb-text {
	margin-top: 0px;
}

.blurb .sm-gold-line:after, .step  .sm-gold-line:after {

    max-width: 15px !important;
    border: 1px solid #b5a160 !important;
}

.step .blurb-header {
	margin-bottom: 0px;
}

.step-content img {
	height: 6em;
	width: auto;
}
.arrow img {
	width: 1.2em;
    height: 2em;
    max-width: 1.2em;

}

.arrow-1 {
	visibility: hidden;
}


.blurb-header {
	font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    color: #004162;
}

.blurb span {
font-size: 14px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}

.blurbs-type-2 .blurb {
	min-width: 24%;
	border: 1px solid #d5d6d7;
	border-radius: 4px;
	padding: 2em 0.5em;

}

.blurbs-type-2 .sm-gold-line:after {
	max-width: 15px;
    border: 1px solid #b5a160;
}

.blurbs-type-2 .in-row-2 {
	margin-top: 1em !important;
	margin: 0 auto;
}

.space {
	margin-bottom: 34.528px !important;
	margin-top: 2em;
	margin-bottom: 2em;
}


.block-image {
    width: 100%;
    display: flex;
}

.block-image-center {
    justify-content: center;
}

.tiles {
	width: 100%;
	min-height: 400px;
	display: flex;
}

.tiles > div {
	width: 50%;
	background-size: cover;
}

.site-footer {
  background-color: #f4f4f4;
   margin:0 0 -30px 0;
}

.site-footer .widgets {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.site-footer .menu ul{
	list-style: none;
}

.site-footer .social {

}

.site-footer .social ul{
	list-style: none;
}

.site-footer .social img {
	width: 16px;
	height: 16px;
}

.footer-copyright{
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #004162;
}

.footer-declaration{
	color: #CCC;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}


footer .menu .separator {
	color: #004162;
	margin: 0px 15px;
}

.site-footer .menu a {
	text-decoration: none;
	color: #004162;
}

.site-footer .menu a:hover {
	color: #6d6e70;
}

.copyright-container {
	color: #004162;
	font-weight: 400;
	margin-top: 1.8em;
}


#footer-whatsapp {
    background-color: #e0c575;
    display: flex;
    align-items: center;
    padding: 30px;
    min-width:300px;
    margin-left:0px;
}

#footer-whatsapp a {
    color: #fff;
    display: flex;
    align-items:center;
}

#footer-whatsapp span {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
    margin-left:20px
}

.copyright-container p {
    margin: 0;
    padding: 0 0 10px;
}

.guides-outer  {
	margin-bottom: 2em;
}

.guides-outer > p{
	margin-bottom: 2em;
}



.guides {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -30px;
}


@media (max-width: 1080px) {
	.guides {
		justify-content: center;
	}

	.guides > div {
		margin: 10px;
	}
}

.guides > div {
	 width: 340px;
	 background-size: cover;
	 border-radius: 5px;
	 padding: 30px;
	 margin-top: 30px;
}

.guides .guide {
	background-color: rgba(1, 42, 63, 0.9);
	padding: 30px;
	text-align: center;
	color: white;
	height: 100%;
	font-family: 'Roboto', sans-serif ;
	font-size: 1.3em;


}

.guide h5 {
	font-family: 'Roboto', sans-serif ;
	font-weight: 500;
	padding: 1em 0px;
}

.related-articles .related-articles__title{
	font-family: 'Roboto', sans-serif ;
	font-weight: 500;
	padding: 1em 0;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-size: 1.25rem;
	display: block;
}

.guide a, .read-more{
	color: #b5a160;
	text-decoration: none !important;
	font-size: 0.7em;

}

.tiles .left {
	min-height: 400px;
	display: flex;
	align-items: center;
}

.tiles .left-container {
	padding: 5em;
	text-align: center;
}

.tiles .left-container p {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	color: white;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

.form-block {
	min-height: 500px;
	width: 100%;
	display: flex;
}

.form-block > div {
	width: 50%;
}
.form-block .left {
	background-size: cover;
}
.form-block .right, .pum-container {
	background: #013552 !important;
}

.exit_intent .pum-container {
	background: #e0c575 !important;
}


.pum-theme-157 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close, .pum-theme-157 .pum-content + .pum-close:hover, .pum-theme-default-theme .pum-content + .pum-close:hover {
	top: 0.5em;
	right: 0.5em;
	font-size: 12px !important;
	line-height: 12px !important;
	background: none !important;
}



.form-block .right form {
	background: #013552 !important;
	color: white !important;
	padding: 3em 2em;

}


.contact-us {
	display: flex;
	justify-content: space-between;
	margin-top: -4em;
	margin-bottom: 4em;
}

.contact-us .right {
	background: #013552 !important;
	color: white !important;
	padding: 3em 2em;
}

.contact-us > div {
	width: 50%;
}

.contact-us .left {
	padding-top: 6em;
	padding-right: 4em;
}

.form-block ._row, .pum ._row, .contact-us  ._row, .pum ._row {
	display: flex;
	align-items: center;
	margin-right: 1em;


}

._row label {
	display: block !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-left: 0.5em;
	font-size: 0.7em;

}

input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #e0c575;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

._field48, ._field58 {
	display: flex;
	margin: 0.5em 0px;
}

.field8 {
	margin-bottom: 1em;
}


._form-title {
	color: white !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 2em !important;
	text-transform: none !important;
	margin-bottom: 1em;
	font-weight: 700;
}

._form-content ._field-wrapper input, ._form-content ._field-wrapper textarea {
	border-radius: 0px !important;
	margin: 0.25em 0px;
	min-height: 4em;
	width: 100%;
}

.form-block input, div[class^=_form] input, div[class^=_form] textarea, .form-block textarea, div[class^=_form] select, .form-block select, div[class^=_form] input:focus, .form-block input:focus, .form-block textarea:focus, div[class^=_form] textarea:focus, .form-block select:focus, div[class^=_form] select:focus {
	color: #6d6e70;
	font-size: 0.7em;
}

._button-wrapper button {
	width: 100%;
	font-size: 0.7em;
	background-color: #e0c575;
	color: white;
	text-transform: uppercase;
	border-radius: 0px;
	border: 0px solid;
	padding: 1em 0px;
	min-height: 4em;
}

.form-block .right form label, ._marketing-by, .pum label{
	font-size: 1em;
	margin-top: 10px;
}

._field48 label {
	display: flex;
}

._form-label {
	margin-top: 10px;
	font-size: 1em;
}

.form-block fieldset label{
	margin-top: 0;

}

.form-block select{
	width: 100%;
	min-height: 45px;
}


.grey-padding {
	width: 100%;
    background: #f4f4f4;
	padding: 0.3em 1.5em 1em 1.5em;
	margin-top: 50px;
	margin-bottom: 25px;
}

.page-title-container {
	width: 100%;
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1480px) {
	.page-title-container {
		height: 80vh;
		max-height: 80vh;
	}
}

.page-title-container .page-title {
	max-width: 700px;

}


.page-title h1 {
	color: white;
}

.social-mobile {
	display: none;
}

.company_name {
	font-weight: bolder;
}


.swiper-button-next, .swiper-button-prev {
	display: none !important;
}

.image-block-mobile {
	display: none;
}
.post-content .form-block .form-container{
	position: relative;
	z-index: 1;
}


@media (min-width: 1080px) {
	/*.tiles .left-container {*/
	/*	margin-left: calc((100vw - 1080px)/2);*/
	/*}*/

	.form-block .form-container {
		margin-right: calc((100vw - 1080px)/2);
	}

	.post-content .tiles .left-container {
		margin-left: 30px !important;
	}

	.post-content .form-block .form-container {
		margin-right: 0 !important;
	}
}

@media (min-width: 1400px) {
	/*.tiles .left-container {*/
	/*	margin-left: calc((100vw - 1260px)/2);*/
	/*}*/

	.form-block .form-container {
		margin-right: calc((100vw - 1260px)/2);
	}
}

.loop-item-container {
	display: flex;
	margin: 1em 0px;
}

.loop-item-container .text {
	padding-left: 1em;
}

.swiper-container .text p {
	color: #e0c575;
    margin-bottom: 0;
}

.loop-item-container h2 {
	margin-top: 0px;
	color: #004162;
	font-family: 'Roboto', sans-serif;
}

.loop-item-container h2 a {

	color: #004162;

}

.archive-container {
	margin-top: 2em;
	margin-bottom: 2em;
}

.thumbnail {
	min-width: 350px;
	height: 350px;
	border-radius: 2px;
	background-size: cover;
	background-position: center;
	    border-radius: 7px;

}

.the-team {
	display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	  margin-top: 2em;
	  margin-bottom: 2em;
}

.the-team > div, .team-member {
	max-width: 30%;
	display: flex;
	flex-direction: column;
	margin: 2em auto 2em auto;
	text-decoration: none;
}

.team-member img {
	border-radius: 4px;
}

.the-team .title{

  color: #6d6e70;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem !important;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
}
.the-team .name{
  color: #b5a160;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0px;
  margin: 0px;
  margin-top: 1em;
}

.flip_cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flip_cards .flip-card {
	max-width: 32%;
	margin: 0 auto 32px auto;
}

.flip-card {
	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
	border-radius: 4px;

  }

  .flip-card-front img {
	max-height: 100PX;
    max-width: 100px;
  }

  .flip-card .blurb-header {
	  font-family: 'Roboto', sans-serif;
	  color: #004162;
	  font-weight: 500;
	  font-size: 1rem;

  }

  .flip-card .more {

	max-width: 50px;
  }

  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
	border-radius: 4px;
  }

  .flip-card:hover .flip-card-inner {
	transform: rotateY(-180deg);
  }

  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 20px;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #e0c575;
	box-shadow: 0 4px 8px 0 rgba(0, 0,
0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  }

  .flip-card-front {

	color: #004162;

	display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: center;

  }

  .flip-card-back {
	background-color: #e0c575;
	padding: 20px;
	transform: rotateY(-180deg);
	border-radius: 4px;
  }

  .flip-card-back  span {
	  color: white;
  }

  .two-buttons {
	  width: 100%;
	  height: 500px;
	  margin: 2em 0px 0px 0px;
	  background-color: #aaa;
	  background-blend-mode: multiply;
  }


  .tablepress {
	  margin: 2em 0px;
  }

  .tablepress td {
	vertical-align: middle !important;

  }
  .tablepress, .tablepress td {
	  border: 1px solid #edeeee !important;
  }
  .tablepress .column-1 {
	color: #b5a160;
	padding-left: 1.5em !important;
}

td {
	color: #6d6e70;
}

  .tablepress thead .row-1 td {
	  height: 4em;
	  color: #004162 !important;
	  font-family: 'Robot', sans-serif;
	  text-transform: uppercase;

  }


  .tablepress thead .row-1 .column-1 {
	color: #004162  ;



}



@media screen and (max-width: 768px) {
	.footer-column {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.site-footer .widgets {
		flex-direction: column;
	}
	.footer-list{
		flex-direction: column;
	}

	.nav-menu li {
	border-bottom:1px solid #eee;
	padding:20px;
	width:100%;
	}

	.nav-menu li:hover {
	background:#CCC;
	}

	.nav-menu li a {
	color:#FFF;
	text-decoration:none;
	width:100%;
	}
	.blurb_type_2_container .blurb {
		max-width: 45%;
	}

	.home .blurb {
		width: 50%;
		max-width: 50%;
	}
	.swiper-button-next, .swiper-button-prev {
		display: flex !important;
	}

	.top-bar-outer {
		top: 40px;
	}


	}



	@media (max-width: 1480px) {
		.hero-page {
			height: 80vh;
		}
		.teal {
			height: 150px;
		}
	}



	@media (max-width: 1280px) {
		.hero-page {
			height: 80vh;
		}

		.hero .ac-form {
			padding: 20px;
			color: white;
			margin-bottom: -100px;
			max-width: 30vw;
			margin-top: 0px;
		}
		.teal {
			height: 80px;
		}

		.ancillary {
			flex-direction: column;
			margin-bottom: 4em;
		}
		.ancillary .image-container .stack-top {
			position: relative;
			top: 20px;
			left: -160px;
		}

		.ancillary div {
			width: 90%;
		}

		.image-block-mobile  {
			display: inline;
		}

		.image-block-desktop {
			display: none;
		}
	}



	@media (max-width: 1080px) {
		.menu-item {
			text-align: center;
		}
		.tiles  {
			display: flex;
			flex-direction: column-reverse;
		}

		.form-block {
			display: flex;
		flex-direction: column;
	}

	.page-title-container {
		padding: 1em;
	}

	.space {
		margin-top: 1em !important;
		margin-bottom: 0px !important;
	}

	.contact-us {
		flex-direction: column-reverse;
	}

	.contact-us > div {
		width: 100%;
	}

	.contact-us .left {
		padding: 0px;
		padding-top: 1em;
	}

	.site-branding img {
		width: 300px;
		max-width: 60vw;
	}



		.tiles > div, .form-block  > div {
			width: 100%;
			padding: 2em;
		}

		.tiles .right, .form-block .left {
			min-height: 400px;
		}

		.site-footer .menu ul {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;

		}




		.hero .ac-form {
			display: none;
		}

		.hero {
			height: auto;
		}

		.hero .text {
			max-width: 90%;
		}
		.hero-page {
			height: 80vh;
		}
		.teal {
			height: 130px;
		}

		.guides {

			height: auto;

		}
		.guides > div {
			max-width: 45%;
			margin-bottom: 2em;
		}

		.commitment-home  {
			flex-direction: column;
		}

		.commitment-home div {
			width: 90%;
		}

		.carousel .container {
			width: 100% !important;
			max-width: 100% !important;

		}



		.review {
			margin-top: 2em;
			padding: 10px !important;

		}

		.commitment-home-container {
			clip-path: none;
			margin-bottom: 4em;
			padding: 0em;

		}

		.patricia {
			padding-right: 0em;
		}

		.ceo {
			max-width: 40%;
		}


		.footer-widgets, .as-seen {
			flex-wrap: wrap;

		}





		.footer-widgets div, .as-seen div {
			width: 50%;
		}

		.social {
			padding-bottom: 1em;
		}
		.copyright-outer p {
			padding-top: 10px;
		}

		.text_image {
			flex-direction: column;
			justify-content: center;
			flex-wrap: wrap;

		}

		.text-container {
			padding-bottom: 2em;
			text-align: center;
		}

		.image-container {
			text-align: center;
		}

		.text-container h2 {
			max-width: 100%;
		}

		.text-container h2:after {
			margin: 20px auto;
		}

		.text_image > div {
			width: 100%;
		}

		.map-section .map {
			padding-top: 20px;
		}

		.map-section .text {

			text-align: center;
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.map-section .text h2:after {
			margin: 20px auto;
		}

		.separator-container {
			display: none;
		}

		.blurbs {
			justify-content: center;
			flex-direction: column;
		}

		.blurb {
			margin-bottom: 1em;
			padding: 10px;
		}

		.blurb_type_2_container .blurb {
			max-width: 45%;
		}

		.flip_cards .flip-card {
			max-width: 30%;
		}

	}



	@media (max-width: 769px) {
		.top-menu-outer-container {
			display: none;
		}



		 .optimists, .services {
			flex-direction: column;
		}

		.optimists-outer, .commitment-page-container, .map-section-container {

			clip-path: polygon(0 0,100% 5%,100% 100%,0 95%) !important;
		}

		.commitment-page-container .commitment {
			flex-direction: column;
		}

		.commitment>div {
			width: 100%;
		}

		.commitment-page>div {
			padding-bottom: 0px;

		}

		.commitment-page .wrapper {
			padding-bottom: 100px;

		}

		.commitment-page .ac-form {
			padding: 0px;
		}

		.optimists > div, .services > div {
			width: 90%;
			position: static;

		}

		.services > div {
			margin-bottom: 1em;
		}


		#popout .menu-header-container {
			display: flex;
			flex-direction: column;
			width: 100%;
		}

		#popout ul {
			flex-direction: column;
			align-items: center;
			width: 100%;
		}

		#popout ul span {
			display: none;
		}

		#popout .sub-menu a {
			font-size: 0.8em;
			color: #013552;
		}

		#toggle img {
			height: 24px;
		}

		.main-menu-container {
			display: none !important;
		}

		.hero-page .text {
			max-width: 90%;
			margin: 0 auto;
		}

		.hero-page .ac-form {
			display: none;
		}

		.hero-page h1 {
			font-size: 2rem;
			line-height: 2rem;
		}

		.hero-page {
		 min-height: 600px;
		}

		.countries .country {
			max-width: 100%;

			margin-bottom: 20px;
		}

		.teal {
			height: 120px;
		}

		.guides {
			justify-content: center;
		}

		.guides > div {
			max-width: 90%;
			margin-bottom: 2em;
		}


		.flip_cards .flip-card {
			max-width: 100% !important;
			width: 100% !important;
		}

		.map-section {
			flex-direction: column;
		}


		.blurbs-type-1 .blurb {
			width: 100% !important;
			max-width: 100% !important;
		}
		.footer-logo-outer {

			clip-path: polygon(0 0,100% 35%,100% 100%,0 100%);

			margin-top: 50px;
		}

		.blurbs-type-1 .blurb {
			max-width: 100% !important;
		}

		.blurbs-type-1 .separator {
			display: none;
		}
		.text_image_cta-text {
			max-width: 100%;
		}

		.usps .usp {
			max-width: 100%;
		}

		.menu-item {
			text-align: center;
		}

		.the-loop .post {
			max-width: 100%;
		}

		.the-team>div {
			max-width: 50%;
			padding: 10px;
		}

		.flags {
			height: auto;
		}

		.image-block-mobile  {
			display: inline;
		}

		.image-block-desktop {
			display: none;
		}

		.menu-main-container, .menu-menu-1-container {
			padding: 1em;
		}

		.menu-main-container ul, .menu-menu-1-container ul {
			list-style-type: none;
		}

		.menu-main-container ul a, .menu-main-container ul a:visited, .menu-main-container ul a, .menu-menu-1-container ul a, .menu-menu-1-container ul a:visited {
			color: #b5a160;
		}

		.menu-main-container li > ul, .menu-menu-1-container li > ul {
			margin-left: 0px;
		}

		.menu-main-container .sub-menu a, .menu-menu-1-container .sub-menu a {
			color: #013552;
		}

		.menu-main-container .language-switcher {
			display: none;
		}
		.loop-item-container {
			flex-direction: column;
		}
		.steps .step {
			max-width: 90%;
		}

		.steps .arrow  {
			display: none;
		}
		.steps .row-2 {
			margin: 0px;
		}

		.top-bar-outer {
			border-bottom: 1px solid white;
		}

		.header-cta-container {
			padding: 0px 25px;
		}

		.header-cta-section h1 {
			font-weight: 600;
			font-size: 1.7em;
		}

		.page-title .txt-center-after  {
			font-size: 36px !important;

		}

		.header-cta-section p {
			font-weight: 500;
		}

		.text-container {
			text-align: left !important;
		}

		.text_image>div:last-child {
			padding-left: 0px;
		}

		.tiles .left-container {
			padding-right: 0px;
		}

		.social-desktop {
			display: none;
		}

		.copyright-container {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;
		}

		.copyright-container p {
			font-size: 0.8em;
		}

		.social-mobile {
			display: block;
			padding-bottom: 0px;
			padding-left: 1em;
		}

		.site-footer .menu ul {
			justify-content: center;
		}

		.swiper-container {
			max-height: 70vh !important;
		}

		.map-section {
			display: none;
		}

		.swiper-slide .text {
			position: static !important;
			max-width: 400px;
			max-width: 90% !important;
			height: 100%;

		}

		.slider_sub-header {
			display: none;
		}

		.slider_country-description {
			font-size: 17px;
		}







	}

	@media (max-width: 500px) {
		.post .entry-content {
			padding: 1em;
		}
	}





	.hidden {
		width: 17px;
		height: auto;
		visibility: hidden;
	}

	.hidden-sub-header {
		visibility: hidden;
	}

	@media (max-width: 700px ) {

		.hidden-sub-header {
			display: none;
		}
	}

	.pum-theme-7582 .pum-container, .pum-theme-enterprise-blue .pum-container {
		padding: 0px !important;
	}




	.blurb_type_2_container .blurb-header {
		color: #1955a6 !important;
		font-size: 1rem !important;
	}

	@media (max-height:839px) and (min-width: 700px) {
		.hero, .hero-page {
			min-height: 100px;
		}
	}

	@media (max-height:839px) and (min-width: 700px) {
		.home .hero, .hero-page {
			min-height: 700px;
		}
	}

	@media (max-width: 400px) {
		.main-menu-outer-container .container {
			max-width: 100%;
		}

		.buttons-container {
			display: flex;
    		flex-direction: column;
		}

		.site-footer .social {
			min-width: 100px;
		}

		.text-container ul {
			padding-left: 1em;
		}

		.blurb_type_3_container .blurb, .blurbs-type-2 .blurb {
			max-width: 45%;
			width: 45%;
		}


	}

.read-more-articles {

    display: flex;
    justify-content: center;
}


#header-mobile-whatsapp {
	display: none;
}

@media (max-width: 900px) {
	#header-mobile-whatsapp {
		position: fixed;
		display: block;
		background-color: #e0c575;
		justify-content: center;
		height: 40px;
		width: 100%;
		display: flex;
		align-items: center;
		color: white;
		text-transform: uppercase;
		z-index: 100;
	}

	#header-mobile-whatsapp a {
		color: white;
		display: flex;
		align-items: center;
	}

	#header-mobile-whatsapp img {
		margin-right: 10px;
	}

	#footer-whatsapp {
		display: none;
	}
}

.post .entry-content .text_image,.visual-editor img, .image-container img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.entry-content {
margin-top: 0;
background: #fff;
padding-top: 1em;
padding-bottom: 3em;
width: 100%;
max-width: 100%;
}

/*.visual-editor h2:after {*/
/*	display: none;*/
/*}*/

.footer-logo{
	margin-bottom: 50px;
}
.footer-column p{
	margin-bottom: 10px;
}
.footer-column p, .footer-column p a,.footer-column ul a{
	color: #004162;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 200%; /* 28px */
	text-transform: uppercase;
	text-decoration: none;
}

.footer-infos p{
	margin-bottom: 30px;
}

.footer-whatsapp a{
	background: #004162;
	color: #E0C575;
	width: 100%;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 33px */
	margin-bottom: 30px;
}

.footer-whatsapp a:hover{
	color: #E0C575;
}

.footer-whatsapp a img{
	vertical-align: sub;
}

.footer-list{
	padding: 0 !important;
}

.footer-list-secondary {
margin: 0;
    font-weight: 200;
	padding: 0 0 1em;
	font-size: 0.8em;
}

.pum-title, .pum-content {    padding: 35px !important;
}

._button-wrapper button {
margin-top:15px !important;
}

.pum-content popmake-content {
box-shadow: rgb(0 0 0 / 60%) 0px 5px 15px;

}

.pum-container .pum-content+.pum-close { color:#fff !important}

._form-fieldset {

    border: 0 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
}

._row _checkbox-radio {

    float: left !important;
    padding-bottom: 5px  !important;
    padding-top: 5px  !important;
}

#popmake-163{
    top: 1170.7px;
    right: 58px;
    min-width: 300px;
    max-width: 100%;
    left: 4739.03px;
    width: 391px !important;
    opacity: 1;
    display: block;
}

.pagination-map {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    top: 2px;
    width: 100% !important;
}


.pagination-menu {
       font-weight: 500;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0 !important;
      margin-right: 76px;
    /* border-left: solid 1px!important; */
    width: 11px! important;
/*     left: 80% !important; */
}




@media only screen and (max-width: 480px) {

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    display: none !important;
}

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    display: none !important;
}

.pagination-menu {
    display:none !important
}

	pagination-menu:before {
    display:none !important
}


	.pagination-map {
  display:none !important
}
}


@media only screen and (max-width: 600px) {

	.exit-intent-container {
    display: block !important;
}
.exit-intent-container .left {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    display: none !important;
}
.pagination-menu {
    display:none !important
}

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    display: none !important;
}


	pagination-menu:before {
 display:none !important
}


	.pagination-map {
  display:none !important
}
}









@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    display: none !important;
}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 10px;
    right: auto;
    display: none !important;
}

	.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 58% !important;
    transform: translate3d(0px,-50%,0);
}


	.pagination-map {
        left: calc((100vw - 724px)/2) !important;
    background-image: url(https://portugalbuyersagent.com/wp-content/themes/goldcrest/images/map.png);
    height: 95%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 30%;
}


	.swiper-slide .text {

    position: relative !important;
    right: calc((100vw - 1080px)/-2 - 500px);
    max-width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    width: 288px;

}


	.pagination-menu {
    font-weight: 500;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 223px;
}


}


@media only screen and (width:768px) and (resolution: 163dpi) {
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 58% !important;
    transform: translate3d(0px,-50%,0);
}


	.pagination-map {
        left: calc((100vw - 724px)/2) !important;
    background-image: url(https://portugalbuyersagent.com/wp-content/themes/goldcrest/images/map.png);
    height: 95%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 30%;
}


	.swiper-slide .text {

    position: relative;
    right: calc((100vw - 1080px)/-2 - 500px);
    max-width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    width: 288px;

}


	.pagination-menu {
    font-weight: 500;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 223px;
}
}

.maindiv {
    right: 1%;
    bottom: 1%;
    /* display: flex; */
    z-index: 99999;
    /* position: fixed; */
    transition: all 250ms ease-in-out 0s;
    /* visibility: hidden; */
    flex-direction: column-reverse;
}

.txt {
    position: fixed;
    bottom: 6px;
    color: white;
    padding: 5px 15px;
    z-index: 1;
    font-size: 12px;
    transform: translateY(-50%);
        background: #e0c575;
    box-shadow: none;
    text-align: end;
    transition: all 0.2s ease-out 0s;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
    right: 65px;
    opacity: 1 !important;
    visibility: visible !important;
}

.btnbutt {
    width: 56px !important;
    height: 56px !important;
    right: 6px !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 0px !important;
    pointer-events: unset !important;
    /* color: rgb(255, 255, 255); */
    width: 42px;
    cursor: pointer;
    margin: 0px auto 10px;
    display: block;
    position: fixed;
    bottom: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 6px 1px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    background-size: cover;
    text-decoration: none;
    background-color: #E0C575;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none !important;
    max-width: none !important;
    border-color: transparent !important;
	z-index:1 !important
}

.modV {
    background-color: #0A4262 !important;
    box-shadow: 0px 10px 25px 4px rgb(2 2 2 / 50%) !important;
    position: fixed !important;
    /* top: 93px; */
    /* left: 518px; */

    width: auto !important;

    height: auto;
    border-radius: 0px;
    right: 43px;
    bottom: 60px;
}

@media screen and (max-width: 599px){
	.modV {
		right: 0 !important;
		bottom: 0!important;
		width: 100vw!important;
		height: 100vh!important;
	}

	.modV ._form_3{
		overflow: scroll;
		max-height: 95vh;
	}

	.modV ._form_3::-webkit-scrollbar {
		display: none;
	}
}
#staticBackdrop{
	z-index: 9999999;
}

.modal-body {
    padding-left: 23px !important;
    padding-top: 1px !important;
    padding-bottom: 19px !important;
}

.btncl {
	padding: 2px;
    float: right !important;
    position: absolute !important;
    height: 28px !important;
    width: 28px !important;
    left: auto !important;
    right: 8px !important;
    bottom: auto !important;
    top: 8px !important;
    color: #ffffff !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    border: 1px none #ffffff !important;
    border-radius: 42px !important;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 23%) !important;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%) !important;
    background-color: rgba( 49, 91, 124, 1.00 ) !important;
	    z-index: 1;
}

._form-content {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

._form-title {
    font-size: 2rem !important;
    line-height: 3rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	color:white
}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
    right: 0!important;
    display: none !important;
}

#_form_3_submit{
	background:#e0c575 !important
}


#_form_62F0DDD6DA062_ ._submit {


}


#_form_62F0E2CA3FA02_ ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background:#e0c575 !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px !important;
}


button.rmp_menu_trigger {
    overflow: hidden;
    outline: none;
    border: 0;
    display: none;
    margin: 0;
    transition: transform .5s,background-color .5s;
    padding: 0;
}

._row label {
    display: inline-block !important;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-left: 0.5em;
    font-size: .7em;
}



@media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
}


.read-more-articles{
	text-decoration:none !important
}

.guides .guide {
    background-color: rgba(1,42,63,.9);
    padding: 30px;
    text-align: center;
    color: #fff;
    height: 100%;
    font-family: 'Roboto',sans-serif;
    font-size: 1.3em;
    overflow: hidden !important;
}


@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
}


.guide a:hover {
    color: white !important;

}

.postid-4012 .cta-inner-container img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
}


.post-container{
	display: flex;
	column-gap: 20px;
	flex-direction: row;
	justify-content: center;
}

.post-content {
	margin-top: 20px;
}

.post-content h2{
	padding-top: 120px  !important;
	margin-top: -90px !important;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.post-content p{
	z-index: 1;
	position: relative;
}

.table-of-contents {
	position: relative;
}

.table-of-contents div{
	position: fixed;
	/* Chrome (asshole) */
	position: sticky;
	/* Firefox */
	top: 7em;
	background: #F5F5F5 0 0 no-repeat padding-box;
	border-radius: 30px;
	padding: 25px 25px 50px;
	margin: 40px 0 0;
}

.table-of-contents p {
	line-height: 18px;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	letter-spacing: 0.4px;
	color: #004162;
}

.table-of-contents p:after {
	content: ' ';
	display: block;
	margin-top: 4px;
	max-width: 8px;
	border: 1px solid #b5a160;
}

/* TOC part */

.table-of-contents svg {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	display: none;
	stroke: #b5a160;
	transform: translateY(-50%);
}

.toc-reading svg {
	display: block;
}

.table-of-contents ul {
	width: 257px;
	counter-reset: articles;
	margin: 40px 0 0 0;
	padding: 0;
	max-height: 81vh;
	overflow-y: auto;
	transition: all 0.2s ease-out 0s;
}

/* width */
.table-of-contents ul::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.table-of-contents ul::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.table-of-contents ul::-webkit-scrollbar-thumb {
	background: #e8e8e8;
}

/* Handle on hover */
.table-of-contents ul::-webkit-scrollbar-thumb:hover {
	background: #c2c2c2;
}

.table-of-contents li {
	counter-increment: articles;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 40px;
}

.table-of-contents li + li {
	margin-top: 10px;
}

.table-of-contents a {
	display: block;
	padding: 0 10px 0 52px;
	position: relative;
	text-decoration: none;
	color: #808080;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Roboto;
	letter-spacing: 0.3px;
}

a.toc-reading,
a.toc-already-read.toc-reading {
	color: #b5a160;
	opacity: 1;
}

a.toc-already-read {
	opacity: 0.4;
}

.table-of-contents a:before {
	content: counter(articles, decimal);
	position: absolute;
	bottom: auto;
	left: 0;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	transform: translateY(-50%);
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #d9d9d9 inset;
	color: #4d4d4d;
	padding-left: 1px;
	padding-top: 1px;
}
.table-of-contents a:hover{
	color: #b5a160
}

.related-articles-section-header{
	text-align: center;
	display: inherit;
}


.cta-block-style-6, .cta-block-style-7 {
	border-radius: 20px;
	border: 1px solid #004162;
}

.cta-block-style-7 > div {
	width: 50%;
}

.cta-block-style-7 .blue {
	min-height: 12em;
}

.cta-block-style-7 .white p {
	font-size: 1.8em !important;
}

/******/
.cta-block-style-1 {
	margin: 1em auto;
	background: #007AC1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em;
	color: white;
	width: 1080px;
	max-width: 90%;
}


.cta-block p {
	color: white;
	font-size: 1.2em !important;
	margin: 0px 0px;
}


.cta-block-style-2 {
	background: #00B4C5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em;
	color: white;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}


.cta-block-style-3 {
	margin: 1em 0px;
	background: #007AC1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em;
	color: white;
	min-height: 10em;
}

.cta-block-style-4 {
	margin: 1em 0px;
	background: #007AC1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em;
	color: white;
	min-height: 10em;
}

.cta-block-style-4 strong{
	color: white;
}

.cta-block-style-3 .container, .cta-block-style-4 .container {
	display: flex;
	justify-content: space-between;
}

.cta-block-style-7 {
	margin: 0 0 1em;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: white;
	min-height: 10em;


}
.cta-block-style-7 > div {
	width: 50%;
}

.cta-block-style-7 .blue {
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.cta-block-style-7 .white {
	padding: 2em;
}


.cta-block-style-7 .white p {
	color:  #004162;
	font-size: 1.8em !important;
}

.cta-block-style-7 .white .button {
	margin-top: 1em;
}


@media screen and (max-width: 600px){
	.cta-block-style-7, .cta-block-style-6 {
		flex-direction: column !important;
	}

	.cta-block-style-7 .blue, .cta-block-style-7 .white, .cta-block-style-6 .blue, .cta-block-style-6 .white {
		width: 100% !important;
	}
	.cta-block-style-7 .white, .cta-block-style-6 .white {
		text-align: center !important;
	}
	.cta-block-style-7 .button, .cta-block-style-6 .button {
		padding: 10px 15px !important;
	}
}

@media screen and (max-width: 768px) {
	.post-container{
		flex-direction: column;
	}

	.container .container{
		margin: 0 !important;
		max-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.table-of-contents {
		display: none;
	}

	.table-of-contents div{
		padding-bottom: 25px;
	}

	.table-of-contents p{
		font-size: 22px;
		font-weight: 500;
	}

	.table-of-contents p:after {
		content: ' ';
		display: block;
		margin-top: 4px;
		max-width: 10px;
		border: 1px solid #b5a160;
	}

	.table-of-contents ul{
		width: 100%;
	}
	.table-of-contents a {
		font-size: 14px;
	}

	.rmp-menu-item-link span{
		display: none;
	}

}


#author-page__header{
	background: #004162;
	background: -moz-linear-gradient(180deg, #004162 0%, #004162 42%, #F6F6F6 42%);
	background: -webkit-linear-gradient(180deg, #004162 0%, #004162 62%, #F6F6F6 62%);
	background: linear-gradient(180deg, #004162 0%, #004162 62%, #F6F6F6 62%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007ac1",endColorstr="#ffffff",GradientType=1);
	height: 566px;
	margin-bottom: 60px;
	padding-top: 100px;
}

.author-page__header__content{
	display: flex;
	flex-direction: row;
	height: 100%;
	gap: 32px;
}

.author-page__header__content__image img{
	display: block;
	margin: 30px 0;
	background: #004162;
	border-radius: 10px;
	max-width: 400px;
}

.author-page__header__content__text h1 {
	font-size: 2.9rem;
	margin: 0.6em 20px 20px 0;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	line-height: normal;
	vertical-align: middle !important;
}

.author-page__header__content__text h1:after, .author-page__latest-title:after{
	content: ' ';
	display: block;
	margin-top: 7px;
	max-width: 20px;
	border: 3px solid #e0c575;
}

.author-page__header__content-upper{
	height: 240px;
	margin-bottom: 20px;
}

.author-page__header__content__text p{
	color: #808080;
	font-family: Roboto, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}

.author-page__header__content-upper p{
	color: #FFF;
	font-size: 18px;
}

.author-page__header-about{
	margin-top: 5px;
}

.author-page__header__content__text h2{
	color: #004162;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 48px */
}
.author-page__header-social{
	display: flex;
	gap: 7px;
}

.author-page__header-social img{
	border-radius: 3px;
	background: #004162;
}

.author-page__latest-title{
	color: #004162;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 48px */
}
.archive .the-loop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4em;
}
.archive .the-loop .post, .archive .the-loop .loop-item-container {
	max-width: 30%;
	border-radius: 20px;
	border: 1px solid #004162;
	margin-bottom: 54px;
}

.archive .the-loop a {
	text-decoration: none;
}

.archive .the-loop .thumbnail-container, .archive #ajax-load-more .thumbnail{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-size: cover !important;
	height: 220px
}
.archive .the-loop .alm-listing:after{
	content:unset !important;
}
.archive .the-loop .loop-item-container{
	display: block;
}

.archive .the-loop .text {
	padding: 20px;
}

.archive .the-loop h5, .archive .entry-title a {
	color: #004162;
	font-weight: 600;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	min-height: 72px;
}

.archive .post p {
	font-family: roboto, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400;
	color: gray;
}

.archive .button,.archive button,.archive .alm-load-more-btn, .archive .read-more {
	background-color: #e0c575 !important;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	border: 0 solid #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: .9rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.author-page__header__content{
		flex-direction: column;
	}

	.author-page__header__content__image{
		display: none;
	}

}

#breadcrumbs {
	margin-top: 1em;
	font-style: italic;
	border-bottom: lightgrey 1px solid;
	padding-bottom: 1em;
}

.visual-editor h2{
	margin-bottom: 34px !important;
}

.slider2{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.slider2__wrapper{
	display: flex;
	width: 100%;
	overflow: hidden;
	gap: 20px;
}



.slider2__slide{
	flex: 0 0 32%;
	padding: 30px;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 16px;
}

.slider2__slide a{
	text-decoration: none;
}

.slider2__slide h3{
	font-family: Roboto, sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: #CACDD1 !important;
	text-transform: uppercase;
}

.slider2__slide p{
	font-family: Raleway, sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #E0C575;
}

.slider2__nav__prev, .slider2__nav__next{
	background: white;
	color: #004162;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider2__nav{
	position: absolute;
	height: 420px;
	top: calc(50% - 20px);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	font-weight: 700;
	cursor: pointer;
}

.slider2 .section-header{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	.slider2__wrapper{
		flex-direction: column;
	}

	.slider2__slide{
		flex: 0 0 512px;
	}
}

.post .entry-content h2:after{
	margin-top: 20px;
}


#infinite-carousel {
    margin-bottom: 60px;
}

.infinite-carousel {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.infinite-carousel__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
	margin-bottom: 40px;
}

.infinite-carousel__wrapper.gray {
    background: #EDEDED;
}

@media screen and (min-width: 767px) {

    .infinite-carousel::before, .infinite-carousel::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

	.infinite-carousel__wrapper.gray .infinite-carousel::before, .infinite-carousel__wrapper.gray .infinite-carousel::after{
		background: linear-gradient(to right, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
	}
}

.infinite-carousel::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.infinite-carousel::before {
    left: 0;
    top: 0;
}

.infinite-carousel:hover .infinite-carousel__slide-track {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.infinite-carousel__slide {
    height: 100px;
    width: 250px;
    margin: 0 10px;
}

.infinite-carousel__slide-link {
    height: 100px;
    width: 250px;
    display: block;
}

.infinite-carousel__slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.mortgage-calculator *{
	font-family: Roboto, sans-serif;
}

.mortgage-calculator__wrapper{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.mortgage-calculator__panel{
	border-radius: 20px;
	border: 1px solid #CACDD1;
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mortgage-calculator__panel .input-group{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.mortgage-calculator__group{
	margin-bottom: 50px;
}

.mortgage-calculator__group:last-child {
	margin-bottom: 0;
}

.mortgage-calculator__group label {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 50px;
}

.mortgage-calculator .input-group > label{
	flex: 0 0 41%;
}
.mortgage-calculator .input-group > div,
.mortgage-calculator .input-group > input,
.mortgage-calculator .input-group > select
{
	flex: 1;
}


#mortgage-calculator__modal input[type="text"],
#mortgage-calculator__modal input[type="email"],
.mortgage-calculator input[type="text"],
.mortgage-calculator input[type="number"],
.mortgage-calculator select{
	background-color: #EDEDED;
	border: none;
	padding: 16px;
	height: 50px;
	font-size: 16px;
	color: #004162;
	text-align: center;
}

#mortgage-calculator__modal input[type="text"],
#mortgage-calculator__modal input[type="email"]{
	text-align: left;
}

.mortgage-calculator .form-control-range{
	width: 100%;
	margin-bottom: 10px;
}

.mortgage-amount__label{
	line-height: 50px;
}

.mortgage-calculator input[type="range"] {
	width: 100%;
	-webkit-appearance: none;
	margin-right: 15px;
	height: 7px;
	background: #EDEDED;
	border-radius: 5px;
	background-image: linear-gradient(#004162, #004162);
	background-size: var(--percent) 100%;
	background-repeat: no-repeat;
	border: none;
}

[dir="rtl"] .mortgage-calculator input[type="range"] {
	background: #004162;
	background-image: linear-gradient(#EDEDED, #EDEDED);
	background-size: 30% 100%;
	background-repeat: no-repeat;
}

/* Input Thumb */
.mortgage-calculator input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: white;
	border: 2px solid #004162;
	cursor: ew-resize;
	box-shadow: 0 0 2px 0 #555;
	transition: background .3s ease-in-out;
}

.mortgage-calculator input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #004162;
	cursor: ew-resize;
	box-shadow: 0 0 2px 0 #555;
	transition: background .3s ease-in-out;
}

.mortgage-calculator input[type="range"]::-ms-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #004162;
	cursor: ew-resize;
	box-shadow: 0 0 2px 0 #555;
	transition: background .3s ease-in-out;
}

.mortgage-calculator input[type="range"]::-webkit-slider-thumb:hover {
	background: #E0C575;
}

.mortgage-calculator input[type="range"]::-moz-range-thumb:hover {
	background: #E0C575;
}

.mortgage-calculator input[type="range"]::-ms-thumb:hover {
	background: #E0C575;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

input[type=range]::-moz-range-track {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.mortgage-calculator input[type="range"]::-ms-track {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}
.mortgage-calculator__alert, .mortgage-calculator__warning{
	margin-top: 20px;
	border: 0;
	background: #EDF6FF;
	padding: 10px 20px;
	font-family: Roboto, sans-serif;
	font-size: 13px;
}

.mortgage-calculator__warning{
	background: #e0c575;
}

.input-group__right{
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.input-group__right label{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.mortgage-interest-input__wrapper{
	position: relative;
}

.mortgage-interest-input{
	width: 167px;
}

.mortgage-interest-input__buttons{
	display: flex;
	justify-content: space-between;
	height: 0;
	margin-top: -47px;
}

.mortgage-interest-input__buttons button{
	background: transparent;
	border: none;
}

.mortgage-calculator__button{
	background: #004162;
	color: white;
	width: 100%;
	border: none;
	font-weight: 500;
	padding: 10px 20px;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	cursor: pointer;
	height: 64px;
	text-transform: uppercase;
}

.mortgage-calculator__radio{
	margin-right: 10px;
	position: relative;
}
.mortgage-calculator__radio::after{
	width: 18px !important;
	height: 18px !important;
	top: 15px !important;
	left: -3px !important;
	border: 1px solid #CACDD1 !important;
	background-color: white !important;
	content: '●' !important;
	position: absolute !important;
	line-height: 13px;
	text-align: center;
	color: white;
	font-size: 21px;
}

.mortgage-calculator__radio:checked::after{
	color: #004162 !important;
}
.mortgage-calculator__info-interest{
	display: inline;
	position: relative;
}
.mortgage-calculator__info-interest:hover::after{
/*.mortgage-calculator__info-interest::after{*/
	content: var(--content);
	position: absolute;
	width: 260px;
	padding: 20px;
	background: white;
	box-shadow: 0 2px 12px 0 #0000001F;
	line-height: 16px;
	font-size: 13px;
	z-index: 2;
	border-radius: 10px;
	left: 0;
	top: 20px;
	border: 1px solid #CACDD1;
}

#mortgage-calculator__modal .modal-dialog{
	max-width: 900px;
}

#mortgage-calculator__modal .modal-content{
	padding: 40px;
	border-radius: 20px;
}

#mortgage-calculator__modal .close{
	background: white;
	border: none;
	font-size: 30px;
	float: right;
	padding: 0;
	margin-bottom: 20px;
}

#mortgage-calculator__modal h5{
	font-size: 33px;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	margin-bottom: 40px;
}

#mortgage-calculator__modal .form-group{
	margin-bottom: 10px;
}

#mortgage-calculator__modal .form-group label,
#mortgage-calculator__modal .form-group p
{
	font-size: 16px;
	color: #004162;
	margin-bottom: 10px;
}

#mortgage-calculator__modal .btn-primary{
	background: #004162;
	margin-top: 40px;
	line-height: 24px;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	padding: 12px 24px;
}

#mortgage-calculator__modal .mortgage-calculator__radio::after{
	top: -1px !important;
}

#mortgage-calculator__modal .input-radio__label{
	margin-right: 10px;
}

.mortgage-calculator__result-blue{
	background: #004162;
	color: white;
	padding: 40px 30px !important;
	border-radius: 30px;
	margin-bottom: 20px;
}

.mortgage-calculator__result-gray{
	background: #EDEDED;
	color: #004162;
	padding: 40px 30px !important;
	border-radius: 30px;
	margin-bottom: 20px;
}

.mortgage-calculator__result{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #80879C;
	font-family: Roboto, sans-serif;
}

.mortgage-calculator__result:last-child{
	border-bottom: 1px solid #80879C;
}


.mortgage-calculator__result-name,
.mortgage-calculator__result-value{
	font-size: 16px;
	line-height: 24px;
	padding: 16px 5px;
}

.mortgage-calculator__result-value{
	font-weight: 700;
}

.table-header .mortgage-calculator__result-name,
.table-header .mortgage-calculator__result-value{
	font-size: 24px;
	line-height: 36px;
}

.mortgage-calculator__result.gray{
	background: #CACDD1;
	font-weight: 700;
}

.graph-color{
	width: 16px;
	height: 16px;
	background: var(--color);
	margin: 0 5px;
	display: inline-block;
}

.mortgage-calculator__graph{
	padding: 20px 0;
}

.mortgage-calculator__costs-graph{
	height: 40px;
	width: 100%;
	background: rgb(180,150,49);
	background: -moz-linear-gradient(90deg, rgba(180,150,49,1) var(--percent), rgba(224,197,117,1) var(--percent));
	background: -webkit-linear-gradient(90deg, rgba(180,150,49,1) var(--percent), rgba(224,197,117,1) var(--percent));
	background: linear-gradient(90deg, rgba(180,150,49,1) var(--percent), rgba(224,197,117,1) var(--percent));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b49631",endColorstr="#e0c575",GradientType=1);
	margin-bottom: 5px;
}

.mortgage-calculator__mortgage-graph{
	height: 40px;
	width: 100%;
	background: rgb(8,104,153);
	background: -moz-linear-gradient(90deg, rgba(8,104,153,1) var(--amount-percent), rgba(1,82,124,1) var(--amount-percent), rgba(1,82,124,1) var(--interest-percent), rgba(0,50,75,1) var(--interest-percent));
	background: -webkit-linear-gradient(90deg, rgba(8,104,153,1) var(--amount-percent), rgba(1,82,124,1) var(--amount-percent), rgba(1,82,124,1) var(--interest-percent), rgba(0,50,75,1) var(--interest-percent));
	background: linear-gradient(90deg, rgba(8,104,153,1) var(--amount-percent), rgba(1,82,124,1) var(--amount-percent), rgba(1,82,124,1) var(--interest-percent), rgba(0,50,75,1) var(--interest-percent));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#086899",endColorstr="#00324b",GradientType=1);
}

.mortgage-calculator__graph-desc{
	display: flex;
	margin-top: 10px;
}

.mortgage-calculator__graph-desc div{
	text-align: center;
	font-size: 13px;
	color: #80879C;
}

@media screen and (max-width: 1199px){
	.mortgage-calculator__wrapper{
		flex-direction: column;
	}

	.mortgage-calculator .input-group{
		flex-direction: column;
	}

	.mortgage-calculator__group{
		margin-bottom: 15px;
	}
}

/*Google Fonts*/

* {
	margin: 0;
	padding: 0;
}


#property-calculator {
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	padding-top: 70px;
	padding-bottom: 20px;
	color: #808080;
}

#property-calculator h3 {
	font-family: 'Raleway', sans-serif;
	color: #004162;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 24px;
}

#property-calculator h4 {
	font-family: 'Raleway', sans-serif;
	color: #004162;
	font-weight: 500;
	font-size: 23px;
	line-height: 28px;
	padding-bottom: 32px;
}

#property-calculator label {
	font-size: 14px;
	color: #3D414D;
	line-height: 21px;
	margin-bottom: 8px;
}

#property-calculator .select, #property-calculator .input {
	padding: 16px;
	height: 56px;
	border-radius: 8px;
	background-color: #EDEDED;
	border-color: white;
}

#property-calculator .is-invalid{
	border-color: #dc3545 !important;
}

#property-calculator .select select{
	border: 0 none;
	background: none;
	width: 100%;
	font-size: 14px;
	color: #80879C;
	line-height: 21px;
	height: 25px;
}

#property-calculator .select option{
	padding: 10px;
}


#property-calculator h3.table {
	color: #b2b2b2;
}

#property-calculator .imt-subitile {
	font-size: 16px;
	color: #212529;
	line-height: 1.834;
}

#property-calculator .radio-title {
	font-size: 12px;
	color: #808080;
	line-height: 1.129;
}

#property-calculator input#intl_property_price {
	font-size: 13.543px;
	line-height: 1.262;
	border-color: white;
	border-radius: 9px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1rem;
}

#property-calculator .results {
	font-size: 13.543px;
	line-height: 1.262;
	border-radius: 9px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: right;
}

#property-calculator button#calculate_property {
	font-size: 16px;
	font-family: "Roboto";
	color: #04354E;
	line-height: 1.857;
	background-color: #e0c575;
	border-color: #e0c575;
	padding: 5px 40px;
	border-radius: 9px;
	font-weight: 500;

}

#property-calculator button#calculate_property:hover {
	background-color: #fff;
	color: #000;
}

#property-calculator button#clear {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #CACDD1;
	line-height: 1.857;
	background-color: #fff;
	border-color: #CACDD1;
	padding: 5px 40px;
	border-radius: 9px;
	width: 180px;

}

#property-calculator .imt-note {
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	color: rgb(128, 128, 128);
	font-style: italic;
	line-height: 1.754;
	padding-top: 31px;
}

#property-calculator hr {
	border-top: 2px solid rgba(0, 0, 0, .1);
}

#property-calculator .result-sub-title {
	font-size: 14px;
	line-height: 32px;
}

#property-calculator .result-sub-title.blue {
	color: #e0c575;
	text-transform: uppercase;
}

#property-calculator .text-1 {
	font-size: 16px;
	color: #3D414D;
	line-height: 24px;
	padding-bottom: 60px;
}

#property-calculator .text-2 {
	font-size: 10px;
	color: rgb(128, 128, 128);
	font-style: italic;
	line-height: 1.754;
}

#property-calculator table {
	font-size: 9px;
	color: rgb(128, 128, 128);
}

#property-calculator .table .thead-dark th {
	color: white;
	background-color: #004162;
	border-color: #e5e5e5;
	vertical-align: middle;
	font-family: Roboto, sans-serif;
	font-weight: 400;
}

#property-calculator .table td, #property-calculator .table th {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;

}

#property-calculator .table tr:last-child{
	border-bottom: 1px solid #dee2e6;
}

#property-calculator h3.sim-results {
	padding-bottom: 30px;
}

#property-calculator .stamp-duty {
	padding-top: 7px;
	padding-bottom: 7px;
}

#property-calculator .total-tax {
	padding-bottom: 7px;
}

#property-calculator .input-hidden {
	position: absolute;
	left: -9999px;
}

#property-calculator .form-group {
	margin-bottom: 1rem !important;
}

#button-continental {
	background-image: url('../img/continent-selected.png');
	background-size: cover;
	border: none;
	width: 164px;
	height: 136px;
	border-radius: 12px;
}

#button-continental:hover {
	background-image: url(../img/continent-hover.png) !important;
	background-size: cover;
}

#button-continental:active {
	background-image: url(../img/continent-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-continental:focus {
	background-image: url(../img/continent-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-island {
	background-image: url(../img/island-normal.png);
	background-size: cover;
	border: none;
	width: 164px;
	height: 136px;
	border-radius: 12px;
}

#button-island:hover {
	background-image: url(../img/island-hover.png) !important;
	background-size: cover;
}

#button-island:active {
	background-image: url(../img/island-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-island:focus {
	background-image: url(../img/island-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

#button-own {
	background-image: url('../img/own-selected.png');
	background-size: cover;
	border: none;
	width: 101px;
	height: 98px;
	border-radius: 10px;
}

#button-own:hover {
	background-image: url(../img/own-hover.png) !important;
	background-size: cover;
}

#button-own:active {
	background-image: url(../img/own-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-own:focus {
	background-image: url(../img/own-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

#button-second {
	background-image: url(../img/second-normal.png);
	background-size: cover;
	border: none;
	width: 101px;
	height: 98px;
	border-radius: 10px;
}

#button-second:hover {
	background-image: url(../img/second-hover.png) !important;
	background-size: cover;
}

#button-second:active {
	background-image: url(../img/second-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-second:focus {
	background-image: url(../img/second-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

#button-rustic {
	background-image: url(../img/rustic-normal.png);
	background-size: cover;
	border: none;
	width: 101px;
	height: 98px;
	border-radius: 10px;
}

#button-rustic:hover {
	background-image: url(../img/rustic-hover.png) !important;
	background-size: cover;
}

#button-rustic:active {
	background-image: url(../img/rustic-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-rustic:focus {
	background-image: url(../img/rustic-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

#button-own-1 {
	background-image: url('../img/own-selected.png');
	background-size: cover;
	border: none;
	width: 101px;
	height: 98px;
	border-radius: 10px;
}

#button-own-1:hover {
	background-image: url(../img/own-hover.png) !important;
	background-size: cover;
}

#button-own-1:active {
	background-image: url(../img/own-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-own-1:focus {
	background-image: url(../img/own-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

#button-second-1 {
	background-image: url(../img/second-normal.png);
	background-size: cover;
	border: none;
	width: 101px;
	height: 98px;
	border-radius: 10px;
}

#button-second-1:hover {
	background-image: url(../img/second-hover.png) !important;
	background-size: cover !important;
}

#button-second-1:active {
	background-image: url(../img/second-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-second-1:focus {
	background-image: url(../img/second-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

#button-rustic-1 {
	background-image: url(../img/rustic-normal.png);
	background-size: cover;
	border: none;
	width: 101px;
	height: 98px;
	border-radius: 10px;
}

#button-rustic-1:hover {
	background-image: url(../img/rustic-hover.png) !important;
	background-size: cover !important;
}

#button-rustic-1:active {
	background-image: url(../img/rustic-selected.png);
	background-size: cover;
	border: 0px solid white;
}

#button-rustic-1:focus {
	background-image: url(../img/rustic-selected.png);
	background-size: cover;
	border: 0px solid white !important;
}

/* CSS to design */

#property-calculator #button-continental {
	margin-left: -20px;
}

#property-calculator #button-island {
	margin-left: -27px;
}

#property-calculator #continent-location-label {
	margin-left: -20px !important;
}

#property-calculator #button-island-label {
	margin-left: 16px;
}

#property-calculator #button-own, #property-calculator #button-own-1 {
	margin-left: -20px;
}

#property-calculator #button-second, #property-calculator #button-second-1 {
	margin-left: -23px;
}

#property-calculator #button-rustic, #property-calculator #button-rustic-1 {
	margin-left: -23px;
}

#property-calculator #button-own-label, #property-calculator #button-own-1-label {
	margin-left: -17px;
}

#property-calculator #button-second-label, #property-calculator #button-second-1-label {
	margin-left: -28px;
}

#property-calculator #button-rustic-label, #property-calculator #button-rustic-1-label {
	margin-left: -25px;
}

#simulation-data-box, .corresponding-table{
	border: 1px solid #CACDD1;
	border-radius: 30px;
	padding: 30px;
	width: calc(50% - 16px);
	margin-right: 16px;
}

#simulation-result-box{
	border-radius: 30px;
	padding: 30px;
	width: calc(50% - 16px);
	background: #004162;
	color: #fff;
	margin-left: 16px !important;
}

#simulation-result-box h4{
	color: #fff;
}

#simulation-result-box label{
	color: #fff;
}

#simulation-result-box .form-group.row{
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #80879C;
}

#simulation-result-box .form-group.row:first-of-type{
	border-top: 1px solid #80879C;
}

#simulation-result-box .form-group.row:last-child{
	border-bottom: 0;
	padding: 0;
}

.corresponding-table{
	margin-top: 32px;
	width: 100% !important;
	margin-right: auto;
}

/* Mobile */
@media (max-width: 475px) {

	#property-calculator #mobile_1, #property-calculator #mobile_2 {
		width: 50%;
	}

	#property-calculator #mobile_3, #property-calculator #mobile_4, #property-calculator #mobile_5, #property-calculator #mobile_6, #property-calculator #mobile_7, #property-calculator #mobile_8 {
		width: 33.333333%;
	}

	#property-calculator .imt-subitile, #property-calculator .imt-note {
		padding-top: 0px !important;
	}

	#property-calculator #button-island-label {
		margin-left: -29px;
	}

	#property-calculator hr {
		margin-top: -16px;
	}

	#property-calculator h3.sim-results {
		padding-bottom: 10px;
		margin-top: -17px;
	}

	#property-calculator #mobile_10, #property-calculator #mobile_11, #property-calculator #mobile_13 {
		width: 60%;
	}

	#property-calculator #mobile_9, #property-calculator #mobile_12, #property-calculator #mobile_14 {
		width: 40%;
	}


}

@media screen and (max-width: 767px){
	#simulation-data-box, #simulation-result-box {
		width: 100%;
		margin: 10px !important;
	}

	#property-calculator button{
		width: 45% !important;
	}
}

title{
	display: block !important;
}
