/* ---------------------------------------------- *	Big Mama Styles!	Here we collate all of our partials into one file ready to be processed and generate that	beautiful CSS.\* ---------------------------------------------- *//* - Index-------------------------------------------------	- Susy ...................................... 1.0.	- Breakpoint ................................ 2.0.	- Modular Scale ............................. 3.0.	- Mixins .................................... 4.0.	- Variables ................................. 5.0.	- Reset ..................................... 6.0.	- Base ...................................... 7.0.	- Grid ...................................... 8.0.	- Typography ................................ 9.0.	- Nav ...................................... 10.0.	- Header ................................... 11.0.	- Content .................................. 12.0.	- Footer ................................... 13.0.*//* -----------------------------------------	1.0. Susy----------------------------------------- *//* -----------------------------------------	2.0. Breakpoint----------------------------------------- *//* -----------------------------------------	3.0. Modular Scale----------------------------------------- *//* -----------------------------------------	4.0. Mixins----------------------------------------- *//* -----------------------------------------	5.0. Variables----------------------------------------- *//* -----------------------------------------	6.0. Reset----------------------------------------- *//* ---------------------------------------------- *  Partial: reset  Reset the fuck out of everything. Phwouah!\* ---------------------------------------------- */* {  box-sizing: border-box; }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; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }html, body {  height: 100%; }a img {  border: none; }blockquote {  quotes: none; }blockquote:before, blockquote:after {  content: '';  content: none; }table {  border-collapse: collapse;  border-spacing: 0; }caption, th, td {  text-align: left;  font-weight: normal;  vertical-align: middle; }/* -----------------------------------------	8.0. Grid----------------------------------------- *//* ---------------------------------------------- *  Partial: grid  We're using Susy. Please visit http://susy.readthedocs.org/en/latest/install/  Due to using Susy, we're going to need the Ruby gems installed. Please a see a guide here: [TBD].  Usage  =====\* ---------------------------------------------- *//* - Index-------------------------------------------------  - Global defaults     ............................. 1.0.  - Grid makeup         ............................. 2.0.*//* ---------------------------------------------- *  1.0 Global defaults\* ---------------------------------------------- *//* ---------------------------------------------- *  1.0 Grid makeup\* ---------------------------------------------- */.contain {  max-width: 1080px;  margin-left: auto;  margin-right: auto;  min-width: 1080px; }  .contain:after {    content: " ";    display: block;    clear: both; }  .contain--table {    display: table;    width: 100%;    max-width: 1080px;    min-width: 1080px;    margin: 0 auto; }/* -----------------------------------------	7.0. Base----------------------------------------- */@keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }@-webkit-keyframes fade-in-up {  0% {    -webkit-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-up {  0% {    -webkit-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-down {  0% {    -webkit-transform: translateY(-20px);            transform: translateY(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-down {  0% {    -webkit-transform: translateY(-20px);            transform: translateY(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-up-big {  0% {    -webkit-transform: translateY(100px);            transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-up-big {  0% {    -webkit-transform: translateY(100px);            transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-down-big {  0% {    -webkit-transform: translateY(-100px);            transform: translateY(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-down-big {  0% {    -webkit-transform: translateY(-100px);            transform: translateY(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-left {  0% {    -webkit-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-left {  0% {    -webkit-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-left-big {  0% {    -webkit-transform: translateX(-100px);            transform: translateX(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-left-big {  0% {    -webkit-transform: translateX(-100px);            transform: translateX(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-right {  0% {    -webkit-transform: translateX(20px);            transform: translateX(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-right {  0% {    -webkit-transform: translateX(20px);            transform: translateX(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-right-big {  0% {    -webkit-transform: translateX(100px);            transform: translateX(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-right-big {  0% {    -webkit-transform: translateX(100px);            transform: translateX(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes grow {  0% {    -webkit-transform: scale(0);            transform: scale(0);    opacity: 0; }  100% {    -webkit-transform: scale(1);            transform: scale(1);    opacity: 1; } }@keyframes grow {  0% {    -webkit-transform: scale(0);            transform: scale(0);    opacity: 0; }  100% {    -webkit-transform: scale(1);            transform: scale(1);    opacity: 1; } }@-webkit-keyframes reveal {  0% {    -webkit-transform: scaleX(0);            transform: scaleX(0);    opacity: 0; }  100% {    -webkit-transform: scaleX(1);            transform: scaleX(1);    opacity: 1; } }@keyframes reveal {  0% {    -webkit-transform: scaleX(0);            transform: scaleX(0);    opacity: 0; }  100% {    -webkit-transform: scaleX(1);            transform: scaleX(1);    opacity: 1; } }@-webkit-keyframes element-overlay {  0% {    width: 0;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  30% {    width: 100%;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  50% {    width: 100%;    right: 0;    left: auto;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  100% {    width: 0%;    right: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); } }@keyframes element-overlay {  0% {    width: 0;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  30% {    width: 100%;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  50% {    width: 100%;    right: 0;    left: auto;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  100% {    width: 0%;    right: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); } }@-webkit-keyframes clip-path-in {  0% {    -webkit-clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    opacity: 0; }  100% {    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    opacity: 1; } }@keyframes clip-path-in {  0% {    -webkit-clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    opacity: 0; }  100% {    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    opacity: 1; } }@-webkit-keyframes bounce-right {  0% {    -webkit-transform: translateX(0);            transform: translateX(0); }  10% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  20% {    -webkit-transform: translateX(0.25rem);            transform: translateX(0.25rem); }  30% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  40% {    -webkit-transform: translateX(0.6rem);            transform: translateX(0.6rem); }  50% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  60% {    -webkit-transform: translateX(1rem);            transform: translateX(1rem); }  70% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  80% {    -webkit-transform: translateX(1.2rem);            transform: translateX(1.2rem); }  90% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  100% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); } }@keyframes bounce-right {  0% {    -webkit-transform: translateX(0);            transform: translateX(0); }  10% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  20% {    -webkit-transform: translateX(0.25rem);            transform: translateX(0.25rem); }  30% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  40% {    -webkit-transform: translateX(0.6rem);            transform: translateX(0.6rem); }  50% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  60% {    -webkit-transform: translateX(1rem);            transform: translateX(1rem); }  70% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  80% {    -webkit-transform: translateX(1.2rem);            transform: translateX(1.2rem); }  90% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); }  100% {    -webkit-transform: translateX(1.3rem);            transform: translateX(1.3rem); } }/*! * animsition v4.0.2 * A simple and easy jQuery plugin for CSS animated page transitions. * http://blivesta.github.io/animsition * License : MIT * Author : blivesta (http://blivesta.com/) */.animsition,.animsition-overlay {  position: relative;  opacity: 0;  -webkit-animation-fill-mode: both;  animation-fill-mode: both; }/** * overlay option */.animsition-overlay-slide {  position: fixed;  z-index: 1;  width: 100%;  height: 100%;  background-color: #ddd; }/* loading option */.animsition-loading,.animsition-loading:after {  width: 32px;  height: 32px;  position: fixed;  top: 50%;  left: 50%;  margin-top: -16px;  margin-left: -16px;  border-radius: 50%;  z-index: 100; }.animsition-loading {  background-color: transparent;  border-top: 5px solid rgba(0, 0, 0, 0.2);  border-right: 5px solid rgba(0, 0, 0, 0.2);  border-bottom: 5px solid rgba(0, 0, 0, 0.2);  border-left: 5px solid #eee;  -webkit-transform: translateZ(0);  transform: translateZ(0);  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;  -webkit-animation-timing-function: linear;  animation-timing-function: linear;  -webkit-animation-duration: .8s;  animation-duration: .8s;  -webkit-animation-name: animsition-loading;  animation-name: animsition-loading; }@-webkit-keyframes animsition-loading {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg); }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg); } }@keyframes animsition-loading {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg); }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg); } }@-webkit-keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }@keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }.fade-in {  -webkit-animation-name: fade-in;  animation-name: fade-in; }@-webkit-keyframes fade-out-up {  0% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; }  100% {    -webkit-transform: translateY(-500px);    transform: translateY(-500px);    opacity: 0; } }@keyframes fade-out-up {  0% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; }  100% {    -webkit-transform: translateY(-500px);    transform: translateY(-500px);    opacity: 0; } }.fade-out-up {  -webkit-animation-name: fade-out-up;  animation-name: fade-out-up; }@-webkit-keyframes fade-in-up-sm {  0% {    -webkit-transform: translateY(100px);    transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; } }/* ---------------------------------------------- *  Partial: base  Here you place the base defaults to any project\* ---------------------------------------------- */*, *:before, *:after {  box-sizing: border-box; }html {  font-size: 100%;  -webkit-text-size-adjust: 100%;      -ms-text-size-adjust: 100%;          text-size-adjust: 100%; }body {  color: #33333c;  font-family: "Hind", sans-serif;  font-size: 14px;  line-height: 1.6;  margin: 0;  font-size: 14px; }  @media (min-width: 600px) {    body {      font-size: calc(14px + 2 * (100vw - 600px) / 430); } }  @media (min-width: 1030px) {    body {      font-size: 16px; } }  body.show-menu {    overflow: hidden; }html, body {  height: 100%;  min-height: 100%; }small {  font-size: 0.85em; }ul li {  list-style: none; }ol li {  list-style: none; }img, object, embed {  height: auto;  max-width: 100%; }blockquote {  color: #FFFFFF;  font-size: 1.1em;  font-style: italic;  margin: 0 0 1.250em 1.250em;  padding: 0.625em 1.250em 1.250em; }  blockquote p:last-child {    margin-bottom: 0; }/*********************************************	- 2.0 -  LINKS*********************************************//* - 2.1. - BASE LINK STYLES	------------------------------------------ */a {  color: #0ebeff;  cursor: pointer;  text-decoration: none;  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ }  a:hover {    color: #CA7800; }  a:focus {    color: #CA7800; }  a:focus, a:active {    outline: none; }/* - 2.2. - HEADER LINKS 	------------------------------------------ */h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {  color: #0ebeff; }/*********************************************	- 3.0 -  Helpers*********************************************/.page-wrapper {  overflow: hidden; }.hide {  display: none; }.center-align {  text-align: center; }.container {  width: 100%;  margin: auto;  padding: 0 1em;  max-width: 1260px; }  .container:before, .container:after {    content: "";    display: table; }  .container:after {    clear: both; }  @media (min-width: 23.75em) {    .container {      padding: 0 2em; } }  @media (min-width: 90.625em) {    .container {      max-width: 2500px;      padding: 0 calc(100% / 12); } }section {  padding: 4em 0;  background-color: #fff; }  @media (min-width: 37.5em) {    section {      padding: 6em 0; } }.eyebrow {  color: rgba(255, 255, 255, 0.6);  text-transform: uppercase;  font-size: 1.44em;  font-family: "Teko", sans-serif;  font-weight: 300;  letter-spacing: 2px; }  .eyebrow + * {    margin-top: 0;    line-height: 1;    text-transform: uppercase; }/* -----------------------------------------	9.0. Typography----------------------------------------- *//* ---------------------------------------------- *  Partial: typography  I set all typographic styles here. First we list our variables such as fonts (maybe we're using some @font-face) and  additionally and maps we might want to use. Then we specificy the typographic scales we want.\* ---------------------------------------------- */@font-face {  font-family: 'font-name';  src: url("/amcommsltd-co-uk/_img/fonts/font-name.eot");  src: url("/amcommsltd-co-uk/_img/fonts/font-name.eot?#iefix") format("embedded-opentype"), url("/amcommsltd-co-uk/_img/fonts/font-name.woff") format("woff"), url("/amcommsltd-co-uk/_img/fonts/font-name.ttf") format("truetype"); }h1, h2, h3, h4, h5, h6 {  font-family: "Teko", sans-serif;  font-style: normal;  color: inherit;  text-rendering: optimizeLegibility;  margin: 1.5em 0 0.5em;  line-height: 1.2; }  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {    margin-top: 0; }h1, h2, h3, h4, h5 {  text-transform: uppercase; }h1, .h1 {  font-family: "Teko", sans-serif;  font-size: 3.58318em; }  @media (min-width: 30em) {    h1, .h1 {      font-size: 4.29982em; } }  @media (min-width: 64.375em) {    h1, .h1 {      font-size: 6.19174em; } }h2, .h2 {  font-family: "Teko", sans-serif;  font-size: 2.98598em; }  @media (min-width: 30em) {    h2, .h2 {      font-size: 3.58318em; } }  @media (min-width: 64.375em) {    h2, .h2 {      font-size: 5.15978em; } }h3, .h3 {  font-family: "Teko", sans-serif;  font-size: 2.0736em; }  @media (min-width: 30em) {    h3, .h3 {      font-size: 2.48832em; } }  @media (min-width: 64.375em) {    h3, .h3 {      font-size: 2.98598em; } }h4, .h4 {  font-family: "Teko", sans-serif;  font-size: 1.728em; }h5, .h5 {  font-family: "Teko", sans-serif;  font-size: 1.44em;  line-height: 1.5; }h6, .h6 {  font-family: "Hind", sans-serif;  font-size: 1.2em; }p, .p {  font-family: "Hind", sans-serif;  font-size: 1em;  line-height: 1.7;  font-weight: 300;  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }  p:not(:last-child), .p:not(:last-child) {    margin-bottom: 1.4em; }strong, b {  font-family: "Hind", sans-serif;  font-style: normal;  font-weight: 600; }em {  font-family: "Hind", sans-serif;  font-style: normal; }/* -----------------------------------------	10.0. Nav----------------------------------------- *//* ---------------------------------------------- *  Partial: nav  All navigation styles here. This is sort that we can try keep things seperated and easy to maintain. You can  include all global navigation styles here.\* ---------------------------------------------- */.main-nav {  display: none; }  @media (min-width: 59.375em) {    .main-nav {      display: table-cell; } }  .main-nav .nav {    float: right; }    .main-nav .nav > ul {      padding-left: 2em; }      .main-nav .nav > ul > li {        float: left;        position: relative;        list-style: none;        padding: 0 1em; }        .main-nav .nav > ul > li > a {          text-decoration: none;          color: #FFFFFF;          display: block;          padding: 0.5em 0.25em;          font-family: "Teko", sans-serif;          text-transform: uppercase;          font-weight: 400;          font-size: 0.75em;          letter-spacing: 2px; }          @media (min-width: 57.5em) {            .main-nav .nav > ul > li > a {              font-size: 1em; } }          @media (min-width: 75em) {            .main-nav .nav > ul > li > a {              font-size: 1.44em; } }          .scrolled .main-nav .nav > ul > li > a {            padding: 0.65em 0; }        .main-nav .nav > ul > li.liLinkActive > a {          color: #0ebeff; }        .main-nav .nav > ul > li.liLinkActive:hover > a {          color: #0ebeff; }        .main-nav .nav > ul > li:hover > a {          color: #0ebeff; }        .no-cssanimations .main-nav .nav > ul > li:hover > ul {          display: block; }        .cssanimations .main-nav .nav > ul > li:hover > ul {          visibility: visible;          -webkit-animation: fade-in-down 300ms ease-out forwards;                  animation: fade-in-down 300ms ease-out forwards; }        .main-nav .nav > ul > li > ul {          position: absolute;          top: 100%;          padding: 1rem 0.5rem;          min-width: 10em;          background-color: rgba(0, 89, 151, 0.95);          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);          left: 0;          text-align: left; }          .no-cssanimations .main-nav .nav > ul > li > ul {            display: none; }          .cssanimations .main-nav .nav > ul > li > ul {            opacity: 0;            visibility: hidden;            -webkit-transform: translateY(-100%);                -ms-transform: translateY(-100%);                    transform: translateY(-100%); }          .main-nav .nav > ul > li > ul > li {            display: block; }            .main-nav .nav > ul > li > ul > li a {              display: block;              white-space: nowrap;              padding: 0.5em 1em;              font-family: "Hind", sans-serif;              color: #fff;              font-size: 14px; }            .main-nav .nav > ul > li > ul > li:hover a {              color: #CA7800; }.mobile-nav {  opacity: 0;  visibility: hidden;  z-index: -1;  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: #162734;  padding: 6em 0 4em;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-align-items: center;      -ms-flex-align: center;          align-items: center;  -webkit-justify-content: center;      -ms-flex-pack: center;          justify-content: center;  overflow-y: scroll;  -webkit-transform: scale(0.5);      -ms-transform: scale(0.5);          transform: scale(0.5);  -ms-overflow-style: -ms-autohiding-scrollbar;  transition: opacity 250ms ease-out, -webkit-transform 400ms ease-out;  transition: opacity 250ms ease-out, transform 400ms ease-out;  transition: opacity 250ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out; }  .mobile-nav::-webkit-scrollbar {    width: 0 !important; }  .show-menu .mobile-nav {    opacity: 1;    visibility: visible;    z-index: 1000;    -webkit-transform: scale(1);        -ms-transform: scale(1);            transform: scale(1); }  @media (min-width: 59.375em) {    .mobile-nav {      opacity: 0;      visibility: hidden;      z-index: -1; } }  .mobile-nav .nav {    overflow: hidden;    text-align: center;    margin: auto;    -webkit-backface-visibility: hidden;            backface-visibility: hidden;    width: 100%;    text-align: center;    padding: 0 8%; }    .mobile-nav .nav > ul {      height: 100%;      -webkit-backface-visibility: hidden;              backface-visibility: hidden; }    .mobile-nav .nav li {      display: block; }      .mobile-nav .nav li:nth-child(n+3) {        display: none; }      .cssanimations .mobile-nav .nav li {        opacity: 0;        -webkit-transform: translateY(20px);            -ms-transform: translateY(20px);                transform: translateY(20px); }      .show-menu .mobile-nav .nav li {        -webkit-animation: fade-in-down-big 300ms ease-out forwards;                animation: fade-in-down-big 300ms ease-out forwards; }      .mobile-nav .nav li.parent > a {        display: inline-block;        vertical-align: middle; }        .mobile-nav .nav li.parent > a:after {          content: "";          background-image: url(/amcommsltd-co-uk/_img/images/svg/cross.svg);          background-position: 50% 50%;          background-size: contain;          background-repeat: no-repeat;          color: #222;          display: inline-block;          height: 0.75em;          width: 0.75em;          position: relative;          left: 1rem;          line-height: 1;          font-size: 16px;          -ms-transform: rotate(0deg);          -webkit-transform: rotate(0deg);                  transform: rotate(0deg);          transition: -webkit-transform 300ms ease-out;          transition: transform 300ms ease-out;          transition: transform 300ms ease-out, -webkit-transform 300ms ease-out; }        .mobile-nav .nav li.parent > a:hover:after {          color: #0ebeff; }      .mobile-nav .nav li.parent.open > a:after {        -webkit-transform: rotate(225deg);            -ms-transform: rotate(225deg);                transform: rotate(225deg); }      .mobile-nav .nav li a {        padding: 0.35em 2em;        display: block;        letter-spacing: 1px;        font-size: 1.2em;        line-height: 1.5;        text-transform: uppercase;        color: #fff;        font-family: "Teko", sans-serif; }        @media (min-width: 30em) {          .mobile-nav .nav li a {            line-height: 2.5; } }        .mobile-nav .nav li a:hover {          color: #0ebeff;          text-decoration: none; }      .mobile-nav .nav li.open > ul {        display: block; }      .mobile-nav .nav li > ul {        padding-bottom: 1em;        display: none; }        .mobile-nav .nav li > ul li a {          font-size: 13px;          font-family: "Hind", sans-serif;          line-height: 1.5;          font-weight: 300;          color: rgba(255, 255, 255, 0.7); }          .mobile-nav .nav li > ul li a:hover {            color: #fff; }/* -----------------------------------------	11.0. Header----------------------------------------- */header {  position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1005; }  header.scrolled {    position: fixed;    -webkit-animation: fade-in-down 300ms ease-out forwards;            animation: fade-in-down 300ms ease-out forwards; }.nav-bar {  padding: 1em;  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);  transition: all 300ms ease-out;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-align-items: center;      -ms-flex-align: center;          align-items: center; }  @media (min-width: 30em) {    .nav-bar {      padding: 1.5em 2.5em; } }  .scrolled .nav-bar {    padding: 0.6em;    background-image: none;    background-color: #0f1a22;    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4); }    @media (min-width: 30em) {      .scrolled .nav-bar {        padding: 0.6em 0.75em; } }  .show-menu .nav-bar {    background-image: none;    background-color: transparent;    box-shadow: none;    padding-top: 1em; }.main-logo {  width: 6em;  display: inline-block;  vertical-align: middle;  opacity: 0;  -webkit-transform: translateX(-20px);      -ms-transform: translateX(-20px);          transform: translateX(-20px); }  @media (min-width: 30em) {    .main-logo {      width: 7em; } }  @media (min-width: 43.75em) {    .main-logo {      width: 9em; } }  @media (min-width: 96.875em) {    .main-logo {      width: 10em; }      .inner-hero .main-logo {        width: 10em; } }  .scrolled .main-logo, .show-menu .main-logo {    width: 5em; }  .main-logo a {    display: block;    line-height: 0; }  .page-loaded .main-logo {    -webkit-animation: fade-in-left 500ms ease-out 200ms forwards;            animation: fade-in-left 500ms ease-out 200ms forwards; }.main-nav {  margin-left: auto;  display: none;  vertical-align: middle;  transition: width 300ms ease-out;  opacity: 0;  -webkit-transform: translateX(100%);      -ms-transform: translateX(100%);          transform: translateX(100%); }  @media (min-width: 59.375em) {    .main-nav {      display: inline-block; } }  .page-loaded .main-nav {    -webkit-animation: fade-in-right-big 500ms ease-out 500ms forwards;            animation: fade-in-right-big 500ms ease-out 500ms forwards; }  @media (min-width: 59.375em) {    .scrolled .main-nav {      width: calc(100% - 6em); } }.header-social {  position: absolute;  top: 50%;  display: none;  -webkit-writing-mode: vertical-rl;      -ms-writing-mode: tb-rl;          writing-mode: vertical-rl;  -webkit-transform: translateY(-50%) rotate(180deg);      -ms-transform: translateY(-50%) rotate(180deg);          transform: translateY(-50%) rotate(180deg);  opacity: 0;  left: 0;  white-space: nowrap;  transition: opacity 500ms ease-out 700ms, left 500ms ease-out 700ms; }  @media (min-width: 37.5em) {    .header-social {      display: inline-block; } }  .inner-hero .header-social {    top: 70%; }  .page-loaded .header-social {    left: 2rem;    opacity: 1; }  .header-social span {    padding: 0.5em 0;    color: #fff;    font-family: "Teko", sans-serif;    text-transform: uppercase;    font-weight: 300;    font-size: 1.2em;    display: inline-block;    vertical-align: middle;    line-height: 1; }    .header-social span a {      color: #fff; }      .header-social span a:hover {        color: #0ebeff; }    .header-social span.line {      height: 3rem;      width: 2px;      background-color: #0ebeff; }    .header-social span.title {      font-weight: 400; }.social__icon {  height: 2em;  width: 2em;  margin-left: 0.35em;  display: inline-block;  vertical-align: middle;  transition: -webkit-transform 200ms ease-out;  transition: transform 200ms ease-out;  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }  .social__icon svg {    height: 2em;    width: 2em;    fill: #fff; }  .social__icon:hover {    -webkit-transform: scale(1.2);        -ms-transform: scale(1.2);            transform: scale(1.2); }.nav-button {  display: inline-block;  width: calc(100% - 7em);  text-align: right;  vertical-align: middle;  margin-top: 3px;  opacity: 0;  -webkit-transform: translateX(100%);      -ms-transform: translateX(100%);          transform: translateX(100%); }  .page-loaded .nav-button {    -webkit-animation: fade-in-right-big 500ms ease-out 500ms forwards;            animation: fade-in-right-big 500ms ease-out 500ms forwards; }  @media (min-width: 30em) {    .nav-button {      width: calc(100% - 10em); } }  @media (min-width: 59.375em) {    .nav-button {      display: none; } }  .scrolled .nav-button, .show-menu .nav-button {    width: calc(100% - 5em); }/* -----------------------------------------	12.0. Content----------------------------------------- *//*Gallery*/.gallery-page {  background-color: #1e3546; }  .gallery-page__wrap {    background-color: #1e3546; }  .gallery-page .image-gallery-summary {    margin: auto;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;            flex-wrap: wrap; }    .gallery-page .image-gallery-summary:before, .gallery-page .image-gallery-summary:after {      content: "";      display: table; }    .gallery-page .image-gallery-summary:after {      clear: both; }    .gallery-page .image-gallery-summary .image-gallery-item {      transition: box-shadow 200ms ease-out; }    .gallery-page .image-gallery-summary form {      position: relative;      width: calc(100% - 1em);      margin: 0.5em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px);      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }      @media (min-width: 48em) {        .gallery-page .image-gallery-summary form {          width: calc(49.5% - 1em); } }      @media (min-width: 64.375em) {        .gallery-page .image-gallery-summary form {          width: calc(49.5% - 2em);          margin: 1em; } }      .gallery-page .image-gallery-summary form:hover {        box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(0, 0, 0, 0.1); }        .gallery-page .image-gallery-summary form:hover .image-gallery-summary-item-image-top:after {          background-color: rgba(0, 119, 202, 0.8); }      .page-loaded .gallery-page .image-gallery-summary form {        -webkit-animation: fade-in-up 500ms ease-out 100ms forwards;                animation: fade-in-up 500ms ease-out 100ms forwards; }  .gallery-page .image-gallery-item {    display: block;    position: relative; }  .gallery-page .image-gallery-summary-item-image-side, .gallery-page .image-gallery-summary-item-category, .gallery-page .image-gallery-summary-item-created, .gallery-page .image-gallery-summary-item-updated, .gallery-page .image-gallery-summary-item-description, .gallery-page .image-gallery-item-title, .gallery-page .image-gallery-item-created, .gallery-page .image-gallery-item-updated, .gallery-page .image-gallery-item-description {    display: none; }  .gallery-page .image-gallery-summary-item-image-top {    position: relative;    background-size: cover;    background-position: 50% 50%;    background-repeat: no-repeat; }    .gallery-page .image-gallery-summary-item-image-top:before {      display: block;      content: "";      width: 100%;      padding-top: 50%; }    .gallery-page .image-gallery-summary-item-image-top:after {      display: block;      content: "";      position: absolute;      top: 0;      left: 0;      height: 100%;      width: 100%;      background-color: rgba(0, 0, 0, 0.4);      transition: background 300ms ease-out; }  .gallery-page .image-gallery-summary-item-title {    font-family: "Teko", sans-serif;    font-weight: 500;    padding: 0.5em 1em;    text-transform: uppercase;    position: relative;    text-align: center;    font-size: 2.0736em;    color: #fff;    position: absolute;    line-height: 1.1;    left: 50%;    top: 50%;    -webkit-transform: translate(-50%, -50%);        -ms-transform: translate(-50%, -50%);            transform: translate(-50%, -50%);    width: 100%;    line-height: 1.2; }    @media (min-width: 26.25em) {      .gallery-page .image-gallery-summary-item-title {        font-size: 2.48832em; } }    @media (min-width: 43.75em) {      .gallery-page .image-gallery-summary-item-title {        padding: 1em 1.15em;        font-size: 2.98598em; } }    @media (min-width: 75em) {      .gallery-page .image-gallery-summary-item-title {        font-size: 3.58318em;        padding: 1em 1.25em; } }    .gallery-page .image-gallery-summary-item-title:hover a {      color: #fff;      text-decoration: underline; }  .gallery-page .image-gallery-summary-item-link a {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 3;    font-size: 0; }  .gallery-page .image-gallery-item-image {    line-height: 0; }.gallery__content .image-gallery {  width: 100%; }  .gallery__content .image-gallery:before, .gallery__content .image-gallery:after {    content: "";    display: table; }  .gallery__content .image-gallery:after {    clear: both; }  .gallery__content .image-gallery .image-gallery-item {    display: block;    position: relative;    float: left;    width: 100%;    margin: 3% 0%;    background-color: #fff;    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);    transition: box-shadow 200ms ease-out; }    @media (min-width: 23.75em) {      .gallery__content .image-gallery .image-gallery-item {        margin: 6px;        width: calc(50% - 13px); } }    @media (min-width: 48em) {      .gallery__content .image-gallery .image-gallery-item {        width: calc(33% - 13px); } }    @media (min-width: 75em) {      .gallery__content .image-gallery .image-gallery-item {        width: calc(25% - 13px); } }    .gallery__content .image-gallery .image-gallery-item:hover {      box-shadow: 0 0 0 5px #0077ca; }.gallery__content .image-gallery-title {  font-size: 1.728em;  margin-bottom: 1rem;  color: #FFFFFF;  font-family: "Teko", sans-serif;  margin-bottom: 1em;  font-weight: 500;  line-height: 1.1;  letter-spacing: 1px;  text-transform: uppercase; }  @media (min-width: 57.5em) {    .gallery__content .image-gallery-title {      font-size: 2.0736em; } }.gallery__content .solid-button {  margin-top: 2em;  margin-left: 12px; }/* Magnific Popup CSS */.mfp-bg {  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1042;  overflow: hidden;  position: fixed;  background: #0b0b0b;  opacity: 0.8; }.mfp-wrap {  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1043;  position: fixed;  outline: none !important;  -webkit-backface-visibility: hidden; }.mfp-container {  text-align: center;  position: absolute;  width: 100%;  height: 100%;  left: 0;  top: 0;  padding: 0 8px;  box-sizing: border-box; }.mfp-container:before {  content: '';  display: inline-block;  height: 100%;  vertical-align: middle; }.mfp-align-top .mfp-container:before {  display: none; }.mfp-content {  position: relative;  display: inline-block;  vertical-align: middle;  margin: 0 auto;  text-align: left;  z-index: 1045; }.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {  width: 100%;  cursor: auto; }.mfp-ajax-cur {  cursor: progress; }.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {  cursor: -webkit-zoom-out;  cursor: zoom-out; }.mfp-zoom {  cursor: pointer;  cursor: -webkit-zoom-in;  cursor: zoom-in; }.mfp-auto-cursor .mfp-content {  cursor: auto; }.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;      user-select: none; }.mfp-loading.mfp-figure {  display: none; }.mfp-hide {  display: none !important; }.mfp-preloader {  color: #CCC;  position: absolute;  top: 50%;  width: auto;  text-align: center;  margin-top: -0.8em;  left: 8px;  right: 8px;  z-index: 1044; }.mfp-preloader a {  color: #CCC; }.mfp-preloader a:hover {  color: #FFF; }.mfp-s-ready .mfp-preloader {  display: none; }.mfp-s-error .mfp-content {  display: none; }button.mfp-close,button.mfp-arrow {  overflow: visible;  cursor: pointer;  background: transparent;  border: 0;  -webkit-appearance: none;  display: block;  outline: none;  padding: 0;  z-index: 1046;  box-shadow: none;  -ms-touch-action: manipulation;      touch-action: manipulation; }button::-moz-focus-inner {  padding: 0;  border: 0; }.mfp-close {  width: 44px;  height: 44px;  line-height: 44px;  position: absolute;  right: 0;  top: 0;  text-decoration: none;  text-align: center;  opacity: 0.65;  padding: 0 0 18px 10px;  color: #FFF;  font-style: normal;  font-size: 28px;  font-family: Arial, Baskerville, monospace; }.mfp-close:hover,.mfp-close:focus {  opacity: 1; }.mfp-close:active {  top: 1px; }.mfp-close-btn-in .mfp-close {  color: #333; }.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {  color: #FFF;  right: -6px;  text-align: right;  padding-right: 6px;  width: 100%; }.mfp-counter {  position: absolute;  top: 0;  right: 0;  color: #CCC;  font-size: 12px;  line-height: 18px;  white-space: nowrap; }.mfp-arrow {  position: absolute;  opacity: 0.65;  margin: 0;  top: 50%;  margin-top: -55px;  padding: 0;  width: 90px;  height: 110px;  -webkit-tap-highlight-color: transparent; }.mfp-arrow:active {  margin-top: -54px; }.mfp-arrow:hover,.mfp-arrow:focus {  opacity: 1; }.mfp-arrow:before,.mfp-arrow:after {  content: '';  display: block;  width: 0;  height: 0;  position: absolute;  left: 0;  top: 0;  margin-top: 35px;  margin-left: 35px;  border: medium inset transparent; }.mfp-arrow:after {  border-top-width: 13px;  border-bottom-width: 13px;  top: 8px; }.mfp-arrow:before {  border-top-width: 21px;  border-bottom-width: 21px;  opacity: 0.7; }.mfp-arrow-left {  left: 0; }.mfp-arrow-left:after {  border-right: 17px solid #FFF;  margin-left: 31px; }.mfp-arrow-left:before {  margin-left: 25px;  border-right: 27px solid #3F3F3F; }.mfp-arrow-right {  right: 0; }.mfp-arrow-right:after {  border-left: 17px solid #FFF;  margin-left: 39px; }.mfp-arrow-right:before {  border-left: 27px solid #3F3F3F; }.mfp-iframe-holder {  padding-top: 40px;  padding-bottom: 40px; }.mfp-iframe-holder .mfp-content {  line-height: 0;  width: 100%;  max-width: 900px; }.mfp-iframe-holder .mfp-close {  top: -40px; }.mfp-iframe-scaler {  width: 100%;  height: 0;  overflow: hidden;  padding-top: 56.25%; }.mfp-iframe-scaler iframe {  position: absolute;  display: block;  top: 0;  left: 0;  width: 100%;  height: 100%;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #000; }/* Main image in popup */img.mfp-img {  width: auto;  max-width: 100%;  height: auto;  display: block;  line-height: 0;  box-sizing: border-box;  padding: 40px 0 40px;  margin: 0 auto; }/* The shadow behind the image */.mfp-figure {  line-height: 0; }.mfp-figure:after {  content: '';  position: absolute;  left: 0;  top: 40px;  bottom: 40px;  display: block;  right: 0;  width: auto;  height: auto;  z-index: -1;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #444; }.mfp-figure small {  color: #BDBDBD;  display: block;  font-size: 12px;  line-height: 14px; }.mfp-figure figure {  margin: 0; }.mfp-bottom-bar {  margin-top: -36px;  position: absolute;  top: 100%;  left: 0;  width: 100%;  cursor: auto; }.mfp-title {  text-align: left;  line-height: 18px;  color: #F3F3F3;  word-wrap: break-word;  padding-right: 36px; }.mfp-image-holder .mfp-content {  max-width: 100%; }.mfp-gallery .mfp-image-holder .mfp-figure {  cursor: pointer; }@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {  /**       * Remove all paddings around the image on small screen       */  .mfp-img-mobile .mfp-image-holder {    padding-left: 0;    padding-right: 0; }  .mfp-img-mobile img.mfp-img {    padding: 0; }  .mfp-img-mobile .mfp-figure:after {    top: 0;    bottom: 0; }  .mfp-img-mobile .mfp-figure small {    display: inline;    margin-left: 5px; }  .mfp-img-mobile .mfp-bottom-bar {    background: rgba(0, 0, 0, 0.6);    bottom: 0;    margin: 0;    top: auto;    padding: 3px 5px;    position: fixed;    box-sizing: border-box; }  .mfp-img-mobile .mfp-bottom-bar:empty {    padding: 0; }  .mfp-img-mobile .mfp-counter {    right: 5px;    top: 3px; }  .mfp-img-mobile .mfp-close {    top: 0;    right: 0;    width: 35px;    height: 35px;    line-height: 35px;    background: rgba(0, 0, 0, 0.6);    position: fixed;    text-align: center;    padding: 0; } }@media all and (max-width: 900px) {  .mfp-arrow {    -webkit-transform: scale(0.75);    -ms-transform: scale(0.75);        transform: scale(0.75); }  .mfp-arrow-left {    -webkit-transform-origin: 0;    -ms-transform-origin: 0;        transform-origin: 0; }  .mfp-arrow-right {    -webkit-transform-origin: 100%;    -ms-transform-origin: 100%;        transform-origin: 100%; }  .mfp-container {    padding-left: 6px;    padding-right: 6px; } }/* Slider */.slick-slider {  position: relative;  display: block;  box-sizing: border-box;  -webkit-touch-callout: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  -ms-touch-action: pan-y;  touch-action: pan-y;  -webkit-tap-highlight-color: transparent; }.slick-list {  position: relative;  overflow: hidden;  display: block;  margin: 0;  padding: 0; }  .slick-list:focus {    outline: none; }  .slick-list.dragging {    cursor: pointer;    cursor: hand; }.slick-slider .slick-track,.slick-slider .slick-list {  -webkit-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }.slick-track {  position: relative;  left: 0;  top: 0;  display: block;  margin-left: auto;  margin-right: auto; }  .slick-track:before, .slick-track:after {    content: "";    display: table; }  .slick-track:after {    clear: both; }  .slick-loading .slick-track {    visibility: hidden; }.slick-slide {  float: left;  height: 100%;  min-height: 1px;  display: none; }  [dir="rtl"] .slick-slide {    float: right; }  .slick-slide img {    display: block; }  .slick-slide.slick-loading img {    display: none; }  .slick-slide.dragging img {    pointer-events: none; }  .slick-initialized .slick-slide {    display: block; }  .slick-loading .slick-slide {    visibility: hidden; }  .slick-vertical .slick-slide {    display: block;    height: auto;    border: 1px solid transparent; }.slick-arrow.slick-hidden {  display: none; }/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */.hamburger {  display: inline-block;  cursor: pointer;  transition-property: opacity, -webkit-filter;  transition-property: opacity, filter;  transition-property: opacity, filter, -webkit-filter;  transition-duration: 0.15s;  transition-timing-function: linear;  font: inherit;  color: inherit;  text-transform: none;  background-color: transparent;  border: 0;  margin: 0;  outline: none;  overflow: visible; }.hamburger:hover {  opacity: 0.7; }.hamburger-box {  width: 40px;  height: 24px;  display: inline-block;  position: relative; }.hamburger-inner {  display: block;  top: 50%;  margin-top: -2px; }.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {  width: 40px;  height: 4px;  background-color: #fff;  border-radius: 4px;  position: absolute;  transition-property: -webkit-transform;  transition-property: transform;  transition-property: transform, -webkit-transform;  transition-duration: 0.15s;  transition-timing-function: ease; }.hamburger-inner::before, .hamburger-inner::after {  content: "";  display: block; }.hamburger-inner::before {  top: -10px; }.hamburger-inner::after {  bottom: -10px; }/* * 3DX *//* * Elastic */.hamburger--spring .hamburger-inner {  top: 2px;  transition: background-color 0s 0.15s linear; }.hamburger--spring .hamburger-inner::before {  top: 10px;  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spring .hamburger-inner::after {  top: 20px;  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spring.is-active .hamburger-inner {  transition-delay: 0.32s;  background-color: transparent; }.hamburger--spring.is-active .hamburger-inner::before {  top: 0;  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);  transform: translate3d(0, 10px, 0) rotate(45deg); }.hamburger--spring.is-active .hamburger-inner::after {  top: 0;  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);  transform: translate3d(0, 10px, 0) rotate(-45deg); }/* ---------------------------------------------- *  Partial: buttons  This is a work-in-progress. Please deploy your own method or use my exaple below.   Namespace structure  [interaction][-Button][-Variant]\* ---------------------------------------------- */.button {  display: inline-block;  position: relative; }  .button a {    padding: 0.9em 4.5rem 0.8em 1.75em;    line-height: 1;    text-transform: uppercase;    font-size: 1.2em;    letter-spacing: 2px;    color: #33333c;    background-color: #FFFFFF;    transition: all 300ms ease-out;    display: inline-block;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);    text-align: center;    min-width: 150px;    white-space: nowrap;    font-family: "Teko", sans-serif; }    @media (min-width: 37.5em) {      .button a {        font-size: 1.44em;        padding: 0.9em 6.5rem 0.8em 1.75em; } }    .button a:hover {      background-color: #33333c;      color: #FFFFFF; }      .button a:hover:after {        -webkit-animation: bounce-right 1200ms cubic-bezier(0.1, 0.64, 0.56, 1) forwards;                animation: bounce-right 1200ms cubic-bezier(0.1, 0.64, 0.56, 1) forwards; }    .button a:after {      content: "";      position: absolute;      top: 50%;      right: 1rem;      height: 0.625rem;      width: 1.875rem;      margin-top: -0.3rem;      display: inline-block;      background-size: contain;      background-repeat: no-repeat;      background-position: center center;      background-image: url(/amcommsltd-co-uk/_img/images/svg/right-arrow.svg); }      @media (min-width: 37.5em) {        .button a:after {          height: 0.8rem;          width: 2.8rem;          margin-top: -0.4rem;          right: 2rem; } }.border-button a {  border: 2px solid currentColor;  background-color: transparent; }.border-button.base a {  border-color: #0077ca;  color: #FFFFFF; }  .border-button.base a:hover {    background-color: #0077ca; }.border-button.comp a {  border-color: #CA7800;  color: #FFFFFF; }  .border-button.comp a:hover {    background-color: #CA7800;    color: #FFFFFF;    text-shadow: none; }.border-button.white a {  border-color: #FFFFFF;  color: #FFFFFF; }  .border-button.white a:hover {    background-color: #FFFFFF;    color: #33333c;    text-shadow: none; }.solid-button {  margin-left: 4px; }  .solid-button:before {    content: "";    position: absolute;    top: -7px;    bottom: -7px;    left: -7px;    right: -7px;    border: 1px solid #0ebeff;    display: block;    transition: all 300ms ease-out; }  .solid-button a {    border: none;    position: relative;    z-index: 2; }  .solid-button:hover:before {    top: 0px;    bottom: 0px;    left: 0px;    right: 0px; }  .solid-button.base:before {    border-color: #0ebeff; }  .solid-button.base a {    background-color: #0ebeff;    color: #FFFFFF; }  .solid-button.base:hover a {    background-color: #0077ca; }  .solid-button.comp a {    background-color: #CA7800;    color: #FFFFFF; }    .solid-button.comp a:hover {      background-color: #975a00;      color: #FFFFFF;      text-shadow: none; }  .solid-button.white:before {    border-color: #FFFFFF; }  .solid-button.white a {    background-color: #FFFFFF;    color: #0077ca; }    .solid-button.white a:after {      background-image: url(/amcommsltd-co-uk/_img/images/svg/right-arrow-blue.svg); }    .solid-button.white a:hover {      color: #0077ca;      text-shadow: none; }  .solid-button.grad::before {    content: "";    display: block;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 1;    opacity: 0;    transition: opacity 400ms ease-out;    background-color: #0ebeff;    background-image: linear-gradient(to right, #0077ca, #0ebeff); }  .solid-button.grad::after {    content: "";    display: block;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 1;    opacity: 1;    transition: opacity 400ms ease-out;    background-color: #0077ca;    background-image: linear-gradient(to right, #0ebeff, #0077ca); }  .solid-button.grad a {    background-color: transparent;    color: #fff;    position: relative;    z-index: 3; }    .solid-button.grad a:hover {      color: #fff;      text-shadow: none; }  .solid-button.grad:hover::before {    opacity: 1; }  .solid-button.grad:hover::after {    opacity: 0; }  .solid-button.grad.grad-dark::before {    background-color: #0077ca;    background-image: linear-gradient(to right, #005865, #00808c); }  .solid-button.grad.grad-dark::after {    background-color: #1e3546;    background-image: linear-gradient(to right, #00808c, #005865); }input {  line-height: normal; }input, textarea, keygen, select, button {  text-rendering: auto;  color: initial;  letter-spacing: normal;  word-spacing: normal;  text-transform: none;  text-indent: 0px;  text-shadow: none;  display: inline-block;  text-align: start;  margin: 0em 0em 0em 0em;  font: 13.3333px Arial; }[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {  display: block;  box-sizing: border-box;  width: 100%;  padding: 1rem;  border: 1px solid #cacaca;  margin: 0 0 1rem;  font-family: inherit;  font-size: 1rem;  color: #0a0a0a;  background-color: #fefefe;  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);  border-radius: 0;  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;  -webkit-appearance: none;  -moz-appearance: none; }  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {    outline: none; }  [type='text']:focus, [type='text']:hover, [type='password']:focus, [type='password']:hover, [type='date']:focus, [type='date']:hover, [type='datetime']:focus, [type='datetime']:hover, [type='datetime-local']:focus, [type='datetime-local']:hover, [type='month']:focus, [type='month']:hover, [type='week']:focus, [type='week']:hover, [type='email']:focus, [type='email']:hover, [type='number']:focus, [type='number']:hover, [type='search']:focus, [type='search']:hover, [type='tel']:focus, [type='tel']:hover, [type='time']:focus, [type='time']:hover, [type='url']:focus, [type='url']:hover, [type='color']:focus, [type='color']:hover, textarea:focus, textarea:hover {    border-color: #0ebeff; }textarea {  border-radius: 0;  max-width: 100%;  height: auto;  min-height: 8em;  max-height: 8em;  border-radius: 0;  overflow: auto; }label {  display: block;  margin: 0;  font-size: 0.875rem;  font-weight: normal;  line-height: 1.8;  color: #0a0a0a; }input[type="submit"] {  padding: 0.8em 3em;  text-transform: uppercase;  font-size: 18px;  color: #FFFFFF;  border: none;  background-color: #0ebeff;  transition: all 300ms ease-out;  display: inline-block;  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);  text-align: center;  min-width: 150px;  border-radius: 0;  white-space: nowrap;  font-family: "Teko", sans-serif;  font-weight: 600;  cursor: pointer;  -webkit-appearance: none;  -moz-appearance: none; }  input[type="submit"]:hover {    background-color: #1e3546;    color: #FFFFFF;    text-decoration: none; }input[type="file"] {  width: 100%;  padding: 1rem;  border: 1px solid #cacaca;  margin-bottom: 2em;  border-radius: 0; }.inputset {  position: relative; }.form_error_wrap {  display: none; }.form_error_specific {  color: red;  position: absolute;  top: 3px;  right: 2px; }.error {  background-color: #fcbca6;  padding: 1em;  border: 1px solid firebrick;  font-size: 0.875rem;  color: firebrick; }  @media (min-width: 40em) {    .error {      padding: 2rem 3rem; } }.errorTitle {  font-weight: 700;  margin-bottom: 5px; }.errorItem {  padding: 2px 0; }.alert {  padding: 1em;  color: #d68f15;  background-color: #fbf5db;  border: 1px solid #d68f15;  font-size: 0.875rem;  font-weight: 700; }  @media (min-width: 40em) {    .alert {      padding: 2rem 3rem; } }.success {  padding: 1em;  color: green;  background-color: MintCream;  border: 1px solid green;  font-size: 0.875rem;  font-weight: 700;  margin-bottom: 1em; }  @media (min-width: 40em) {    .success {      padding: 2rem 3rem; } }/*Blog*/.story-page .inner-hero {  background-image: none !important;  overflow: visible; }  .story-page .inner-hero:after {    display: none; }  .story-page .inner-hero .hero-image, .story-page .inner-hero .header-social {    display: none; }  .story-page .inner-hero .hero-text {    text-align: center;    color: #888888;    padding: 0;    padding-top: 9em; }    .story-page .inner-hero .hero-text h1 {      opacity: 0;      font-size: 1.2em;      -webkit-transform: translateY(2.5em);          -ms-transform: translateY(2.5em);              transform: translateY(2.5em); }      @media (min-width: 30em) {        .story-page .inner-hero .hero-text h1 {          -webkit-transform: translateY(3em);              -ms-transform: translateY(3em);                  transform: translateY(3em); } }      @media (min-width: 48em) {        .story-page .inner-hero .hero-text h1 {          -webkit-transform: translateY(5em);              -ms-transform: translateY(5em);                  transform: translateY(5em); } }.story-page header {  background-color: #1e3546; }.story-page.page-loaded .inner-hero .hero-text h1 {  -webkit-animation: fade-in ease-out 300ms 500ms forwards;          animation: fade-in ease-out 300ms 500ms forwards; }.blog-page__articles {  padding: 0; }.blog-page #listNews {  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-wrap: wrap;      -ms-flex-wrap: wrap;          flex-wrap: wrap;  -webkit-justify-content: flex-start;      -ms-flex-pack: start;          justify-content: flex-start;  width: 100%;  width: 100%;  margin: auto;  padding: 4em 2em 3em;  max-width: 1650px; }.blog-page .newsItem {  padding-bottom: 2rem;  cursor: pointer; }.blog-page .listNewsItem {  width: 97%;  -webkit-flex-basis: 100%;      -ms-flex-preferred-size: 100%;          flex-basis: 100%;  margin: 1.5%;  text-align: left;  -webkit-transform: scale(1);      -ms-transform: scale(1);          transform: scale(1);  transition: -webkit-transform 250ms ease-out;  transition: transform 250ms ease-out;  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }  .no-flexbox .blog-page .listNewsItem {    display: inline-block;    vertical-align: top; }  @media (min-width: 30em) {    .blog-page .listNewsItem {      width: calc(47% - 5px);      -webkit-flex-basis: 47%;          -ms-flex-preferred-size: 47%;              flex-basis: 47%; } }  @media (min-width: 57.5em) {    .blog-page .listNewsItem {      width: calc(31.333% - 5px);      -webkit-flex-basis: 31.333%;          -ms-flex-preferred-size: 31.333%;              flex-basis: 31.333%;      margin: 1%; } }  .blog-page .listNewsItem:nth-child(1) {    width: 97%;    -webkit-flex-basis: 97%;        -ms-flex-preferred-size: 97%;            flex-basis: 97%; }    @media (min-width: 40em) {      .blog-page .listNewsItem:nth-child(1) {        font-size: 0; } }    @media (min-width: 40em) {      .blog-page .listNewsItem:nth-child(1) .newsImageTop {        width: 60%;        font-size: 1rem;        display: inline-block;        vertical-align: middle; } }    .blog-page .listNewsItem:nth-child(1) .newsTitle {      font-size: 1.44rem; }      @media (min-width: 34.375em) {        .blog-page .listNewsItem:nth-child(1) .newsTitle {          font-size: 1.728rem; } }      @media (min-width: 40em) {        .blog-page .listNewsItem:nth-child(1) .newsTitle {          width: calc(40% + 2em);          display: inline-block;          padding: 0.75em;          background-color: #fff;          margin-left: -2em;          vertical-align: middle;          margin: 1rem 0 2rem;          margin-left: -3em; } }      @media (min-width: 48em) {        .blog-page .listNewsItem:nth-child(1) .newsTitle {          font-size: 2.074rem;          margin: 1rem 0 2rem;          margin-left: -3em;          padding: 1em; } }      @media (min-width: 64.375em) {        .blog-page .listNewsItem:nth-child(1) .newsTitle {          font-size: 2.488rem; } }      @media (min-width: 75em) {        .blog-page .listNewsItem:nth-child(1) .newsTitle {          font-size: 2.986rem; } }      @media (min-width: 96.875em) {        .blog-page .listNewsItem:nth-child(1) .newsTitle {          font-size: 3.583rem; } }    @media (min-width: 40em) {      .blog-page .listNewsItem:nth-child(1) .newsSummaryLink {        position: absolute;        left: calc(60% + 1.5rem);        bottom: 2.5rem; } }    @media (min-width: 48em) {      .blog-page .listNewsItem:nth-child(1) .newsSummaryLink a {        font-size: 1.44rem;        margin: 1rem 0; } }    @media (min-width: 64.375em) {      .blog-page .listNewsItem:nth-child(1) .newsSummaryLink a {        font-size: 1.78rem; } }    @media (min-width: 96.875em) {      .blog-page .listNewsItem:nth-child(1) .newsSummaryLink a {        font-size: 2.074rem; } }  .blog-page .listNewsItem:hover {    -webkit-transform: scale(1.025);        -ms-transform: scale(1.025);            transform: scale(1.025); }    .blog-page .listNewsItem:hover .newsImageTop {      box-shadow: 0 8px 25px 0 rgba(51, 51, 60, 0.1), 0 2px 6px rgba(51, 51, 60, 0.1); }  .blog-page .listNewsItem .newsImageTop {    line-height: 0;    display: inline-block;    width: 100%;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px);    background-size: cover;    background-position: 50% 50%;    background-repeat: no-repeat;    transition: box-shadow 250ms ease-out; }    .blog-page .listNewsItem .newsImageTop:after {      content: "";      display: block;      padding: 33%; }    .blog-page .listNewsItem .newsImageTop a {      display: block;      line-height: 0; }  .blog-page .listNewsItem .newsTitle {    font-size: 1.44em;    line-height: 1.1;    color: #33333c;    margin: 0.5rem 0;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    @media (min-width: 48em) {      .blog-page .listNewsItem .newsTitle {        font-size: 1.44em;        margin: 1rem 0; } }    @media (min-width: 64.375em) {      .blog-page .listNewsItem .newsTitle {        font-size: 1.728em; } }    .blog-page .listNewsItem .newsTitle a {      color: #33333c; }  .blog-page .listNewsItem .newsInfoWrap, .blog-page .listNewsItem .newsImageBottom, .blog-page .listNewsItem .newsSummary {    display: none; }  .blog-page .listNewsItem .newsSummaryLink {    margin-top: 0.5em;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    .blog-page .listNewsItem .newsSummaryLink a {      font-family: "Teko", sans-serif;      padding: 0.25em 0em 0.25em 0;      position: relative;      font-size: 1.2rem;      color: #0077ca; }      .blog-page .listNewsItem .newsSummaryLink a:after {        content: "";        display: block;        width: 100%;        height: 2px;        background-color: #0077ca;        position: absolute;        bottom: 0;        left: 0;        transition: width 350ms ease-out, color 200ms linear; }      .blog-page .listNewsItem .newsSummaryLink a:hover {        color: #0ebeff; }        .blog-page .listNewsItem .newsSummaryLink a:hover:after {          width: 125%;          background-color: #0ebeff; }.blog-page .inviewport .newsImageTop {  -webkit-animation: fade-in-up 500ms ease-out forwards;          animation: fade-in-up 500ms ease-out forwards; }.blog-page .inviewport .newsTitle {  -webkit-animation: fade-in-up 400ms ease-out forwards 200ms;          animation: fade-in-up 400ms ease-out forwards 200ms; }.blog-page .inviewport .newsSummaryLink {  -webkit-animation: fade-in-up 400ms ease-out forwards 500ms;          animation: fade-in-up 400ms ease-out forwards 500ms; }#displayIndividualBlogStory {  background-color: #fff; }  @media (min-width: 64.375em) {    .cssvhunit.object-fit #displayIndividualBlogStory.hasImage {      position: relative;      padding-left: 50%;      height: 100vh;      width: 100%;      overflow: hidden; }      .cssvhunit.object-fit #displayIndividualBlogStory.hasImage .blogSummaryImageStory {        position: absolute;        left: 0;        top: 0;        bottom: 0;        width: 50%;        margin: 0; }        .cssvhunit.object-fit #displayIndividualBlogStory.hasImage .blogSummaryImageStory img {          width: 100%;          height: 100%;          object-fit: cover;          object-position: center;          max-width: none;          box-shadow: none; }      .cssvhunit.object-fit #displayIndividualBlogStory.hasImage #displayBlogStory {        overflow-y: scroll;        height: 100vh;        -ms-overflow-style: none; }        .cssvhunit.object-fit #displayIndividualBlogStory.hasImage #displayBlogStory::-webkit-scrollbar {          display: none; } }    @media (min-width: 64.375em) and (min-width: 78.75em) {      .cssvhunit.object-fit #displayIndividualBlogStory.hasImage #displayBlogStory {        padding: 6em 7em 1em; } }    @media (min-width: 64.375em) and (min-width: 51.25em) {      .cssvhunit.object-fit #displayIndividualBlogStory.hasImage #displayBlogStory p {        font-size: 1rem; } }#displayBlogStory {  padding: 3rem 1.5rem; }  @media (min-width: 30em) {    #displayBlogStory {      padding: 4rem 3rem; } }  @media (min-width: 48em) {    #displayBlogStory {      padding: 6rem 4rem; } }  @media (min-width: 78.75em) {    #displayBlogStory {      padding: 6rem 7rem; } }  #displayBlogStory h1 {    color: #0077ca;    font-size: 2.0736em;    line-height: 1.1;    text-align: center;    width: 100%;    margin: auto;    max-width: 850px;    margin-bottom: 0.5rem;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    @media (min-width: 30em) {      #displayBlogStory h1 {        font-size: 2.48832em; } }    @media (min-width: 34.375em) {      #displayBlogStory h1 {        font-size: 2.98598em; } }    @media (min-width: 57.5em) {      #displayBlogStory h1 {        font-size: 3.58318em; } }    @media (min-width: 75em) {      #displayBlogStory h1 {        font-size: 4.29982em; } }    .inviewport #displayBlogStory h1 {      -webkit-animation: fade-in-up 400ms ease-out 700ms forwards;              animation: fade-in-up 400ms ease-out 700ms forwards; }  #displayBlogStory .newsInfoWrap {    width: 100%;    margin: auto;    max-width: 850px; }  #displayBlogStory p {    width: 100%;    margin: auto;    max-width: 850px;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    @media (min-width: 34.375em) {      #displayBlogStory p {        font-size: 1.2em; } }    #displayBlogStory p:not(:last-child) {      margin-bottom: 1.4em; }    .inviewport #displayBlogStory p {      -webkit-animation: fade-in-up 400ms ease-out 1400ms forwards;              animation: fade-in-up 400ms ease-out 1400ms forwards; }  #displayBlogStory .blogSocialLinks {    width: 100%;    margin: auto;    max-width: 850px; }  #displayBlogStory .newsDate {    text-align: center;    font-weight: 400;    color: #888888;    font-family: "Teko", sans-serif;    margin-bottom: 1.5rem;    font-size: 1.2em;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    @media (min-width: 30em) {      #displayBlogStory .newsDate {        margin-bottom: 2rem; } }    @media (min-width: 57.5em) {      #displayBlogStory .newsDate {        margin-bottom: 2.5rem; } }    @media (min-width: 75em) {      #displayBlogStory .newsDate {        margin-bottom: 2.5rem; } }    .inviewport #displayBlogStory .newsDate {      -webkit-animation: fade-in-up 400ms ease-out 900ms forwards;              animation: fade-in-up 400ms ease-out 900ms forwards; }  #displayBlogStory .newsDateFull, #displayBlogStory .newsCategory, #displayBlogStory .newsAuthor {    display: none; }.blogSummaryImageStory {  margin: 0rem -1.5em 2rem;  position: relative;  line-height: 0;  opacity: 0;  -webkit-transform: translateX(-20px);      -ms-transform: translateX(-20px);          transform: translateX(-20px); }  @media (min-width: 30em) {    .blogSummaryImageStory {      margin: 0rem -1.5em 2rem; } }  @media (min-width: 48em) {    .blogSummaryImageStory {      margin: 0rem -2em 2rem; } }  @media (min-width: 57.5em) {    .blogSummaryImageStory {      margin: 0rem -2em 3rem; } }  @media (min-width: 64.375em) {    .blogSummaryImageStory {      margin: auto;      margin-bottom: 3rem;      max-width: 1300px; } }  .blogSummaryImageStory img {    position: relative;    z-index: 5;    width: 100%;    line-height: 0; }  .inviewport .blogSummaryImageStory {    -webkit-animation: fade-in-left 400ms ease-out 1100ms forwards;            animation: fade-in-left 400ms ease-out 1100ms forwards; }.back {  width: 100%;  margin: auto;  font-family: "Teko", sans-serif;  font-size: 1.2em;  font-weight: 500;  margin-bottom: 3em;  padding-left: 1.5rem; }  @media (min-width: 30em) {    .back {      padding-left: 3rem; } }  @media (min-width: 48em) {    .back {      padding-left: 4rem; } }  @media (min-width: 61.25em) {    .back {      padding-left: 0;      max-width: 850px; } }.inner-hero {  position: relative; }  .inner-hero:after {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    display: block;    background-color: #020a1e;    opacity: 0.5; }  .inner-hero.full-hero {    min-height: 100vh; }    .previewFrame .inner-hero.full-hero {      min-height: 40em; }    .inner-hero.full-hero h1 {      margin: 0; }    .inner-hero.full-hero h5 {      margin: 1em 0 1.5em;      font-family: "Hind", sans-serif;      text-transform: none; }    .inner-hero.full-hero .hero-text {      padding-top: 45vh; }    .inner-hero.full-hero h1, .inner-hero.full-hero h5, .inner-hero.full-hero .button {      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .page-loaded .inner-hero.full-hero h1 {      -webkit-animation: fade-in-up 500ms ease-out 600ms forwards;              animation: fade-in-up 500ms ease-out 600ms forwards; }    .page-loaded .inner-hero.full-hero h5 {      -webkit-animation: fade-in-up 500ms ease-out 800ms forwards;              animation: fade-in-up 500ms ease-out 800ms forwards; }    .page-loaded .inner-hero.full-hero .button {      -webkit-animation: fade-in-up 500ms ease-out 1000ms forwards;              animation: fade-in-up 500ms ease-out 1000ms forwards; }  .inner-hero .hero-text {    padding: 20em calc(100% / 12 * 1.5) 4em calc(100% / 12);    color: #fff;    position: relative;    z-index: 3;    text-transform: uppercase; }    @media (min-width: 37.5em) {      .inner-hero .hero-text {        padding: 22em calc(100% / 12 * 1.5) 6em 7em; } }    @media (min-width: 43.75em) {      .inner-hero .hero-text {        padding: 22em calc(100% / 12 * 1.5) 6em calc(100% / 12 * 2); } }    .inner-hero .hero-text h1 {      line-height: 1;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .page-loaded .inner-hero .hero-text h1 {      -webkit-animation: fade-in-up 500ms ease-out 600ms forwards;              animation: fade-in-up 500ms ease-out 600ms forwards; }  .previewFrame .inner-hero .hero-image {    position: relative;    z-index: 2000; }.header-social {  z-index: 3; }.main-content {  max-width: 1000px;  margin: auto; }  .main-content ul {    list-style-type: disc;    margin-left: 1.25rem;    line-height: 1.6;    margin-bottom: 1rem; }    .main-content ul li {      display: list-item; }  .main-content ul {    list-style-type: decimal;    margin-left: 1.25rem;    line-height: 1.6;    margin-bottom: 1rem; }    .main-content ul li {      display: list-item; }.split-section {  padding: 0; }  .split-section:before, .split-section:after {    content: "";    display: table; }  .split-section:after {    clear: both; }  @media (min-width: 51.25em) {    .split-section__image, .split-section__content {      width: 50%;      float: left;      padding: 0 2.5%; } }  @media (min-width: 78.75em) {    .split-section__image, .split-section__content {      padding: 0 5%; } }  .split-section__content {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;        -ms-flex-align: center;            align-items: center;    margin-top: 2em; }    @media (min-width: 37.5em) {      .split-section__content {        padding: 0 2.5em; } }    @media (min-width: 51.25em) {      .split-section__content {        margin-top: 0; } }    .split-section__content-inner {      padding: 5%; }  @media (min-width: 51.25em) {    .split-section.reverse .split-section__image {      float: right; } }  @media (min-width: 51.25em) {    .flexbox .split-section {      display: -webkit-flex;      display: -ms-flexbox;      display: flex; }      .flexbox .split-section.reverse {        -webkit-flex-direction: row-reverse;            -ms-flex-direction: row-reverse;                flex-direction: row-reverse; } }section.split-section {  background-color: #0077ca; }  section.split-section:nth-child(even) {    background-color: #1e3546; }  section.split-section .split-section__content {    color: #fff;    margin-top: 0; }    @media (min-width: 51.25em) {      section.split-section .split-section__content {        min-height: 70vh; } }    .previewFrame section.split-section .split-section__content {      min-height: 40em; }  section.split-section .split-section__content-inner {    width: 80%;    margin: auto;    padding: 15% 0;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    @media (min-width: 51.25em) {      section.split-section .split-section__content-inner {        padding: 15% 5%;        width: 95%; } }    @media (min-width: 78.75em) {      section.split-section .split-section__content-inner {        width: 80%; } }    @media (min-width: 23.75em) {      section.split-section .split-section__content-inner p {        font-size: 1.2em; } }    @media (min-width: 51.25em) {      section.split-section .split-section__content-inner p {        font-size: 1em; } }    @media (min-width: 78.75em) {      section.split-section .split-section__content-inner p {        font-size: 1.2em; } }    .previewFrame section.split-section .split-section__content-inner {      opacity: 1; }  section.split-section .split-section__image {    min-height: 60vh; }    @media (min-width: 51.25em) {      section.split-section .split-section__image {        min-height: 0; } }    .previewFrame section.split-section .split-section__image {      min-height: 38em; }  section.split-section.inviewport .split-section__content-inner {    -webkit-animation: fade-in-up 500ms ease-out 100ms forwards;            animation: fade-in-up 500ms ease-out 100ms forwards; }.inner-intro, .testimonials {  padding: 0;  background-color: #1e3546;  background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg); }  .inner-intro__wrap, .testimonials__wrap {    width: 100%;    padding: 4em 0; }    @media (min-width: 37.5em) {      .inner-intro__wrap, .testimonials__wrap {        padding: 6em 0; } }  .inner-intro__content, .testimonials__content {    max-width: 60em;    width: 82%;    margin: auto;    padding-right: 3em;    color: #fff; }    @media (min-width: 90.625em) {      .inner-intro__content, .testimonials__content {        -webkit-transform: translateX(-4em);            -ms-transform: translateX(-4em);                transform: translateX(-4em); } }    .inner-intro__content h6, .testimonials__content h6 {      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px);      line-height: 1.7; }      @media (min-width: 23.75em) {        .inner-intro__content h6, .testimonials__content h6 {          font-size: 1.44em; } }    .page-loaded .inner-intro__content h6, .page-loaded .testimonials__content h6 {      -webkit-animation: fade-in-up 500ms ease-out 1000ms forwards;              animation: fade-in-up 500ms ease-out 1000ms forwards; }.testimonials-page {  padding: 4em 0;  background-color: #1e3546;  background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg); }  @media (min-width: 37.5em) {    .testimonials-page {      padding: 6em 0; } }  .testimonials-page .testimonials__content {    max-width: 68em;    padding-right: 0; }    @media (min-width: 90.625em) {      .testimonials-page .testimonials__content {        -webkit-transform: translateX(0);            -ms-transform: translateX(0);                transform: translateX(0); } }  .testimonials-page .testimonials-item {    padding: 10%;    background-color: #365063;    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2); }    .testimonials-page .testimonials-item:not(:last-child) {      margin-bottom: 2em; }      @media (min-width: 37.5em) {        .testimonials-page .testimonials-item:not(:last-child) {          margin-bottom: 3.5em; } }    .testimonials-page .testimonials-item:nth-child(odd) {      margin-left: -1em;      margin-right: -1em;      opacity: 0;      -webkit-transform: translateX(-20px);          -ms-transform: translateX(-20px);              transform: translateX(-20px); }      @media (min-width: 37.5em) {        .testimonials-page .testimonials-item:nth-child(odd) {          margin-right: 6%;          margin-left: auto; } }      @media (min-width: 51.25em) {        .testimonials-page .testimonials-item:nth-child(odd) {          margin-right: 10%; } }      .testimonials-page .testimonials-item:nth-child(odd).inviewport {        -webkit-animation: fade-in-left 500ms ease-out forwards;                animation: fade-in-left 500ms ease-out forwards; }    .testimonials-page .testimonials-item:nth-child(even) {      margin-left: -1em;      margin-right: -1em;      opacity: 0;      -webkit-transform: translateX(20px);          -ms-transform: translateX(20px);              transform: translateX(20px); }      @media (min-width: 37.5em) {        .testimonials-page .testimonials-item:nth-child(even) {          margin-right: auto;          margin-left: 6%; } }      @media (min-width: 51.25em) {        .testimonials-page .testimonials-item:nth-child(even) {          margin-left: 10%; } }      .testimonials-page .testimonials-item:nth-child(even).inviewport {        -webkit-animation: fade-in-right 500ms ease-out forwards;                animation: fade-in-right 500ms ease-out forwards; }  .testimonials-page .testimonial-item__text p {    padding-left: 0; }    @media (min-width: 37.5em) {      .testimonials-page .testimonial-item__text p {        font-size: 1.1em; } }  .testimonials-page .testimonial-item__name {    padding-left: 0;    font-weight: 500; }    @media (min-width: 37.5em) {      .testimonials-page .testimonial-item__name {        font-size: 1.2em; } }.contact-section {  -webkit-align-items: flex-start;      -ms-flex-align: start;          align-items: flex-start;  border-bottom: 1px solid #005997; }  .contact-section h2 {    line-height: 1.1; }  .contact-section .contact-details a {    color: #fff; }    .contact-section .contact-details a:hover {      text-decoration: underline;      color: #fff; }.contact-form {  background-color: #FFFFFF; }  .contact-form .split-section__content-inner {    color: #33333c; }    @media (min-width: 51.25em) {      .contact-form .split-section__content-inner {        width: 95% !important; } }  .contact-form #form_wrap {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;            flex-wrap: wrap;    margin: 0 -10px; }  .contact-form .inputset {    display: inline-block;    -webkit-flex: 0 0 100%;        -ms-flex: 0 0 100%;            flex: 0 0 100%;    padding: 10px;    position: relative; }    @media (min-width: 30em) {      .contact-form .inputset {        -webkit-flex: 0 0 50%;            -ms-flex: 0 0 50%;                flex: 0 0 50%; } }    @media (min-width: 51.25em) {      .contact-form .inputset {        -webkit-flex: 0 0 100%;            -ms-flex: 0 0 100%;                flex: 0 0 100%; } }    @media (min-width: 78.125em) {      .contact-form .inputset {        -webkit-flex: 0 0 50%;            -ms-flex: 0 0 50%;                flex: 0 0 50%; } }    .contact-form .inputset input, .contact-form .inputset textarea {      box-shadow: none; }  .contact-form .inputsetItem4, .contact-form .form_submit {    -webkit-flex: 0 0 100%;        -ms-flex: 0 0 100%;            flex: 0 0 100%; }  .contact-form label {    padding: 0.5em;    background-color: #FFFFFF;    position: absolute;    z-index: 2;    top: -0.15em;    left: 16px;    padding: 0 10px; }  .contact-form .form_submit {    padding-left: 10px; }    .contact-form .form_submit input[type="submit"] {      font-weight: 500;      line-height: 1;      font-size: 22px;      padding: 1em 3em 0.8em;      width: calc(100% - 0.5em); }      @media (min-width: 51.25em) {        .contact-form .form_submit input[type="submit"] {          width: auto; } }  .contact-form .form_error_specific {    top: -11px;    right: 10px;    font-size: 13px; }.hero {  padding: 0;  overflow: hidden; }  .hero-slider__item {    position: relative; }  .hero-slider__image {    background-size: cover;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 1; }    .hero-slider__image:after {      content: "";      position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      display: block;      background-color: #020a1e;      opacity: 0.5; }  .hero-slider__content {    position: relative;    z-index: 3;    color: #fff;    padding-left: calc(100% / 12);    padding-right: calc(100% / 12 * 1.5);    padding-top: 20vh;    padding-bottom: 25vh;    max-width: calc(44em + 100% / 12 * 2);    font-size: 12px; }    @media (min-width: 37.5em) {      .hero-slider__content {        padding-left: calc(100% / 12 * 2);        padding-top: 30vh;        padding-right: 6em;        font-size: inherit; } }    @media (min-width: 51.25em) {      .hero-slider__content {        padding-bottom: 15vh; } }    @media (min-width: 60em) {      .hero-slider__content {        padding-right: 0; } }    .previewFrame .hero-slider__content {      padding: 15em calc(100% / 12); }    .hero-slider__content h1 {      line-height: 1;      margin-bottom: 0;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px);      text-transform: uppercase; }    .hero-slider__content h5 {      margin: 1em 0;      font-family: "Hind", sans-serif;      font-weight: 300;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .hero-slider__content .button {      margin-top: 1em;      opacity: 0;      -webkit-transform: scaleX(0);          -ms-transform: scaleX(0);              transform: scaleX(0);      -webkit-transform-origin: left center;          -ms-transform-origin: left center;              transform-origin: left center; }  .page-loaded .hero-slider .slick-active h1 {    -webkit-animation: fade-in-up 500ms ease-out 600ms forwards;            animation: fade-in-up 500ms ease-out 600ms forwards; }  .page-loaded .hero-slider .slick-active h5 {    -webkit-animation: fade-in-up 500ms ease-out 800ms forwards;            animation: fade-in-up 500ms ease-out 800ms forwards; }  .page-loaded .hero-slider .slick-active .button {    -webkit-animation: reveal 500ms ease-out 1000ms forwards;            animation: reveal 500ms ease-out 1000ms forwards; }  .hero .slick-active h1 {    -webkit-animation: fade-in-up 500ms ease-out 600ms forwards;            animation: fade-in-up 500ms ease-out 600ms forwards; }  .hero .slick-active h5 {    -webkit-animation: fade-in-up 500ms ease-out 800ms forwards;            animation: fade-in-up 500ms ease-out 800ms forwards; }  .hero .slick-active .button {    -webkit-animation: reveal 500ms ease-out 1000ms forwards;            animation: reveal 500ms ease-out 1000ms forwards; }  .hero .slick-arrow {    position: absolute;    right: 0;    bottom: 3.75rem;    height: 4rem;    width: 5.4rem;    display: block;    background-color: transparent;    transition: background-color 300ms ease-out;    border: none;    font-size: 0;    z-index: 4;    cursor: pointer;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    .page-loaded .hero .slick-arrow {      -webkit-animation: fade-in-up 400ms ease-out 800ms forwards;              animation: fade-in-up 400ms ease-out 800ms forwards; }    .hero .slick-arrow:after {      content: "";      position: absolute;      top: 50%;      left: 50%;      height: 0.625rem;      width: 1.875rem;      margin-top: -0.3rem;      transition: -webkit-transform 300ms cubic-bezier(0.48, 0, 0.63, 1);      transition: transform 300ms cubic-bezier(0.48, 0, 0.63, 1);      transition: transform 300ms cubic-bezier(0.48, 0, 0.63, 1), -webkit-transform 300ms cubic-bezier(0.48, 0, 0.63, 1);      display: inline-block;      -webkit-transform: translateX(-50%);          -ms-transform: translateX(-50%);              transform: translateX(-50%);      background-size: contain;      background-repeat: no-repeat;      background-position: center center;      background-image: url(/amcommsltd-co-uk/_img/images/svg/right-arrow.svg); }    @media (min-width: 37.5em) {      .hero .slick-arrow {        height: 4rem;        width: 7.4rem; }        .hero .slick-arrow:after {          height: 0.8rem;          width: 2.8rem;          margin-top: -0.4rem; } }    .hero .slick-arrow:hover {      background-color: #0ebeff; }    .hero .slick-arrow.slick-next:hover:after {      -webkit-transform: translateX(-20%);          -ms-transform: translateX(-20%);              transform: translateX(-20%); }    .hero .slick-arrow.slick-prev {      right: 5.4rem; }      @media (min-width: 37.5em) {        .hero .slick-arrow.slick-prev {          right: 7.4rem; } }      .hero .slick-arrow.slick-prev:after {        background-image: url(/amcommsltd-co-uk/_img/images/svg/left-arrow.svg); }      .hero .slick-arrow.slick-prev:hover:after {        -webkit-transform: translateX(-80%);            -ms-transform: translateX(-80%);                transform: translateX(-80%); }  .hero .slick-dots {    position: absolute;    right: 0.5rem;    top: 50%;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%);    opacity: 0;    transition: opacity ease-out 400ms 800ms; }    .page-loaded .hero .slick-dots {      opacity: 1; }    @media (min-width: 37.5em) {      .hero .slick-dots {        right: 1.5em; } }    .hero .slick-dots li {      display: block;      margin: 8px; }      .hero .slick-dots li button {        display: block;        padding: 0;        -webkit-appearance: none;        background-color: transparent;        font-size: 0;        height: 0.75rem;        width: 0.75rem;        border-radius: 1rem;        border: 1px solid #fff;        opacity: 0.8;        transition: all 300ms ease-out;        cursor: pointer; }      @media (min-width: 37.5em) {        .hero .slick-dots li {          margin: 10px; }          .hero .slick-dots li button {            height: 1rem;            width: 1rem;            border: 2px solid #fff; } }      .hero .slick-dots li.slick-active button {        opacity: 1;        background-color: #fff; }      .hero .slick-dots li.slick-active:hover button {        background-color: #fff; }      .hero .slick-dots li:hover button {        opacity: 1;        background-color: rgba(255, 255, 255, 0.5); }  .hero .particles-js {    width: 100%;    height: 99%;    display: block;    position: absolute;    top: 0;    left: 0;    pointer-events: none;    opacity: 0.75; }.intro {  background-color: #1e3546;  background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg);  color: #fff;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-direction: column-reverse;      -ms-flex-direction: column-reverse;          flex-direction: column-reverse;  position: relative;  z-index: 3;  padding-top: 0; }  @media (min-width: 51.25em) {    .intro {      -webkit-flex-direction: row;          -ms-flex-direction: row;              flex-direction: row; } }  .intro-content, .intro-images {    background-color: #1e3546;    background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg);    position: relative; }  .intro-content {    width: 100%;    position: relative; }    @media (min-width: 51.25em) {      .intro-content {        width: 55%; } }    .intro-content .eyebrow {      -webkit-transform: translateX(-20px);          -ms-transform: translateX(-20px);              transform: translateX(-20px);      opacity: 0; }    .intro-content h2 {      margin-bottom: 0.25em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .intro-content p {      padding: 0 1em;      font-weight: 300;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      @media (min-width: 51.25em) {        .intro-content p {          max-width: 35rem; } }      @media (min-width: 71.875em) {        .intro-content p {          font-size: 1.2em; } }    .intro-content .button {      margin-top: 1em;      margin-left: 1.4em;      opacity: 0;      -webkit-transform: scaleX(0);          -ms-transform: scaleX(0);              transform: scaleX(0);      -webkit-transform-origin: left center;          -ms-transform-origin: left center;              transform-origin: left center; }    .intro-content__inner {      padding-left: 2em;      padding-right: 2em;      position: relative;      top: 2rem;      padding-bottom: 3em;      background-color: #1e3546;      background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg); }      @media (min-width: 20em) {        .intro-content__inner {          padding-left: 2em;          padding-right: 2em; } }      @media (min-width: 30em) {        .intro-content__inner {          padding-left: 3em;          padding-right: 4em; } }      @media (min-width: 51.25em) {        .intro-content__inner {          top: 5rem;          padding-bottom: 5em; } }      @media (min-width: 71.875em) {        .intro-content__inner {          padding-left: calc(100% / 6);          padding-right: 6em;          top: 8rem;          padding-bottom: 8em; } }  .intro-images {    width: 100%;    position: relative; }    @media (min-width: 51.25em) {      .intro-images {        width: 45%; } }    .intro-images__inner {      position: relative;      width: 90%;      margin-left: 10%;      z-index: 1;      -webkit-transform: translateY(-1.75rem);          -ms-transform: translateY(-1.75rem);              transform: translateY(-1.75rem); }      @media (min-width: 51.25em) {        .intro-images__inner {          right: 0;          position: absolute;          height: 98%; } }      .intro-images__inner:before {        content: "";        position: absolute;        right: 10px;        top: 0px;        width: 0;        height: calc(100% + 10px - 2rem);        z-index: -1;        background-color: #0ebeff;        display: block;        transition: width 500ms ease-out 600ms; }  .intro-image1 {    width: 0;    padding-bottom: 76%;    -webkit-transform: translateY(-2rem);        -ms-transform: translateY(-2rem);            transform: translateY(-2rem);    background-size: cover;    transition: width 600ms ease-out 300ms; }    @media (min-width: 51.25em) {      .intro-image1 {        height: 100%;        padding-bottom: 0;        right: 0;        position: absolute; } }  .intro-image2 {    width: 60%;    background-size: cover;    position: absolute;    bottom: -4em;    left: -8%;    box-shadow: 10px -10px 30px 0 rgba(0, 0, 0, 0.5);    -webkit-transform: scaleX(0);        -ms-transform: scaleX(0);            transform: scaleX(0);    -webkit-transform-origin: left center;        -ms-transform-origin: left center;            transform-origin: left center; }    .intro-image2:after {      content: "";      display: block;      padding-top: 70%; }    @media (min-width: 51.25em) {      .intro-image2 {        width: 65%;        bottom: -15%; } }    @media (min-width: 78.75em) {      .intro-image2 {        top: auto;        bottom: -15%; } }  .intro.inviewport .eyebrow, .previewFrame .intro .eyebrow {    -webkit-animation: fade-in-left 500ms ease-out 200ms forwards;            animation: fade-in-left 500ms ease-out 200ms forwards; }  .intro.inviewport h2, .previewFrame .intro h2 {    -webkit-animation: fade-in-up 500ms ease-out 400ms forwards;            animation: fade-in-up 500ms ease-out 400ms forwards; }  .intro.inviewport p, .previewFrame .intro p {    -webkit-animation: fade-in-up 500ms ease-out 700ms forwards;            animation: fade-in-up 500ms ease-out 700ms forwards; }  .intro.inviewport .button, .previewFrame .intro .button {    -webkit-animation: reveal 500ms ease-out 1000ms forwards;            animation: reveal 500ms ease-out 1000ms forwards; }  .intro.inviewport .intro-images__inner:before, .previewFrame .intro .intro-images__inner:before {    width: calc(100% + 10px); }  .intro.inviewport .intro-image1, .previewFrame .intro .intro-image1 {    width: 100%; }  .intro.inviewport .intro-image2, .previewFrame .intro .intro-image2 {    -webkit-animation: reveal 500ms ease-out 900ms forwards;            animation: reveal 500ms ease-out 900ms forwards; }.services {  position: relative;  background-position: center center; }  .services .container {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    position: relative;    z-index: 2;    color: #fff;    padding-top: 2em;    -webkit-align-items: center;        -ms-flex-align: center;            align-items: center;    -webkit-flex-direction: column;        -ms-flex-direction: column;            flex-direction: column; }    @media (min-width: 37.5em) {      .services .container {        -webkit-flex-direction: row;            -ms-flex-direction: row;                flex-direction: row; } }  .services:after {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    display: block;    background-color: #0077ca;    opacity: 0.9; }  .services-img {    width: 75%;    margin-bottom: 2em;    -webkit-transform: scaleX(0);        -ms-transform: scaleX(0);            transform: scaleX(0);    -webkit-transform-origin: left center;        -ms-transform-origin: left center;            transform-origin: left center; }    @media (min-width: 37.5em) {      .services-img {        width: 40%;        margin-bottom: 0; } }    @media (min-width: 43.75em) {      .services-img {        padding-left: 2%;        padding-right: 2%; } }    @media (min-width: 71.875em) {      .services-img {        width: 50%; } }    @media (min-width: 81.25em) {      .services-img {        padding-right: 8%; } }    .services-img img {      box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3); }  .services-list {    width: 90%; }    @media (min-width: 37.5em) {      .services-list {        width: 60%;        padding-left: 4%; } }    @media (min-width: 43.75em) {      .services-list {        padding-left: 8%;        padding-right: 2%; } }    @media (min-width: 71.875em) {      .services-list {        width: 50%; } }    .services-list .eyebrow {      -webkit-transform: translateX(-20px);          -ms-transform: translateX(-20px);              transform: translateX(-20px);      opacity: 0; }    .services-list h2 {      margin-bottom: 0.25em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .services-list li {      list-style: disc;      color: #fff;      margin-left: 1.5em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px);      padding: 0.5em 0.25em 0.5em 0.25em; }      .services-list li:not(:last-child) {        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }      .services-list li a {        color: #fff;        padding: 0.75em 3em 0.75em 0.25em;        display: block;        position: relative; }        @media (min-width: 22.5em) {          .services-list li a {            font-size: 1.2em; } }        .services-list li a:after {          content: "";          position: absolute;          top: 50%;          right: 1rem;          height: 0.625rem;          width: 1.875rem;          margin-top: -0.3rem;          display: inline-block;          background-size: contain;          background-repeat: no-repeat;          background-position: center center;          background-image: url(/amcommsltd-co-uk/_img/images/svg/right-arrow.svg);          transition: right 300ms ease-out; }        .services-list li a:hover:after {          right: 1rem; }  .services.inviewport .services-img, .previewFrame .services .services-img {    -webkit-animation: reveal 600ms ease-out 500ms forwards;            animation: reveal 600ms ease-out 500ms forwards; }  .services.inviewport .eyebrow, .previewFrame .services .eyebrow {    -webkit-animation: fade-in-left 500ms ease-out 200ms forwards;            animation: fade-in-left 500ms ease-out 200ms forwards; }  .services.inviewport h2, .previewFrame .services h2 {    -webkit-animation: fade-in-up 500ms ease-out 400ms forwards;            animation: fade-in-up 500ms ease-out 400ms forwards; }  .services.inviewport li, .previewFrame .services li {    -webkit-animation: fade-in-up 400ms ease-out forwards;            animation: fade-in-up 400ms ease-out forwards; }.portfolio {  overflow: hidden;  background-color: #1e3546;  background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg);  background-repeat: repeat;  color: #fff; }  @media (min-width: 34.375em) {    .portfolio .container {      display: -webkit-flex;      display: -ms-flexbox;      display: flex;      -webkit-align-items: center;          -ms-flex-align: center;              align-items: center;      -webkit-justify-content: space-between;          -ms-flex-pack: justify;              justify-content: space-between; } }  .portfolio .container .eyebrow {    -webkit-transform: translateX(-20px);        -ms-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  .portfolio .container h2 {    margin-bottom: 0.25em;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px);    padding-right: 1em; }  .portfolio .container .button {    margin-left: auto;    opacity: 0;    -webkit-transform: scaleX(0);        -ms-transform: scaleX(0);            transform: scaleX(0);    -webkit-transform-origin: left center;        -ms-transform-origin: left center;            transform-origin: left center; }  .portfolio.inviewport .eyebrow, .previewFrame .portfolio .eyebrow {    -webkit-animation: fade-in-left 500ms ease-out 200ms forwards;            animation: fade-in-left 500ms ease-out 200ms forwards; }  .portfolio.inviewport h2, .previewFrame .portfolio h2 {    -webkit-animation: fade-in-up 500ms ease-out 400ms forwards;            animation: fade-in-up 500ms ease-out 400ms forwards; }  .portfolio.inviewport .container .button, .previewFrame .portfolio .container .button {    -webkit-animation: reveal 500ms ease-out 800ms forwards;            animation: reveal 500ms ease-out 800ms forwards; }.portfolio-slider-wrap {  margin-top: 3em;  padding-left: calc(100% / 12); }.portfolio-slider {  width: 100%;  padding-bottom: 5em; }  @media (min-width: 37.5em) {    .portfolio-slider {      width: 105%; } }  @media (min-width: 60em) {    .portfolio-slider {      width: 115%; } }.portfolio .slick-list {  padding: 3em;  margin: -3em;  -webkit-transform: translateX(20px);      -ms-transform: translateX(20px);          transform: translateX(20px);  opacity: 0; }.portfolio .slick-track {  display: -webkit-flex;  display: -ms-flexbox;  display: flex; }.portfolio .slick-slide {  height: auto;  opacity: 0;  transition: all 300ms ease-out; }  .portfolio .slick-slide.slick-active {    opacity: 1; }.portfolio .slick-initialized .slick-slide {  display: -webkit-flex;  display: -ms-flexbox;  display: flex; }.portfolio .slick-arrow {  position: absolute;  left: 0;  bottom: 0;  height: 3rem;  width: 6rem;  display: block;  background-color: transparent;  transition: background-color 300ms ease-out;  border: none;  font-size: 0;  z-index: 4;  cursor: pointer; }  .portfolio .slick-arrow:after {    content: "";    position: absolute;    top: 50%;    left: 50%;    height: 0.6875rem;    width: 2.3125rem;    margin-top: -0.3rem;    transition: -webkit-transform 300ms cubic-bezier(0.48, 0, 0.63, 1);    transition: transform 300ms cubic-bezier(0.48, 0, 0.63, 1);    transition: transform 300ms cubic-bezier(0.48, 0, 0.63, 1), -webkit-transform 300ms cubic-bezier(0.48, 0, 0.63, 1);    display: inline-block;    -webkit-transform: translateX(-50%);        -ms-transform: translateX(-50%);            transform: translateX(-50%);    background-size: contain;    background-repeat: no-repeat;    background-position: center center;    background-image: url(/amcommsltd-co-uk/_img/images/svg/right-arrow.svg); }  .portfolio .slick-arrow:hover {    background-color: #0ebeff; }  .portfolio .slick-arrow.slick-next {    left: 6rem; }    .portfolio .slick-arrow.slick-next:hover:after {      -webkit-transform: translateX(-20%);          -ms-transform: translateX(-20%);              transform: translateX(-20%); }  .portfolio .slick-arrow.slick-prev:after {    background-image: url(/amcommsltd-co-uk/_img/images/svg/left-arrow.svg); }  .portfolio .slick-arrow.slick-prev:hover:after {    -webkit-transform: translateX(-80%);        -ms-transform: translateX(-80%);            transform: translateX(-80%); }.portfolio-item {  line-height: 0;  margin-right: 0.5em;  padding: 1.5em;  position: relative;  background-size: cover;  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 22px 40px 0 rgba(0, 0, 0, 0.4); }  @media (min-width: 37.5em) {    .portfolio-item {      padding: 2.5em; } }  .portfolio-item:after {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(0, 0, 0, 0.5);    transition: background 400ms ease-out; }  .portfolio-item:hover .portfolio-item__desc {    -webkit-animation: fade-in-up 300ms ease-out forwards;            animation: fade-in-up 300ms ease-out forwards; }  .portfolio-item:hover:after {    background-color: rgba(0, 0, 0, 0.9); }  .portfolio-item__content {    line-height: 1;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-direction: column;        -ms-flex-direction: column;            flex-direction: column;    position: relative;    z-index: 2;    -webkit-align-items: flex-start;        -ms-flex-align: start;            align-items: flex-start; }  .portfolio-item__title {    font-size: 2.48832em;    font-family: "Teko", sans-serif;    text-transform: uppercase;    text-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);    font-weight: 400;    line-height: 1;    margin-bottom: 0.5em; }    @media (min-width: 40em) {      .portfolio-item__title {        font-size: 2.98598em; } }  .portfolio-item__desc {    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px);    opacity: 0;    -webkit-flex: 1;        -ms-flex: 1;            flex: 1; }  .portfolio-item__button {    margin-top: 7em; }    @media (min-width: 40em) {      .portfolio-item__button {        margin-top: 12em; } }    .portfolio-item__button a {      font-size: 1em;      padding-right: 4.5rem; }      .portfolio-item__button a:after {        height: 0.625rem;        width: 1.875rem;        margin-top: -0.3rem;        right: 1.6rem; }.portfolio.inviewport .slick-list, .previewFrame .portfolio .slick-list {  -webkit-animation: fade-in-right 400ms ease-out 800ms forwards;          animation: fade-in-right 400ms ease-out 800ms forwards; }.testimonials {  padding: 0;  color: #fff;  background-color: #0077ca; }  .testimonials-slider {    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  @media (min-width: 51.25em) {    .testimonials .split-section {      display: block; } }  @media (min-width: 75em) {    .testimonials .split-section {      display: -webkit-flex;      display: -ms-flexbox;      display: flex; } }  @media (min-width: 51.25em) {    .testimonials .split-section__content, .testimonials .split-section__image {      width: 100%; } }  @media (min-width: 75em) {    .testimonials .split-section__content, .testimonials .split-section__image {      -webkit-flex-basis: 50%;          -ms-flex-preferred-size: 50%;              flex-basis: 50%; } }  .testimonials .split-section__image {    background-position: left center !important;    min-height: 38em;    min-height: 60vh; }    @media (min-width: 75em) {      .testimonials .split-section__image {        min-height: 0; } }  .testimonials .split-section__content {    position: relative;    background-color: #0077ca; }    .testimonials .split-section__content .eyebrow {      -webkit-transform: translateX(-20px);          -ms-transform: translateX(-20px);              transform: translateX(-20px);      opacity: 0; }    .testimonials .split-section__content h2 {      margin-bottom: 0.25em;      line-height: 1;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .testimonials .split-section__content-inner {      max-width: 36rem;      margin: auto;      padding: 4em 1em 6em;      width: 90%; }      @media (min-width: 23.75em) {        .testimonials .split-section__content-inner {          padding: 4em 2em 6em; } }      @media (min-width: 51.25em) {        .testimonials .split-section__content-inner {          width: 100%; } }      @media (min-width: 90.625em) {        .testimonials .split-section__content-inner {          width: 90%;          padding: 5em 0 6em; } }    .testimonials .split-section__content .button {      position: absolute;      right: 0;      bottom: 0;      opacity: 0;      -webkit-transform: scaleX(0);          -ms-transform: scaleX(0);              transform: scaleX(0);      -webkit-transform-origin: left center;          -ms-transform-origin: left center;              transform-origin: left center; }      .testimonials .split-section__content .button a {        padding: 1.2em 4.5rem 1em 1.75em; }        @media (min-width: 37.5em) {          .testimonials .split-section__content .button a {            font-size: 1.44em;            padding: 1.2em 6.5rem 1em 1.75em; } }      .testimonials .split-section__content .button:before {        opacity: 0; }      .testimonials .split-section__content .button:hover a {        background-color: #009fda; }  .testimonials .split-section .slick-dots {    margin-left: -5px;    margin-top: 1em;    padding-left: 1.5em;    font-weight: 500;    font-size: 1.2em; }    .testimonials .split-section .slick-dots li {      display: inline-block;      margin: 5px; }      .testimonials .split-section .slick-dots li button {        display: block;        padding: 0;        -webkit-appearance: none;        background-color: transparent;        font-size: 0;        height: 1rem;        width: 1rem;        border-radius: 1rem;        border: 2px solid #fff;        opacity: 0.8;        transition: all 300ms ease-out;        cursor: pointer; }      .testimonials .split-section .slick-dots li.slick-active button {        opacity: 1;        background-color: #fff; }      .testimonials .split-section .slick-dots li.slick-active:hover button {        background-color: #fff; }      .testimonials .split-section .slick-dots li:hover button {        opacity: 1;        background-color: rgba(255, 255, 255, 0.5); }  .testimonials.inviewport .eyebrow, .previewFrame .testimonials .eyebrow {    -webkit-animation: fade-in-left 500ms ease-out 200ms forwards;            animation: fade-in-left 500ms ease-out 200ms forwards; }  .testimonials.inviewport h2, .previewFrame .testimonials h2 {    -webkit-animation: fade-in-up 500ms ease-out 400ms forwards;            animation: fade-in-up 500ms ease-out 400ms forwards; }  .testimonials.inviewport .button, .previewFrame .testimonials .button {    -webkit-animation: reveal 500ms ease-out 800ms forwards;            animation: reveal 500ms ease-out 800ms forwards; }  .testimonials.inviewport .testimonials-slider, .previewFrame .testimonials .testimonials-slider {    -webkit-animation: fade-in-up 500ms ease-out 600ms forwards;            animation: fade-in-up 500ms ease-out 600ms forwards; }.testimonials .testimonial-item__text p {  font-weight: 300;  font-size: 14px;  color: rgba(255, 255, 255, 0.8); }  @media (min-width: 37.5em) {    .testimonials .testimonial-item__text p {      font-size: 1em; } }  @media (min-width: 51.25em) {    .testimonials .testimonial-item__text p {      font-size: 15px; } }  @media (min-width: 90.625em) {    .testimonials .testimonial-item__text p {      font-size: 1em;      padding-left: 1.5rem; } }.testimonials .testimonial-item__name {  font-weight: 500; }  @media (min-width: 37.5em) {    .testimonials .testimonial-item__name {      font-size: 1.2em; } }  @media (min-width: 90.625em) {    .testimonials .testimonial-item__name {      padding-left: 1.5rem; } }.partner {  padding: 0; }  .partner .split-section__content {    background-color: #1e3546;    background-image: url(/amcommsltd-co-uk/_img/images/blue-texture.jpg);    background-repeat: repeat;    color: #fff;    margin-top: 0; }    .partner .split-section__content-inner {      max-width: 40rem;      margin: auto;      padding: 4em 0;      width: 90%; }      @media (min-width: 51.25em) {        .partner .split-section__content-inner {          max-width: 25rem;          -webkit-transform: translateX(-1em);              -ms-transform: translateX(-1em);                  transform: translateX(-1em);          padding: 6em 0; } }      .partner .split-section__content-inner h2 {        line-height: 1; }      .partner .split-section__content-inner p {        padding-left: 1.5em;        font-weight: 300;        font-size: 1.2em;        color: rgba(255, 255, 255, 0.8); }  .partner .split-section__logos {    margin: auto;    padding: 4em 0; }    @media (min-width: 51.25em) {      .partner .split-section__logos {        padding: 6em 0;        width: 50%; } }    .partner .split-section__logos ul {      max-width: 35rem;      width: 90%;      margin: auto;      display: -webkit-flex;      display: -ms-flexbox;      display: flex;      -webkit-flex-wrap: wrap;          -ms-flex-wrap: wrap;              flex-wrap: wrap;      -webkit-justify-content: space-around;          -ms-flex-pack: distribute;              justify-content: space-around;      -webkit-align-items: center;          -ms-flex-align: center;              align-items: center; }      .partner .split-section__logos ul li {        width: 50%;        padding: 1em;        text-align: center;        opacity: 0;        -webkit-transform: translateX(-20px);            -ms-transform: translateX(-20px);                transform: translateX(-20px); }        @media (min-width: 22.5em) {          .partner .split-section__logos ul li {            width: 33.3333%; } }  .partner.inviewport li, .previewFrame .partner li {    -webkit-animation: fade-in-left 300ms ease-out forwards;            animation: fade-in-left 300ms ease-out forwards; }/* -----------------------------------------	13.0. Footer----------------------------------------- */.footer {  background-color: #0077ca;  padding: 7em 0;  color: rgba(255, 255, 255, 0.8); }  .footer .container {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;            flex-wrap: wrap;    width: 90%;    margin: auto; }    @media (min-width: 23.75em) {      .footer .container {        width: 100%;        margin: 0; } }    .footer .container h4 {      letter-spacing: 2px;      font-weight: 300;      text-transform: uppercase;      color: #fff; }    .footer .container a {      color: rgba(255, 255, 255, 0.8); }      .footer .container a:hover {        color: #fff;        text-decoration: underline; }  .footer-navigation {    width: 100%;    padding-right: 2em;    margin-bottom: 3em; }    @media (min-width: 57.5em) {      .footer-navigation {        width: 50%;        margin-bottom: 0; } }    @media (min-width: 75em) {      .footer-navigation {        width: 33.3333%; } }    @media (min-width: 37.5em) {      .footer-navigation li {        width: 47%;        display: inline-block;        margin-right: 2%;        font-size: 0; } }    .footer-navigation li a {      line-height: 2;      font-size: 0.9375rem; }      @media (min-width: 96.875em) {        .footer-navigation li a {          font-size: 1rem; } }  .footer-contact {    width: 100%;    padding-right: 2em; }    @media (min-width: 57.5em) {      .footer-contact {        width: 50%; } }    @media (min-width: 75em) {      .footer-contact {        width: 33.3333%;        padding-right: 0; } }    @media (min-width: 37.5em) {      .footer-contact__address, .footer-contact__details {        width: 47%;        display: inline-block;        margin-right: 2%;        font-size: 0;        vertical-align: top; } }    .footer-contact__address p, .footer-contact__details p {      font-size: 0.9375rem; }      @media (min-width: 96.875em) {        .footer-contact__address p, .footer-contact__details p {          font-size: 1rem; } }    .footer-contact__address a, .footer-contact__details a {      white-space: nowrap; }    .footer-contact__address {      margin-bottom: 1em; }      @media (min-width: 37.5em) {        .footer-contact__address {          margin-bottom: 0; } }      @media (min-width: 57.5em) {        .footer-contact__address {          margin-bottom: 0;          width: 38%; } }    @media (min-width: 57.5em) {      .footer-contact__details {        width: 56%; } }  .footer-social__icon {    height: 2rem;    width: 2rem;    display: inline-block;    margin-right: 5px; }    .footer-social__icon svg {      height: 2rem;      width: 2rem;      fill: #fff; }      .footer-social__icon svg:hover {        fill: #0ebeff; }  .footer-content {    padding-top: 3em; }    @media (min-width: 34.375em) {      .footer-content {        text-align: right;        width: 100%;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-justify-content: space-between;            -ms-flex-pack: justify;                justify-content: space-between;        -webkit-align-items: flex-end;            -ms-flex-align: end;                align-items: flex-end; } }    @media (min-width: 75em) {      .footer-content {        padding-top: 0;        width: 33.3333%;        display: block;        padding-left: 2em; } }    .footer-content p {      font-size: 13px;      line-height: 1.5; }  .footer-logo {    text-align: right;    width: 10rem;    max-width: 10rem;    margin-right: 1em;    margin-bottom: 1em; }    @media (min-width: 34.375em) {      .footer-logo {        margin-bottom: 0; } }    @media (min-width: 75em) {      .footer-logo {        margin-right: 0;        margin-left: auto;        margin-bottom: 1em; } }    .footer-logo a {      display: block;      width: 100%;      line-height: 0; }
/* not required */
