/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/**
 *  clearfixc For modern browsers
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
  *zoom: 1;
}

.first {
  margin-left: 0px !important;
}
.center {
  text-align: center;
}
.bold-text {
  font-family: "geo-b";
}
.btn-wrapper {
  text-align: center;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.fw {
  width: 100%;
  display: block;
}
b {
  font-weight: 700;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.top-margin {
  margin-top: 2rem;
}
.bot-margin-mid {
  margin-bottom: 1rem;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style: disc;
  list-style-position: inside;
}

/*** FONT FACE ***/
@font-face {
  font-family: "HKNova";
  src: url("HKNova-Medium.eot");
  src: url("HKNova-Medium.eot?#iefix") format("embedded-opentype"), url("HKNova-Medium.woff") format("woff"),
    url("HKNova-Medium.woffw") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #002d3c;
  background-color: #fffefd;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

@media only screen and (min-width: 1400px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
}

/*** STANDARDS ***/
/*
div#site-wrapper
{
	padding-bottom: 100px;
}
*/

div.pagesection {
  width: 95%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  z-index: 1000;
  /*
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	*/
}

div.pagesection.no-top-pad {
  padding-top: 0px;
}
div.pagesection.no-bottom-pad {
  padding-bottom: 0px;
}

div.pagesection.big-bottom-pad {
  padding-bottom: 120px;
}
div.pagesection.med-top-pad {
  padding-top: 60px;
}

h1,
h2,
h3 {
  font-family: "HKNova";
  color: #043c4f;
}

.light h1,
.light h2,
.light h3 {
  color: #ffffff;
}

.light {
  color: #ffffff;
}

h1 {
  font-size: 2.25rem;
}

div.text-container h2.big,
h2 {
  font-size: 1.75rem;
}

h2.maintenance {
  font-size: 2rem;
  padding: 0.5rem 0px;
}

div.text-container h2,
h3 {
  font-size: 1.375rem;
}

div.text-container h3 {
  font-size: 1.25rem;
}

div.text-container a {
  color: #002d3c;
}

/*
div.pagesection.regular-bg
{
	background-repeat: no-repeat;
	background-attachment: scroll !important;
	background-position: center center !important;
	background-color: #FEFEFE;
}

div.content
{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

div.pagesection h1,
div.pagesection h2
{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins';
}

div.pagesection h1
{
	font-weight: 600;
	font-size: 1.875em;
	color: #2D2F36;
	line-height: 130%;
}

div.pagesection h2
{
	margin-top: 48px;
	font-weight: 600;
	font-size: 1.375em;
	color: #2D2F36;
	line-height: 150%;
}
*/

/*** PAGE HEADER **/
div#page-header {
  width: 100%;
  padding: 160px 0px 110px;
  background-color: #facbcb;
  position: relative;
  overflow: hidden;
}
.page-hem div#page-header,
.page-ansokan div#page-header,
.page-maintenance div#page-header {
  padding-bottom: 0px;
}

div.title-wrapper {
  color: #ffffff;
  max-width: 720px;
  margin: 0;
}

.landing-page div.title-wrapper {
  max-width: unset;
}

div.title-wrapper .title {
  font-family: "HKNova";
  font-size: 2.75rem;
  line-height: 120%;
  /*text-shadow: 3px 3px 12px rgba(252, 177, 176, 0.85);*/
  text-shadow: 3px 3px 12px rgb(218, 146, 145);
}

div.title-wrapper .body {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 130%;
  /*text-shadow: 2px 2px 8px rgba(252, 177, 176, 0.85);*/
  text-shadow: 2px 2px 8px rgb(208, 135, 134);
}

div.title-wrapper .body h1 {
  color: inherit;
  font-size: inherit;
  /*font-family: inherit;*/
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}

div.title-wrapper .link-text {
  margin-top: 0.75rem;
  font-size: 85%;
}

div.title-wrapper .link-text a {
  color: #ffffff;
}

div#page-header div.application {
  margin-top: 4.75rem;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  padding-top: 5px;
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

div#page-header div.application.init {
  padding: 30px 30px 0px;
}

div#page-header .page-title {
  text-align: center;
  padding-top: 100px;
  color: #ffffff;
  font-size: 2.5rem;
}
/*
div.content-wrapper
{
	display: flex;
	width: 90%;
	max-width: 800px;

	align-items: stretch;
	flex-direction: column;
	margin: 0 auto;
}
*/

@media only screen and (max-width: 1024px) {
  /*
	div#site-wrapper
	{
		padding-bottom: 60px;
	}
*/
  div#page-header {
    width: 92%;
    padding: 140px 4% 110px;
  }

  div.pagesection {
    width: 92%;
    padding: 6% 4%;
    background-attachment: scroll;
  }

  div.pagesection.big-bottom-pad {
    padding-bottom: 60px;
  }

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.675rem;
  }

  div.title-wrapper .title {
    font-size: 2.25rem;
  }

  div.title-wrapper .body {
    margin-top: 0.875rem;
    font-size: 1.5rem;
  }

  /*
  .page-hem div.title-wrapper .body h1{
		display: none;
  }
  */

  div#page-header div.application {
    margin-top: 4rem;
  }

  div#page-header div.application.init {
    padding: 20px 20px 0px;
  }

  /*
	div#content-wrapper
	{
		min-height: auto;
		flex-direction: column;
	}
	*/
}

@media only screen and (max-width: 640px) {
  /*
	div#site-wrapper
	{
		padding-bottom: 40px;
	}
*/
  div#page-header {
    width: 90%;
    padding: 100px 5% 55px;
  }

  div.pagesection {
    width: 90%;
    padding: 10% 5%;
    background-attachment: scroll;
  }

  div.pagesection.big-bottom-pad {
    padding-bottom: 80px;
  }

  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }

  div.title-wrapper .title {
    font-size: 2rem;
  }

  div.title-wrapper .body {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }

  div#page-header div.application {
    margin-top: 2.5rem;
  }

  /*
	div#page-header div.application.init
	{
		padding: 15px 15px 0px;
	}
	*/
}

div.content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

div.content.mid {
  max-width: 920px;
}
div.content.sm {
  max-width: 740px;
}

div.text-container {
  width: 80%;
  max-width: 600px;
  font-size: 1.375rem;
  margin-top: 10px;
  line-height: 125%;
}

div.text-container.xl {
  color: #002d3c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  width: 100%;
  max-width: 920px;
}

div.text-container.light-font {
  font-weight: 300;
}

div.text-container.center {
  margin-left: auto;
  margin-right: auto;
}

div.text-container.maintenance {
  font-size: 1.25rem;
  padding: 0.5rem 6%;
  box-sizing: border-box;
}

div.text-container.section-intro {
  max-width: 635px;
  font-size: 1.5rem;
  margin-top: 16px;
  font-weight: 300;
}

div.text-container h2 {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

div.text-container h3 {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
}

@media only screen and (max-width: 1024px) {
  div.text-container {
    width: 100%;
  }
  div.text-container.section-intro {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  div.text-container.section-intro {
    font-size: 1.125rem;
  }
}

/*** Column-wrappers ***/

div.col-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

div.col-wrapper.justify-space-between {
  justify-content: space-between;
}
div.col-wrapper.align-items-center {
  align-items: center;
}
div.col-wrapper.just-center {
  justify-content: center;
}

div.col {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15px;
  box-sizing: border-box;
  position: relative;
}

div.col.col-1 {
  margin-left: 0px;
  margin-right: 0px;
}

div.col.margin-lg {
  margin: 20px 45px 10px;
}

div.col:first-of-type {
  margin-left: 0px;
}
div.col:last-of-type {
  margin-right: 0px;
}

div.no-margin div.col {
  margin: 0px !important;
}

div.col-1 {
  flex-basis: 100%;
}
div.col-2 {
  flex-basis: calc((100% - 30px) / 2);
}
div.no-space div.col-2 {
  flex-basis: 50%;
  margin: 0px;
}
div.col-2.margin-lg {
  flex-basis: calc((100% - 90px) / 2);
}
div.col-3 {
  flex-basis: calc((100% - 90px) / 3);
}
div.col-4 {
  flex-basis: calc((100% - 120px) / 4);
}

div.col > .text-container {
  max-width: none;
  margin: 10px 0px 0px;
}

div.col.image {
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
}

div.col.image.customer-support {
  background-position: top right;
}
.no-webp div.col.image.customer-support {
  background-image: url("../img/customer_service_bg_2.jpg");
}
.webp div.col.image.customer-support {
  background-image: url("../img/customer_service_bg.webp");
}

div.split-content {
  margin: 50px auto 70px 0px;
  text-align: left;
  max-width: 540px;
  padding: 0px 30px;
}

div.split-content .text-container {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  /*div.col-wrapper.reverse { flex-direction: row-reverse; }*/
}

@media only screen and (max-width: 1024px) {
  /*
	div.wrap-2 { flex-direction: column-reverse; }
	div.wrap-2.flipped { flex-direction: column; }
	div.wrap-4.flipped { flex-direction: row; }
	*/

  div.col-2,
  div.col-4 {
    flex-basis: calc((100% - 30px) / 2);
  }

  div.col.margin-lg {
    flex-basis: calc((100% - 60px) / 2);
  }

  div.col.margin-lg:first-of-type {
    margin-right: 30px;
  }
  div.col.margin-lg:last-of-type {
    margin-left: 30px;
  }

  /*div.col-4 { margin-left: 0px; margin-right: 0px; }*/
  div.col-4:nth-child(odd) {
    margin-left: 0px;
  }
  div.col-4:nth-child(even) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 920px) {
  div.col-3 {
    flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  div.no-space div.col-2 {
    flex-basis: 100%;
    margin: 0px;
  }
  div.no-space .col.image.horizontal {
    padding-top: 70%;
  }

  div.split-content {
    width: 92%;
    max-width: unset;
    margin: 0px;
    padding: 6% 4%;
    text-align: left;
  }
}

@media only screen and (max-width: 720px) {
  div.col-1,
  div.col-2,
  div.col.margin-lg,
  div.col-4 {
    flex-basis: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  div.col.image.vertical {
    padding-top: 120%;
  }
  div.col.image.horizontal {
    padding-top: 70%;
  }
  div.col.input {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  div.col-wrapper.reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 640px) {
  /*div.col { margin: 3% 0px; }*/

  div.split-content {
    width: 90%;
    max-width: unset;
    padding: 10% 5%;
    text-align: left;
  }
}

/*** DESKTOP TOPBAR ***/
div#desktop-topbar,
div#slim-topbar {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 500;
}

div#desktop-topbar {
  position: absolute;
}

div#slim-topbar {
  opacity: 0;
  position: fixed;
  z-index: 1500;
  transform: translateY(-100%);
  background-color: #ffffff;
}

div#slim-topbar.showing {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  /* box-shadow: 0px 3px 10px rgba(252, 177, 176, 0.25); */
  box-shadow: 0px 3px 10px rgba(181, 198, 203, 0.35);
}

div.header {
  position: relative;
  width: 100%;
  max-width: 1170px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 16px 2%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

div.header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.header div.logo-container,
div.header ul#menu {
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.button_container {
  /*
	position: fixed;
  top: 0px;
	right: 0px;
	*/
  position: relative;
  /*padding: 16px;*/
  box-sizing: border-box;
  height: 9px;
  width: 15px;
  cursor: pointer;
  /*z-index: 1500;*/
  /*
	-webkit-transition: opacity .25s ease;
					transition: opacity .25s ease;
					*/
}
.button_container.active {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.button_container.active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -ms-transform: translateY(4px) translateX(0) rotate(45deg);
  transform: translateY(4px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-4px) translateX(0) rotate(-45deg);
  transform: translateY(-4px) translateX(0) rotate(-45deg);
}

.button_container span {
  background: #ffffff;
  border: none;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 0px;
  /*
  margin-left: 3%;
	margin-right: 3%;
	*/
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

div#slim-topbar .button_container span {
  background-color: #a3dbee;
}

.button_container span:nth-of-type(2) {
  top: 4px;
}
.button_container span:nth-of-type(3) {
  top: 8px;
}

.overlay {
  position: fixed;
  background: rgba(0, 45, 60, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2000;
  display: block;
}

.overlay .button_container {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 200;
}

.overlay.open li {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
  animation: fadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.overlay nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80%;
  font-size: 24px;
  text-align: center;
  z-index: 100;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  margin: 5% 0px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  /*color: rgba(254,254,254,0.75);*/
  color: #ffffff;
  text-decoration: none;
  font-family: "HKNova";
  font-size: 1.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.overlay ul li a.highlight {
  color: #fbb1b1;
}
.overlay ul li.small :first-of-type {
  margin: 15% 0px 2.5%;
}

.overlay ul li.small {
  margin: 2.5% 0px;
  font-size: 1.25rem;
}

.overlay ul li.small a {
  font-size: 1.25rem;
}

.overlay ul li.current-menu-item a {
  color: #ffffff;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

a.logo-main {
  display: block;
  width: 162px;
}

div#slim-topbar a.logo-main {
  width: 140px;
}

ul#menu {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul#menu li {
  display: block;
  list-style-type: none;
  margin-right: 8px;
  color: #fff;
}

div#slim-topbar ul#menu li {
  margin-right: 16px;
}

ul#menu li a {
  display: block;
  color: #ffffff;
  font-family: "HKNova";
  font-size: 14px;
  text-decoration: none;
  padding: 7px 9px;

  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

ul#menu li a.highlight {
  border-radius: 50px;
  /* color: #0C455B; */
  border: 2px solid #ffffff;
  /* background-color: #FFD99A; */
  padding: 6px 12px 8px;
}

ul#menu li a.highlight:hover {
  color: #ffffff;
  border-color: #a3dbee;
  background-color: #a3dbee;
}

div#slim-topbar ul#menu li {
  margin-right: 16px;
}

div#slim-topbar ul#menu li a {
  color: #ffffff;
  padding: 7px 18px;
  border-radius: 50px;
  border: 2px solid #a3dbee;
  background-color: #a3dbee;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#slim-topbar ul#menu li a.highlight {
  color: #fbb1b1;
  background-color: #ffffff;
  border-color: #fbb1b1;
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}

div#slim-topbar ul#menu li a:hover {
  /*color: #A3DBEE;*/
  background-color: #94ccdf;
  border-color: #94ccdf;
}

div#slim-topbar ul#menu li a.highlight:hover {
  color: #ffffff;
  border-color: #fbb1b1;
  background-color: #fbb1b1;
}

/*ul#menu li a:last-of-type { padding-right: 0px; }*/

/*ul#menu li:last-child a { padding-right: 0px; } */

/*ul#menu li.current-menu-item a { color: #ff00ff; }*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*
	ul#menu li
	{
		margin-right: 3px;
	}

	ul#menu li a
	{
		font-size: 13px;
		padding: 6px 5px;
	}
*/
}

@media only screen and (max-width: 1024px) {
  div#desktop-topbar {
    display: none;
  }
  div#slim-topbar {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0px 3px 10px rgba(181, 198, 203, 0.35);
  }

  div#slim-topbar div.header {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  /*
  	-webkit-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px !important;
  	-moz-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px !important;
  	box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px !important;
  	opacity: 1 !important;
		*/

  div#header {
    width: 100%;
    /*height: 60px !important;*/
    padding: 0px 0px !important;
  }

  /*
	.button_container { display: block; }

	div#overlay { display: block;}

	div#logo-container
	{
		width: 168px;
		height: 56px;
		margin-left: 21px;
		padding: 0px;
		float: none;
	}
	*/
  /*
	a#logo-main
	{
		width: 168px;
		height: 56px;
	}
	

	ul#menu
	{
		position: relative;
		display: none;
		margin-top: 0px;
		float: none;
  	overflow: auto;
    white-space: nowrap;
	}
	*/
}

@media only screen and (max-width: 640px) {
  /* div#logo-container { left: 20px; } */

  div#slim-topbar div.header {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  div#logo-container {
    margin-left: 10px;
    /*height: 52px;*/
    /*position: absolute;*/
    /*left: 30px;
		top: 0px;*/
    float: none;
  }

  div#slim-topbar ul#menu li a.highlight {
    display: none;
  }

  ul#menu li:first-child {
    margin-left: 12px;
  }

  .overlay ul li a.highlight {
    color: #ffffff;
    background-color: #fbb1b1;
    padding: 15px 20px;
    border-radius: 50px;
  }
}

@media only screen and (max-width: 370px) {
  div#slim-topbar a.logo-main {
    width: 120px;
  }
}

/*** Hello bar ***/
div.hello-bar {
  font-family: "HKNova";
  padding: 0.75rem 2%;
  /*background-color: #ffffff;*/
  background-color: #002d3c;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.25;
}

div.hello-bar a {
  color: inherit;
}

/*div.hello-bar.fixed {
  background-color: #002d3c;
  color: #ffffff;
}*/

@media only screen and (max-width: 1024px) {
  div.hello-bar {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  div.hello-bar {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*** SVG stuff ***/

figure.tr_blob {
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
  max-width: 600px;
  z-index: 1;
}

div.overlay figure.tr_blob {
  top: 0px;
  width: 75%;
  max-width: 600px;
}

figure.bl_blob {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  max-width: 320px;
  z-index: 1;
}

div.overlay figure.bl_blob {
  width: 50%;
  bottom: -5%;
  left: -2%;
  max-width: 600px;
}

.circle {
  position: absolute;
  background-color: #fbb1b1;
  border-radius: 50%;
  z-index: 1;
}

.circle.blue {
  background-color: #9ad2e5;
}

.circle:nth-of-type(1) {
  top: 100px;
  left: 22%;
  width: 62px;
  height: 62px;
}

.circle:nth-of-type(2) {
  bottom: 100px;
  left: 18%;
  width: 32px;
  height: 32px;
}

.circle:nth-of-type(3) {
  bottom: 280px;
  right: 26%;
  width: 40px;
  height: 40px;
}

.circle:nth-of-type(4) {
  bottom: 50px;
  right: 14%;
  width: 70px;
  height: 70px;
}

.circle:nth-of-type(5) {
  bottom: 170px;
  right: 38%;
  width: 50px;
  height: 50px;
}

.circle:nth-of-type(6) {
  top: 180px;
  left: 45%;
  width: 42px;
  height: 42px;
}

svg.round-page-end {
  width: 100%;
  height: 4.25vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  #page-header figure.tr_blob {
    top: 64px;
  }

  figure.tr_blob {
    width: 40%;
    max-width: 600px;
  }

  div.overlay figure.tr_blob {
    top: 0px;
    width: 75%;
    max-width: 600px;
  }

  figure.bl_blob {
    width: 25%;
    max-width: 320px;
  }

  div.overlay figure.bl_blob {
    width: 50%;
    bottom: -5%;
    left: -2%;
    max-width: 600px;
  }
}

@media only screen and (max-width: 640px) {
  figure.tr_blob {
    width: 50%;
  }

  figure.bl_blob {
    width: 40%;
  }
}

/**************
/**** HOME ****
**************/

/*** Intital application ***/

div.application-interest {
  margin-top: 0.5rem;
}
div.slider-info {
  font-size: 1.25em;
  color: #043c4f;
  padding-bottom: 12px;
}

div.slider-info .title {
  font-weight: 700;
}
/*
div.slider-info .value
{
	
}
*/
div.payment_plan {
  margin-top: 1.75rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.625em;
  line-height: 120%;
  color: #043c4f;
}

div.payment_plan br.break-title {
  display: none;
}

div.payment_value_wrapper {
  display: inline;
  font-weight: 700;
}

div#initial_application,
div#continued_application {
  background-color: #fbfaf5;
}

div#initial_application .content,
div#continued_application .content {
  background-color: #ffffff;
  padding-bottom: 80px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
}

div.application-example {
  font-size: 0.875rem;
  line-height: 130%;
  width: 100%;
  max-width: 480px;
  margin: 1rem auto 0px;
  text-align: center;
}

div.application-example a {
  color: #043c4f;
}

@media only screen and (max-width: 1024px) {
  div.payment_plan {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  div.payment_plan {
    font-size: 1.5em;
    line-height: 140%;
  }
  div.payment_plan br.break-title {
    display: block;
  }
}

/*** Form - Under the fold ***/
form.application-form {
  display: block;
  padding: 30px 30px 0px;
  width: 100%;
  box-sizing: border-box;
}

div#show-form-wrapper {
  display: none;
  padding-top: 2rem;
}

div#employment-info,
div#reason-other-wrapper {
  display: none;
}

@media only screen and (max-width: 1024px) {
  form#initial-form {
    display: none;
  }
  div#show-form-wrapper {
    display: block;
  }
}
/*
form#application-form h2
{
	margin-top: 70px;
	margin-bottom: 20px;
}
*/
/*
div.form label
{
	display: block;
	box-sizing: border-box;
	margin-top: 10px;
	padding-left: 12px;
	font-size: 16px;
	color: #333333;
	font-family: 'ns';
	line-height: 130%;
}
*/

input.text-input,
select.text-input,
textarea.text-input {
  width: 100%;
  margin-top: 10px;
  margin-top: 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.125rem;
  background-color: transparent;
  color: #141414;
  border: 1px solid #b5c6cb;
  border-radius: 100px;

  /* Remove ios-styling */
  -webkit-appearance: none;
}

input.text-input.invalid,
select.text-input.invalid {
  border-color: #facbcb;
}

label a,
div.label-wrapper a {
  color: #084356;
}

label.invalid {
  display: block !important;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 1rem;
  color: #ff5858;
  line-height: 130%;
}

.label-wrapper label.invalid {
  padding: 0px;
  margin-top: 5px;
}

div.page-hem input.text-input,
div.page-hem select.text-input {
  margin-top: 0px;
}

textarea.text-input {
  padding: 15px 20px;
}

div.select-wrapper {
  position: relative;
}

div.select-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 19px;
  background-image: url("../img/down-arrow.svg");
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  pointer-events: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 45, 60, 0.45);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 45, 60, 0.45);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 45, 60, 0.45);
}

/*
option:first-of-type {
  color: #ff00ff;
}
*/

textarea.text-input {
  height: 200px;
}

input:focus,
textarea:focus {
  outline: none !important;
  /*border-color: rgba(157, 123, 54, 0.516);*/
  border-color: #a3dbee;
}

div.cb-wrapper,
div.radio-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

div.radio-wrapper {
  flex-direction: column;
}

input.cb,
div.cb-wrapper label {
  display: block;
}

input.cb {
  width: 16px;
}
div.radio-input {
  display: inline-block;
  width: 60px;
  margin-top: 1rem;
}
/*
div.radio-input:not(:first-of-type) {
	margin-top: 5px;
}
*/
div.cb-wrapper .label-wrapper label,
div.cb-wrapper .label-wrapper div,
div.radio-wrapper .label-wrapper label,
div.radio-wrapper .label-wrapper div {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  max-width: 600px;
}

div#error-msg {
  display: none;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #df002b;
  text-align: center;
  font-size: 16px;
  line-height: 155%;
}

.btn-wrapper.left {
  text-align: left;
}
.btn-wrapper.center {
  text-align: center;
}
.btn-wrapper.right {
  text-align: right;
}

a.round-btn {
  display: inline-block;
  padding: 19px 46px 21px;
  margin-top: 50px;
  border-radius: 100px;
  background: #f0ff92;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);

  font-size: 1rem;
  line-height: 100%;
  color: #043c4e;
  font-family: "HKNova";
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.landing-page .text-container a.round-btn {
  margin-top: 0px;
  line-height: 140%;
}

a.round-btn.no-bot-margin {
  margin-bottom: 0px;
}

a.round-btn.loading {
  pointer-events: none;
}
a.round-btn.done {
  pointer-events: none;
}
a.round-btn.loading .btn-title {
  display: none;
}

a.round-btn.dark-blue {
  background-color: #043c4e;
  color: #ffffff;
}

a.round-btn.dark-blue:hover {
  background-color: #12566a;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}

div.col a.round-btn {
  display: flex;
  width: 100%;
  height: calc(100% - 10px);
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-top: 0px;
  padding: 0px;
  max-height: 53px;
}

a.round-btn.disabled {
  opacity: 1;
}

a.round-btn:hover {
  background-color: #f1ff9d;
  box-shadow: 0 10px 15px 0 rgba(0, 45, 60, 0.08);
}

a.round-btn .title {
  font-size: 1rem;
  color: #043c4e;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 720px) {
  a.round-btn {
    margin: 18px auto 40px;
  }
  a.round-btn.top-margin {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 640px) {
  /*
	form#application-form h2
	{
		margin-top: 50px;
		margin-bottom: 15px;
	}
*/

  div.application-form {
    padding: 20px 20px 0px;
  }

  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 12px 15px;
    font-size: 1rem;
  }

  div.select-wrapper:after {
    right: 20px;
    top: 16px;
    background-size: 26px 13px;
    width: 26px;
    height: 13px;
  }
  /*
	div.form .col { margin: 5% 0px 2%; }
	div.form label span { display: block; }
*/
}

@media only screen and (max-width: 480px) {
  a.round-btn {
    padding: 6%;
  }
  form.application-form {
    padding: 15px 15px 0px;
  }
}

@media only screen and (max-width: 340px) {
  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 10px 12px;
    font-size: 0.875rem;
  }

  div.select-wrapper:after {
    right: 18px;
    top: 14px;
    background-size: 22px 11px;
    width: 22px;
    height: 11px;
  }

  a.round-btn {
    padding: 4%;
    font-size: 0.875rem;
  }
}

.spinner {
  margin: 0px auto;
  width: 150px;
  text-align: center;
  display: none;
}

.loading .spinner {
  display: inline-block;
  /*margin: 55px auto 0px;*/
  margin: 30px auto;
}

.round-btn.loading .spinner {
  margin: 0px auto;
}

.spinner > div {
  width: 1rem;
  height: 1rem;
  background-color: #043c4e;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*** Selling points ***/

div.selling_point {
  margin-top: 3.75rem;
}

div.selling_point .col.img {
  flex-basis: 35%;
}

div.selling_point .col.text {
  flex: 1;
}

div.selling_point .text h2 {
  margin-top: 1rem;
  line-height: 120%;
}

div.selling_point .text .body {
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
}

@media only screen and (min-width: 640px) {
  div.selling_point:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  div.selling_point:nth-of-type(even) div.col {
    margin: 15px;
  }

  div.selling_point:nth-of-type(even) div.col:first-of-type {
    margin-right: 0px;
  }

  div.selling_point:nth-of-type(even) div.col:last-of-type {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 640px) {
  div.selling_point {
    flex-direction: column;
    margin-top: 2.5rem;
    align-items: center;
  }

  div.selling_point div.col {
    margin-left: 0px;
    margin-right: 0px;
  }

  div.selling_point div.col.img {
    width: 40%;
    min-width: 200px;
  }

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

  div.selling_point .text h2 {
    margin-top: 0px;
  }
}

/*** FAQ  ***/

div#regular-faq.pagesection {
  background-color: #a3dbee;
}
div#regular-faq div.faq-wrapper {
  margin-top: 2.5rem;
}

div#faq div.faq-wrapper {
  margin-top: 1.25rem;
}

div#faq div.col {
  margin-top: 2rem;
}
div.faq-item {
  position: relative;
  flex-wrap: nowrap;
  /*align-items: center;*/
  padding: 10px 8px;
  box-sizing: border-box;
  border-top: 1px solid #b5c6cb;
  cursor: pointer;
}

div.faq-item:last-of-type {
  border-bottom: 1px solid #b5c6cb;
}
div#regular-faq div.faq-item {
  color: #ffffff;
  border-color: #ffffff;
}

div.faq-content-wrappper {
  flex: 1 1 auto;
  padding-right: 10px;
}

div.faq-question,
div.faq-answer {
  font-size: 1rem;
  line-height: 156%;
}

div.faq-question {
  font-weight: 700;
}

div.faq-answer {
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.faq-answer {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
}

#regular-faq div.faq-answer a {
  color: #ffffff;
}
/*
.step-1-faq-cat
.step-2-faq-cat
.step-3-faq-cat
.general-faq-cat
*/

div.faq-answer a {
  color: #043c4f;
}

.step-1-faq-cat h2,
.step-1-faq-cat div.faq-item:hover div.faq-question,
.step-1-faq-cat div.faq-item.open div.faq-question {
  color: #a3dbee;
}

.step-2-faq-cat h2,
.step-2-faq-cat div.faq-item:hover div.faq-question,
.step-2-faq-cat div.faq-item.open div.faq-question {
  color: #fbb1b1;
}

.step-3-faq-cat h2,
.step-3-faq-cat div.faq-item:hover div.faq-question,
.step-3-faq-cat div.faq-item.open div.faq-question {
  color: #043c4f;
}

.general-faq-cat h2,
.general-faq-cat div.faq-item:hover div.faq-question,
.general-faq-cat div.faq-item.open div.faq-question {
  color: #0a5f03;
}

.toggle-faq {
  flex: 0 0 20px;
  position: relative;
  width: 20px;
  height: 20px;
}
.toggle-faq:before,
.toggle-faq:after {
  content: "";
  position: absolute;
  background-color: #063a5e;
  transition: transform 0.25s ease-out;
}

.light .toggle-faq:before,
.light .toggle-faq:after {
  background-color: #ffffff;
}

.step-1-faq-cat div.faq-item:hover .toggle-faq:before,
.step-1-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #a3dbee;
}

.step-2-faq-cat div.faq-item:hover .toggle-faq:before,
.step-2-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #fbb1b1;
}

.step-3-faq-cat div.faq-item:hover .toggle-faq:before,
.step-3-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #043c4f;
}

.general-faq-cat div.faq-item:hover .toggle-faq:before,
.general-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #0a5f03;
}

.toggle-faq:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.toggle-faq:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.toggle-faq:hover {
  cursor: pointer;
}
/*
div.faq-item:hover .toggle-faq:before {
  background-color: #E3F4FA;
}
div.faq-item:hover .toggle-faq:after {
  background-color: #E3F4FA;
}
*/

.open .toggle-faq:before {
  transform: rotate(90deg);
}
.open .toggle-faq:after {
  transform: rotate(180deg);
}

/*** Customer service ***/
div#customer-service {
  position: relative;
  z-index: 100;
  background-color: #fefdfb;
}

div#customer-service h2 {
  margin-top: 1.625rem;
}

div#customer-service .contact-list {
  margin-top: 5px;
}

div#customer-service .contact {
  margin-top: 10px;
  align-content: center;
}
/*
div#customer-service .contact img,
div#customer-service .contact a
{
	display: block;
}
*/

div#customer-service .contact .col {
  margin: 5px;
}

div#customer-service .contact a {
  font-weight: 300;
  font-size: 20px;
  color: #002d3c;
  line-height: 48px;
  /*margin-left: 10px;*/
  text-decoration: none;
}

/*********************************
/**** APPLICATION - CONTINUED ****
*********************************/

div#init-application-values {
  color: #043c4f;
  padding: 0px 30px;
}

div#init-application-values div.col {
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-right: 1px solid #b5c6cb;
  flex-basis: calc((100% - 90px) / 3);
}

div#init-application-values div.col.extension-info {
  display: none;
}

div#init-application-values div.col:last-of-type {
  border-right: none;
  border-bottom: none;
}

div#init-application-values .title {
  font-family: "HKNova";
  font-size: 1.375rem;
}

div#init-application-values .value {
  font-weight: 300;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}

div#init-application-values .extension-info {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.5rem;
}

div#form-headers {
  padding: 0px 30px;
  font-family: "HKNova";
  font-size: 1.375rem;
  color: #043c4f;
  background-color: #e3f4fa;
}

div.form-header {
  padding: 12px 16px 10px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.form-header.active {
  color: #ffffff;
  background: #a3dbee;
  box-shadow: 0 5px 10px 0 rgba(0, 45, 60, 0.04);
}

@media only screen and (max-width: 920px) {
  div#init-application-values .title {
    font-size: 1.25rem;
  }
  div#init-application-values .value {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

@media only screen and (max-width: 720px) {
  div#init-application-values div.col {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  div#init-application-values div.col {
    flex-basis: 100%;
    margin: 0px;
    padding: 1rem 0px;
    border-right: none;
    border-bottom: 1px solid #b5c6cb;
  }

  div#init-application-values div.col.extension-info {
    display: flex;
  }

  div#init-application-values .value {
    margin-top: 0rem;
  }
  div#init-application-values .extension-info {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  div#form-headers {
    flex-direction: column;
    padding: 10px 30px;
    font-size: 1.25rem;
  }

  div.form-header {
    border-radius: 0px;
    padding: 0px;
    color: #a3dbee;
    margin-left: 0px;
  }

  div.form-header.active {
    color: #043c4f;
    background-color: transparent;
    box-shadow: none;
    /*padding-top: 16px;
		padding-bottom: 14px;*/
  }

  div#form_header_1:before {
    content: "1. ";
  }
  div#form_header_2:before {
    content: "2. ";
  }
  div#form_header_3:before {
    content: "3. ";
  }
}

@media only screen and (max-width: 380px) {
  div#init-application-values .title {
    font-size: 1.125rem;
  }
  div#init-application-values .value {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 320px) {
  div#form-headers {
    padding: 6px 30px;
    font-size: 1.125rem;
  }
}

div.form-section {
  position: absolute;
  left: -10000px;
  opacity: 0;
  padding: 10px 0px;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

div.form-section.active {
  position: relative;
  left: 0px;
  opacity: 1;
}

div.form-section .form-section-intro {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

div.form-section .form-section-intro.bot-pad-sm {
  margin-bottom: 0.75rem;
}

div#bank-status {
  display: none;
  width: 96%;
  margin-left: 4%;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 130%;
  color: #ff5858;
}

div#bank-status span {
  font-weight: 700;
}

div#main-loading-wrapper {
  margin: 40px 0px;
  text-align: center;
}

div.itor-steps {
  display: none;
  margin-top: 60px;
  /*padding: 20px;*/
  /*border-radius: 10px;*/
}

@media only screen and (max-width: 1024px) {
  div.form-section .form-section-intro {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  div.form-section .form-section-intro {
    font-size: 1.125rem;
  }
}

/*div.itor-steps.blue-bg { background-color: #E3F4FA; }*/

div.itor-steps h1,
div.itor-steps h2,
div.itor-steps .instructions {
  text-align: center;
  line-height: 130%;
}

div.itor-steps h1 {
  font-size: 1.5rem;
}
div.itor-steps h2 {
  font-size: 1.25rem;
  margin: 0 !important;
  font-weight: 300;
}
div.itor-steps .instructions {
  font-size: 1rem;
  font-weight: 300;
}

img.step-icon {
  display: block;
  margin: 0 auto 25px;
  width: 100px;
}

img.step-icon.big {
  width: 140px;
}

a#start_mobile_bank_id.round-btn {
  background-color: #469cbe;
  color: #ffffff;
  text-transform: none;
  margin-top: 20px;
}

a#start_mobile_bank_id.round-btn:hover {
  background-color: #58a6c4;
}

div.countdown-section {
  width: 180px;
  height: 180px;
  margin: 2rem auto 0px;
  background-color: #e3f4fa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

div.countdown-wrapper {
  font-family: "HKNova";
  text-align: center;
  color: #a3dbee;
}

div#countdowntimer {
  font-size: 5rem;
  line-height: 100%;
}

div#countdown-type {
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
}

div#application-denied,
div#application-error {
  display: none;
  width: 100%;
  padding: 90px 30px 30px;
  box-sizing: border-box;
}

div#application-denied h2,
div#application-error h2 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5625rem;
  line-height: 120%;
}

div#application-denied h2 {
  max-width: 540px;
}
div#application-error h2 {
  max-width: 600px;
}

div#application-error h3 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #12566a;
}

div#application-error .btn-wrapper {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  div#application-error .round-btn:not(:first-of-type) {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  div#application-error {
    padding: 60px 15px 0px;
  }

  div#application-error .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  div#application-error .round-btn:first-of-type {
    margin-bottom: 0rem;
  }
  div#application-error .round-btn:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 380px) {
  div#application-error .round-btn {
    font-size: 0.75rem;
  }
}

/***** FOOOTER ******/
div#footer {
  background-color: #002d3c;
}

div#footer .col {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 145%;
}

div#footer .col a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

div#footer .col a:hover {
  color: #a3dbee;
}

div#footer b {
  font-weight: 500;
}

div#footer .title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-family: "HKNova";
  font-size: 1.25rem;
  color: #a3dbee;
}

div#footer-links {
  display: flex;
  flex-direction: column;
}

div#footer-links a {
  margin: 0.375rem 0px;
  line-height: 2.25rem;
}

div#footer-links a:first-of-type {
  margin-top: 0px;
}

div.contact-info {
  margin-top: 1rem;
}

/***** DEBUG ******/
.debug_0 {
  display: none;
}
.debug_1 {
  display: block;
}
