/**
* Base less stuff
*/
/*
* Variables / Colors
*/
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
/*
* Typography
*/
@font-face {
  font-family: 'apercu';
  src: url('/application/themes/websitetheme/css/fonts/apercuu-regular-webfont.woff2') format('woff2'), url('/application/themes/websitetheme/css/fonts/apercuu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Apercu', sans-serif;
  font-size: 16px;
  color: #000000;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-family: 'Apercu', sans-serif;
  margin-top: 0px;
}
p {
  margin-bottom: 9px;
  font-size: 19px;
  text-rendering: optimizeSpeed !important;
}
@media (max-width: 420px) {
  p {
    font-size: 13px;
  }
}
h1 {
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  h2 {
    font-size: 23px;
  }
}
h3 {
  font-size: 20px;
}
select,
input {
  color: #000000 !important;
}
/*
* Generics
*/
div.ccm-panel-detail {
  display: block !important;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.nomargin {
  margin: 0px;
}
.margintop {
  margin-top: 15px;
}
.marginbottom {
  margin-bottom: 15px;
}
.margintopbottom {
  margin-top: 15px;
  margin-bottom: 15px;
}
.center-bg {
  background-position: top center;
}
.coverimage {
  background-size: cover;
  background-position: center;
}
.no-transform {
  text-transform: none;
}
.concealed {
  display: none;
}
.spacer {
  height: 20px;
}
@media (max-width: 767px) {
  .spacer {
    height: 10px;
  }
}
.spacer-lg {
  height: 40px;
}
@media (max-width: 767px) {
  .spacer-lg {
    height: 20px;
  }
}
.spacer-xl {
  height: 80px;
}
@media (max-width: 767px) {
  .spacer-xl {
    height: 40px;
  }
}
.spacertopbottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
.spacerbottom {
  margin-bottom: 20px;
}
/*
* Overall structure
*/
.videothumb {
  width: 100%;
  height: 56.25vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .videothumb {
    height: 100%;
  }
}
.welcome .videothumb {
  width: 100%;
  height: 56.25vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .welcome .videothumb {
    height: 100%;
  }
}
.animthumb_anim {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: none;
}
#playerwrapper {
  display: none;
  position: relative;
  top: 1px;
  /* Safari bug */
  background: #000;
}
.close-player {
  color: #fff;
  font-size: 2em;
  position: absolute;
  padding-top: .25em;
  left: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 420px) {
  .close-player {
    width: 30px;
    font-size: 1.5em;
    padding: 0;
  }
}
.close-player img {
  width: 100%;
}
#playerwrapper iframe {
  max-width: 100vw;
  max-height: 56.25vw;
}
#playerinfo {
  text-align: center;
  color: #000000;
  padding: 65px 0 70px;
}
#playercaption,
#playersubtitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 0.8;
  margin-bottom: 15px;
  color: #fff;
}
#playersubtitle {
  margin-bottom: 45px;
  color: #0000fe;
}
#playersubtitle ~ div {
  color: #fff;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}
#playercaption ~ div .innertext {
  letter-spacing: 1px;
}
#playerframe {
  margin-top: 5px;
}
.player-container,
.videos-container {
  width: 100%;
}
.videos-container {
  padding: 0;
  overflow: hidden;
}
.player-container {
  background: #000;
}
.videos-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .videos-container .row > div {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.videos-container .row div:not(.greybg) {
  padding: 0;
}
.videos-container .row .greybg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .videos-container .row .greybg > div {
    padding-left: 7vw;
  }
}
@media (max-width: 767px) {
  .videos-container .row .greybg > div {
    padding-top: 15px;
    padding-bottom: 55px;
    text-align: left;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .videos-container .row > div:nth-child(even) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.videoname,
.videosubtitle {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  .videoname,
  .videosubtitle {
    font-size: 28px;
  }
}
.videosubtitle {
  color: #0000fe;
}
.videothumb {
  position: relative;
}
.playicon {
  height: 80px;
  width: 80px;
  background: #0000fe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .playicon {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
.playicon:after {
  width: 0px;
  content: '';
  border-left: 38px solid #fff;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .playicon:after {
    border-left: 17px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
/*
* Block styles
*/
#remodal-modal {
  text-align: left;
}
#remodal-header {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0072ba;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0072ba 0%, #0095d6 25%, #00b4f0 50%, #0095d6 75%, #0072ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0072ba 0%, #0095d6 25%, #00b4f0 50%, #0095d6 75%, #0072ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0072ba 0%, #0095d6 25%, #00b4f0 50%, #0095d6 75%, #0072ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072ba', endColorstr='#0072ba', GradientType=1);
  /* IE6-9 */
}
#remodal-content {
  background-color: #f5f5f5;
  padding: 20px;
}
.breadcrumb {
  background-color: #f1f1f1;
  font-size: 14px;
}
.breadcrumb > .active {
  color: #0000fe;
}
/*
* Animation CSS
*/
/*
* Bootstrap extensions and overrides (buttons etc.)
*/
.btn {
  text-shadow: initial;
  font-size: 16px;
}
.btn-blue,
.btn-blue:active {
  color: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'peugeot_expandedmedium', sans-serif;
  background: #0072ba;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0072ba 0%, #0095d6 25%, #00b4f0 50%, #0095d6 75%, #0072ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0072ba 0%, #0095d6 25%, #00b4f0 50%, #0095d6 75%, #0072ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0072ba 0%, #0095d6 25%, #00b4f0 50%, #0095d6 75%, #0072ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072ba', endColorstr='#0072ba', GradientType=1);
  /* IE6-9 */
}
.btn-blue:hover,
.btn-blue:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.9;
}
.btn-large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .btn-large {
    font-size: 16px;
  }
}
.btn-sm {
  font-size: 12px;
}
/* Menu */
.navbar {
  margin-bottom: 0px;
  min-height: 60px;
}
@media (max-width: 420px) {
  .navbar {
    max-height: 50px;
  }
}
.navbar-brand {
  padding: 0px;
  float: none;
}
#cal-logo {
  max-width: 170px;
  padding-top: 10px;
}
.navbar-default {
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .navbar-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    float: left;
  }
}
.navbar-collapse {
  padding: 0px;
  border-color: transparent !important;
}
@media (max-width: 767px) {
  .navbar-collapse {
    background: #f1f1f1;
    width: 100vw;
    margin-left: -15px;
  }
}
.navbar-collapse.in {
  overflow-y: initial;
}
@media (max-width: 768px) {
  .navbar-collapse li:first-of-type {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    width: 70%;
  }
  .navbar-nav {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .nav > li {
    padding: 0px;
  }
}
.nav > li > a {
  padding: 10px;
  font-family: 'Apercu', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nav > li > a {
    padding: 10px 15px 15px;
    border-left: none;
  }
}
.navbar-brand {
  font-size: 14px;
  font-family: 'Apercu', sans-serif;
  margin: 8px 0;
  display: inline-block;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .navbar-brand {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 8px 10px;
    height: 34px;
  }
}
.navbar-default .navbar-brand,
button.navbar-toggle {
  color: #0000fe;
  font-size: 14px;
}
li.nav-first a {
  border-left: none;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
@media (max-width: 767px) {
  .nav > li.nav-first > a {
    padding: 10px 15px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #0000fe;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #0000fe;
}
.dropdown-menu {
  top: 44px;
  left: 0px;
  /*border: 1px solid @black; */
  padding: 0px;
  border-radius: 0;
  width: 200px;
  max-width: 200px;
}
.dropdown-menu.brochures {
  top: 100%;
  background-color: #ffffff;
}
.redactor_dropdown_box_formatting {
  width: auto;
  max-width: initial;
}
.dropdown-menu > li > a {
  white-space: normal;
  color: #000000;
  text-decoration: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: transparent;
  text-decoration: underline;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #f1f1f1;
  color: #000000;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #f1f1f1;
}
.navbar-toggle {
  margin-right: 0px;
  padding: 15px 10px;
  border: none;
}
@media (max-width: 767px) {
  .navbar-toggle {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-toggle,
.navbar-brand,
.navbar-default .navbar-nav > li > a {
  letter-spacing: 1px;
}
.navbar-header {
  color: #000000;
  text-transform: uppercase;
}
.navbar-header:focus,
.navbar-header:hover {
  /*background-color: #ddd;*/
  cursor: pointer;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
/* dropdown on tablet breakpoint as well */
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    max-width: auto;
    padding-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 10px;
  }
}
/* Fixed Nav */
#mainmenu {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  z-index: 123;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform .3s, opacity .2s;
}
@media (min-width: 768px) {
  #mainmenu {
    padding: 0 calc(50% - 565px);
  }
}
@media (max-width: 767px) {
  #mainmenu {
    max-height: 50px;
  }
}
#mainmenu.show-nav {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
/*  ==============
    Header styling
    ==============  */
#header {
  width: 100%;
  background: #394b6f;
}
@media (max-width: 420px) {
  #header {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  body:not(.home) #header {
    display: none;
  }
}
#header h4 {
  text-align: center;
  margin: 85px 0 65px;
  line-height: .9;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media (max-width: 420px) {
  #header h4 {
    margin: 0 0 30px;
    font-size: 18px;
    letter-spacing: 3px;
  }
}
@media (max-width: 420px) {
  #welcometxt {
    margin-top: -130px;
  }
}
#logo {
  max-width: 697px;
  margin: 0 auto 150px;
}
@media (max-width: 420px) {
  #logo {
    margin: 0 auto;
  }
}
#logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/*  ==============
    Your best friend in film
    ==============  */
.full-width {
  width: 100%;
  overflow: hidden;
}
.welcome {
  background: #000;
}
.welcome .greybg {
  text-align: center;
}
@media (max-width: 767px) {
  .welcome .greybg {
    padding-top: 38px;
    padding-bottom: 53px;
    text-align: left;
    padding-left: 35px;
  }
}
.welcome .greybg h1 {
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .welcome > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .welcome > .row > div {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.welcome > .row > div:not(.greybg) {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .welcome > .row > div:not(.greybg) {
    height: 28.125vw;
  }
}
@media (min-width: 768px) {
  .videos-container > .row > div:not(.greybg) {
    height: 28.125vw;
  }
}
.greybg {
  background: #f1f1f1;
}
.greybg.full-width {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 420px) {
  .greybg.full-width {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.about .greybg.full-width {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 420px) {
  .about .greybg.full-width {
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  body:not(.about) .greybg.full-width > .row:last-child {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.greybg.full-width h2 {
  color: #0000fe;
  margin-bottom: 50px;
  letter-spacing: 6px;
}
@media (max-width: 420px) {
  .greybg.full-width h2 {
    padding: 0 35px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.alphabetical {
  color: #0000fe;
  font-size: 14px;
  margin: 55px 0 55px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .alphabetical {
    font-size: 9px;
    margin-bottom: 23px;
    margin-top: 23px;
  }
}
.borderbox {
  border: 5px solid #394b6f;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #f5f5f5;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .borderbox {
    margin-top: 25px;
    margin-bottom: 25px;
    border-width: 3px;
    padding: 25px;
  }
}
.about .borderbox {
  padding: 39px;
}
@media (max-width: 767px) {
  .about .borderbox {
    padding: 25px 18px;
  }
}
.borderbox h3 {
  font-size: 27px;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  .borderbox h3 {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
.borderbox p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 420px) {
  .borderbox p {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .borderbox p:last-child {
    margin-bottom: 0;
  }
}
.about .borderbox p {
  font-size: 27px;
}
@media (max-width: 420px) {
  .about .borderbox p {
    font-size: 13px;
  }
}
.about .borderbox p:nth-last-child(2) {
  margin-bottom: 0;
}
.borderbox p a {
  color: #0000fe;
  letter-spacing: 1px;
  text-decoration: underline;
}
.borderbox p a:hover,
.borderbox p a:visited,
.borderbox p a:active,
.borderbox p a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .line-breaks span:nth-child(3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .line-breaks span:nth-child(2) {
    display: block;
  }
}
.blue-text {
  color: #0000fe;
  margin-top: 10px;
  margin-bottom: 0;
}
.blackbg {
  background: #000000;
  color: #0000fe;
}
.blackbox {
  padding-top: 80px;
  padding-bottom: 150px;
  max-width: 1260px;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: -0.07em;
}
@media (max-width: 420px) {
  .blackbox {
    padding-bottom: 40px;
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .blackbox p span {
    display: block;
    line-height: 1.2;
  }
}
.about .blackbox {
  padding-bottom: 100px;
}
@media (max-width: 420px) {
  .about .blackbox {
    padding-top: 0;
  }
}
.blackbox h3 {
  margin-bottom: 20px;
}
.blackbg.full-width p,
.about .greybg.full-width p {
  font-size: 49px;
}
@media (max-width: 768px) {
  .blackbg.full-width p,
  .about .greybg.full-width p {
    font-size: 30px;
  }
}
#talentdiv .row:nth-child(2) p {
  text-decoration: none;
}
#talentdiv .row:nth-child(2) p a {
  text-decoration: underline;
}
.blackbg h3,
.footer-top h3 {
  font-size: 36px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #0000fe;
}
@media (max-width: 420px) {
  .blackbg h3,
  .footer-top h3 {
    font-size: 23px;
  }
}
.large-text {
  font-size: 49px;
}
.greybg h1 {
  color: #0000fe;
  font-size: 42px;
  margin: 0;
  display: inline-block;
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .greybg h1 {
    font-size: 28px;
  }
}
/*  ==========
    Footer
    ==========  */
.footer-top {
  padding-top: 75px;
  padding-bottom: 110px;
}
@media (max-width: 420px) {
  .footer-top {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.footer-top h3 {
  line-height: 1;
  margin-bottom: 99px;
}
@media (max-width: 420px) {
  .footer-top h3 {
    margin-bottom: 35px;
  }
}
.footer-top p {
  font-size: 18px;
  margin-bottom: 4px;
}
@media (max-width: 420px) {
  .footer-top p {
    font-size: 13px;
  }
}
.footer-top a {
  text-decoration: underline;
}
.footer-top .row:last-child p {
  font-size: 16px;
  color: #0000fe;
  margin-top: 85px;
}
@media (max-width: 420px) {
  .footer-top .row:last-child p {
    margin-top: 20px;
    font-size: 11px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .footer-boxes > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #394b6f;
  }
  .footer-boxes > .row:before,
  .footer-boxes > .row:after {
    content: none !important;
  }
  .footer-boxes > .row > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(33.33333333%);
    -ms-flex: 1 0 calc(33.33333333%);
    flex: 1 0 calc(33.33333333%);
  }
}
@media (max-width: 767px) {
  .footer-boxes > div > div:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  #contactdiv .row:nth-child(2) > div:nth-child(2) {
    margin-bottom: 20px;
  }
}
.footer-boxes h4 {
  margin: 99px 0 30px;
  text-transform: uppercase;
  left: 2px;
  letter-spacing: 4px;
  font-size: 20px;
}
@media (max-width: 420px) {
  .footer-boxes h4 {
    margin-top: 45px;
  }
}
.footer-boxes p {
  font-size: 12px;
  letter-spacing: -0.015em;
}
/* Box 1 */
.bluebg.footerbox {
  padding: 0 33px;
  padding: 0 2.3%;
  background: #394b6f;
}
.footerbox figure {
  width: 218px;
  text-align: center;
  margin: 60px auto 30px;
}
.bluebg.footerbox p:not(:last-child) {
  margin-bottom: 55px;
}
/* Boks 2 */
.blackbg.footerbox {
  padding-bottom: 150px;
}
@media (max-width: 420px) {
  .blackbg.footerbox {
    padding-bottom: 75px;
  }
}
.facebook-logo {
  text-align: center;
  line-height: 0;
}
.facebook-logo a {
  display: inline-block;
}
.facebook-logo i {
  height: 55px;
  width: 55px;
  background: #0000fe;
  position: relative;
  line-height: 0.85;
  font-size: 43px;
  border-radius: 7px;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
.facebook-logo i:before {
  position: absolute;
  bottom: 0;
  color: #fff;
  right: 10px;
}
/* Box 3 */
.greybg.footerbox {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 420px) {
  .greybg.footerbox {
    padding-bottom: 23px;
  }
}
#form-wrapper h4 {
  position: relative;
  color: #0000fe;
}
#form-wrapper .copyright {
  display: none;
}
@media (max-width: 420px) {
  #form-wrapper .copyright {
    display: block;
    margin-top: 35px;
  }
}
#subForm {
  width: 285px;
  margin: 0 auto 25px;
  position: relative;
}
@media (min-width: 500px) {
  #subForm {
    max-width: 29.55vw;
  }
}
@media (max-width: 420px) {
  #subForm {
    width: 280px;
  }
}
#subForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  text-align: center;
  border: 3px solid #0000fe;
  font-size: 12px;
  padding: 7px;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}
@media (max-width: 768px) {
  #subForm input {
    padding: 10px;
  }
}
form button:not([id*=ccm]) {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #0000fe;
  color: #fff;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  padding: 10px;
  width: 100px;
  line-height: 1;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 11px;
  border: 3px solid #0000fe;
  border-left-width: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  form button:not([id*=ccm]) {
    padding: 13px;
  }
}
input:valid ~ button {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
input:valid {
  text-indent: -100px;
}
input::-webkit-input-placeholder {
  color: #000000;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
input:-ms-input-placeholder {
  color: #000000;
}
