/* 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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 10px;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 840px) {
  body {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 8px;
  }
}
/*
    DEVELOPMENT
*/
html {
  background: url(https://www.madsholmtranslations.com/wp-content/themes/mads-holm/assets/css/../img/pattern.jpg) repeat;
}
body {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/*
    DEVELOPMENT
*/
.segment {
  width: 100%;
  padding: 0;
}
.segment .segment-restraint {
  max-width: 1400px;
  margin: 0 auto;
}
.segment button,
.segment input[type=submit],
.segment .wpcf7-form-control.wpcf7-submit {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
  border: 2px solid transparent;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  line-height: 44px;
  padding: 0 33px;
  min-width: 200px;
  font-weight: 100;
  font-size: 2.2em;
  margin-top: 4px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.segment .half {
  width: 50%;
  float: left;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment .half {
    width: auto;
    float: none;
  }
}
@media (max-width: 575px) {
  .segment .half {
    width: auto;
    float: none;
  }
}
.segment.segment-top {
  background: url(https://www.madsholmtranslations.com/wp-content/themes/mads-holm/assets/css/../img/block-3.png) center center;
  background-size: cover;
  padding: 13rem 0 10rem 0;
}
.segment.segment-top h1 {
  font-family: 'Merriweather', serif;
  font-size: 5rem;
  margin: 3.5rem 0 0.5rem 0;
  text-align: center;
  width: 75%;
  margin: 0 auto 3rem auto;
  color: #fff;
}
@media (min-width: 841px) {
  .segment.segment-top h1 {
    line-height: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-top h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .segment.segment-top h1 {
    font-size: 2rem;
  }
}
.segment.segment-top div {
  text-align: center;
}
@media (max-width: 840px) {
  .segment.segment-top div > span {
    display: block;
  }
}
.segment.segment-top span {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 2rem;
  padding: 0 0.5rem;
  color: #fff;
}
.segment.segment-top button {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: -1px;
}
.segment.segment-top button:active {
  background: white;
  color: #1d7d00;
}
@media (max-width: 840px) {
  .segment.segment-top button {
    font-weight: 300;
  }
}
.segment.segment-top button:hover {
  background: white;
  color: #5f031c;
}
.segment.segment-me {
  clear: both;
  overflow: auto;
}
.segment.segment-me .half-1 {
  margin: 4em 0;
  text-align: center;
}
.segment.segment-me .half-1 img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575px) {
  .segment.segment-me .half-1 img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.segment.segment-me .half-2 .inner {
  max-width: 500px;
  padding: 7em 2em 7em 2em;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-me .half-2 .inner {
    max-width: auto;
    padding: 7em 2em 7em 2em;
  }
  .segment.segment-me .half-2 .inner img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .segment.segment-me .half-2 .inner {
    max-width: auto;
    padding: 7em 2em 7em 2em;
  }
  .segment.segment-me .half-2 .inner img {
    max-width: 100%;
  }
}
.segment.segment-me h2 {
  font-family: 'Merriweather', serif;
  font-size: 3.5em;
  margin: 0 0 0.5em 0;
}
.segment.segment-me p {
  text-align: justify;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.5em;
  margin: 0.5em 0;
}
.segment.segment-me p.subtitle {
  margin-top: -1em;
  font-weight: 200;
  font-size: 2.2em;
}
@media (max-width: 840px) {
  .segment.segment-me p.subtitle {
    font-weight: 300;
  }
}
.segment.segment-phone {
  min-height: 150px;
  background: #5d051c;
  background: #5f031c;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-phone {
    padding: 2em 0 4em 0;
  }
}
@media (max-width: 575px) {
  .segment.segment-phone {
    padding: 2em 0 4em 0;
  }
}
.segment.segment-phone button {
  background: none;
  border: 2px solid #fff;
  color: white;
  font-size: 2.2em;
  margin-left: 30px;
  position: relative;
  top: -5px;
}
@media (max-width: 840px) {
  .segment.segment-phone button {
    margin-left: 0px;
  }
}
.segment.segment-phone button:active {
  background: white;
  color: #5d051c;
}
@media (max-width: 840px) {
  .segment.segment-phone button {
    font-weight: 300;
  }
}
.segment.segment-phone button:hover {
  background: white;
  color: #1d7d00;
}
.segment.segment-phone p {
  color: white;
  text-align: center;
}
.segment.segment-phone p a {
  color: white;
  text-decoration: none;
}
.segment.segment-phone p span {
  color: white;
  font-family: 'Merriweather', serif;
  font-size: 5em;
  line-height: 140px;
}
@media (max-width: 840px) {
  .segment.segment-phone p span {
    display: block;
  }
}
.segment.segment-cv {
  overflow: auto;
  background: #e5e4d8;
  height: 100%;
  position: relative;
}
.segment.segment-cv .half-2 {
  overflow: auto;
  height: 100%;
  background-position: center center;
  background-size: cover !important;
  min-height: 450px;
}
@media (min-width: 841px) {
  .segment.segment-cv .half-2 {
    min-height: inherit;
    left: 50%;
    width: 50%;
    position: absolute;
  }
  .segment.segment-cv .half-2 .inner {
    position: absolute;
  }
}
.segment.segment-cv .inner {
  float: right;
  padding: 7em 12em;
}
.segment.segment-cv .inner.restrained {
  max-width: 700px;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-cv .inner {
    float: none;
    padding: 5em 5em;
  }
}
@media (max-width: 575px) {
  .segment.segment-cv .inner {
    float: none;
    padding: 5em 5em;
  }
}
.segment.segment-cv h2 {
  font-family: 'Merriweather', serif;
  font-size: 3.5em;
  margin: 0 0 0.5em 0;
}
.segment.segment-cv p {
  text-align: justify;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.5em;
  margin: 0.5em 0 1em 0;
}
.segment.segment-cv button {
  background: #1d7d00;
  border: 2px solid #1d7d00;
  color: #fff;
}
.segment.segment-cv button:active,
.segment.segment-cv button:hover {
  background: transparent;
  color: #1d7d00;
}
@media (max-width: 840px) {
  .segment.segment-cv button {
    font-weight: 300;
  }
}
.segment.segment-services {
  overflow: auto;
  padding: 6rem 0;
}
.segment.segment-services .quarter {
  float: left;
  width: 33.3%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-services .quarter {
    float: none;
    width: auto;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .segment.segment-services .quarter {
    float: none;
    width: auto;
    padding-bottom: 5rem;
  }
}
.segment.segment-services .quarter img {
  margin: 0 auto;
  display: block;
}
.segment.segment-services .quarter .inner {
  padding: 0 15%;
}
.segment.segment-services .quarter .inner h2 {
  font-family: 'Merriweather', serif;
  font-size: 2.25rem;
  margin: 3.5rem 0 0.5rem 0;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-services .quarter .inner h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .segment.segment-services .quarter .inner h2 {
    font-size: 1.75rem;
  }
}
.segment.segment-services .quarter .inner p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  margin: 1.5rem 0 5rem 0;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-services .quarter .inner p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 1.5rem 0 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .segment.segment-services .quarter .inner p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 1.5rem 0 1.5rem 0;
  }
}
.segment.segment-services button {
  background: #1d7d00;
  border: 2px solid #1d7d00;
  color: #fff;
}
.segment.segment-services button:active,
.segment.segment-services button:hover {
  background: transparent;
  color: #1d7d00;
}
@media (max-width: 840px) {
  .segment.segment-services button {
    font-weight: 300;
  }
}
.segment.segment-presentation {
  background: url(https://www.madsholmtranslations.com/wp-content/themes/mads-holm/assets/css/../img/block-1.png) center center;
  background-size: cover;
}
.segment.segment-presentation .center {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 10em 0;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-presentation .center {
    width: 100%;
    padding: 10rem 5em;
  }
}
@media (max-width: 575px) {
  .segment.segment-presentation .center {
    width: 100%;
    padding: 4rem 3em;
  }
}
.segment.segment-presentation .center h2 {
  font-family: 'Merriweather', serif;
  font-size: 5em;
  line-height: 1.25em;
  color: white;
  width: 60%;
  margin: 0.5em auto;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-presentation .center h2 {
    font-size: 3rem;
    width: auto;
  }
}
@media (max-width: 575px) {
  .segment.segment-presentation .center h2 {
    font-size: 2rem;
    width: auto;
  }
}
.segment.segment-presentation .center p {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 2.3em;
  line-height: 1.25em;
  margin: 0.5em 0;
  color: white;
}
@media (max-width: 840px) {
  .segment.segment-presentation .center p {
    font-weight: 300;
  }
}
.segment.segment-testimonials {
  min-height: 515px;
  background: #fff;
}
.segment.segment-testimonials .center {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  padding: 10em 0;
}
.segment.segment-testimonials .center .arrow.left {
  float: left;
}
.segment.segment-testimonials .center .arrow.right {
  float: right;
}
.segment.segment-testimonials .center p.large {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 4em;
  line-height: 1.25em;
  margin: 0.5em 0;
  color: black;
}
.segment.segment-testimonials .center div.small {
  padding-top: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin: 0.5em 0;
  color: black;
}
.segment.segment-testimonials .center div.small p {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 0.1em;
}
.segment.segment-testimonials .center div.small p:last-child {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75em;
}
.segment.segment-testimonials .slide {
  display: none;
}
.segment.segment-testimonials .slide.current-slide {
  display: block;
}
.segment.segment-contact {
  background: #e5e4d8;
  padding: 2em 0 5em 0;
}
.segment.segment-contact .wpcf7-not-valid-tip {
  background: #5f031c !important;
  color: white;
  position: absolute;
  top: 0.5em;
  right: 0px;
  line-height: 1em;
  padding: 5px;
  margin-top: 6px;
}
.segment.segment-contact .center {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
}
.segment.segment-contact .center h2 {
  font-family: 'Merriweather', serif;
  font-size: 3.75em;
  line-height: 1.25em;
  color: black;
  width: 60%;
  margin: 0.5em auto 0 auto;
  font-weight: 400;
}
.segment.segment-contact .center .content {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 2.0em;
  line-height: 1.25em;
  margin: 1em 0 2em 0;
  color: black;
}
@media (max-width: 840px) {
  .segment.segment-contact .center .content {
    font-weight: 300;
  }
}
.segment.segment-contact .contact-form {
  margin-bottom: 2em;
}
.segment.segment-contact .contact-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
}
.segment.segment-contact .contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
}
.segment.segment-contact .contact-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
}
.segment.segment-contact .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
}
.segment.segment-contact .contact-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
}
.segment.segment-contact .contact-form ::placeholder {
  /* Most modern browsers support this now. */
  color: black;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
}
.segment.segment-contact .contact-form input[type=text],
.segment.segment-contact .contact-form input[type=email],
.segment.segment-contact .contact-form textarea {
  border: 1px solid black;
  border-radius: 1px;
  font-size: 1.1rem;
  line-height: 42px;
  height: 42px;
  padding: 0 0.5em;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
.segment.segment-contact .contact-form textarea {
  height: 130px;
}
.segment.segment-contact .contact-form .left {
  width: 49%;
  float: left;
}
.segment.segment-contact .contact-form .right {
  margin-left: 50%;
  width: 49%;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-contact .contact-form .left {
    width: auto;
    float: none;
  }
  .segment.segment-contact .contact-form .right {
    width: auto;
    float: none;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .segment.segment-contact .contact-form .left {
    width: auto;
    float: none;
  }
  .segment.segment-contact .contact-form .right {
    width: auto;
    float: none;
    margin: 0;
  }
}
.segment.segment-contact .contact-form .input {
  position: relative;
}
.segment.segment-contact .contact-form .input-file {
  position: relative;
  border: 1px dashed black;
  padding-top: 50px;
  height: 130px;
  margin-bottom: 20px;
}
.segment.segment-contact button,
.segment.segment-contact input[type=submit] {
  background: #1d7d00;
  border: 2px solid #1d7d00;
  color: #fff;
}
.segment.segment-contact button:active,
.segment.segment-contact input[type=submit]:active,
.segment.segment-contact button:hover,
.segment.segment-contact input[type=submit]:hover {
  background: transparent;
  color: #1d7d00;
}
@media (max-width: 840px) {
  .segment.segment-contact button,
  .segment.segment-contact input[type=submit] {
    font-weight: 300;
  }
}
.segment.segment-contact .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}
.segment.segment-footer {
  overflow: auto;
  background: #0c1b08;
  padding-bottom: 100px;
  padding-top: 50px;
}
.segment.segment-footer #footer-1,
.segment.segment-footer #footer-1-mobile {
  width: 65%;
  padding-left: 5%;
  float: left;
}
@media (min-width: 841px) and (max-width: 1200px) {
  .segment.segment-footer #footer-1,
  .segment.segment-footer #footer-1-mobile {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-footer #footer-1,
  .segment.segment-footer #footer-1-mobile {
    width: 100%;
    margin: 0;
    margin-right: 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  .segment.segment-footer #footer-1 .textwidget,
  .segment.segment-footer #footer-1-mobile .textwidget {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .segment.segment-footer #footer-1,
  .segment.segment-footer #footer-1-mobile {
    width: auto;
    margin-right: 0;
    padding: 2rem;
    float: none;
    width: 100%;
    text-align: center;
  }
  .segment.segment-footer #footer-1 .textwidget,
  .segment.segment-footer #footer-1-mobile .textwidget {
    padding: 1rem;
  }
}
.segment.segment-footer #footer-2,
.segment.segment-footer #footer-3 {
  width: 15%;
  float: left;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-footer #footer-2,
  .segment.segment-footer #footer-3 {
    width: 50%;
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  .segment.segment-footer #footer-2,
  .segment.segment-footer #footer-3 {
    width: 100%;
    float: none;
    padding: 2rem;
    display: none;
  }
}
.segment.segment-footer #footer-2 .textwidget,
.segment.segment-footer #footer-3 .textwidget,
.segment.segment-footer #footer-2 .menu-bottom-menu-container,
.segment.segment-footer #footer-3 .menu-bottom-menu-container {
  padding: 1rem;
}
.segment.segment-footer #footer-3 {
  margin-right: 5%;
}
@media (max-width: 840px) {
  .segment.segment-footer #footer-3 {
    margin-right: auto;
  }
}
.segment.segment-footer #footer-1 > div,
.segment.segment-footer #footer-1-mobile > div,
.segment.segment-footer #footer-2 > div,
.segment.segment-footer #footer-3 > div {
  padding: 50px 0px 0px 0px;
}
@media (min-width: 576px) and (max-width: 840px) {
  .segment.segment-footer #footer-1 > div,
  .segment.segment-footer #footer-1-mobile > div,
  .segment.segment-footer #footer-2 > div,
  .segment.segment-footer #footer-3 > div {
    padding: 6rem;
  }
}
@media (max-width: 575px) {
  .segment.segment-footer #footer-1 > div,
  .segment.segment-footer #footer-1-mobile > div,
  .segment.segment-footer #footer-2 > div,
  .segment.segment-footer #footer-3 > div {
    padding: 0 1rem;
  }
}
@media (max-width: 840px) {
  .segment.segment-footer #footer-1 li,
  .segment.segment-footer #footer-1-mobile li,
  .segment.segment-footer #footer-2 li,
  .segment.segment-footer #footer-3 li {
    text-align: center;
  }
}
.segment.segment-footer #footer-1 p,
.segment.segment-footer #footer-1-mobile p,
.segment.segment-footer #footer-2 p,
.segment.segment-footer #footer-3 p,
.segment.segment-footer #footer-1 a,
.segment.segment-footer #footer-1-mobile a,
.segment.segment-footer #footer-2 a,
.segment.segment-footer #footer-3 a {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 840px) {
  .segment.segment-footer #footer-1 p,
  .segment.segment-footer #footer-1-mobile p,
  .segment.segment-footer #footer-2 p,
  .segment.segment-footer #footer-3 p,
  .segment.segment-footer #footer-1 a,
  .segment.segment-footer #footer-1-mobile a,
  .segment.segment-footer #footer-2 a,
  .segment.segment-footer #footer-3 a {
    font-weight: 300;
  }
}
.segment.segment-footer #footer-1 a,
.segment.segment-footer #footer-1-mobile a,
.segment.segment-footer #footer-2 a,
.segment.segment-footer #footer-3 a {
  text-decoration: none;
}
.segment.segment-footer .view-mobile {
  display: none;
}
.segment.segment-footer .view-mobile .socialmedia {
  padding-top: 2rem;
}
.segment.segment-footer .view-mobile .socialmedia li {
  display: inline-block;
  max-width: 20%;
  height: auto;
}
.segment.segment-footer .view-mobile .socialmedia li img {
  width: 100%;
  height: auto;
}
.segment.segment-footer .view-mobile .socialmedia li a {
  display: block;
}
.segment.segment-footer .view-desktop {
  display: block;
}
.segment.segment-footer #footer-3 .socialmedia {
  padding: 1rem;
}
.segment.segment-footer #footer-3 .socialmedia li p img {
  float: left;
  height: 1rem;
  width: auto;
  position: relative;
  top: 3px;
  margin-right: 0.5rem;
}
.segment.segment-footer #footer-3 .socialmedia li a {
  display: block;
  cursor: pointer;
}
.segment.segment-footer #footer-3 .socialmedia p {
  line-height: 1.2rem;
  font-size: 1rem;
  text-align: left !important;
}
@media (max-width: 575px) {
  .segment.segment-footer .view-mobile {
    display: block;
  }
  .segment.segment-footer .view-desktop {
    display: none;
  }
}
header {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
header .logo {
  position: relative;
  float: left;
  margin-top: 5px;
}
header .logo img {
  margin: 10px 30px;
  height: 50px;
  width: auto;
}
header .logo .white {
  display: block;
}
header .logo .reverse {
  display: none;
}
header ul {
  float: right;
  height: 80px;
  padding-right: 30px;
}
@media (max-width: 840px) {
  header ul {
    display: none;
  }
}
header ul li {
  display: inline-block;
}
header ul li a {
  text-transform: uppercase;
  line-height: 80px;
  padding: 0 15px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 1.4em;
}
header ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  header ul li a {
    padding: 0 5px;
  }
}
header ul li:nth-last-child(1) a,
header ul li:nth-last-child(2) a,
header ul li:nth-last-child(3) a {
  padding: 0 0 0 5px;
}
header ul li.selected a {
  text-decoration: underline;
}
header .burger,
header .close {
  position: relative;
  top: 5px;
  cursor: pointer;
  margin: 10px 20px;
  float: right;
  display: none;
}
@media (max-width: 840px) {
  header .burger,
  header .close {
    display: block;
  }
}
header .burger div,
header .close div {
  width: 40px;
  height: 4px;
  background-color: white;
  margin: 8px 0;
}
header .close {
  width: 40px;
  height: 40px;
  display: none;
}
header .close div {
  height: 3px;
  margin: 0;
}
header .close div:last-child {
  transform: translateY(20px) rotate(-45deg);
}
header .close div:first-child {
  transform: translateY(23px) rotate(45deg);
}
header.fixed {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
header.fixed ul li a {
  color: black;
}
header.fixed .logo .white {
  display: none;
}
header.fixed .logo .reverse {
  display: block;
}
header.fixed .burger {
  top: 2px;
}
header.fixed .burger div {
  background-color: black;
}
header.fixed.expanded {
  height: auto;
}
header.fixed.expanded .burger {
  display: none;
}
header.fixed.expanded .close {
  display: block;
}
header.fixed.expanded .close div {
  background-color: black;
}
header.fixed.expanded ul {
  display: block;
  background: #e5e4d8;
  height: 100%;
  width: 100%;
  padding: 3rem 0;
}
header.fixed.expanded ul li {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
}
header.fixed.expanded ul li a {
  text-align: center;
  display: block;
  line-height: 3rem;
  font-size: 1.25rem;
}
.wpcf7-response-output {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  border-color: transparent !important;
}
.wpcf7-not-valid-tip {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem !important;
  padding-bottom: 1.25rem;
}
