@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1920px;
    color: #022a3b;
    background-color: #f8f0e8;
    font-family: Arial, sans-serif;
    text-align: center;
}

.header .top-bar {
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    font-family: 'open_sansregular', Arial, sans-serif;
    font-size: 13px;
}

.header .top-bar .container {
    background-color: #78c575;
    max-width: 1170px;
    height: 30px;
}

.navbar {
    border-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
    border-bottom: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}

.navbar .container {
    max-width: 1170px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    margin-top: 0px;
}

#logoContainer {
    text-align: center;
}

#logo {
    width: 284px;
    height: 73px;
    margin: 3px 0 4px 0;
    display: inline-block;
    background: url('/img/logo.svg') no-repeat;
    background-size: 100% 100%;
}

.error-message {
    margin: 60px auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    background-color: #fff;
}

#main {
    margin-top: -112px;
    padding-top: 200px;
}

#main,
#main .container {
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

#main, #main .container.content {
    position: relative;
}

.email-style {
    background-color: rgba(249, 249, 249, 0.8);
    border-radius: 10px;
}

.email-style-content {
    padding: 12px 24px;
}

.landscape {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.home .landscape {
    background: url(/img/top-desktop.webp) top center no-repeat;
    background-position-y: -150px;
}

.email-style {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.email-style p {
  margin: 0 0 12px;
}

.email-style a {
  color: #1a73e8;
  text-decoration: underline;
}

.email-style strong {
  font-weight: 700;
  color: #111;
}

footer {
    height: 54px;
    line-height: 54px;
    font-family: 'open_sansregular', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #454545;
    clear: both;
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    background: transparent;
    z-index:1000;
}

footer .container {
    max-width: 1170px;
    background-color: rgba(249, 249, 249, 0.8);
    border-radius: 10px;
}

#stickyLayout {
    clear: both;
    min-height: 100%;
    height: 100%;
    margin-bottom: -54px;
    overflow: hidden;
}

#stickyLayout #push {
    height: 54px;
}

.clearfix:before {
    display: table;
    content: " ";
}
