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

/*------------------------------------------------------------------------- BASE STYLES
*/
@font-face {
  font-family: 'Garamond';
  src: url("../fonts/AGaramondPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Regular.otf") format("opentype"), url("../fonts/AGaramondPro-Regular.woff") format("woff"), url("../fonts/AGaramondPro-Regular.ttf") format("truetype"), url("../fonts/AGaramondPro-Regular.svg#../fonts/AGaramondPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/AGaramondPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Bold.otf") format("opentype"), url("../fonts/AGaramondPro-Bold.woff") format("woff"), url("../fonts/AGaramondPro-Bold.ttf") format("truetype"), url("../fonts/AGaramondPro-Bold.svg#AGaramondPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  display: block;
  font-size: 100%;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

body * {
  font-family: 'Helvetica Neue','Helvetica','Ariel',sans-seif;
  font-weight: regular;
  color: #61686f;
  text-decoration: none;
  font-size: 1rem;
  vertical-align: bottom;
}

::-moz-selection {
  background: #cc5802;
  color: #FFF;
}

::selection {
  background: #cc5802;
  color: #FFF;
}

::-moz-selection {
  background: #cc5802;
  color: #FFF;
}

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.button {
  width: auto;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 75px 0 25px;
  color: #FFF;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  z-index: 3;
  margin-top: 30px;
  color: #FFF !important;
  text-decoration: none !important;
}

.button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #e76200;
  z-index: -2;
}

.button:after {
  width: 50px;
  height: 50px;
  content: "";
  background-color: #c35809;
  background-image: url(../images/icons/plus@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  .button:hover:after {
    width: 100%;
  }
}

#google_map {
  height: 500px;
  width: 960px;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

/*-------------------------------------------------------------------------SHARED STYLES
*/
.page {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  width: 90%;
}

.page:after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 868px) {
  .page {
    padding-top: 80px;
  }
}

.page h1, .page h2 {
  font-size: 3.125rem;
  font-family: "Garamond";
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  line-height: 1.2em;
}

@media screen and (max-width: 1366px) {
  .page h1, .page h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 868px) {
  .page h1, .page h2 {
    font-size: 2rem;
    display: block;
    padding-right: 0 !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.page h1:after, .page h2:after {
  width: 200px;
  height: 5px;
  background: #e76200;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .page h1:after, .page h2:after {
    height: 3px;
  }
}

@media screen and (max-width: 868px) {
  .page h1:after, .page h2:after {
    width: 50%;
  }
}

.page h2 {
  font-size: 2.375rem;
}

@media screen and (max-width: 1366px) {
  .page h2 {
    font-size: 1.8rem;
  }
}

.page h1 {
  padding-right: 40%;
}

.page h3 {
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  clear: both;
  line-height: 1.3em;
}

.page h3:after {
  width: 180px;
  height: 2px;
  content: "";
  background: #e76200;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page h4 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.3em;
}

.page p {
  font-size: 1.1rem;
  line-height: 1.5em;
  padding-bottom: 20px;
}

@media screen and (max-width: 868px) {
  .page p {
    font-size: 1rem;
  }
}

.page p.emph {
  font-size: 1.375rem;
}

@media screen and (max-width: 868px) {
  .page p.emph {
    font-size: 1.1rem;
  }
}

.page p > a {
  color: #e76200;
  text-decoration: underline;
  font-size: 1em !important;
}

.page ul, .page ol {
  padding-bottom: 4px;
  height: auto;
  overflow: hidden;
}

.page ul li, .page ol li {
  line-height: 1.6em;
  padding-bottom: 16px;
  padding-left: 30px;
  background: url(../images/icons/bullet@2x.png);
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  width: auto;
  clear: left;
}

.page ul.sitemap a {
  display: inline-block;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.page ul.sitemap a:hover {
  color: #e76200 !important;
}

.page ul.sitemap > li > a {
  font-weight: bold;
}

.page ul.sitemap > li > ul {
  padding-bottom: 0;
  padding-top: 16px;
}

.page ul.sitemap > li > ul li:last-of-type {
  padding-bottom: 0;
}

.page ul.sitemap > li > ul li.subsubnav > a {
  font-weight: bold;
  color: #888d93;
}

.page ul.sitemap > li > ul li.subsubnav > ul {
  padding-top: 16px;
}

.page a {
  font-size: 1em;
  font-family: inherit;
}

.page em {
  font-style: italic;
  font-size: inherit;
}

.page strong {
  font-weight: bold;
  font-size: inherit;
}

.page > h1 {
  line-height: 1.2em;
}

@media screen and (max-width: 1024px) {
  .page > h1 {
    padding-right: 30%;
  }
}

.page > .content > img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}

.page > .content > h3 {
  padding-top: 10px;
}

.page > .content > p, .page > .content > h1, .page > .content > h2, .page > .content > h3, .page > .content > h4 {
  max-width: 60%;
}

@media screen and (max-width: 868px) {
  .page > .content > p, .page > .content > h1, .page > .content > h2, .page > .content > h3, .page > .content > h4 {
    max-width: 100%;
  }
}

.page > .content > h1 {
  line-height: 1.2em;
}

@media screen and (max-width: 1024px) {
  .page > .content > h1 {
    padding-right: 30%;
  }
}

.inline_media iframe{
  width: 100%;
  height: 440px;
  margin-bottom: 30px;
}

@media screen and (max-width: 868px) {
  .inline_media iframe{
    height: 320px;
  }
}

/*--------------------------------------------------------------------------HEADER
*/
#header {
  width: 100%;
  background: #e76200;
  height: 140px;
  z-index: 2000;
  position: relative;
}

@media screen and (max-width: 868px) {
  #header {
    height: auto;
  }
}

#header #access {
  display: none;
}

#header .wrapper {
  position: relative;
}

@media screen and (max-width: 868px) {
  #header .wrapper {
    text-align: center;
  }
}

#header h1 a {
  width: 18%;
  height: 140px;
  background: url(../images/logo@2x.png);
  background: url(../images/logo.svg);
  text-indent: -999px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1366px) {
  #header h1 a {
    width: 20%;
  }
}

@media screen and (max-width: 868px) {
  #header h1 a {
    width: 90%;
    display: block;
    margin: auto;
    height: 90px;
    background-size: auto 65%;
    background-position: center;
    float: none;
  }
}

#header h2 {
  width: 30%;
  display: inline-block;
  float: left;
  line-height: 1.3em;
  color: #FFF;
  vertical-align: baseline;
  position: absolute;
  bottom: 22px;
  left: 22%;
  font-size: 1.1rem;
}

@media screen and (max-width: 1366px) {
  #header h2 {
    left: 24%;
  }
}

@media screen and (max-width: 868px) {
  #header h2 {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 2% 15px;
    background: url(../images/divider.png);
    background-size: 90% auto;
    background-position: center top;
    background-repeat: no-repeat;
    float: none;
    display: block;
    margin: auto;
    font-size: 1rem;
  }
  #header h2 br {
    display: none;
  }
}

#header h2 strong {
  font-weight: bold;
  color: #FFF;
}

#header .header_contact {
  display: inline-block;
  float: right;
  vertical-align: baseline;
  height: auto;
  position: absolute;
  bottom: 22px;
  right: 0;
}

@media screen and (max-width: 868px) {
  #header .header_contact {
    display: none;
  }
}

#header .header_contact p, #header .header_contact a {
  color: #FFF;
  line-height: 35px;
  padding-left: 35px;
  background-position: left center;
  background-size: 25px;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  clear: both;
  font-size: 1.1rem;
}

#header .header_contact a {
  font-weight: bold;
}

#header .header_contact .phone {
  background-image: url(../images/icons/phone@2x.png);
  background-size: 22px;
}

#header .header_contact .email {
  background-image: url(../images/icons/email@2x.png);
  padding-left: 38px;
}

#header .mobile_controls {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}

#header .mobile_controls button, #header .mobile_controls a {
  width: 32.66%;
  margin-right: 1%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #535c64;
  display: inline-block;
  float: left;
  color: #FFF;
  font-size: 0.95rem;
  padding-left: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#header .mobile_controls button:last-child, #header .mobile_controls a:last-child {
  margin-right: 0;
}

#header .mobile_controls button.phone, #header .mobile_controls a.phone {
  background-image: url(../images/icons/phone@2x.png);
  background-size: 15px;
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

#header .mobile_controls button.callback_toggle, #header .mobile_controls a.callback_toggle {
  background-image: url(../images/icons/callback@2x.png);
  background-size: 15px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}

#header .mobile_controls button#burger span, #header .mobile_controls a#burger span {
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

#header .mobile_controls button#burger span:before, #header .mobile_controls a#burger span:before {
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  background: #FFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: bottom 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: bottom 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, bottom 300ms ease-in-out;
  transition: transform 300ms ease-in-out, bottom 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#header .mobile_controls button#burger span:after, #header .mobile_controls a#burger span:after {
  width: 10px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: #FFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: width 300ms ease-in-out, top 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: width 300ms ease-in-out, top 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, width 300ms ease-in-out, top 300ms ease-in-out;
  transition: transform 300ms ease-in-out, width 300ms ease-in-out, top 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#header .mobile_controls button#burger.active span, #header .mobile_controls a#burger.active span {
  background: none;
}

#header .mobile_controls button#burger.active span:before, #header .mobile_controls a#burger.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0px;
}

#header .mobile_controls button#burger.active span:after, #header .mobile_controls a#burger.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  top: 0px;
}

@media screen and (min-width: 868px) {
  #header .mobile_controls {
    display: none !important;
  }
}

.nav {
  width: 100%;
  height: 64px;
  background: #61686f;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: relative;
}

@media screen and (max-width: 868px) {
  .nav {
    height: auto;
    max-height: 0px;
    -webkit-transition: max-height 400ms ease-in-out;
    transition: max-height 400ms ease-in-out;
    overflow: hidden;
  }
  .nav.open {
    max-height: 400px;
  }
}

.nav:after {
  width: 80px;
  height: 10px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #e76200;
}

@media screen and (max-width: 868px) {
  .nav:after {
    display: none;
  }
}

.nav #nav {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .nav #nav {
    width: 98%;
  }
}

@media screen and (max-width: 868px) {
  .nav #nav {
    display: inline-block;
    padding-top: 50px;
    width: 100%;
  }
}

.nav #nav:after {
  clear: both;
  content: "";
  display: block;
}

.nav #nav > li {
  position: relative;
  width: auto;
  height: 64px;
  display: inline-block;
  float: left;
  padding: 16px;
  text-align: center;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

@media screen and (max-width: 868px) {
  .nav #nav > li {
    width: 100%;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #878d92;
  }
  .nav #nav > li:first-of-type {
    display: none;
  }
  .nav #nav > li:last-of-type {
    border-bottom: none;
  }
}

.nav #nav > li:after {
  width: 100%;
  height: 0px;
  background: #e76200;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  .nav #nav > li:hover {
    background: #515860;
  }
  .nav #nav > li:hover:after {
    height: 5px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 868px) {
  .nav #nav > li:hover:after {
    height: 2px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 868px) {
  .nav #nav > li.subnav:hover {
    background: #515860;
  }
  .nav #nav > li.subnav:hover:after {
    height: 5px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 868px) and (max-width: 868px) {
  .nav #nav > li.subnav:hover:after {
    height: 2px;
  }
}

.nav #nav > li > a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  padding-left: 28px;
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 868px) {
  .nav #nav > li > a {
    line-height: 50px;
    height: 50px;
    background-size: 16px;
    padding-left: 24px;
  }
}

.nav #nav > li > a.nav_about {
  background-image: url(../images/icons/about@2x.png);
}

.nav #nav > li > a.nav_services {
  background-image: url(../images/icons/services@2x.png);
}

.nav #nav > li > a.nav_sectors {
  background-image: url(../images/icons/sectors@2x.png);
}

.nav #nav > li > a.nav_testimonials {
  background-image: url(../images/icons/testimonials@2x.png);
}

.nav #nav > li > a.nav_news {
  background-image: url(../images/icons/news@2x.png);
}

.nav #nav > li > a.nav_careers {
  background-image: url(../images/icons/careers@2x.png);
}

.nav #nav > li > a.nav_faq {
  background-image: url(../images/icons/faq@2x.png);
}

.nav #nav > li > a.nav_contact {
  background-image: url(../images/icons/contact@2x.png);
}

.nav #nav > li ul {
  position: absolute;
  top: 64px;
  left: 0;
  width: 200%;
  background: #515860;
  z-index: 10;
  display: none;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .nav #nav > li ul {
    width: 260%;
  }
}

@media screen and (max-width: 868px) {
  .nav #nav > li ul {
    display: none !important;
  }
}

.nav #nav > li ul li {
  padding: 0 30px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.nav #nav > li ul li:hover {
  background: #e76200;
}

.nav #nav > li ul li:hover a {
  border-bottom: 1px solid #e76200;
}

.nav #nav > li ul li a {
  line-height: 1.3em;
  color: #FFF;
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px solid #3f464d;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  width: 100%;
}

.nav #nav > li ul li:last-of-type a {
  border-bottom: none;
}

.nav #nav > li.first {
  width: 30px;
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 0;
}

.nav #nav > li.first:after {
  display: none !important;
}

.nav #nav > li.first a {
  padding-left: 0;
  width: 30px;
  background-image: url(../images/icons/home@2x.png);
  background-position: center;
  text-indent: -999px;
}

.nav #nav > li.services > ul > li {
  padding: 0;
}

.nav #nav > li.services > ul > li:hover {
  background: none;
}

.nav #nav > li.services > ul > li > a {
  font-weight: bold;
  padding: 20px 30px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border: none;
  background: #d1610d;
}

@media screen and (min-width: 1024px) {
  .nav #nav > li.services > ul > li > a:hover {
    background: #e76200;
  }
}

.nav #nav > li.services > ul > li > ul {
  display: block;
  position: static;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nav #nav > li.services > ul > li > ul > li:hover {
    background: #e76200;
  }
  .nav #nav > li.services > ul > li > ul > li:hover a {
    border-bottom: 1px solid #e76200;
  }
}

.nav #nav > li.services > ul > li > ul > li:first-child a {
  border-top: 1px solid #3f464d;
}

@media screen and (min-width: 1024px) {
  .nav #nav > li.services > ul > li > ul > li:first-child:hover {
    background: #e76200;
  }
  .nav #nav > li.services > ul > li > ul > li:first-child:hover a {
    border-top: 1px solid #e76200;
  }
}

.nav #nav > li.services > ul > li > ul > li a {
  border-bottom: 1px solid #3f464d;
}

#extra_utilities {
  z-index: 9999;
}

#extra_utilities #brochure_form {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 50px;
  overflow: hidden;
  position: absolute;
  top: 240px;
  right: 0;
  background-color: #515860;
  -webkit-transition: max-height 500ms ease-in-out, max-width 600ms ease-in-out;
  transition: max-height 500ms ease-in-out, max-width 600ms ease-in-out;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 868px) {
  #extra_utilities #brochure_form {
    top: 160px;
    max-height: 0;
    max-width: 100%;
    z-index: 1;
    width: 100%;
  }
}

#extra_utilities #brochure_form .download_brochure {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 60px;
  background-color: #535c64;
  text-align: left;
  color: #FFF;
  background-image: url(../images/icons/download@2x.png);
  background-size: 18px;
  background-position: left 25px center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background 400ms ease-in-out 100ms;
  transition: background 400ms ease-in-out 100ms;
}

@media screen and (max-width: 868px) {
  #extra_utilities #brochure_form .download_brochure {
    display: none;
    background-position: left 25px center, right 25px center;
  }
}

#extra_utilities #brochure_form.open {
  max-width: 100%;
  max-height: 582px;
}

#extra_utilities #brochure_form.open .download_brochure {
  background-image: url(../images/icons/download@2x.png), url(../images/icons/cross@2x.png);
  background-position: left 25px center, right 25px center;
}

#extra_utilities #brochure_download {
  min-width: 580px;
  width: 100%;
  height: auto;
  padding: 0 0;
  padding: 30px 50px;
  overflow: hidden;
  -webkit-transition: max-width 400ms ease-in-out, max-height 400ms ease-in-out, padding 400ms ease-in-out;
  transition: max-width 400ms ease-in-out, max-height 400ms ease-in-out, padding 400ms ease-in-out;
}

@media screen and (max-width: 868px) {
  #extra_utilities #brochure_download {
    padding: 70px 5% 30px 5%;
    min-width: 1px;
  }
}

#extra_utilities #brochure_download li {
  background-size: 20px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}

#extra_utilities #brochure_download li.name {
  background-image: url(../images/icons/name@2x.png);
}

#extra_utilities #brochure_download li.email {
  background-image: url(../images/icons/email-alt@2x.png);
}

#extra_utilities #brochure_download li.telephone {
  background-image: url(../images/icons/phone@2x.png);
  background-size: 22px;
}

#extra_utilities #brochure_download li.industry {
  background-image: url(../images/icons/industry@2x.png);
}

#extra_utilities #brochure_download li.brochure {
  background-image: url(../images/icons/chat@2x.png);
}

#extra_utilities #callback_form {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 50px;
  overflow: hidden;
  position: absolute;
  top: 310px;
  right: 0;
  background-color: #515860;
  -webkit-transition: max-height 500ms ease-in-out, max-width 600ms ease-in-out;
  transition: max-height 500ms ease-in-out, max-width 600ms ease-in-out;
  z-index: 8888;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 868px) {
  #extra_utilities #callback_form {
    top: 160px;
    max-height: 0;
    max-width: 100%;
    z-index: 1;
    width: 100%;
  }
}

#extra_utilities #callback_form .callback_toggle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 60px;
  background-color: #e76200;
  text-align: left;
  color: #FFF;
  background-image: url(../images/icons/callback@2x.png);
  background-size: 18px;
  background-position: left 25px center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
}

@media screen and (max-width: 868px) {
  #extra_utilities #callback_form .callback_toggle {
    display: none;
    background-position: left 25px center, right 25px center;
  }
}

#extra_utilities #callback_form.open {
  max-width: 100%;
  max-height: 642px;
}

#extra_utilities #callback_form.open .callback_toggle {
  background-image: url(../images/icons/callback@2x.png), url(../images/icons/cross@2x.png);
  background-position: left 25px center, right 25px center;
}

#extra_utilities #callback {
  min-width: 580px;
  width: 100%;
  height: auto;
  padding: 0 0;
  padding: 30px 50px;
  overflow: hidden;
  -webkit-transition: max-width 400ms ease-in-out, max-height 400ms ease-in-out, padding 400ms ease-in-out;
  transition: max-width 400ms ease-in-out, max-height 400ms ease-in-out, padding 400ms ease-in-out;
}

@media screen and (max-width: 868px) {
  #extra_utilities #callback {
    padding: 70px 5% 30px 5%;
    min-width: 1px;
    z-index: 99999;
  }
}

#extra_utilities #callback li {
  background-size: 20px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}

#extra_utilities #callback li.name {
  background-image: url(../images/icons/name@2x.png);
}

#extra_utilities #callback li.email_address {
  background-image: url(../images/icons/email-alt@2x.png);
}

#extra_utilities #callback li.telephone {
  background-image: url(../images/icons/phone@2x.png);
  background-size: 22px;
}

#extra_utilities #callback li.industry {
  background-image: url(../images/icons/industry@2x.png);
}

#extra_utilities #callback li.call_me_back {
  background-image: url(../images/icons/date@2x.png);
}

#extra_utilities #callback li.call_back_time {
  background-image: url(../images/icons/time@2x.png);
}

#extra_utilities.fixed #brochure_form, #extra_utilities.fixed #callback_form {
  position: fixed;
}

@media screen and (max-width: 868px) {
  #extra_utilities.fixed #brochure_form, #extra_utilities.fixed #callback_form {
    position: absolute;
  }
}

#extra_utilities.fixed #brochure_form {
  top: 36px;
}

#extra_utilities.fixed #callback_form {
  top: 106px;
}

body#about .nav #nav li.about:after,
body#services .nav #nav li.services:after,
body#testimonials .nav #nav li:nth-of-type(4):after,
body#news .nav #nav li.news:after,
body#careers .nav #nav li:nth-of-type(6):after,
body#faq .nav #nav li:nth-of-type(7):after,
body#contact .nav #nav li:nth-of-type(8):after {
  height: 5px;
}

@media screen and (max-width: 868px) {
  body#about .nav #nav li.about:after,
  body#services .nav #nav li.services:after,
  body#testimonials .nav #nav li:nth-of-type(4):after,
  body#news .nav #nav li.news:after,
  body#careers .nav #nav li:nth-of-type(6):after,
  body#faq .nav #nav li:nth-of-type(7):after,
  body#contact .nav #nav li:nth-of-type(8):after {
    height: 2px;
  }
}

/*-------------------------------------------------------------------------FORMS
*/
form legend {
  font-size: 1.4rem;
  color: #FFF;
  font-family: 'Garamond';
  font-weight: bold;
  padding-bottom: 20px;
}

form p.error {
  background: #ac0808;
  color: #FFF;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: -5px;
}

form p.success {
  background: #73af0a;
  color: #FFF;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: -5px;
}

form ol li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-left: 50px;
  background-color: #434950;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  position: relative;
}

form ol li.success {
  background-color: #73af0a;
}

form ol li.error, form ol li.warning:not(.success) {
  background-color: #ac0808;
}

form ol li input, form ol li select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 0 6%;
}

form ol li select {
  background-color: #FFF;
  background-image: url(../images/icons/dropdown@2x.png);
  background-size: 12px;
  background-position: right 6% center;
  background-repeat: no-repeat;
}

form ol li textarea {
  width: 100%;
  height: 160px;
  padding: 6%;
  resize: none;
}

form ol li .dp-choose-date {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 00;
  right: 0;
  background: url(../images/calendar.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

form ol li dd label {
  width: auto;
  display: inline-block;
  float: left;
  padding-left: 30px;
  margin-right: 30px;
  position: relative;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  form ol li dd label {
    margin-right: 20px;
  }
}

form ol li dd label.radio-style:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #FFF;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
}

form ol li dd label.radio-style:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  background: #e76200;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

form ol li dd label.radio-style.checked:after {
  opacity: 1;
}

form ol li .custom_upload {
  background: #FFF;
  width: 100%;
  height: 50px;
  padding: 0 5%;
  cursor: pointer;
}

form ol li .custom_upload p.uploaded_file {
  padding: 0 0 0 35px !important;
  width: auto;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

form button {
  width: auto;
  height: 50px;
  line-height: 50px;
  position: relative;
  float: right;
  padding: 0 75px 0 25px;
  color: #FFF;
  background: transparent;
  cursor: pointer;
}

form button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #e76200;
  z-index: -2;
}

form button:after {
  width: 50px;
  height: 50px;
  content: "";
  background-color: #c35809;
  background-image: url(../images/icons/plus@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

@media screen and (min-width: 868px) {
  form button:hover:after {
    width: 100%;
  }
}

#dp-popup {
  position: fixed !important;
  z-index: 9999 !important;
  top: 538px !important;
  left: auto !important;
  right: 30px !important;
}

@media screen and (max-width: 868px) {
  #dp-popup {
    position: absolute !important;
    top: 540px !important;
    right: 0 !important;
  }
}

/*-------------------------------------------------------------------------SITE MAP
*/
/*-------------------------------------------------------------------------FOOTER
*/
.accreditations {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #61686f;
  padding: 60px 12%;
}

@media screen and (max-width: 1366px) {
  .accreditations {
    padding: 60px 5%;
  }
}

@media screen and (max-width: 1024px) {
  .accreditations {
    padding: 50px 5% 60px 5%;
  }
}

.accreditations h3 {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.875rem;
  font-family: "Garamond";
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}

.accreditations h3:after {
  width: 120px;
  height: 3px;
  background: #e76200;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.accreditations div {
  width: 14.28%;
  display: inline-block;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 868px) {
  .accreditations div {
    width: 50%;
    margin-bottom: 50px;
  }
  .accreditations div:nth-of-type(2n - 1):last-of-type {
    width: 100%;
  }
  .accreditations div:nth-of-type(2n - 1):last-of-type img {
    width: 40% !important;
  }
  .accreditations div:nth-last-of-type(2), .accreditations div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.accreditations img {
  height: 70px;
  width: auto;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .accreditations img {
    height: 50px;
  }
}

@media screen and (max-width: 868px) {
  .accreditations img {
    width: 80%;
    height: auto;
  }
}

.clients {
  padding: 60px 0;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .clients {
    padding: 60px 0 80px 0;
  }
}

@media screen and (max-width: 868px) {
  .clients {
    overflow: hidden;
  }
}

.clients:after {
  width: 80px;
  height: 10px;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background: #e76200;
}

@media screen and (max-width: 868px) {
  .clients:after {
    display: none;
  }
}

.clients h3 {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-family: "Garamond";
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}

.clients h3:after {
  width: 120px;
  height: 3px;
  background: #e76200;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 868px) {
  .clients .client_logo_wrapper {
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 30px;
  }
}

.clients .client_logo_wrapper .logo_wrapper {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 868px) {
  .clients .client_logo_wrapper .logo_wrapper {
    width: 100%;
    clear: none !important;
    position: relative;
    padding: 0;
  }
}

.clients .client_logo_wrapper .logo_wrapper img {
  width: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: filter 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  will-change: filter;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 1366px) {
  .clients .client_logo_wrapper .logo_wrapper img {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .clients .client_logo_wrapper .logo_wrapper img {
    width: 65%;
  }
}

@media screen and (min-width: 1024px) {
  .clients .client_logo_wrapper .logo_wrapper img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
}

.clients .client_logo_wrapper .logo_wrapper:nth-child(4n + 1) {
  clear: left;
}

.clients .client_logo_wrapper .logo_wrapper:nth-last-of-type(1), .clients .client_logo_wrapper .logo_wrapper:nth-last-of-type(2), .clients .client_logo_wrapper .logo_wrapper:nth-last-of-type(3), .clients .client_logo_wrapper .logo_wrapper:nth-last-of-type(4) {
  padding-bottom: 0;
}

.clients .client_logo_wrapper button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  left: -20px;
  background-color: #e76200;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(../images/icons/prev@2x.png);
  cursor: pointer;
}

.clients .client_logo_wrapper button.slick-next {
  right: -20px;
  left: auto;
  background-image: url(../images/icons/next@2x.png);
}

.footer_hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer_hero > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .footer_hero > img {
    width: auto;
    height: 620px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 868px) {
  .footer_hero > img {
    height: 600px;
  }
}

.footer_hero .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 480px;
  padding: 0 25px;
}

@media screen and (max-width: 1366px) {
  .footer_hero .wrapper {
    height: 455px;
  }
}

@media screen and (max-width: 868px) {
  .footer_hero .wrapper {
    height: auto;
    bottom: auto;
    top: 30px;
  }
}

.footer_hero .wrapper .slick-list {
  overflow: hidden;
  margin: 0 -50px;
}

.footer_hero .wrapper button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  left: -25px;
  background-color: #e76200;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(../images/icons/prev@2x.png);
  cursor: pointer;
}

@media screen and (max-width: 868px) {
  .footer_hero .wrapper button {
    width: 40px;
    height: 40px;
    left: -20px;
  }
}

.footer_hero .wrapper button.slick-next {
  right: -25px;
  left: auto;
  background-image: url(../images/icons/next@2x.png);
}

@media screen and (max-width: 868px) {
  .footer_hero .wrapper button.slick-next {
    right: -20px;
  }
}

.footer_hero .wrapper .footer_hero_tile {
  width: 30%;
  height: 480px;
  display: inline-block;
  float: left;
  background: #FFF;
  padding: 40px 20px;
  text-align: center;
  margin: 0 25px;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 868px) {
  .footer_hero .wrapper .footer_hero_tile {
    background: rgba(255, 255, 255, 0.9);
    height: 540px;
  }
}

.footer_hero .wrapper .footer_hero_tile img {
  width: auto;
  height: auto;
  max-height: 30px;
  margin-bottom: 80px;
}

.footer_hero .wrapper .footer_hero_tile h3 {
  font-size: 2rem;
  line-height: 1.2em;
  font-family: 'Garamond';
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  max-width: 80%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  .footer_hero .wrapper .footer_hero_tile h3 {
    font-size: 1.8rem;
  }
}

.footer_hero .wrapper .footer_hero_tile h3:after {
  width: 45%;
  height: 3px;
  background: #e76200;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer_hero .wrapper .footer_hero_tile p {
  line-height: 1.4em;
  max-width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer_hero .wrapper .footer_hero_tile p.author {
  font-weight: bold;
  margin-top: 0;
}

.footer_hero .wrapper .footer_hero_tile .button {
  width: 202px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer_cta {
  padding: 60px 0;
  background: #e76200;
  text-align: center;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
}

.footer_cta h3 {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-family: "Garamond";
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #FFF;
}

.footer_cta h3:after {
  width: 120px;
  height: 3px;
  background: #c35809;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer_cta p, .footer_cta a {
  color: #FFF;
  max-width: 600px;
  line-height: 1.4em;
  padding-bottom: 20px;
  display: block;
  margin: auto;
}

.footer_cta .phone {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2px;
}

@media screen and (max-width: 868px) {
  .footer_cta .phone {
    font-size: 1.8rem;
  }
}

.footer_cta .email {
  font-size: 1.4rem;
  padding-bottom: 0;
}

#footer {
  background: #61686f;
}

@media screen and (max-width: 1024px) {
  #footer {
    position: relative;
  }
}

#footer .column {
  margin-right: 4%;
  width: 22%;
  display: inline-block;
  float: left;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  #footer .column {
    margin-right: 5%;
    width: 30%;
  }
  #footer .column.services {
    padding-bottom: 0;
  }
  #footer .column.useful_links {
    padding-top: 40px;
  }
  #footer .column.get_in_touch {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 868px) {
  #footer .column.get_in_touch {
    position: static;
  }
}

@media screen and (max-width: 868px) {
  #footer .column {
    width: 90%;
    display: block;
    padding: 40px 0 0 0;
    margin-left: 5%;
  }
}

#footer .column h3 {
  font-size: 1.75rem;
  font-family: "Garamond";
  font-weight: bold;
  color: #FFF;
  padding-bottom: 15px;
}

@media screen and (max-width: 1366px) {
  #footer .column h3 {
    font-size: 1.6rem;
  }
}

#footer .column h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

#footer .column h3 a:hover {
  color: #e76200;
}

#footer .column h3:nth-of-type(2) {
  margin-top: 20px;
}

#footer .column:last-of-type {
  margin-right: 0;
}

#footer .column p, #footer .column a, #footer .column strong {
  color: #FFF;
  display: block;
}

#footer .column strong {
  font-weight: bold;
  padding-bottom: 5px;
}

#footer .column > p, #footer .column > a, #footer .column > div > p, #footer .column > div > a {
  width: 100%;
  border-top: 1px solid #4e565d;
  line-height: 1.4em;
  padding: 20px 0;
}

#footer .column > p:last-child, #footer .column > a:last-child, #footer .column > div > p:last-child, #footer .column > div > a:last-child {
  border-bottom: 1px solid #4e565d;
}

#footer .column > a, #footer .column > div > a {
  padding-right: 40px;
  background: url(../images/icons/plus@2x.png);
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
}

#footer .column .email {
  padding: 20px 40px;
  background-image: url(../images/icons/email@2x.png) !important;
  background-size: 20px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

#footer .column .phone {
  padding: 20px 40px;
  background-image: url(../images/icons/phone@2x.png) !important;
  background-size: 20px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

#footer .column a.phone {
  background-image: url(../images/icons/plus@2x.png), url(../images/icons/phone@2x.png) !important;
  background-size: 16px, 20px !important;
  background-position: right center, left center !important;
}

#footer .column > a, #footer .column div > a {
  position: relative;
}

#footer .column > a:before, #footer .column div > a:before {
  width: 0;
  height: 3px;
  content: "";
  background: #e76200;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  #footer .column > a:hover:before, #footer .column div > a:hover:before {
    width: 100%;
  }
}

#footer .column .address a {
  font-weight: bold;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  #footer .column .address a:hover {
    color: #e76200;
  }
}

#footer .copyright, #footer #credit {
  background: #545b62;
  text-align: center;
  color: #FFF;
  padding: 0 5%;
}

#footer .copyright p a, #footer #credit p a {
  color: #FFF;
  font-size: 0.9rem;
}

#footer .copyright {
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  line-height: 1.4em;
  font-size: 0.9rem;
}

@media screen and (max-width: 868px) {
  #footer .copyright {
    padding-top: 35px;
  }
}

#footer .copyright:after {
  width: 80px;
  height: 10px;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background: #e76200;
}

@media screen and (max-width: 868px) {
  #footer .copyright:after {
    height: 4px;
    top: -2px;
    width: 100%;
  }
}

#footer #credit {
  padding-bottom: 30px;
}

#footer #credit p a {
  padding-bottom: 10px;
  display: inline-block;
  width: auto;
  font-size: 0.9rem;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  #footer #credit p a:hover {
    color: #e76200;
  }
}

/*-------------------------------------------------------------------------COOKIE LAW*/
div#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  padding: 5px 0;
  background: url("../images/cookies.png") left top repeat;
  color: #FFF;
  font-size: 1.1em;
  text-align: center;
  line-height: 2em;
  z-index: 9999;
  display: none;
}

div#cookies a {
  color: #FFF;
}

div#cookies a.accept {
  margin: 0 0 0 10px;
  padding: 5px 8px;
  background: url("../images/cookies.png") left top repeat;
  font-weight: bold;
  text-decoration: none;
}

/*-------------------------------------------------------------------------UNSUPPORTED BROWSER*/
body#unsupported div#footer {
  display: none;
}
/*# sourceMappingURL=screen.css.map */