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

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

/*------------------------------------------------------------------------- BASE STYLES
*/
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  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: "open-sans", sans-serif;
  color: #5f5f5f;
  text-decoration: none;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}

body strong {
  font-weight: 700;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

body em {
  font-style: italic;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

::selection {
  background: #3184d5;
  color: #FFF;
}

::-moz-selection {
  background: #3184d5;
  color: #FFF;
}

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

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

.slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #0053a4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  background-image: url(../images/icons/prev@2x.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}

@media screen and (max-width: 868px) {
  .slick-arrow {
    width: 25px;
    height: 25px;
    background-size: 12px;
    opacity: 0.8;
  }
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
  background-image: url(../images/icons/next@2x.png);
}

.slick-arrow:hover {
  background-color: #3184d5;
}

.slick-dots {
  width: auto;
  list-style: none;
}

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

.slick-dots li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
}

.slick-dots li:last-of-type {
  margin-right: 0;
}

.slick-dots li button {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #0053a4;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

.slick-dots li:hover button, .slick-dots li.slick-active button {
  background: #0053a4;
}

.button {
  display: inline-block;
  margin-top: 50px;
  padding: 15px 70px 15px 40px;
  background: #0053a4;
  border-radius: 40px;
  color: #FFF !important;
  font-family: 'oswald';
  position: relative;
  transition: padding 300ms ease-in-out, background 300ms ease-in-out;
  line-height: 1.75rem;
}

@media screen and (max-width: 1366px) {
  .button {
    padding: 12px 60px 12px 30px;
    font-size: 1rem;
  }
}

.button:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFF;
  border-width: 5px 0 5px 10px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

@media screen and (min-width: 868px) {
  .button:hover {
    padding: 15px 90px 15px 40px;
    background: #3184d5 !important;
  }
}

@media screen and (min-width: 868px) and (max-width: 1366px) {
  .button:hover {
    padding: 12px 80px 12px 30px;
  }
}

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

@media screen and (max-width: 1366px) {
  .alt_button {
    font-size: 1rem !important;
  }
}

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

.alt_button:after {
  width: 50px;
  height: 50px;
  content: "";
  background-color: #0053a4;
  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;
  transition: width 300ms ease-in-out;
}

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

/*-------------------------------------------------------------------------SHARED STYLES
*/
p {
  line-height: 1.5em;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  p {
    line-height: 1.6em;
  }
}

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

a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}

.page {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

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

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

.page h1 {
  font-family: 'oswald';
  color: #000;
  font-size: 2.5rem;
  line-height: 1.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 868px) {
  .page h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

.page h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background: #0053a4;
}

.page h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 12px;
  height: 4px;
  background: #0053a4;
}

.page > h1 {
  margin-bottom: 30px;
}

.page h3 {
  font-size: 1.325rem;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 0;
  margin-bottom: 15px;
  margin-top: 4px;
  position: relative;
  display: block;
  clear: both;
  line-height: 1.3em;
  color: #0053a4;
}

.page h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background: #c2c2c2;
}

.page h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  width: 12px;
  height: 4px;
  background: #c2c2c2;
}

.page h4 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.3em;
  color: #4f555c;
}

/*--------------------------------------------------------------------------HEADER
*/
#access {
  display: none;
}

#header {
  background: #0053a4;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
  z-index: 1000;
  position: relative;
}

@media screen and (max-width: 868px) {
  #header {
    border-bottom: 1px solid #003161;
  }
}

#header .wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  #header .wrapper {
    padding: 0 5%;
  }
}

#header h1 a {
  width: 16%;
  height: 180px;
  display: inline-block;
  float: left;
  background: url(../images/logo.png);
  background: url(../images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-right: 4%;
}

@media screen and (max-width: 1024px) {
  #header h1 a {
    height: 160px;
    margin-right: 2%;
    width: 18%;
  }
}

@media screen and (max-width: 868px) {
  #header h1 a {
    width: 100%;
    height: 60px;
    margin-top: 20px;
  }
}

#header h2 {
  color: #FFF;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.3em;
  padding-top: 35px;
  height: 90px;
  display: inline-block;
  float: left;
  width: auto;
}

@media screen and (max-width: 1024px) {
  #header h2 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 868px) {
  #header h2 {
    font-size: 0.8rem;
    text-align: center;
    padding-top: 20px;
    background: url(../images/divider.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
    height: auto;
  }
  #header h2 br {
    display: none;
  }
}

@media screen and (max-width: 868px) {
  #header .header_contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
  }
}

#header .phone,
#header .email {
  float: right;
  width: auto;
  height: 85px;
  display: inline-block;
  padding-top: 35px;
  color: #FFF;
  font-size: 1.625rem;
  font-family: 'oswald';
  color: #FFF;
  padding-left: 40px;
  background: url(../images/icons/header-phone@2x.png);
  background-size: 24px;
  background-position: left top 42px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 868px) {
  #header .phone,
  #header .email {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 1rem;
    height: auto;
    width: 32.66%;
    height: 46px;
    line-height: 46px;
    padding: 0;
    font-family: "open-sans";
    font-size: 1rem;
    text-indent: -9999px;
    background: #003161;
    z-index: 10;
  }
  #header .phone:after,
  #header .email:after {
    width: auto;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 26px;
    content: "Call Us";
    color: #FFF;
    text-indent: 0;
    font-size: 0.875rem;
    text-align: center;
    padding-left: 26px;
    background: url(../images/icons/header-phone@2x.png);
    background-size: 16px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    font-family: "open-sans";
  }
}

#header .email {
  clear: right;
  padding-top: 0;
  height: auto;
  font-size: 1.2rem;
  background-image: url(../images/icons/email@2x.png);
  background-position: left center;
  background-size: 20px;
  padding-left: 36px;
}

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

#header #burger {
  width: 32.66%;
  height: 46px;
  background: #003161;
  position: absolute;
  top: 100%;
  left: 0;
  color: #FFF;
  font-size: 0.875rem;
  padding-left: 30px;
  cursor: pointer;
  z-index: 20;
}

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

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

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

#header #burger.active span {
  background: none;
}

#header #burger.active span:before {
  transform: rotate(45deg);
  bottom: 0px;
}

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

@media screen and (min-width: 868px) {
  #header #burger {
    display: none;
  }
}

#header .nav {
  width: 80%;
  display: inline-block;
  float: left;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  #header .nav {
    padding-top: 0;
  }
}

@media screen and (max-width: 868px) {
  #header .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    max-height: 0px;
    transition: max-height 400ms ease-in-out;
    overflow: hidden;
    background: #3184d5;
    z-index: 1;
  }
  #header .nav.open {
    max-height: 450px;
  }
}

#header .nav #nav {
  width: 100%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 868px) {
  #header .nav #nav {
    display: block;
    width: 100%;
    height: auto;
    border-top: 2px solid #003161;
  }
}

#header .nav #nav > li {
  display: inline-block;
  float: left;
  flex-grow: 2;
  text-align: center;
  height: 75px;
  position: relative;
  transition: background 300ms ease-in-out;
  padding-top: 12px;
}

@media screen and (max-width: 1024px) {
  #header .nav #nav > li {
    height: 70px;
  }
}

@media screen and (max-width: 868px) {
  #header .nav #nav > li {
    height: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #0053a4;
  }
  #header .nav #nav > li:nth-of-type(2) {
    margin-top: 46px;
  }
}

#header .nav #nav > li:after {
  width: 1px;
  height: 36px;
  background: #2c6eaf;
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  transition: background 300ms ease-in-out;
}

#header .nav #nav > li a {
  color: #FFF;
  font-size: 0.875rem;
  display: inline-block;
}

#header .nav #nav > li > a {
  padding-left: 32px;
  background-size: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 36px;
  line-height: 36px;
}

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

@media screen and (max-width: 868px) {
  #header .nav #nav > li > a {
    height: 56px;
    line-height: 56px;
    padding-right: 30px;
    padding-left: 62px;
    background-position: left 32px center;
  }
}

#header .nav #nav > li:first-of-type {
  flex-grow: 1;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #header .nav #nav > li:first-of-type {
    display: none;
  }
}

#header .nav #nav > li:first-of-type > a {
  padding-left: 0;
  background: url(../images/icons/home@2x.png);
  background-size: 26px;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  min-width: 26px;
}

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

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

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

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

#header .nav #nav > li:nth-of-type(6) > a {
  background-image: url(../images/icons/case-studies@2x.png);
}

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

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

#header .nav #nav > li:nth-of-type(8):after {
  display: none;
}

#header .nav #nav > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2875c0;
  text-align: left;
  width: 225%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
  z-index: 10;
}

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

#header .nav #nav > li > ul li a {
  line-height: 1.4em;
  padding: 22px 40px;
  width: 100%;
  display: inline-block;
  transition: background 300ms ease-in-out;
}

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

@media screen and (min-width: 868px) {
  #header .nav #nav > li:not(.first):hover {
    background: #3184d5;
  }
  #header .nav #nav > li:not(.first):hover:after {
    background: #3184d5;
  }
  #header .nav #nav > li:not(.first):hover > ul {
    max-height: 360px;
  }
}

#header button.get_in_touch {
  width: auto;
  height: auto;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #003161;
  color: #FFF;
  padding: 22px 80px 22px 40px;
  font-size: 0.875rem;
  background-image: url(../images/icons/email@2x.png);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  #header button.get_in_touch {
    right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  #header button.get_in_touch {
    padding: 18px 70px 18px 30px;
  }
}

@media screen and (max-width: 868px) {
  #header button.get_in_touch {
    background-size: 18px;
    background-position: left 15px center;
    padding: 0 0 0 30px;
    height: 46px;
    line-height: 46px;
    width: 32.66%;
    z-index: 10;
    right: 0;
    left: auto;
    text-indent: -9999px;
    background: #003161;
  }
  #header button.get_in_touch:after {
    content: "Call Back";
    width: 100%;
    height: 46px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/icons/email@2x.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 868px) {
  #header button.get_in_touch:hover {
    background-color: #3184d5;
  }
}

body#about-us ul#nav > li:nth-of-type(2) > a,
body#services ul#nav > li:nth-of-type(3) > a,
body#sectors ul#nav > li:nth-of-type(4) > a,
body#careers ul#nav > li:nth-of-type(5) > a,
body#case-studies ul#nav > li:nth-of-type(6) > a,
body#news ul#nav > li:nth-of-type(7) > a,
body#contact-us ul#nav > li:nth-of-type(8) > a {
  position: relative;
}

body#about-us ul#nav > li:nth-of-type(2) > a:after,
body#services ul#nav > li:nth-of-type(3) > a:after,
body#sectors ul#nav > li:nth-of-type(4) > a:after,
body#careers ul#nav > li:nth-of-type(5) > a:after,
body#case-studies ul#nav > li:nth-of-type(6) > a:after,
body#news ul#nav > li:nth-of-type(7) > a:after,
body#contact-us ul#nav > li:nth-of-type(8) > a:after {
  width: 100%;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: #3184d5;
}

/*-------------------------------------------------------------------------FORMS
*/
form {
  background: #FFF;
  padding: 50px 60px;
}

@media screen and (max-width: 868px) {
  form {
    padding: 30px 5%;
  }
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
}

form legend {
  font-family: 'oswald';
  font-size: 2.5rem;
  line-height: 1.3em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 300;
  color: #000;
}

@media screen and (max-width: 1366px) {
  form legend {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  form legend {
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 868px) {
  form legend {
    font-size: 1.8rem;
  }
}

form legend:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background: #0053a4;
}

form legend:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 12px;
  height: 4px;
  background: #0053a4;
}

form p {
  margin-bottom: 30px;
}

@media screen and (max-width: 868px) {
  form p {
    margin-bottom: 15px;
  }
}

form p.error {
  color: #bd0006;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5em;
}

form p.success {
  color: #3d8408;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3em;
}

form ol li {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}

form ol li span.warning {
  display: block;
  color: #bd0006;
  font-weight: 700;
  margin-left: 0;
  margin-bottom: 10px;
}

form ol li .dp-choose-date {
  width: 66px;
  height: 66px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icons/calender@2x.png);
  background-size: 24px;
  background-position: center;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 868px) {
  form ol li .dp-choose-date {
    width: 52px;
    height: 52px;
  }
}

form ol li > label {
  padding-bottom: 10px;
  display: inline-block;
  color: #4f555c;
  height: 26px;
  line-height: 1.4em;
}

form ol li > label > span.warning {
  display: inline-block;
  color: #bd0006;
  font-weight: 700;
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}

form ol li input, form ol li select {
  width: 100%;
  height: 66px;
  background: #f1f1f1;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  padding: 0 30px;
  color: #000;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  font-size: 1rem;
}

@media screen and (max-width: 868px) {
  form ol li input, form ol li select {
    height: 52px;
    line-height: 52px;
    padding: 0 5%;
  }
}

form ol li select {
  background-image: url(../images/icons/dropdown@2x.png);
  background-size: 14px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 868px) {
  form ol li select {
    background-position: right 5% center;
  }
}

form ol li textarea {
  width: 100%;
  height: 200px;
  background: #f1f1f1;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  padding: 30px;
  color: #000;
  transition: border 300ms ease-in-out, color 300ms ease-in-out;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

@media screen and (max-width: 868px) {
  form ol li textarea {
    padding: 5%;
  }
}

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;
  margin-bottom: 20px;
}

@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: #0053a4;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 100ms ease-in-out;
}

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

form ol li .custom_upload {
  width: 100%;
  height: 66px;
  background: #f1f1f1;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  line-height: 66px;
  padding-left: 200px;
  position: relative;
  transition: border 300ms ease-in-out;
}

@media screen and (max-width: 868px) {
  form ol li .custom_upload {
    padding-left: 120px;
    margin-bottom: 0;
  }
}

form ol li .custom_upload:after {
  width: 160px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  content: "Browse...";
  background: #0053a4;
  line-height: 66px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 868px) {
  form ol li .custom_upload:after {
    width: 100px;
    font-size: 0.9rem;
  }
}

form ol li .custom_upload:hover:after {
  background: #3184d5;
}

form ol li .custom_upload p {
  display: inline-block;
  height: 66px;
  line-height: 66px;
}

form ol li.warning:not(.success) ::-webkit-input-placeholder, form ol li.error ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bd0006;
}

form ol li.warning:not(.success) ::-moz-placeholder, form ol li.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bd0006;
}

form ol li.warning:not(.success) :-ms-input-placeholder, form ol li.error :-ms-input-placeholder {
  /* IE 10+ */
  color: #bd0006;
}

form ol li.warning:not(.success) :-moz-placeholder, form ol li.error :-moz-placeholder {
  /* Firefox 18- */
  color: #bd0006;
}

form ol li.warning:not(.success) input, form ol li.warning:not(.success) textarea, form ol li.warning:not(.success) select, form ol li.error input, form ol li.error textarea, form ol li.error select {
  border: 1px solid #bd0006;
  color: #bd0006;
}

form ol li.warning:not(.success) .custom_upload, form ol li.error .custom_upload {
  border: 1px solid #bd0006;
}

form ol li.success input, form ol li.success textarea, form ol li.success select {
  border: 1px solid #3d8408;
}

form ol li.success .custom_upload {
  border: 1px solid #3d8408;
}

form .grecaptcha-badge{
  display: none !important;
}

form button {
  width: 100%;
  height: 66px;
  font-family: 'oswald';
  background: #0053a4;
  color: #FFF;
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  form button {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 868px) {
  form button {
    height: 52px;
  }
}

form button:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #3184d5;
  border-width: 7px 0 7px 14px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  transition: border 300ms ease-in-out;
}

@media screen and (max-width: 868px) {
  form button:after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #3184d5;
    border-width: 6px 0 6px 12px;
  }
}

form button:hover {
  background: #3184d5;
}

form button:hover:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #0053a4;
  border-width: 7px 0 7px 14px;
}

#dp-popup {
  background: #0053a4;
}

#dp-popup table.jCalendar th {
  color: #0053a4;
}

#dp-popup table.jCalendar td.selected {
  background: #3184d5;
}

#dp-popup table.jCalendar td.selected:hover {
  background: #0053a4;
}

#dp-popup table.jCalendar td:hover {
  background: #0053a4;
}

/*-------------------------------------------------------------------------SITE MAP
*/
/*-------------------------------------------------------------------------FOOTER
*/
.clients_contianer {
  padding: 80px 0 100px 0;
  border-top: 6px solid #c4c4c4;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

@media screen and (max-width: 868px) {
  .clients_contianer {
    padding: 30px 0;
  }
}

.clients_contianer .wrapper {
  text-align: center;
}

.clients_contianer h3 {
  font-family: 'oswald';
  font-size: 2.5rem;
  line-height: 1.3em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 300;
  color: #000;
}

@media screen and (max-width: 1366px) {
  .clients_contianer h3 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .clients_contianer h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 868px) {
  .clients_contianer h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.clients_contianer h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 17px;
  margin: auto;
  width: 130px;
  height: 4px;
  background: #0053a4;
}

.clients_contianer h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 136px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 4px;
  background: #0053a4;
}

.clients_contianer h3 strong {
  color: #0053a4;
}

.clients_contianer p {
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .clients_contianer p {
    padding-bottom: 30px;
  }
}

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

@media screen and (max-width: 868px) {
  .clients_contianer .client_logos {
    width: 111.11%;
    position: relative;
    left: -5.55%;
  }
}

.clients_contianer .client_logo {
  width: 25%;
  height: auto;
  display: inline-block;
  float: left;
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 868px) {
  .clients_contianer .client_logo {
    float: none;
    padding-bottom: 0;
  }
}

.clients_contianer .client_logo:nth-last-child(1), .clients_contianer .client_logo:nth-last-child(2), .clients_contianer .client_logo:nth-last-child(3), .clients_contianer .client_logo:nth-last-child(4) {
  padding-bottom: 0;
}

.clients_contianer .client_logo img {
  max-width: 60%;
  height: auto;
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.5;
  will-change: filter;
  transform: translateZ(0);
  transition: filter 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  .clients_contianer .client_logo img {
    max-width: 75%;
  }
}

@media screen and (max-width: 868px) {
  .clients_contianer .client_logo img {
    max-width: 60%;
  }
}

@media screen and (min-width: 868px) {
  .clients_contianer .client_logo:hover img {
    filter: grayscale(0);
    opacity: 1;
  }
}

.callback_contianer {
  border-top: 6px solid #c4c4c4;
  padding: 60px 0;
  background-size: cover;
  background-image: url(../images/callback-background.jpg);
}

@media screen and (max-width: 868px) {
  .callback_contianer {
    padding: 30px 0;
  }
  .callback_contianer .wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.callback_contianer #callback {
  width: 50%;
  display: inline-block;
  float: left;
  margin-right: 8%;
}

@media screen and (max-width: 1024px) {
  .callback_contianer #callback {
    margin-right: 5%;
    width: 60%;
  }
}

@media screen and (max-width: 868px) {
  .callback_contianer #callback {
    width: 100%;
    margin-right: 0;
    padding: 30px 5%;
    background: rgba(255, 255, 255, 0.9);
  }
}

.callback_contianer .elite_promise_container {
  width: 42%;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1024px) {
  .callback_contianer .elite_promise_container {
    width: 35%;
  }
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container {
    width: 90%;
    text-align: center;
    margin-left: 5%;
  }
}

.callback_contianer .elite_promise_container h3 {
  font-family: 'oswald';
  font-size: 2.5rem;
  line-height: 1.3em;
  padding-bottom: 25px;
  margin-bottom: 40px;
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 300;
  color: #FFF;
  margin-top: 50px;
}

@media screen and (max-width: 1366px) {
  .callback_contianer .elite_promise_container h3 {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .callback_contianer .elite_promise_container h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container h3 {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

.callback_contianer .elite_promise_container h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background: #FFF;
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container h3:before {
    right: 17px;
    margin: auto;
  }
}

.callback_contianer .elite_promise_container h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 12px;
  height: 4px;
  background: #FFF;
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container h3:after {
    right: 6px;
    margin: auto;
  }
}

.callback_contianer .elite_promise_container .promise {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container .promise {
    text-align: center;
  }
}

.callback_contianer .elite_promise_container .promise .image_wrapper {
  width: auto;
  height: auto;
  padding: 20px;
  background: #00c6ff;
  border: 2px solid #FFF;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  border-radius: 50%;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .callback_contianer .elite_promise_container .promise .image_wrapper {
    margin-right: 20px;
  }
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container .promise .image_wrapper {
    float: left;
    clear: both;
    padding: 12px;
    margin-bottom: 20px;
    margin-left: 3%;
  }
}

.callback_contianer .elite_promise_container .promise .image_wrapper img {
  display: inline-block;
  height: 60px;
  width: auto;
}

@media screen and (max-width: 1366px) {
  .callback_contianer .elite_promise_container .promise .image_wrapper img {
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .callback_contianer .elite_promise_container .promise .image_wrapper img {
    height: 40px;
  }
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container .promise .image_wrapper img {
    height: 35px;
  }
}

.callback_contianer .elite_promise_container .promise p {
  display: inline-block;
  float: left;
  height: 100px;
  line-height: 100px;
  color: #FFF;
  font-size: 1.4rem;
}

@media screen and (max-width: 1366px) {
  .callback_contianer .elite_promise_container .promise p {
    line-height: 90px;
    font-size: 1.2rem;
    height: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .callback_contianer .elite_promise_container .promise p {
    font-size: 1.1rem;
    line-height: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 868px) {
  .callback_contianer .elite_promise_container .promise p {
    float: none;
    height: 65px;
    line-height: 65px;
    position: relative;
    float: left;
    padding-left: 10px;
  }
}

.callback_contianer .elite_promise_container .button {
  line-height: 1.75rem;
  margin-top: 10px;
  background: #003161;
}

.accreditation_contianer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #323232;
  border-top: 6px solid #FFF;
  padding: 30px 0 80px 0;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.23);
  z-index: 10;
}

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

@media screen and (max-width: 868px) {
  .accreditation_contianer {
    padding: 30px 0 40px;
  }
}

.accreditation_contianer .wrapper {
  text-align: center;
}

.accreditation_contianer h3 {
  font-family: 'oswald';
  font-size: 2.5rem;
  line-height: 1.3em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 300;
  color: #FFF;
  margin-top: 50px;
}

@media screen and (max-width: 1366px) {
  .accreditation_contianer h3 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .accreditation_contianer h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 868px) {
  .accreditation_contianer h3 {
    margin-top: 0;
    font-size: 1.8rem;
  }
}

.accreditation_contianer h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -22px;
  right: 0;
  margin: auto;
  width: 130px;
  height: 4px;
  background: #FFF;
}

.accreditation_contianer h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 136px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 4px;
  background: #FFF;
}

.accreditation_contianer p {
  color: #FFF;
  padding-bottom: 40px;
}

@media screen and (max-width: 1366px) {
  .accreditation_contianer p {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 868px) {
  .accreditation_contianer p {
    padding-bottom: 30px;
  }
}

.accreditation_contianer .logo_container {
  width: 90%;
  margin-left: 5%;
  height: auto;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: space-between;
}

@media screen and (max-width: 1366px) {
  .accreditation_contianer .logo_container {
    width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .accreditation_contianer .logo_container {
    width: 90%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 868px) {
  .accreditation_contianer .logo_container {
    width: 80%;
    margin-left: 10%;
    display: block;
  }
}

.accreditation_contianer img {
  height: 120px;
  width: auto;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1366px) {
  .accreditation_contianer img {
    height: 100px;
  }
}

@media screen and (max-width: 868px) {
  .accreditation_contianer img {
    width: 40%;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 20%;
    margin-bottom: 30px;
  }
  .accreditation_contianer img:nth-of-type(2n) {
    margin-right: 0;
  }
  .accreditation_contianer img:nth-of-type(2n+1) {
    clear: left;
  }
  .accreditation_contianer img:nth-last-of-type(1), .accreditation_contianer img:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

#footer_container {
  background: #d9d9d9;
}

#footer_container #footer {
  padding: 60px 0;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #footer_container #footer {
    padding: 30px 0;
  }
}

#footer_container #footer .column {
  width: 23.5%;
  display: inline-block;
  float: left;
  height: auto;
  margin-right: 2%;
}

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

@media screen and (max-width: 1024px) {
  #footer_container #footer .column {
    width: 34%;
  }
  #footer_container #footer .column:last-of-type {
    position: absolute;
    top: 30px;
    right: 0;
  }
  #footer_container #footer .column:nth-of-type(3) h3 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column {
    width: 100%;
    height: auto;
    position: static !important;
    text-align: center;
  }
  #footer_container #footer .column h3 {
    margin-top: 30px !important;
  }
  #footer_container #footer .column:nth-of-type(1) h3 {
    margin-top: 0 !important;
  }
}

#footer_container #footer .column h3 {
  font-family: 'oswald';
  font-size: 1.8rem;
  line-height: 1.3em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 300;
  color: #323232;
  margin-top: 50px;
  display: block;
}

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

#footer_container #footer .column h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background: #9b9b9b;
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column h3:before {
    right: 17px;
    margin: auto;
  }
}

#footer_container #footer .column h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 12px;
  height: 4px;
  background: #9b9b9b;
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column h3:after {
    right: 6px;
    margin: auto;
  }
}

#footer_container #footer .column p, #footer_container #footer .column a {
  color: #323232;
  font-size: 1.1rem;
  line-height: 1.5em;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .column p, #footer_container #footer .column a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column p, #footer_container #footer .column a {
    display: inline-block;
  }
}

#footer_container #footer .column > a, #footer_container #footer .column div > a {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .column > a, #footer_container #footer .column div > a {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column > a, #footer_container #footer .column div > a {
    display: block;
  }
}

#footer_container #footer .column a {
  transition: color 300ms ease-in-out;
}

#footer_container #footer .column a:hover {
  color: #0053a4;
}

#footer_container #footer .column:last-of-type a {
  font-weight: 700;
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column:last-of-type {
    display: block;
  }
}

#footer_container #footer .column:last-of-type .phone, #footer_container #footer .column:last-of-type .email, #footer_container #footer .column:last-of-type .address {
  margin-bottom: 30px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 20px;
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column:last-of-type .phone, #footer_container #footer .column:last-of-type .email, #footer_container #footer .column:last-of-type .address {
    padding-left: 0;
    padding-top: 26px;
    background-position: center top;
    margin-bottom: 20px;
  }
}

#footer_container #footer .column:last-of-type .phone {
  background-image: url(../images/icons/footer-phone@2x.png);
}

#footer_container #footer .column:last-of-type .email {
  background-image: url(../images/icons/footer-email@2x.png);
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column:last-of-type .email {
    margin-bottom: 0;
  }
}

#footer_container #footer .column:last-of-type .address {
  background-image: url(../images/icons/footer-pin@2x.png);
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column:last-of-type .address {
    display: block;
    padding-left: 0;
    background: none;
  }
}

#footer_container #footer .column:last-of-type strong {
  min-width: 170px;
  display: inline-block;
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column:last-of-type strong {
    display: inline-block;
    min-width: 1px;
  }
}

.copyright {
  text-align: center;
  padding: 30px 0 20px;
  display: block;
  color: #323232;
}

#credit {
  padding-bottom: 30px;
  text-align: center;
}

#credit a {
  font-size: 0.8rem;
  color: #0053a4;
}

#back_to_top {
  width: 40px;
  height: 40px;
  background: #0053a4;
  box-shadow: 0px 0 8px 0px rgba(0, 0, 0, 0.23);
  position: fixed;
  right: 2%;
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 1;
  opacity: 0;
  bottom: -40px;
  transition: opacity 300ms ease-in-out, bottom 300ms ease-in-out;
  cursor: pointer;
  z-index: 999;
}

#back_to_top:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #3184d5;
  border-radius: 50%;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}

#back_to_top:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/icons/up@2x.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

#back_to_top.shown {
  opacity: 1;
  bottom: 3%;
}

#back_to_top:hover:before {
  width: 40px;
  height: 40px;
}

/*-------------------------------------------------------------------------COOKIE LAW*/
div#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  padding: 5px 0;
  background: #3184d5;
  color: #FFF;
  font-size: 1.1em;
  text-align: center;
  line-height: 2em;
  z-index: 9999;
  display: none;
}

div#cookies a {
  color: #FFF;
  font-weight: 700;
}

div#cookies a.accept {
  margin: 0 0 0 10px;
  padding: 5px 8px;
  background: #0053a4;
  font-weight: bold;
  text-decoration: none;
  transition: background 300ms ease-in-out;
}

div#cookies a.accept:hover {
  background: #003161;
}

/*-------------------------------------------------------------------------UNSUPPORTED BROWSER*/
body#unsupported div#footer {
  display: none;
}

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