/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

/*
@font-face {
	font-family: "interstate";
	src: url("../fonts/interstate-webfont.woff2") format("woff2"), url("../fonts/interstate-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
  font-family: "interstate-regular";
  src: url("../fonts/interstate-regular-webfont.eot");
  src: url("../fonts/interstate-regular-webfont.svg#svgFontName") format("svg"),
  	   url("../fonts/interstate-regular-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/interstate-regular-webfont.woff") format("woff"),
       url("../fonts/interstate-regular-webfont.ttf") format("truetype");
       
 }

.popup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "interstate-regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0;
	color: inherit;
	line-height: 1.2;
}

h1,
.h1 {
	position: relative;
	display: inline-block;
	font-size: 4vw;
	font-weight: 500;
	padding: 3.7% 0 2.5% 4.4%;
	margin-bottom: .15%;
	color: #007ac9;
}

h1:after,
.h1:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 2px;
	background: #007ac9;
}

h2,
.h2 {
	font-size: 2.8vw;
	color: #fff;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.8vw;
}

a {
	color: #007ac9;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #003d56;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.btn {
	position: absolute;
	font-size: 1.7vw;
	line-height: 1.4;
	color: #fff;
	border: .2vw solid #fff;
	border-radius: 1.1vw;
	background: #0078cc;
	text-decoration: none;
	box-shadow: 0 0 .5vw 0 rgba(0, 0, 0, .2);
	cursor: pointer;
	padding: .2vw 2.3vw .4vw;
	-webkit-transition: background .3s;
	transition: background .3s;
	text-align: center;
}

.btn:hover,
.btn:focus {
	background: #003d56;
	color: #fff;
}

.btn-open1 {
	top: 22.7%;
	left: 51.1%;
}

.btn-open2 {
	top: 70.8%;
	left: 20.8%;
	background: #005172;
}

.btn-open3 {
	top: 30.3%;
	left: 20.8%;
	background: #e17000;
}

.btn-open4 {
	background: #58a618;
	text-align: center;
	top: 79.1%;
	left: 49.6%;
	min-width: 14.9vw;
}

.btn-open6 {
	background: #355d3a;
	text-align: center;
	top: 69.1%;
    right: 6%;
    min-width: 14.9vw;
    line-height: 1.1em;
    padding: 7px 0 11px;
}

.close {
	position: relative;
	display: block;
	margin-left: auto;
	width: 11%;
	line-height: 3.3vw;
	text-indent: -9999px;
	border: .2vw solid #fff;
	border-radius: 50%;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.close:before,
.close:after {
	content: "";
	position: absolute;
	left: 49.6%;
	top: 50%;
	width: 70%;
	height: 20%;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: background .3s;
	transition: background .3s;
}

.close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.close:hover {
	border-color: #003d56;
}

.close:hover:before,
.close:hover:after {
	background: #003d56;
}

.popup-holder:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .75);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.popup-holder.popup-active:after {
	opacity: 1;
	visibility: visible;
}

.popup {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 39.9%;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 1.5vh;
	overflow: hidden;
	z-index: 3;
	max-height: 100vh;
	overflow-y: auto;
	box-shadow: 0 0 10px 1px black;
}

.popup .text-holder {
	padding: 1.9vw 3vw 2.7vw 2.1vw;
}

.popup1 {
	top: 2.8%;
	left: 9.6%;
}

.popup2 {
	top: 8.2%;
	left: 53%;
}

.popup2 .popup-header {
	background: #005172;
}

.popup3 {
	top: 15.7%;
	left: 37%;
}

.popup3 .popup-header {
	background: #e17000;
}

.popup4 {
	top: 9%;
	left: 15%;
}

.popup4 .popup-header {
	background: #58a618;
}

.popup5 {
	width: 60%;
	font-size: 4vw;
	line-height: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup5 h2,
.popup5 .h2 {
	font-size: 5vw;
}

.popup5 .close {
	line-height: 5.3vw;
}

.popup6 {
	top: 15%;
    left: 28%;
}

.popup6 .popup-header {
	background: #355d3a;
}


.popup-header {
	font-size: 1.5vw;
	padding: 4% 5% 3.4% 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #007ac9;
}

.popup-active .popup,
.popup-active
.popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-active .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-image {
	position: absolute;
	top: 18.3%;
	left: 9.5%;
	width: 40.3%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3);
	z-index: 2;
	-webkit-transition: z-index .3s, visibility .3s, opacity .5s, -webkit-transform .3s;
	transition: z-index .3s, visibility .3s, opacity .5s, -webkit-transform .3s;
	transition: z-index .3s, visibility .3s, transform .3s, opacity .5s;
	transition: z-index .3s, visibility .3s, transform .3s, opacity .5s, -webkit-transform .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.popup-image1 {
	top: 15%;
	right: 4.7%;
	left: auto;
	width: 36.3%;
}

.popup-image2 {
	top: 51.5%;
	left: 8.3%;
	width: 43.4%;
}

.popup-image3 {
	top: 17%;
	left: 2.2%;
	width: 31.2%;
}

.popup-image4 {
	top: 61%;
	left: 27.2%;
	width: 40.4%;
}

.popup-holder1-active .popup-holder1 {
	opacity: 1;
	visibility: visible;
}

.popup-holder1-active .popup-holder1:after {
	opacity: 1;
	visibility: visible;
}

.popup-holder1-active .popup-holder1 .popup,
.popup-holder1-active .popup-holder1 .popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-holder1-active .popup-holder1 .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-holder2-active {
	opacity: 1;
	visibility: visible;
}

.popup-holder2-active .popup-holder2 {
	opacity: 1;
	visibility: visible;
}

.popup-holder2-active .popup-holder2:after {
	opacity: 1;
	visibility: visible;
}

.popup-holder2-active .popup-holder2 .popup,
.popup-holder2-active .popup-holder2 .popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-holder2-active .popup-holder2 .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-holder3-active {
	opacity: 1;
	visibility: visible;
}

.popup-holder3-active .popup-holder3 {
	opacity: 1;
	visibility: visible;
}

.popup-holder3-active .popup-holder3:after {
	opacity: 1;
	visibility: visible;
}

.popup-holder3-active .popup-holder3 .popup,
.popup-holder3-active .popup-holder3 .popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-holder3-active .popup-holder3 .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-holder4-active {
	opacity: 1;
	visibility: visible;
}

.popup-holder4-active .popup-holder4 {
	opacity: 1;
	visibility: visible;
}

.popup-holder4-active .popup-holder4:after {
	opacity: 1;
	visibility: visible;
}

.popup-holder4-active .popup-holder4 .popup,
.popup-holder4-active .popup-holder4 .popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-holder4-active .popup-holder4 .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-holder6-active {
	opacity: 1;
	visibility: visible;
}

.popup-holder6-active .popup-holder6 {
	opacity: 1;
	visibility: visible;
}

.popup-holder6-active .popup-holder6:after {
	opacity: 1;
	visibility: visible;
}

.popup-holder6-active .popup-holder6 .popup,
.popup-holder6-active .popup-holder6 .popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-holder6-active .popup-holder6 .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-mobile-active {
	opacity: 1;
	visibility: visible;
}

.popup-mobile-active .popup-mobile {
	opacity: 1;
	visibility: visible;
}

.popup-mobile-active .popup-mobile:after {
	opacity: 1;
	visibility: visible;
}

.popup-mobile-active .popup-mobile .popup,
.popup-mobile-active .popup-mobile .popup-image {
	opacity: 1;
	visibility: visible;
}

.popup-mobile-active .popup-mobile .popup-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.lowercase {
	text-transform: lowercase;
}

[id="wrapper"] {
	position: relative;
	overflow: hidden;
	font-size: 1.4vw;
	line-height: 2vw;
}

.text-uppercase {
	text-transform: uppercase;
}

[id="main"] {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.content {
	width: 100%;
	max-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-holder {
	max-height: 83vh;
	width: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
}
/*

.content-holder:after {
	content: "";
	position: absolute;
	right: -3vw;
	top: 0;
	width: 10vw;
	height: 100%;
	background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, .4));
	background: linear-gradient(to left, #fff, rgba(255, 255, 255, .4));
}
*/

.popup-list {
	text-transform: capitalize;
}

.popup-list li {
	position: relative;
	margin-bottom: .5vw;
	padding-left: 1.5vw;
	line-height: 1.4;
}

.popup-list li:before {
	overflow: hidden;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
}

.popup-list li.twoline {
	
}

.popup-list li.twoline:before {
	margin-top: -12px;
}

.popup-list li.twoline a:before {
	margin-top: -12px;
}

.popup-list li.nolinkbullet a:before {
	display: none;
}

.popup-list a {
	display: block;
	text-decoration: none;
	position: relative;
}

.popup-list a:hover:before {
	background: #003d56;
}

.popup-list a:before {
	overflow: hidden;
	content: "";
	position: absolute;
	left: -1.5vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #007ac9;
	border-radius: 50%;
	z-index: 1;
}

.bg-image {
	max-height: 83vh;
}

@media screen and (min-width: 768px) {
	.popup-mobile {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	h1,
	.h1 {
		padding: 2.2% 0 1.8% 4%;
		font-size: 3.2vw;
	}

	h2,
	.h2 {
		font-size: 2.4vw;
	}

	.btn {
		font-size: 1.4vw;
	}

	.close {
		width: 9.2%;
		line-height: 2.7vw;
	}

	.close:before,
	.close:after {
		left: 50.6%;
	}

	.popup {
		font-size: 1.4vw;
	}

	.popup .text-holder {
		padding: .7vw 1.7vw 1.4vw;
	}

	.popup-header {
		padding: 2% 4%;
	}

	.content-holder {
		max-width: 74.5vw;
	}
}

