html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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 everything, fucking box-sizing
 */
html {
  box-sizing: border-box;
}

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

* {
  box-sizing: border-box;
  font-family: inherit;
}

html {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

h1, h2, h3, h4 {
  color: #000090;
  font-family: "Overpass", sans-serif;
}

#page-nav-wrapper {
  background-color: #000090;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}
#page-nav-wrapper #page-nav {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-family: "Overpass", sans-serif;
}
#page-nav-wrapper #page-nav #nav-home {
  position: absolute;
  left: 0px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1;
  height: 42px;
}
#page-nav-wrapper #page-nav #logo-header {
  max-height: 42px;
}
#page-nav-wrapper #page-nav #nav-linkedin {
  position: absolute;
  right: 0px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 25px;
}
#page-nav-wrapper #page-nav #linkedin-header {
  height: 25px;
  opacity: 0.7;
}
#page-nav-wrapper #mobile-nav {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 780px) {
  #page-nav-wrapper #mobile-nav {
    display: block;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    width: calc(100% + 40px);
    background-color: #000090;
    left: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  #page-nav-wrapper #mobile-nav .nav-item {
    display: block;
    padding: 15px 0;
  }
  #page-nav-wrapper #mobile-nav.active {
    visibility: visible;
    opacity: 1;
  }
}
#page-nav-wrapper #mobile-nav-toggle {
  display: none;
  padding: 20px;
}
@media (max-width: 780px) {
  #page-nav-wrapper #mobile-nav-toggle {
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
  }
}
#page-nav-wrapper #mobile-nav-toggle.active #close-toggle {
  transform: scale(1);
}
#page-nav-wrapper #mobile-nav-toggle.active #nav-toggle {
  transform: scale(0);
}
#page-nav-wrapper #mobile-nav-toggle #close-toggle,
#page-nav-wrapper #mobile-nav-toggle #nav-toggle {
  height: 23px;
  transform: scale(1);
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
}
#page-nav-wrapper #mobile-nav-toggle #close-toggle {
  transform: scale(0);
  margin-left: -20px;
}
#page-nav-wrapper .nav-item {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  padding: 20px;
  text-decoration: none;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
#page-nav-wrapper .nav-item.image-item {
  font-size: 0px;
}
#page-nav-wrapper .nav-item.active {
  opacity: 1;
}
@media (hover: hover) {
  #page-nav-wrapper .nav-item:hover {
    opacity: 0.85;
  }
  #page-nav-wrapper .nav-item.active:hover {
    opacity: 1;
  }
}

#home {
  max-width: 1300px;
  display: grid;
  margin: 0 auto;
  grid-template: "media content"/auto auto;
  align-items: center;
  column-gap: 100px;
  padding: 130px 0px 90px;
}
@media (max-width: 1300px) {
  #home {
    column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  #home {
    grid-template: "content" "media"/auto;
    row-gap: 70px;
    text-align: center;
  }
}
#home #intro-media-wrapper {
  grid-area: media;
}
#home #intro-media-wrapper #intro-media {
  max-width: 100%;
  max-height: 600px;
}
#home #intro-media-wrapper .spike-rotate {
  transform-origin: -6.7% 1.5%;
  animation-name: rotate;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#home #intro-media-wrapper .spike-rotate.reverse {
  animation-direction: reverse;
}
#home #intro-media-wrapper .cell-element.middle-stroke,
#home #intro-media-wrapper .cell-element.middle-bg {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-name: scaleupdown;
  animation-direction: alternate;
}
@keyframes scaleupdown {
  from {
    transform: scale(1) translateX(-1px) translateY(1px);
  }
  to {
    transform: scale(1.1) translateX(1px) translateY(-1px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  #home {
    padding-bottom: 100px;
  }
}
#home #intro-content {
  grid-area: content;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1300px) {
  #home #intro-content {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  #home #intro-content {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
#home #intro-content #logo {
  width: 180px;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media (max-width: 1200px) {
  #home #intro-content #logo {
    margin-top: -30px;
  }
}
#home #intro-content #title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#home #intro-content #title > span {
  display: block;
}
#home #intro-content #title #top-title {
  color: #555;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4em;
  margin-bottom: 0px;
}
#home #intro-content #title #top-title sub {
  font-size: 12px;
  bottom: -0.225em;
  margin-left: -8px;
}
#home #intro-content #title #mid-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 22px;
}
#home #intro-content #title #sub-title {
  font-size: 28px;
  line-height: 1.4em;
  margin-top: 18px;
  color: #555;
  font-weight: 400;
}
#home #intro-content #intro-bar {
  margin-top: 32px;
  display: inline-block;
  position: relative;
  font-family: "Overpass", sans-serif;
}
#home #intro-content #intro-bar br {
  display: none;
}
@media (max-width: 650px) {
  #home #intro-content #intro-bar br {
    display: initial;
  }
}
#home #intro-content #intro-bar:before {
  content: "";
  position: absolute;
  width: 90%;
  top: 50%;
  height: 4px;
  background-color: #000090;
  margin-top: -2px;
  left: 5%;
  z-index: -1;
}
@media (max-width: 650px) {
  #home #intro-content #intro-bar:before {
    width: 4px;
    top: 5%;
    height: 90%;
    margin-top: 0px;
    margin-left: -2px;
    left: 50%;
  }
}
#home #intro-content #intro-bar .bar-item {
  padding: 15px 30px;
  color: #fff;
  border-radius: 60px;
  background-color: #000090;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
#home #intro-content #intro-bar .bar-item + br + .bar-item {
  margin-left: 15px;
}
@media (max-width: 650px) {
  #home #intro-content #intro-bar .bar-item + br + .bar-item {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.content-title {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 1.2em;
  margin-top: 0px;
}
@media (max-width: 750px) {
  .content-title br {
    display: none;
  }
}
@media (max-width: 550px) {
  .content-title {
    font-size: 38px;
  }
}

.content-text {
  color: #444;
  line-height: 1.5em;
}

#about {
  background-color: #F6F6F6;
  padding: 100px 0 0;
  font-size: 22px;
}
#about #content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
#about #content-text {
  color: #444;
  line-height: 1.4em;
}
#about #about-media-wrapper {
  padding: 0 20px;
  margin: 40px 0 40px;
}
#about #about-media {
  width: 1280px;
  margin: 0px auto;
  display: block;
  position: relative;
}
@media (max-width: 1320px) {
  #about #about-media {
    width: 100%;
  }
}

#news {
  background-color: #F6F6F6;
  padding: 100px 0;
  margin-top: -30px;
}
#news #content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
#news #news-title {
  margin-top: 0px;
  margin-bottom: 50px;
  line-height: 1.2em;
  font-size: 30px;
}
#news #news-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 850px) {
  #news #news-wrapper {
    grid-template-columns: 1fr;
  }
}
#news #news-wrapper a:nth-child(6) ~ a {
  display: none;
}
#news #news-wrapper #show-less-wrapper {
  display: none;
}
#news #news-wrapper.show-news #load-more-wrapper {
  display: none;
}
#news #news-wrapper.show-news #show-less-wrapper {
  display: block;
}
#news #news-wrapper.show-news a:nth-child(6) ~ a {
  display: block;
}
#news .load-wrapper {
  grid-column: 1/-1;
}
#news .load-wrapper .load-button {
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #000090;
  margin: 0 auto;
  display: block;
  padding: 7px 22px;
  cursor: pointer;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease;
}
#news .load-wrapper .load-button:hover {
  background-color: #fff;
  color: #000090;
  transform: scale(1.05);
}
#news .text-link {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 30px 30px 70px;
  line-height: 1.5em;
  font-size: 20px;
  color: #444;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 5px;
}
@media (max-width: 550px) {
  #news .text-link {
    padding: 30px 30px 60px;
  }
}
@media (max-width: 360px) {
  #news .text-link {
    padding: 20px 20px 60px;
  }
}
@media (hover: hover) {
  #news .text-link:hover {
    transform: scale(1.05);
  }
}
#news .text-link .news-date {
  display: block;
  position: absolute;
  bottom: 22px;
  right: 64px;
  font-size: 16px;
  color: #000090;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}
@media (max-width: 550px) {
  #news .text-link .news-date {
    bottom: 18px;
    right: 60px;
  }
}
@media (max-width: 360px) {
  #news .text-link .news-date {
    right: 54px;
  }
}
#news .text-link:after {
  content: " ";
  display: block;
  width: 30px;
  height: 38px;
  background-image: url(/assets/media/link-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 550px) {
  #news .text-link:after {
    bottom: 16px;
    right: 16px;
  }
}
@media (max-width: 360px) {
  #news .text-link:after {
    right: 10px;
  }
}

#team {
  padding: 100px 0 60px;
  font-size: 22px;
}
@media (max-width: 783px) {
  #team {
    padding: 100px 0 100px;
  }
}
#team #team-wrapper {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
}
#team #team-wrapper .content-title {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0 20px;
}
#team #team-wrapper .content-text {
  max-width: 1200px;
  margin: 0 auto;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: left;
}
#team #team-wrapper .team-item {
  width: 340px;
  height: 435px;
  padding: 40px 20px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 783px) {
  #team #team-wrapper .team-item {
    display: block;
    min-width: 320px;
    width: 320px;
    padding: 60px 0px;
    margin: 0 auto;
  }
}
@media (max-width: 1730px) and (min-width: 1580px) {
  #team #team-wrapper .team-item + .team-item {
    margin-left: -36px;
  }
}
#team #team-wrapper .team-item .team-item-wrapper {
  perspective: 1500px;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.85, 1), box-shadow 0.3s ease;
}
#team #team-wrapper .team-item.active {
  z-index: 1;
}
#team #team-wrapper .team-item.active .team-item-wrapper {
  transform: rotateY(180deg);
}
#team #team-wrapper .team-item .card-front {
  width: 100%;
  height: 100%;
}
#team #team-wrapper .team-item .card-front,
#team #team-wrapper .team-item .card-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#team #team-wrapper .team-item .card-back {
  width: 105%;
  transform: rotateY(180deg);
  margin-left: -2.5%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 17px;
  text-align: left;
  padding: 10px 25px 25px 35px;
  line-height: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #444;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 783px) {
  #team #team-wrapper .team-item .card-back {
    width: 100%;
    margin-left: 0;
    padding: 10px 20px 25px 30px;
  }
}
#team #team-wrapper .team-item .card-back .team-close-card {
  bottom: 20px;
  height: 65px;
  width: 65px;
  border-radius: 100px;
  background-color: #000090;
  display: block;
  position: absolute;
  z-index: 1;
  top: -22px;
  right: -22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: url(/assets/media/times-solid.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 400px) {
  #team #team-wrapper .team-item .card-back .team-close-card {
    top: -80px;
    right: 0px;
  }
}
@media (max-width: 340px) {
  #team #team-wrapper .team-item .card-back .team-close-card {
    top: -40px;
    right: 50%;
    transform: translateX(50%);
  }
}
#team #team-wrapper .team-item .team-content {
  overflow-y: auto;
  height: 100%;
  padding: 20px 10px 30px 0;
}
#team #team-wrapper .team-item .team-content:after, #team #team-wrapper .team-item .team-content:before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
}
#team #team-wrapper .team-item .team-content:before {
  top: 10px;
  height: 20px;
  transform: rotate(180deg);
}
#team #team-wrapper .team-item .team-content:after {
  bottom: 25px;
  height: 50px;
}
#team #team-wrapper .team-item .team-avatar {
  display: inline-block;
  background-color: #ccc;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#team #team-wrapper .team-item .team-title {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 300;
  color: #000090;
  font-family: "Overpass", sans-serif;
}
#team #team-wrapper .team-item .team-title strong {
  font-weight: 700;
  display: block;
}
#team #team-wrapper .team-item .team-title:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-top: -85px;
  margin-left: 35px;
  background-color: #fff;
  background-image: url(/assets/media/info-circle-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#contact {
  padding: 100px 20px 200px;
  font-size: 22px;
  line-height: 1.4em;
  background-color: #F6F6F6;
  color: #000090;
  align-items: center;
}
#contact #footer {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
@media (max-width: 1200px) {
  #contact #footer {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
  #contact #footer #footer-copy {
    display: none;
  }
}
#contact .content-text {
  line-height: 1.6em;
}
#contact .content-title {
  margin-bottom: 50px;
}
#contact #address-title {
  margin-bottom: 10px;
  display: inline-block;
}
#contact #footer-phone {
  display: inline-block;
  color: #444;
}
@media (max-width: 1200px) {
  #contact #footer-phone {
    margin-bottom: 50px;
  }
}
#contact #footer-copy {
  margin-top: 70px;
  display: inline-block;
}
#contact #footer-form {
  width: 100%;
}
@media (max-width: 1200px) {
  #contact #footer-form {
    margin-top: 30px;
  }
}
#contact #footer-form label {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: #444;
}
#contact #footer-form .form-control {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 40px;
  border: 2px solid #444;
  border-radius: 4px;
  padding: 10px 10px;
  background-color: #F6F6F6;
  resize: none;
}
#contact #footer-form #contact-submit {
  border: 2px solid #000090;
  padding: 10px 20px;
  color: #fff;
  background-color: #000090;
  cursor: pointer;
  border-radius: 4px;
}
#contact #footer-form #form-copy {
  display: none;
  margin-top: 100px;
  margin-bottom: -100px;
  color: #444;
}
@media (max-width: 1200px) {
  #contact #footer-form #form-copy {
    display: block;
  }
}
