@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=d4c05aca-cb9c-40ab-9463-7f50ec1574d3");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,600,700');
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;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  color: inherit;
  outline: 0 none;
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
input[type='submit'],
input[type='button'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.width-helper {
  display: none;
  position: fixed;
  bottom: 0;
  font-weight: bold;
  left: 0;
  z-index: 50;
  background: black;
  padding: 20px;
  color: #fff;
}
.width-helper div {
  display: inline-block;
}
body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 15px;
  background: #fff;
  color: #2A2A2A;
  font-weight: 300;
  font-style: 300;
  letter-spacing: 0.025em;
  font-family: 'Montserrat', sans-serif;
}
a:focus,
button:focus {
  outline: 2px solid #088181;
  border-radius: 3px;
  padding: 3px;
}
.hamburger.is-active:focus {
  outline-color: white;
  /* Change this to your desired color */
}
body.no-footer footer {
  display: none;
}
main,
.page {
  position: relative;
  overflow: hidden;
}
main {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-content {
  padding: 50px 35px;
}
@media screen and (min-width: 1024px) {
  .main-content {
    padding: 100px 35px;
  }
}
.text-primary {
  color: #088181;
}
.bg-primary {
  background: #088181;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-grey {
  color: #888888;
}
.text-white {
  color: #fff;
}
.text-low {
  text-transform: lowercase;
}
.text-up {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .text-desktop-left {
    text-align: left;
  }
  .text-desktop-center {
    text-align: center;
  }
  .text-desktop-right {
    text-align: right;
  }
}
@media screen and (min-width: 640px) {
  .text-tablet-left {
    text-align: left;
  }
  .text-tablet-center {
    text-align: center;
  }
  .text-tablet-right {
    text-align: right;
  }
}
.ls-small {
  letter-spacing: 0.05em;
}
.ls-medium {
  letter-spacing: 0.1em;
}
.ls-big {
  letter-spacing: 0.2em;
}
.ls-very-big {
  letter-spacing: 0.3em;
}
::-moz-selection {
  background: #088181;
  color: #fff;
}
::selection {
  background: #088181;
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
  line-height: 1.3;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: bold;
}
h1,
.h1 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
h3,
.h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
p {
  margin-bottom: 15px;
  line-height: 1.7;
}
em {
  font-weight: 300i;
}
strong {
  font-weight: 700;
}
section {
  padding: 25px 20px;
}
@media screen and (min-width: 640px) {
  section {
    padding: 50px 20px;
  }
}
section.narrow {
  padding-bottom: 0;
}
.on-scroll {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.on-scroll.visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.link-underline {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link-underline:hover {
  color: #088181;
  text-decoration: underline;
}
.cta,
input.cta {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2A2A2A;
  padding: 10px 15px;
  border: 2px solid #088181;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 480px) {
  .cta,
  input.cta {
    display: inline-block;
    width: auto;
    min-width: 170px;
  }
}
@media screen and (min-width: 640px) {
  .cta,
  input.cta {
    margin-bottom: 0;
  }
}
.cta:hover,
input.cta:hover {
  background: #088181;
  color: #fff;
  border-color: #088181;
}
.cta.cta-white-border,
input.cta.cta-white-border {
  color: #fff;
  border: 2px solid #fff;
}
.cta.cta-white-border:hover,
input.cta.cta-white-border:hover {
  background: #fff;
  color: #2A2A2A;
  border-color: #fff;
}
.cta.cta-black-border,
input.cta.cta-black-border {
  color: #2A2A2A;
  border: 2px solid #2A2A2A;
}
.cta.cta-black-border:hover,
input.cta.cta-black-border:hover {
  background: #2A2A2A;
  color: #fff;
  border-color: #2A2A2A;
}
.cta.cta-inverse,
input.cta.cta-inverse {
  color: #fff;
  background: #088181;
  border: 2px solid #088181;
}
.cta.cta-inverse:hover,
input.cta.cta-inverse:hover {
  background: #fff;
  color: #2A2A2A;
  border-color: #088181;
}
.cta.cta-margin,
input.cta.cta-margin {
  margin: 30px 0;
}
.cta-group {
  display: inline-block;
  margin-right: 20px;
}
.cta-group:last-child {
  margin-right: 0;
}
.cta-group a {
  text-align: center;
  text-decoration: underline;
  color: #088181;
  font-weight: bold;
}
.cta-group a:hover {
  color: ;
}
.saved-searches {
  padding: 50px;
  background: #f0f0f0;
  margin: 100px 0 0px;
}
.saved-searches h3 {
  margin-bottom: 10px;
}
.saved-searches label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.saved-searches input[type="text"] {
  border: none;
  height: 40px;
  padding: 10px;
}
.saved-searches .cta {
  margin-top: 20px;
}
.hero {
  background: #2A2A2A;
  background-size: cover;
  margin-bottom: 25px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .hero {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.hero .grid-container,
.hero .grid-x {
  height: 100%;
}
.hero h1 {
  margin: 5px 0 15px 0;
}
@media screen and (min-width: 640px) {
  .hero h1 {
    margin: 5px 0 30px 0;
  }
}
.hero p {
  max-width: 500px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-top: 80px;
    margin-bottom: 50px;
    height: 600px;
    background-image: url("../img/hero.jpg");
    background-position: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .sub-hero {
    height: 450px;
  }
}
.mobile-hero {
  height: 380px;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 1024px) {
  .mobile-hero {
    display: none;
  }
}
.apply-section {
  color: #fff;
  background: #2A2A2A;
  background-size: cover;
  background-position: 0% 50%;
}
.apply-section h1 {
  margin: 5px 0 15px 0;
}
@media screen and (min-width: 640px) {
  .apply-section h1 {
    margin: 5px 0 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .apply-section {
    color: #2A2A2A;
    margin-top: 80px;
    height: 450px;
    background-image: url("../img/apply-bg.jpg");
  }
  .apply-section .cta-white-border {
    color: #2A2A2A;
    border: 2px solid #2A2A2A;
  }
  .apply-section .cta-white-border:hover {
    background: #2A2A2A;
    color: #fff;
    border-color: #2A2A2A;
  }
}
.apply-section .grid-container,
.apply-section .grid-x {
  height: 100%;
}
.mobile-apply-section {
  height: 300px;
  background-image: url("../img/apply-bg.jpg");
  background-size: cover;
  background-position: left;
}
@media screen and (min-width: 1024px) {
  .mobile-apply-section {
    display: none;
  }
}
.logo img {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.text-block h2:not(.h3) {
  margin: 5px 0 15px 0;
}
@media screen and (min-width: 640px) {
  .text-block h2:not(.h3) {
    margin: 5px 0 30px 0;
  }
}
.text-block ul {
  list-style: disc;
  margin-left: 1em;
  line-height: 1.7;
}
.text-block ul li:last-child {
  margin-bottom: 20px;
}
.text-block.text-block-primary h2,
.text-block.text-block-primary .h2 {
  color: #088181;
}
.text-block-margin-bottom {
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .text-block-margin-bottom {
    margin-bottom: 0;
  }
}
.content p {
  margin-bottom: 1em;
}
.content p:last-child {
  margin-bottom: 0;
}
.solid-background {
  background-color: #F8F8F8;
}
.sticky-nav {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 5px;
  z-index: 9999999999;
}
.sticky-nav.sticky {
  color: #2A2A2A;
}
.sticky-nav.sticky .logo img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .sticky-nav.sticky .logo img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-nav {
    padding: 15px;
  }
  .sticky-nav.sticky {
    padding: 5px;
  }
}
.site-nav {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #088181;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.site-nav.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.site-nav ul {
  text-align: center;
  color: #fff;
}
.site-nav li {
  display: block;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-nav li a {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
}
.site-nav li a:hover {
  color: #2A2A2A;
}
.site-nav li a:focus {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 3px;
}
@media screen and (min-width: 640px) {
  .site-nav li {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-nav li {
    font-size: 30px;
  }
}
.back-button {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.back-button.back-button-bottom {
  margin-bottom: 0;
  margin-top: 30px;
}
.back-button i {
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
}
.back-button span {
  vertical-align: middle;
  display: inline-block;
}
.back-button:hover {
  color: #088181;
}
.hamburger-wrap {
  position: relative;
  z-index: 10;
}
.hamburger {
  outline: none;
}
.hamburger:hover,
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger .hamburger-inner {
  width: 30px;
  height: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #000;
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.hamburger.is-active .hamburger-inner {
  background: #fff;
}
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background: #fff;
}
.hamburger-box {
  height: 18px;
}
.sorting p,
.sorting ul {
  display: inline-block;
}
.sorting\/options li {
  margin: 0 5px;
  display: inline-block;
  font-size: 15px;
  color: #088181;
}
.sorting\/options li:first-child {
  margin-left: 0;
}
.sorting\/options li a:hover {
  text-decoration: underline;
}
.sorting\/options li.active a {
  font-weight: 600;
  text-decoration: underline;
}
.sorting\/options li:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 5px;
}
.sorting\/options li.asc:after {
  content: "\f0d8";
}
.sorting\/options li.desc:after {
  content: "\f0d7";
}
.functional-links {
  margin-left: 20px;
}
.functional-links p:last-child {
  margin-bottom: 30px;
}
.functional-links i {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .functional-links i {
    font-size: 45px;
  }
}
.functional-links .grid-x {
  margin-bottom: 30px;
}
.functional-links .grid-x:last-child {
  margin-bottom: 0;
}
.benefits {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .benefits {
    margin-bottom: 0;
  }
}
.benefits li {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .benefits li {
    margin: 30px 0;
  }
}
.benefits li i,
.benefits li span {
  display: inline-block;
  vertical-align: middle;
}
.benefits li span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.benefits li i {
  font-size: 20px;
  margin-right: 15px;
}
.tab-nav {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .tab-nav {
    margin-bottom: 0;
  }
}
.tab-nav li {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .tab-nav li {
    margin-bottom: 30px;
    display: inline-block;
  }
}
.tab-nav li a {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2A2A2A;
  padding: 10px 15px;
  border: 2px solid #088181;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  max-width: 100%;
  background: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .tab-nav li a {
    display: inline-block;
    width: auto;
    min-width: 170px;
  }
}
@media screen and (min-width: 640px) {
  .tab-nav li a {
    margin-bottom: 0;
  }
}
.tab-nav li a:hover {
  background: #088181;
  color: #fff;
  border-color: #088181;
}
.tab-nav li a.cta-white-border {
  color: #fff;
  border: 2px solid #fff;
}
.tab-nav li a.cta-white-border:hover {
  background: #fff;
  color: #2A2A2A;
  border-color: #fff;
}
.tab-nav li a.cta-black-border {
  color: #2A2A2A;
  border: 2px solid #2A2A2A;
}
.tab-nav li a.cta-black-border:hover {
  background: #2A2A2A;
  color: #fff;
  border-color: #2A2A2A;
}
.tab-nav li a.cta-inverse {
  color: #fff;
  background: #088181;
  border: 2px solid #088181;
}
.tab-nav li a.cta-inverse:hover {
  background: #fff;
  color: #2A2A2A;
  border-color: #088181;
}
.tab-nav li a.cta-margin {
  margin: 30px 0;
}
@media screen and (min-width: 640px) {
  .tab-nav li a {
    width: initial;
  }
}
.tab-nav li.active a {
  background: #F08F03;
  color: #fff;
}
.tab-select {
  display: none;
}
.slider {
  position: relative;
}
.slider:before,
.slider:after {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 16vw;
  line-height: 0.76;
  color: #e1e1e1;
  position: absolute;
}
.slider:before {
  content: '\201C';
  left: -20%;
  top: 0;
}
.slider:after {
  content: '\201D';
  right: -20%;
  top: 0;
}
.slide {
  padding: 5px;
  display: none;
}
.slide .comment {
  font-style: italic;
  font-weight: 500;
}
.slick-dots li {
  background: #D8D8D8;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: auto;
  height: auto;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active {
  background: #088181;
}
.attachment-links i {
  margin-left: 5px;
}
.attachment-links :hover {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2A2A2A;
}
.attachment-links p:last-child {
  margin-bottom: 0;
}
.attachment-links a {
  text-decoration: underline;
  color: #088181;
  font-weight: 600;
}
.arrow-link {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #088181;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}
.arrow-link:hover {
  color: #2A2A2A;
}
.arrow-link i {
  font-size: 16px;
  margin-left: 8px;
  vertical-align: middle;
}
.vacancy-listing-item {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}
.vacancy-listing-item h3 {
  font-size: 1.85em;
  margin-bottom: 20px;
}
.vacancy-listing-item .vacancy-details {
  margin-top: 15px;
}
.vacancy-listing-item .vacancy-details-list {
  line-height: 1.6;
}
.vacancy-listing .large-6:first-child .vacancy-listing-item,
.vacancy-listing .large-6:nth-child(2) .vacancy-listing-item {
  padding-top: 0;
  border: none;
}
.vacancy-title h1::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc(-0.15em);
}
.vacancy-details-view {
  line-height: 1.6;
}
.vacancy-properties {
  margin: 25px 0 0 0;
}
.vacancy-properties li {
  line-height: 1.6;
}
.rss-atom li {
  margin: 50px 10px 0 0;
  display: inline-block;
  color: #088181;
  font-weight: 600;
  text-decoration: underline;
}
.rss-atom li a:hover {
  color: #2A2A2A;
}
.vacancy-view-section {
  margin: 25px 0;
}
.vacancy-view-section h2,
.vacancy-view-section .h2,
.vacancy-view-section h3,
.vacancy-view-section .h3 {
  font-weight: 300;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 15px;
}
.vacancy-view-section h2 strong,
.vacancy-view-section .h2 strong,
.vacancy-view-section h3 strong,
.vacancy-view-section .h3 strong {
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .vacancy-view-section h2,
  .vacancy-view-section .h2,
  .vacancy-view-section h3,
  .vacancy-view-section .h3 {
    font-size: 20px;
  }
}
.vacancy-view-section ul li {
  line-height: 1.7;
}
.form-horizontal input:not(.cta),
.form-horizontal select {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.form-group {
  margin: 15px 0;
}
.form-group .control-label {
  margin-bottom: 5px;
  display: block;
}
footer {
  padding: 40px 10px;
  background-color: #212020;
  text-align: center;
}
footer img {
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  footer {
    text-align: left;
  }
}
footer .address {
  margin: 30px 0;
}
footer .address p {
  margin: 0 0 1px 0;
}
@media screen and (min-width: 1024px) {
  footer .address {
    margin: 0;
  }
}
/*# sourceMappingURL=main.css.map */