@charset "UTF-8";
#cookies {
  display: inline-block !important;
}

/*-------------------------------------------------------------------------CONTENT
*/
body {
  display: block !important;
}

.home_nav {
  width: 100%;
  height: auto;
  background: #000;
  padding: 60px 0 70px;
  display: inline-block;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .home_nav {
    padding: 40px 0 50px;
  }
}
.home_nav:after {
  content: "";
  clear: both;
  display: table;
}
.home_nav ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .home_nav ul {
    display: inline-block;
    margin-left: 5%;
  }
}
.home_nav ul:after {
  content: "";
  clear: both;
  display: table;
}
.home_nav li {
  display: inline-block;
  width: 23.125%;
  margin-right: 2.5%;
}
@media screen and (max-width: 860px) {
  .home_nav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    position: relative;
  }
  .home_nav li:before, .home_nav li:after {
    content: "";
    width: 18px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 22px;
    right: 10px;
    transform: rotate(-45deg) translateY(8px);
  }
  .home_nav li:after {
    transform: rotate(45deg) translateY(-8px);
  }
  .home_nav li:last-child {
    margin-bottom: 0;
  }
}
.home_nav li:last-child {
  margin-right: 0;
}
.home_nav a {
  color: #FFF;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .home_nav a {
    font-size: 1.1rem;
  }
}
.home_nav a span {
  transform: translateY(0);
  transition: transform 400ms ease;
  display: inline-block;
}
.home_nav a:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 400ms ease;
}
@media screen and (min-width: 860px) {
  .home_nav a:hover:after {
    height: 26px;
  }
  .home_nav a:hover span {
    transform: translateY(-10px);
  }
}

.content_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  float: left;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
/*  min-height: 560px;*/
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .content_container {
    min-height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .content_container {
    min-height: 0;
  }
}
.content_container.intro {
  background: #000;
}
.content_container.intro * {
  color: #FFF;
}
.content_container.intro h1 {
  color: #74c3b4;
}
.content_container.intro hr {
  background: #74c3b4;
}
.content_container.intro ul li:before {
  background: #FFF;
}
.content_container.intro ol li:before {
  color: #FFF;
}
.content_container.intro blockquote:before {
  background: #FFF;
}
.content_container.intro h1:first-child {
  border-color: #74c3b4 !important;
}
.content_container:not(.intro):not(:last-child) {
  border-bottom: 2px solid #e0dede;
}
.content_container:first-child {
  margin-top: -150px;
  padding-top: 140px;
}
.content_container img.background {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 860px) {
  .content_container img.background {
    max-width: 160%;
  }
}

.content {
  position: relative;
  padding: 80px 240px;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .content {
    padding: 60px 15vw;
  }
}
@media screen and (max-width: 1100px) {
  .content {
    padding: 60px 8vw;
  }
}
@media screen and (max-width: 860px) {
  .content {
    padding: 30px 0;
  }
}
.content p, .content h4 {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media screen and (max-width: 860px) {
  .content p, .content h4 {
    font-size: 0.94rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.content p.date, .content h4.date {
  margin-top: -8px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 22px;
}
@media screen and (max-width: 860px) {
  .content p.date, .content h4.date {
    font-size: 1rem;
  }
}
.content p a, .content h4 a {
  font-weight: 700;
}
.content p a:hover, .content h4 a:hover {
  text-decoration: underline;
}
.content h4 {
  text-transform: uppercase;
}
.content h1 {
  font-size: 2.8rem;
  margin-bottom: 26px;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .content h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .content h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 860px) {
  .content h1 {
    font-size: 2rem;
  }
}
.content h1:first-child {
  border-bottom: 10px solid #000;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .content h1:first-child {
    border-bottom: 6px solid #000;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 860px) {
  .content h1:first-child {
    border-bottom: 5px solid #000;
    margin-bottom: 22px;
  }
}
.content h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #000;
  letter-spacing: 2px;
  line-height: 1.3;
}
.content h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-top: 6px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media screen and (max-width: 860px) {
  .content h3 {
    margin-bottom: 15px;
  }
}
.content hr {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  display: inline-block;
  margin-bottom: 34px;
}
@media screen and (max-width: 860px) {
  .content hr {
    margin-bottom: 22px;
  }
}
.content img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .content img {
    margin-bottom: 26px;
  }
}
.content ul, .content ol {
  padding-bottom: 14px;
}

.content ul ul, 
.content ul ol, 
.content ol ul,
.content ol ol{
  padding-bottom: 0;
}

@media screen and (max-width: 860px) {
  .content ul, .content ol {
    padding-bottom: 16px;
  }
}

.content ul + hr, 
.content ol + hr{
  margin-top: 26px;
} 

.content ul li, 
.content ol li {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 12px;
  padding-left: 16px;
  position: relative;
}

.content ul li:last-of-type, 
.content ol li:last-of-type{
  padding-bottom: 0;
}

.content ul li p,
.content ol li p{
  margin-bottom: 0;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 860px) {
  .content ul li, .content ol li {
    padding-bottom: 10px;
    font-size: 0.94rem;
  }
}
.content ul li:before, .content ol li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: relative;
  top: 10px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 860px) {
  .content ul li:before, .content ol li:before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  padding-left: 30px;
  padding-top: 12px;
}
.content ul ul li, .content ul ol li, .content ol ul li, .content ol ol li {
  font-style: italic;
}
.content ul ul li:before, .content ul ol li:before, .content ol ul li:before, .content ol ol li:before {
  background: transparent;
  border: 1px solid #000;
}
.content ol {
  counter-reset: list;
}
.content ol li {
  counter-increment: list;
}
.content ol li:before {
  content: counter(list) ".";
  width: auto;
  height: 1em;
  background: transparent;
  font-weight: 700;
  color: #000;
  top: 0;
}
.content blockquote {
  position: relative;
  padding: 15px 0 15px 46px;
  margin-bottom: 32px;
}
@media screen and (max-width: 860px) {
  .content blockquote {
    padding: 6px 0 6px 30px;
  }
}
.content blockquote:before {
  content: "";
  width: 10px;
  height: 100%;
  display: inline-block;
  background: #e0dede;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  .content blockquote:before {
    width: 5px;
  }
}
.content blockquote *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content a.button {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #000;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none !important;
  transition: background 400ms ease, border 400ms ease, color 400ms ease;
}
@media screen and (min-width: 1100px) {
  .content a.button:hover {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
  }
}
.content > *:last-child {
  margin-bottom: 0;
}

.news_navigation {
  width: 100%;
  display: inline-block;
  height: auto;
  padding-top: 30px;
}
.news_navigation a {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
  color: #000;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .news_navigation a {
    padding-left: 20px;
  }
}
.news_navigation a:after, .news_navigation a:before {
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #d2d2d2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(10px);
  transition: background 400ms ease, left 400ms ease;
}
@media screen and (max-width: 860px) {
  .news_navigation a:after, .news_navigation a:before {
    width: 14px;
    height: 1px;
    transform: rotate(45deg) translateY(6.5px);
  }
}
.news_navigation a:after {
  transform: rotate(-45deg) translateY(-10px);
}
@media screen and (max-width: 860px) {
  .news_navigation a:after {
    transform: rotate(-45deg) translateY(-6.5px);
  }
}
@media screen and (min-width: 860px) {
  .news_navigation a:hover:after, .news_navigation a:hover:before {
    background: #586066;
    left: -14px;
  }
}
.news_navigation a.next {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 860px) {
  .news_navigation a.next {
    margin-bottom: 20px;
    padding-right: 20px;
  }
}
.news_navigation a.next:after, .news_navigation a.next:before {
  left: auto !important;
  right: 0;
  transform: rotate(-45deg) translateY(10px);
  transition: background 400ms ease, right 400ms ease;
}
@media screen and (max-width: 860px) {
  .news_navigation a.next:after, .news_navigation a.next:before {
    transform: rotate(-45deg) translateY(6.5px);
  }
}
.news_navigation a.next:after {
  transform: rotate(45deg) translateY(-10px);
}
@media screen and (max-width: 860px) {
  .news_navigation a.next:after {
    transform: rotate(45deg) translateY(-6.5px);
  }
}
@media screen and (min-width: 860px) {
  .news_navigation a.next:hover:after, .news_navigation a.next:hover:before {
    opacity: 1;
    right: -14px;
  }
}
.news_navigation a strong {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 6px;
  color: #000;
}
.news_navigation a span {
  font-size: 0.9rem;
  color: #586066;
}
@media screen and (max-width: 860px) {
  .news_navigation a span {
    font-size: 0.8rem;
  }
}
.news_navigation a span.date {
  font-size: 0.7rem;
  margin-top: 4px;
  color: #000;
  opacity: 0.8;
}
.news_navigation a strong, .news_navigation a span {
  display: block;
}

ul.sitemap li {
  font-style: normal;
  padding-left: 0;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap > li > a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
ul.sitemap ul {
  padding-bottom: 6px;
  padding-top: 10px;
}
ul.sitemap ul li:last-child {
  padding-bottom: 0;
}
ul.sitemap li.subsubnav > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
ul.sitemap a:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------------------FORMS
*/
form legend {
  display: none;
}
form p.error,
form p.success {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.8rem;
  background: #f75454;
  color: #FFF;
  padding: 10px 12px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  form p.error,
  form p.success {
    font-size: 0.8rem;
  }
}
form p.success {
  background: #85b33a;
}
form p:not(.success):not(.error) {
  margin-top: 28px;
  font-size: 1rem;
  line-height: 1.3;
}
form ol, form ul {
  padding-bottom: 0;
}
form li {
  position: relative;
  margin-bottom: 8px;
  height: auto;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 !important;
}
form li:before {
  display: none !important;
}
form li.contact_email_field {
  display: none;
}
form input:not([type=checkbox]):not([type=radio]), form select, form textarea {
  width: 100%;
  height: 66px;
  display: inline-block;
  float: left;
  padding: 18px 20px 0 20px;
  border-bottom: 5px solid transparent;
  transition: border 300ms ease, color 300ms ease;
  font-size: 0.9rem;
  background: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: transparent;
  border: 1px solid #e0dede;
}
@media screen and (max-width: 1440px) {
  form input:not([type=checkbox]):not([type=radio]), form select, form textarea {
    height: 58px;
  }
}
form textarea {
  height: 180px;
  padding: 32px 20px 16px 20px;
  resize: vertical;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  form textarea {
    height: 120px;
  }
}
form select {
  background-image: url(../images/icons/dropdown.svg);
  background-position: right 20px top 26px;
  background-size: 14px;
  background-repeat: no-repeat;
  color: transparent;
  padding: 18px 20px 0 20px;
}
form li:not(.inputgroup) label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 20px;
  font-size: 0.8rem;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: transform 300ms ease, opacity 300ms ease, font-size 300ms ease;
}
@media screen and (max-width: 1100px) {
  form li:not(.inputgroup) label {
    font-size: 0.8rem;
  }
}
form li:not(.inputgroup) label span.warning,
form li:not(.inputgroup) label em {
  display: none;
}
form button {
  width: 100%;
  height: auto;
  padding: 16px 20px;
  float: right;
  display: inline-block;
  background: transparent;
/*  background: #74c3b4;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
  font-size: 0.8rem;
  position: relative;
  border: 2px solid #000;
  transition: background 300ms ease, border 300ms ease, color 300ms ease;
}
form button:hover {
  background: #74c3b4 !important;
  border-color: #74c3b4 !important;
  color: #FFF !important;
}
form button:hover:after {
  right: 5%;
}
form li.required:not(.inputgroup) label:after {
  content: "*";
  color: #f75454;
}
form li.error input, form li.error select, form li.error textarea, form li.error .custom_upload {
  border-bottom: 5px solid #f75454 !important;
}
form li.success input, form li.success select, form li.success textarea, form li.success .custom_upload {
  border-bottom: 5px solid #85b33a !important;
}
form li.focus label {
  transform: translateY(-1.1rem);
  opacity: 0.6;
  font-size: 0.7rem;
}
@media screen and (max-width: 1100px) {
  form li.focus label {
    font-size: 0.6rem;
  }
}
form li.focus input, form li.focus select, form li.focus textarea {
  color: #000 !important;
}
form li.textarea label {
  top: 32px;
}
form li.textarea.focus label {
  transform: translateY(-0.9rem);
}
form li.inputgroup {
  padding-bottom: 20px;
}
form li.inputgroup > label {
  font-weight: bold;
  padding: 0 0 10px;
  display: inline-block;
  line-height: 1.3;
}
form li.inputgroup span.warning {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #f75454;
  color: #FFF;
  padding: 10px 12px;
  min-width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 860px) {
  form li.inputgroup span.warning {
    font-size: 0.7rem;
  }
}
form li.inputgroup label.radio-style,
form li.inputgroup label.checkbox-style {
  padding-left: 30px;
  display: inline-block;
  padding: 12px 0 12px 36px;
  position: relative;
  line-height: 1.2;
  font-size: 0.9rem;
}
form li.inputgroup label.radio-style:before,
form li.inputgroup label.checkbox-style:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FAFAFA;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  border: 1px solid #d0d0d0;
}
form li.inputgroup label.radio-style:after,
form li.inputgroup label.checkbox-style:after {
  opacity: 0;
  transition: opacity 200ms ease;
}
form li.inputgroup label.radio-style.checked:after,
form li.inputgroup label.checkbox-style.checked:after {
  opacity: 1;
}
form li.inputgroup label.radio-style:before {
  border-radius: 50%;
}
form li.inputgroup label.radio-style:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 3px;
  border-radius: 50%;
}
form li.inputgroup label.checkbox-style:after {
  content: "✔";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 0.8rem;
}
form div.custom_upload {
  width: 100%;
  height: 66px;
  display: inline-block;
  float: left;
  font-size: 0.9rem;
  background: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  border: 1px solid #eeeeee;
  transition: border 300ms ease, color 300ms ease;
}
@media screen and (max-width: 1440px) {
  form div.custom_upload {
    height: 58px;
  }
}
form div.custom_upload p {
  margin: 0 !important;
  text-align: right !important;
  line-height: 66px !important;
  font-size: 0.8rem !important;
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  form div.custom_upload p {
    line-height: 58px !important;
  }
}
form div.grecaptcha-badge {
  display: none;
}

/*-------------------------------------------------------------------------FOOTER
*/
.contact_info {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
  background: #f8f8f8;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact_info {
    padding: 30px 0;
  }
}
.contact_info p, .contact_info a {
  color: #000;
  font-size: 0.9rem;
  line-height: 42px;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .contact_info p, .contact_info a {
    line-height: 34px;
  }
}
.contact_info p a, .contact_info a a {
  font-weight: 600;
}
.contact_info p.company, .contact_info a.company {
  text-transform: uppercase;
  left: 1px;
}
.contact_info p.phone, .contact_info p.email, .contact_info a.phone, .contact_info a.email {
  padding-left: 26px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.contact_info p.email, .contact_info a.email {
  margin-left: 16px;
  background-image: url(../images/icons/email-grey@2x.png);
}
.contact_info p.phone, .contact_info a.phone {
  background-image: url(../images/icons/phone-grey@2x.png);
}
.contact_info p.address span, .contact_info a.address span {
  display: inline-block;
  width: 16px;
  text-align: center;
}
.contact_info a:hover {
  text-decoration: underline;
}

#footer_container {
  text-align: left;
  padding: 30px 0;
  border-top: 1px solid #e0dede;
}
#footer_container #footer {
  width: 100%;
}
#footer_container p, #footer_container div:not(.wrapper) {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  left: 1;
}
@media screen and (max-width: 860px) {
  #footer_container p, #footer_container div:not(.wrapper) {
    width: 100%;
    text-align: center;
  }
}
#footer_container ul {
  margin-left: 26px;
}
@media screen and (max-width: 860px) {
  #footer_container ul {
    display: block;
    margin-top: 14px;
    margin-left: 0;
  }
}
#footer_container ul li {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
}
#footer_container ul li a {
  padding: 0 26px 0 0;
}
#footer_container ul li a:hover {
  text-decoration: underline;
}
#footer_container ul li:last-of-type a {
  padding-right: 0;
  border-right: none;
}
#footer_container a.credit {
  float: right;
}
@media screen and (max-width: 860px) {
  #footer_container a.credit {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 26px;
  }
}
#footer_container a.credit:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=screen.css.map */