body > img {position: absolute;}

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fontawesome-webfont.eot");
  src: url("/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fontawesome-webfont.woff") format("woff"), url("/fontawesome-webfont.ttf") format("truetype"), url("/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}


html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  padding: 0 40px 40px 40px;
  padding: 0 40px 40px 40px;
  padding: 0 2.5rem 2.5rem 2.5rem;
}

body {
  background: #fff;
  font-family: ".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
  font-size: 16px;
  font-size: 100%;
  color: #676767;
  line-height: 1.5em;
  margin: 0;
}

a {
  color: #122251;
  text-decoration: none;
}

a:hover {
  color: #ff0a32;
}

.siteTop a, .siteTop a:hover, #footerBottom a, #footerBottom a:hover {
  border: 0 solid transparent;
}

.siteTop {
  position: relative;
}

.siteBottom section .textSection .container {
  padding: 64px 0;
  padding: 64px 0;
  padding: 4rem 0;
}

.outerWrap.withScreens #section1 .container  {
  padding-top: 8px;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.siteBottom img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.siteBottom li {
  margin-bottom: .7em;
}

.desktopHide {display: none !important;}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, .phone, .button, #menu, .priceInBanner, .steps, .companyWins, .playButton, #footerTop ul {
  font-weight: 700;
  line-height: 1.1em;
  font-family: 'Montserrat', sans-serif;
  color: #666;
}

h1 {
  font-size: 2.8em;
  margin: 1em 0;
}

.justHeading h1 {
  margin-top: 0;
}

h2 {
  font-size: 2.8em;
}

h2 span, h1 span {
  font-weight: 300;
  display: block;
  font-size: 0.6em;
  line-height: 1em;
}


h2 span.thin{
	font-size: 1em;
	display: inline-block;
}

.siteBottom h1:after, .siteBottom h2:after, #footerTop h2:after {
  content: "";
  display: block;
  width: 80px;
  width: 80px;
  width: 5rem;
  height: 4px;
  background: #ddd;
  margin: 0.7em 0 0.7em;
}

.blog .siteBottom h2:after, .blogHome .siteBottom h2:after {
  display: none;
}

#footerTop h2:after {
  background: #fff;
}

h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
  
}

h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 3px;
}

h5 {
  font-size: 1.5em;
  padding: 0 5%;
  margin-left: 5%;
  color: #ff0a32;
  border-left: 4px solid #ff0a32;
  
}

section {
  width: 100%;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}

/* ---------------------------------- */
/* -------------- blog -------------- */
/* ---------------------------------- */

.blog .siteBottom .container, .blogHome .siteBottom .container {padding: 0 10px;}

#subBanner {
  min-height: 80px;
}

.blogHome .siteBottom, .blog .siteBottom {
  margin-top: 50px;
}

.blogHome .container, .blog .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog .categorySection .sidebar, .blogHome .categorySection .sidebar {
  width: 200px;
  border: 1px solid #eee;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.blog .categorySection .siteContent, .blogHome .categorySection .siteContent {
  width: 85%;
  width: calc(100% - 220px);
  margin-bottom: 20px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #eee;
  padding: 3px 10px 15px;
  line-height: 1.4em;
  margin-right: 3px;
}

.pagination a.current {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 3px 10px;
}

.pagination a:hover {
  background: #eee;
  border-color: #ddd;
  color: #5f6b72;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

#link5 {
  display: none !important;
}

#menu {
  position: relative;
  z-index: 100;
  width: 100%;
/*   background: #515151; */
  display: inline-block;
}

.siteTop {
  position: relative;
}

.siteTop #menu {
  display: block;
  position: absolute;
  top: 68px;
  left: 220px;
  right: 290px;
  width: auto;
}

#menu nav {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX WRAP ------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*------ END FLEX WRAP ------*/
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
          flex-grow: 2;
  text-align: center;
  position: relative;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 11.2px 6.4px;
  padding: 11.2px 6.4px;
  padding: 0.7rem 0.4rem;
  color: rgba(255,255,255,0.7);
  box-sizing: border-box;
  vertical-align: top;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

#menu nav li a:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  margin: auto;
  background: #fff;
  width: 0;
}

#menu nav ul li a:before {
  display: none;
}

#menu nav li a:hover, .parent:hover > a  {
  color: #fff;
}

#menu nav li a:hover:before, .parent:hover > a:before {
  width: 100%;
}

#menu nav li.current a {
  color: #fff;
}


#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1);
}

#mobileMenu {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em; 
  overflow: visible;
}

#menu .subContainer {   
  background: #162856;
  border-top: 2px solid #fff;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
}

#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  text-align: left;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */

.contentImgRow {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  image-rendering: -moz-crisp-edges;
}

.contentImgRow .item {  
  width: 24%;
  width: calc(25% - 20px);
  display: inline-block;
  margin: 10px;
}

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}

.contentImgRow .caption {
  font-size: .8em;
/*   margin-top: 5px; */
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/

#enquiryForm {
  position: relative;  
  max-width: 500px;
  margin: auto;
}

#enquiryForm:before {
  content: "";
  position: absolute;
  z-index: 0;
  left:5%;
  right:5%;
  top: 0;
  bottom: 0;
  box-shadow: 0 20px 20px rgba(0,0,0,0.2);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.testimonialBoxes .col-3:hover:before {
  box-shadow: 0 20px 20px rgba(0,0,0,0.2);
}

#enquiry {
    position: relative;
    margin: 0px 0px 30px;
    width:auto;
    padding: 0 0 5px;
    color: #888;
    background: #fff;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

#subBanner #enquiry {
  padding: 10px 10px 15px;
}

#Drop-Container #enquiry {
   margin: 0 auto;
  padding-top: 24px;
  padding-top: 24px;
  padding-top: 1.5rem
}

#subBanner #enquiry .privacy {
  display: none;
}

#enquiry h3 {
    color:#666;
    text-align: center;
    padding:35px 25px 15px;
  margin: 0;
  font-size: 1.6em;
  line-height: 0.8em;
}

#subBanner #enquiry h3 {
    color:#666;
    text-align: left;
    padding:10px 10px 15px;
  font-size: 1.1em;
  line-height: 0.8em;
}

#enquiry h3 span {
  font-weight: 300;
  font-size: 0.7em;
}

.enqRow {
    width:90%;
    margin: 5px auto 0;
    position: relative;
}

#subBanner .enqRow {
  margin: 2px auto 0;
  width: 100%;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#enquiry input {
    width:100%;
    outline: 0px solid rgba(255,255,255,.4);
    padding: 5px 5px 5px 5px;
    line-height: normal;
    font-size: 16px;
    border: 0 solid red;
    font-family: inherit;
}

#subBanner #enquiry input {
  padding: 2px 5px 2px 45px;
}

#enquiry input[type="text"], #enquiry input[type="tel"], #enquiry input[type="email"] {
    
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,0.1);
    color: #333;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#enquiry textarea {
    -webkit-appearance: none;
    width:100%;
    outline: 0px solid rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,0.1);
    color: #333;
    line-height: normal;
    padding: 8px 5px 8px 5px;
    font-size: 1em;
    font-family: inherit;
    height: 90px;
    font-family: inherit;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#subBanner #enquiry textarea {
  height: 60px;
}

#enquiry input[type="submit"] {
    padding: 10px 5px 10px 50px !important;
    cursor: pointer;
}

input[type="submit"].butS1 {
  margin-top: 8px;
  margin-top: 8px;
  margin-top: 0.5rem;
}

input[type="submit"].butS1:hover {
  -webkit-transform: translatey(0);
          transform: translatey(0);
}

#enquiry input[type="submit"]:hover {
    border: 0;
}

#enquiry input[type="radio"]{
    width: 10%;
}

#enquiry input[type="checkbox"]{
    width: 10%;
}

#enquiry select{
    width: 100%;
}

.enqRow .submit {
    float:right;
}
#enquiry .button{-webkit-appearance: none}

#enquiry svg {
    position: absolute;
    z-index: 10;
    top: 29px;
    left: 10px;
    width: 20px;
    height: 20px;
    color: #666;
}

#subBanner svg {
  top: 25px;
}

#enquiry .buttonRow svg {
    position: absolute;
    top: 14px;
    left: 40%;
    left: calc(50% - 30px);
    width: 2em;
    height: 2em;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  pointer-events:none;
}

#enquiry svg.name, #enquiry svg.phone, #enquiry svg.email, #enquiry svg.comment {
  display: none;
}

.buttonRow {
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}

.buttonRow:hover {
  -webkit-transform: translatey(-0.2em);
          transform: translatey(-0.2em);
}

.privacy {
    margin: 16px 0 24px;
    margin: 16px 0 24px;
    margin: 1rem 0 1.5rem;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: center;
}

.commentsRow {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.commentsRow .enqLabel {
    line-height: 1em;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }

#enquiry input:hover, #enquiry input:not(.button):hover,
#enquiry textarea:hover
{
  border: 1px solid #114d8e;
}

#enquiry input:focus, #enquiry input:not(.button):focus,
#enquiry textarea:focus
{
  border: 1px solid #114d8e;
  background: #fff;
  box-shadow: 0 0px 3px #114d8e !important;
}

#enquiry input:required, #enquiry input:not(.button):required {
  outline: none;
  box-shadow: none;
}
#enquiry input:required:focus, #enquiry input:not(.button):required:focus {
  outline: none !important;
/*   border: 1px solid #ff6c14 !important; */
/*   box-shadow: 0 0px 0px #ff6c14 !important; */
}

#enquiry input[aria-invalid="true"], #enquiry input[aria-invalid="true"] :not(.button):required:focus {
  border: 1px solid #ff0a32 !important;
  box-shadow: 0 0px 0px #ff0a32 !important
}

/*----label-------*/

#enquiry label {
  display: block;
  position: relative;
  padding: 10px 10px 6px;
  line-height: 1.1em;
  box-sizing: border-box;
  cursor: pointer;
  margin: 3px 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor:pointer;
}

#enquiry .rowLabel span {
  display: none;
}

#enquiry .rowLabel:after {
  content: "*";
}

#subBanner #enquiry label {
  padding: 5px 3px 3px;
  font-size: 0.8em;
}

#enquiry .rowLabel {
  font-size: 0.8em;
  line-height: 1em;
  padding: 5px 5px 4px 10px;
  margin: 0;
}

#enquiry label.error {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 5px 5px 4px 10px;
  font-size: 0.8em;
  line-height: 1em;
  color: #ff0a32;
}

/*----radio-------*/

#enquiry input[type=radio] { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; position: absolute; width: 0; padding: 0;} 

#enquiry input[type=radio] ~ label.radioButton {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(0,0,0,0.1);
    color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#enquiry input[type=radio] ~ label.radioButton:hover {
  border: 1px solid #114d8e;
  background: #fff;
}

#enquiry input[type=radio]:checked ~ label.radioButton {
  -webkit-transform: translatey(-5px);
          transform: translatey(-5px);
  border: 1px solid transparent;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  color: #fff;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



/*-----Placeholder Styles-----*/


#enquiry ::-webkit-input-placeholder {
  color: #111;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquiry :-moz-placeholder {
  color: #111;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquiry ::-moz-placeholder {
  color: #111;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquiry :-ms-input-placeholder {
  color: #111;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}


/*-----Enquiry Dropdown-----*/

.col-2.textArea {
  color: #fff;
  padding: 32px 4%;
  padding: 32px 4%;
  padding: 2rem 4%;
  
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#Drop-Container .col-2.textArea h2, #Drop-Container h4 {
  color: #fff;
}

#Drop-Container h2 {
  font-size: 2em;
  line-height: 1em;
}

#Drop-Container h2 span {
  margin: 0;
  line-height: 1em;
  padding: 0;
}

#Drop-Container h2:after {
  content: "";
  display: block;
  width: 80px;
  width: 80px;
  width: 5rem;
  height: 4px;
  background: rgba(0,0,0,0.05);
  margin: 0.7em 0 0.7em;
}

#Drop-Container h4 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

#Drop-Container h4 span {
  display: block;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700;
  white-space: nowrap;
}

#Drop-Container ul {
  padding: 16px 32px 0.5em;
  padding: 16px 32px 0.5em;
  padding: 1rem 2rem 0.5em;
}

#Drop-Container li {
  position: relative;
  margin-bottom: 0.7em;
  line-height: 1.3em;
  list-style: none;
}

#Drop-Container .col-2.textArea svg {
  position: absolute;
  top: 0;
  left: -35px;
  width: 25px;
  height: 25px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  

}

#footerBottom {
  padding: 20px 0;
  background: #114d8e;
  font-size: 0.8em;
}

/* Hide footer links */
#footerBottom #link2b, #footerBottom #link3b{
  display: none;
}

footer .container {
  overflow: hidden;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX ALIGN -----*/
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*------ END FLEX ALIGN -----*/
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -ms-flex-flow: row wrap;
       flex-flow: row wrap;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

footer a:hover {
  color: rgba(255, 255, 255, 1);
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block;
}

footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

footer nav li a:hover {
  /**/
}

/* ---------- custom footer --------- */

#footerTop > .container {
  max-width: 100%;
}

#footerTop > .container > * {
  width: 100%;
}

#footerTopTabs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#footerTopEnquiry {
  padding: 20px 0;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,11376f+33,1668ba+79,3b7ab5+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,55,111,1) 33%,rgba(22,104,186,1) 79%,rgba(59,122,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,55,111,1) 33%,rgba(22,104,186,1) 79%,rgba(59,122,181,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,55,111,1) 33%,rgba(22,104,186,1) 79%,rgba(59,122,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#3b7ab5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#footerTop h2 {
  color: #fff;
  margin-top: 0;
}

#footerTop ul {
  padding: 0;
  margin: 0;
}

#footerTop li {
  list-style: none;
  color: #fff;
  margin: 0.3em 0;
  font-weight: 300;
}

#footerTop li a{
  color: white;
}

#footerTop li a:hover{
  color: #8bdaf6;
}

#footerTop li svg {
  width: 2.2em;
  height: 2.2em;
  vertical-align: middle;
  margin-right: 1em;
}

#footerTop li.footerPhone {
  font-size: 1.5em;
  margin-top: 2em;
}

#footerTop li.footerEmail{
  font-size: 1.5em;
}

#footerTop li.footerEmail a{
  font-size: .8em;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

#footerTop li.footerEmail a:hover{
  color: #8bdaf6;
}

#bottomInternalLinks {
  background: #122251;
  font-size: 0.8em;
}

#bottomInternalLinks .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bottomInternalLinks a {
  padding: 5px 15px;
  text-decoration: none;
  border: none;
}

/* --------  bottom tabs --------- */

#footerTopTabs {
  background: #ebebeb;
  padding: 32px;
  padding: 32px;
  padding: 2rem;
}

#footerTopTabs a {
  color: #888;
}

#footerTopTabs a:hover {
  color: #ff0a32;
}

#footerTopTabs .footerFinalLinks a {
  display: inline-block;
  margin: 1em 1em 0;
}


#tabWrapper svg {
  width: 30px;
  height: 30px;
}

#tabWrapper .container {
/*   box-shadow: 0 10px 10px rgba(0,0,0,0.2); */
  padding: 0 16px;
  padding: 0 16px;
  padding: 0 1rem;
  background: #fff;
}

 /* Style the tab */
div.tab {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px;
    padding: 8px;
    padding:0.5rem;
    color: #999;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  color: #fff;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
}

/* Create an active/current tablink class */
div.tab button.active {
      color: #fff;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 32px 16px;
  padding: 32px 16px;
  padding: 2rem 1rem;
  color: #999;
  font-size: 0.9em;
  
    border-top: 1px solid #ddd;
}

#tabWrapper span {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  position: relative;
  top: -16px;
  top: -16px;
  top: -1rem;  
  -webkit-transition: 0.3s;  
  transition: 0.3s;  
  cursor: pointer;
}

#tabWrapper span:before, #tabWrapper span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #ccc;
}

#tabWrapper span:hover:before, #tabWrapper span:hover:after {
 background: #999; 
}

#tabWrapper span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#tabWrapper span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
    to {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
}

@keyframes fadeEffect {
    from {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
    to {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
}

/* ---------------------------------- */
/* ------------ SVG COLOURS --------- */
/* ---------------------------------- */

.icon svg{fill: currentColor;}
.icon path{fill: currentColor;} 
.icon{fill: currentColor;}

/* ---------------------------------- */
/* ------------- FLEX  -------------- */
/* ---------------------------------- */

.flexFrame, .companyWins {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flexAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.flexAlignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}

.flexJustifyStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.col-1 {
  width: calc(100% - 20px);
   margin: 10px;
}
.col-2 {
   width: calc(50% - 20px);
   margin: 10px;
}
.col-3 {
   width: calc(33.3% - 20px);
   margin: 10px;
}
.col-3-2 {
   width: calc(66.6% - 20px);
   margin: 10px;
}
.col-4 {
  width: calc(25% - 20px);
   margin: 10px;
}
.col-5 {
  width: calc(20% - 20px);
   margin: 10px;
}
.col-6 {
 width: calc(16.6% - 20px);
   margin: 10px;
}

/* ---------------------------------- */
/* ----------- BUTTONS  ------------- */
/* ---------------------------------- */

.textlink {
  font-size: 0.9em;
  text-decoration: none;
  color: #01d3bd;
}

.button  {
  margin: 32px 0 0;
  margin: 32px 0 0;
  margin: 2rem 0 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.1em 1.5em 0.2em;
  border-radius: .2em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.button span {
  padding: 12.8px 0 12.8px 12.8px;
  padding: 12.8px 0 12.8px 12.8px;
  padding: 0.8rem 0 0.8rem 0.8rem;
  display: inline-block;
}

.button svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}

.button.iconOnly {
  padding: 4.8px 0em;
  padding: 4.8px 0em;
  padding: 0.3rem 0em;
  width: 3em;
}

/*primary button*/
.butS1 {  
  border: 0 solid transparent;
  color: #fff;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0a32+0,ef0a5a+100 */
background: rgb(255,10,50); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,10,50,1) 0%,rgba(239,10,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,10,50,1) 0%,rgba(239,10,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0a32', endColorstr='#ef0a5a',GradientType=0 ); /* IE6-9 */
  
  box-shadow: 0 10px 15px rgba(236,10,90,0.3);
  
}

.butS1:hover {
  border: 0 solid transparent;
  color: #fff;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0a32+0,ef0a5a+100 */
background: rgb(255,10,50); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,10,50,1) 0%,rgba(239,10,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,10,50,1) 0%,rgba(239,10,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0a32', endColorstr='#ef0a5a',GradientType=0 ); /* IE6-9 */
   
  -webkit-transform: translatey(-0.2em);
   
          transform: translatey(-0.2em);
  box-shadow: 0 15px 25px rgba(236,10,90,0.6);
}

.butS1:active, #enquiry input[type="submit"]:active {
    color: #fff;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0a32+0,ef0a5a+100 */
background: rgb(255,10,50); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,10,50,1) 0%,rgba(239,10,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,10,50,1) 0%,rgba(239,10,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0a32', endColorstr='#ef0a5a',GradientType=0 ); /* IE6-9 */
   
  -webkit-transform: translatey(0em);
   
          transform: translatey(0em);
  box-shadow: 0 0px 0px rgba(236,10,90,0.4);
}

/*secondary button*/
.butS2 {
  border: 0 solid transparent;
  background: none;
  box-shadow: 0 0 0 3px #114d8e inset;
  color: #114d8e;
}

.butS2:hover {
  border: 0 solid transparent;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01d3bd+0,00cccb+100 */
background: #114d8e;
  color: #fff;
  -webkit-transform: translatey(-0.2em);
          transform: translatey(-0.2em);
  box-shadow: 0 15px 25px rgba(17,77,142,0.4), 0 0 0 3px #114d8e inset;
}

.butS2:active {
  background: #114d8e;
  box-shadow: 0 0 0 3px #114d8e inset;
  color: #fff;
}

/*tertiary button*/
.butS3 {
  border: 0 solid transparent;
  background: none;
  box-shadow: 0 0px 0px rgba(255,255,255,0.6), 0 0 0 3px #fff inset;
  color: #fff;
}

.butS3:hover {
  border: 0 solid transparent;
  color: #00cccb;  
background: #fff;
  box-shadow: 0 10px 15px rgba(255,255,255,0.6), 0 0 0 0px #fff inset;
  
  -webkit-transform: translatey(-0.2em);
  
          transform: translatey(-0.2em);
  
}

.butS3:active {
  color: #00cccb;  
background: #fff;
  box-shadow: 0 0px 0px rgba(255,255,255,0.6), 0 0 0 0px #fff inset;
}

.butS4 {
  border: 0 solid transparent;
  color: #fff;
  box-shadow: 0 0 0 0 #01d3bd inset;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d3bd+0,07cfca+100 */
background: rgb(0,211,189); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,211,189,1) 0%,rgba(7,207,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(0,211,189,1) 0%,rgba(7,207,202,1) 100%);
background: linear-gradient(135deg, rgba(0,211,189,1) 0%,rgba(7,207,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3bd', endColorstr='#07cfca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.butS4:hover, .butS4:active {
  border: 0 solid transparent;
  -webkit-transform: translatey(-0.2em);
          transform: translatey(-0.2em);
  background: none;
  color: #01d3bd;
}


.buttons .butFrame {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  background:#f1f1f1;
  color:#fff;
  cursor:pointer;
  border-radius:2px;
  text-align:center;
  margin-bottom:10px;
  
}
.buttons .butFrame .butHeading {
  color: #fff;
  background: #DD1D7D;
  padding: 20px 0;
}
.buttons .butFrame:hover .butHeading {
  color: #fff;
  background: #FF5D6D;
}
.buttons .butFrame img {  
  vertical-align: bottom;
}
.buttons .butFrame .butText {
  padding: 10px 0;
  color: #999;
  border-bottom: 3px solid #e1e1e1;
}

/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

#banner {
  position: relative;
  z-index: 6;
}

#banner .container {
  max-width: 100%;
}

.bannerWrap {
  width: 100%;
}

/* -------- top bar ------- */

.topBar {
  width: 100%;
  background: #fff;
  text-align: right;
}

.topBar > * {
  display: inline-block;
  padding: 6.4px;
  padding: 6.4px;
  padding: 0.4rem;
  margin: 3.2px 0;
  margin: 3.2px 0;
  margin: 0.2rem 0;
}

.topBar svg, #fixedBanner svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.topBar .phone, #fixedBanner .phone {
  color: #ff0a32;
  margin-right: 0.5em;
}

.siteTop .phone a, #fixedBanner .phone a {color: inherit;}

.topBar .phone svg, #fixedBanner .phone {
  margin-right: 6.4px;
  margin-right: 6.4px;
  margin-right: 0.4rem;
}

.topBar .phone span, #fixedBanner .phone span {
  font-size: 1.5em;
  vertical-align: middle;
}

.topBar .contact svg, #fixedBanner .contact svg {
  color: inherit;
}

/* -------- banner wrap ------- */

.bannerRight {
  width: 80%;
  width: calc(100% - 280px);
  text-align: right;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  position: relative;
  display: block;
  width: 240px;
  padding: 15px 25px;
  cursor: pointer;
}

.logo > div {
  display: inline-block;
 position: relative;
 width: 100%;
 padding-bottom: 31%; 
 vertical-align: middle; 
}

.logo svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bannerRight .button {
  margin: 0 0 0 1em;
  width: 20em;
}

.button svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.bannerRight .butS3 {margin: 4.8px 0 0;margin: 4.8px 0 0;margin: 0.3rem 0 0;}

/* -------- banner fixed ------- */

#fixedBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  -webkit-transform: translatey(-110%);
          transform: translatey(-110%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#fixedBanner.shrink {
  -webkit-transform: translatey(0%);
          transform: translatey(0%);
}

#fixedBanner .logo {
  width: 110px;
  padding: 15px 20px;
}

#fixedBanner .logo > div {
  display: inline-block;
 position: relative;
 width: 100%;
 padding-bottom: 56%; 
 vertical-align: middle; 
}

#fixedBanner .logo svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fixedBanner .bannerRight > div {
  width: 600px;
}

#fixedBanner .bannerRight .button {
  display: inline-block;
  width: 18em;
}

#fixedBanner a {
  border: none;
}

#fixedBanner .phone {
  display: inline-block;
  color: #fff;
  font-size: 11.2px;
  font-size: 11.2px;
  font-size: 0.7rem;
  width: 14em;
}

/* ---------------------------------- */
/* ---------- SECTIONAL CSS --------- */
/* ---------------------------------- */

#subBanner:before, #subBannerHome:before {  
  content: "";
  position: absolute;
  top: 48px;
  top: 3rem;
  left: 0;
  right: 0;
  height: 101%;
  max-height: 800px;
  background: url(/thumbnaillarge/subBanner.jpg) bottom center no-repeat #122251;
  background-size: cover;
}

.link0 #subBannerHome:before {
  height: 70%;
}

.withScreens #subBanner:before {
  height: 75%;
}

#subBanner:before {
  max-height: 600px;
}

#subBannerHome, #subBanner {
  text-align: center;
}

#subBanner {
  padding-bottom: 1%;
}

#subBanner img {
  width: 100%;
}

#subBannerHome *, #subBanner *, #subBanner form .buttonRow * {
  color: #fff;
}

#subBannerHome form *, #subBanner form * {
  color: #666;
}

#subBannerHome form, #subBanner form {
  text-align: initial;
}

#subBannerHome h1, #subBanner h1 {
  font-size: 2.4em;
  margin-bottom: 0.2em;
  margin-top: 8px;
  margin-top: 8px;
  margin-top: 0.5rem;
}



.justHeading #subBanner h1 {
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 1rem;
}

.justHeading #subBanner {
  padding-bottom: 00.2%;
}

#subBanner h2 {
  font-size: 1.1em;
}

#subBannerHome h2{
  font-size: 2.4em;
  margin-bottom: 0.2em;
  margin-top: 8px;
  margin-top: 8px;
  margin-top: 0.5rem;
}

#subBannerHome h2 span{
  font-size: 1em;
}

#subBannerHome h4 {
  font-size: 1em;
  font-weight: 300;
  margin: 2em 0 1em;
}

#subBannerHome img {
  width: 100%;
  height: auto;
  display: block;
}

.downButton {
  margin: 16px 0;
  margin: 16px 0;
  margin: 1rem 0;
}

.downButton:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.downButton svg {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-15deg) translate(-5px, 4px);
          transform: rotate(-15deg) translate(-5px, 4px);
}

#subBannerHome .homeScreens {
  position: relative; 
}

.homeScreens {position: relative;}

.homeSliderWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
}

.sliderScreenCover {
  position: relative;
  z-index: 0;  
  
}

.homeScreens .priceInBanner {
  position: absolute;
  top: 5%;
  left: 2.5%;
  text-align: center;
  font-weight: 300;
  font-size: 1.4em;
}

#subBannerHome .priceInBanner svg {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
}

.priceInBanner span {
  display: block;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.1em;
}

/* -------- fast easy effective from var(--895) --------- */

.steps {
  position: relative;
  top: -50px;
  margin-bottom: -80px;
   z-index: 1;
}

.steps + .col-2{
  position: relative;
  z-index: 2;
}

.steps > *:nth-child(-n+3) {
  position: relative;
  text-align: center;
  margin-right: 16px;
  margin-right: 16px;
  margin-right: 1rem;
  padding: 28.8px 16px 28.8px 48px;
  padding: 28.8px 16px 28.8px 48px;
  padding: 1.8rem 1rem 1.8rem 3rem;
  color: #fff;
  background: #01d3bd;
  width: 160px;
  width: 160px;
  width: 10rem;
}

.steps > .from895 {
  position: relative;
  text-align: center;
  margin-left: 24px;
  margin-left: 24px;
  margin-left: 1.5rem;
  padding: 64px 88px;
  padding: 64px 88px;
  padding: 4rem 5.5rem;
  color: #fff;
  border-radius: 50%;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
}

.from895 span {
  display: block;
  font-size: 2.2em;
  line-height: 1em;
}

.steps svg {  
  display: block;  
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
}

.steps .from895 svg {
  width: 70px;
  height: 70px;
}

.steps *:nth-child(-n+3):before, .steps *:nth-child(-n+3):after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;  
}

.steps > *:nth-child(-n+3):before {  
  z-index: 0;
  left: 0;  
  border-style: solid;
  border-width: 72px 0 72px 32px;
  border-width: 72px 0 72px 32px;
  border-width: 4.5rem 0 4.5rem 2rem;
  border-color: transparent transparent transparent #fff;
}

.steps > *:nth-child(-n+3):after {  
  z-index: 1;
  right: -32px;
  right: -32px;
  right: -2rem;  
  border-style: solid;
  border-width: 72px 0 72px 32px;
  border-width: 72px 0 72px 32px;
  border-width: 4.5rem 0 4.5rem 2rem;
}

.steps .easy {
  background: #114d8e;
  z-index: 4;
}

.steps .easy:after {  
  border-color: transparent transparent transparent #114d8e;
}

.steps .fast {
  background: #11376f;
  z-index: 3;
}

.steps .fast:after {  
  border-color: transparent transparent transparent #11376f;
}

.steps .effective {
  background: #122251;
  z-index: ;
  z-index: 2;
}

.steps .effective:after {  
  border-color: transparent transparent transparent #122251;
}

.woman {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 16px;
  top: 16px;
  top: 1rem;
}

/* -------- compnay wins --------- */
.link0 #section2, .link2 #section2, section.companyWinsSection  {
 color:white;
 background: rgb(18,34,81);
 background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,55,111,1) 33%,rgba(22,104,186,1) 79%,rgba(59,122,181,1) 100%) !important;;
 background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,55,111,1) 33%,rgba(22,104,186,1) 79%,rgba(59,122,181,1) 100%) !important;;
 background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,55,111,1) 33%,rgba(22,104,186,1) 79%,rgba(59,122,181,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#3b7ab5',GradientType=1 );
}
.companyWins {
 padding: 0;
 margin: 0;
}
.companyWins li {
 list-style: none;
 padding: 0 2%;
 text-align: center;
 color: white;
}
.companyWins svg {
 display: block;
 width: 70px;
 height: 70px;
 margin: 0.73em auto;
 color: white;
  color: rgba(255,255,255,.3);
}
.companyWins span, .companyWins strong {
 display: block;
}
.companyWins strong {
 font-size: 3.2em;
 line-height: 1.8em;
 color: white;
  color: rgba(255,255,255,.3);
}
.companyWins span {
 font-weight: 300;
}

/* -------- free meeting --------- */


.link0 #section4 {
  background: #ebebeb;
}

.freeMeeting img {
  margin: 0 auto;
  width: 90%;
}

.freeMeeting h3 {
  position: relative;
  text-align: left;
  margin-right: 16px;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 1em;
  padding: 16px 0px 16px 32px;
  padding: 16px 0px 16px 32px;
  padding: 1rem 0rem 1rem 2rem;
  color: #fff;
  background: #114d8e;
  width: 208px;
  width: 208px;
  width: 13rem;
  font-weight: 300;
}

.freeMeeting h3 span {
  font-weight: 700;
}

.freeMeeting h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  right: -16px;
  right: -1rem;  
  border-style: solid;
  border-width: 39.2px 0 39.2px 16px;
  border-width: 39.2px 0 39.2px 16px;
  border-width: 2.45rem 0 2.45rem 1rem;
  border-color: transparent transparent transparent #114d8e;
}

.freeMeeting h3:before {  
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 39.2px 0 39.2px 16px;
  border-width: 39.2px 0 39.2px 16px;
  border-width: 2.45rem 0 2.45rem 1rem;
  border-color: transparent transparent transparent #fff;
}

/* -------- testimonials --------- */

.testimonialBoxes {
  margin: 64px 0 0;
  margin: 64px 0 0;
  margin: 4rem 0 0;
}

.testimonialBoxes .col-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.testimonialBoxes .col-3:hover {
  -webkit-transform: translatey(-5px);
          transform: translatey(-5px);
}

.testimonialInner {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}

.testimonialBoxes .col-3:before {
  content: "";
  position: absolute;
  z-index: 0;
  left:5%;
  right:5%;
  top: 0;
  bottom: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.testimonialBoxes .col-3:hover:before {
  box-shadow: 0 20px 20px rgba(0,0,0,0.2);
}

.testimonialImage {
  position: relative;
  top: -60px;
  margin: 0 auto -35px;
  padding-top: 8px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(17,77,141,0.3);
  
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}

.testimonialImage img {
  width: 60%;
  height: auto;
  padding-left: 5%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.playButton {
  position: absolute;
  top: 35%;
  left: 50%;
  bottom: 0;  
  width: 50%;
  color: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transform: translatex(-20px);
          transform: translatex(-20px);
  text-align: left;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.playButton svg {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonialBox:hover .playButton  {
 opacity: 0.7;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
}

.testimonialImage:hover .playButton  {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}

.testimonialBox:hover img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.playButton span {
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 0.7em;
  vertical-align: top;
  padding: 0.8em 0;
  text-align: left;
}

.testimonialBox {
  position: relative;
  padding: 2em 2em 3em;
  text-align: center;
}

.testimonialBox h4 {
  text-transform: uppercase;
}

.testimonialBox h4 span {
  display: block;
  font-weight: 300;
  font-size: 0.8em;
  text-transform: capitalize;
  color: #999;
  margin-bottom: 1em;
}

.testimonialBox p {
  display: block;
  position: relative;
  line-height: 1.3em;
}

.testimonialBox p:before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
  width: 20px;
  height: 15px;
  background: url(/files/quote.svg) top center no-repeat;
  background-size: contain;
}

.link0 #section4 p:last-of-type {
  text-align: center;
}

/* -------- responsive area --------- */

.responsiveArea .col-3-2 {
  position: relative;
  top: -80px;
  padding-left: 3%;
  margin: 0 0 -80px 0;
  
}

.responsiveArea .col-3-2 .col-2 {
  margin-bottom: 0;
}

.responsiveArea .col-3-2 .col-3 {
  margin-top: 0;
}

.responsiveArea .col-3-2 svg {
  width: 50px;
  height: 50px;
  color: #ccc;
}

.col-3-2 .bigResponsive svg {
  width: 300px;
  height: 280px;
  margin: auto;
  color: #01d3bd;
}

.bigResponsive:nth-child(2) {
  -ms-flex-item-align: center;
      align-self: center;
}

.responsiveArea .col-3-2 span {
  font-weight: 300;
}

.responsiveArea .col-3-2 p {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* -------- 24/7 updates --------- */

.link0 #section6 {
  background: #ebebeb;
}

.cmsSection .col-2:first-child #cms {
  width: 90%;
  margin-top: 5%;
}

/* --------  recent clients --------- */

.recentexamples .col-5 img {
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.recentexamples .col-5:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}





/* --------  case study clients --------- */

.link0 #section8 {
  background: #ebebeb;
}

.kerryQuote {
  position: relative;
  background: #fff;
  padding: 2% 10% 2%;
}

.kerryQuote p:first-child {
    position: absolute;
  top: -60px;
  margin: 0 auto -30px 0%;
  padding: 8px 5px 0;
  width: 105px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(17,77,141,0.5);
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.kerryQuote img {
  width: 100%;
  height: auto;
  display: block;
}

.kerryQuote h4 {
  text-transform: uppercase;
  padding-left: 120px;
}

.kerryQuote h4 span {
  text-transform: Capitalize;
  font-weight: 300;
  font-size: 0.8em;
  color: #999;
}

.kerryQuote p:last-of-type {
  position: relative;
  margin: 30px 0;
  padding-left: 56px;
  padding-left: 56px;
  padding-left: 3.5rem;
}

.kerryQuote p:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0;
  width: 40px;
  height: 35px;
  background: url(/files/quote.svg) top center no-repeat;
  background-size: contain;
}

.strategy {
  position: relative;
  top: -16px;
  top: -16px;
  top: -1rem;
  left: -64px;
  left: -64px;
  left: -4rem;
  margin-bottom: -16px;
  margin-bottom: -16px;
  margin-bottom: -1rem;
  color: #fff;
  padding: 5% 10%;
  box-shadow: 0 10px 25px rgba(17,77,141,0.5);
  
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#122251+0,114d8e+100 */
background: rgb(18,34,81); /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%);
background: linear-gradient(135deg, rgba(18,34,81,1) 0%,rgba(17,77,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122251', endColorstr='#114d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.strategy h4 {
  color: #fff;
}

/* --------  About Us Links --------- */

.aboutUsList li {
  list-style: none;
  position: relative;
}

.aboutUsList ul svg {
  position: absolute;
  top: 0;
  left: -45px;
  width: 30px;
  height: 30px;
  color: #ccc;
}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* ----------- SLIDESHOWS ----------- */
/* ---------------------------------- */

.homeSlider {
  
}

#heroSlider {
  max-width: 800px;
  margin: auto;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 5 !important;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    color: #ccc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f053";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f053";
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: "\f054";
}
[dir='rtl'] .slick-next:before
{
    content: "\f054";
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    z-index: 5;
    bottom: 8%;

    display: block;

    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
  
  left: 70%;
  width: auto;
}

.recentClientsSlider .slick-dots {
  left: 10%;
}

#controlSlider .slick-dots {
  left: 0;
  width: 100%;
}

#controlSlider {
  padding: 15px 0;
}

#controlSlider:after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
  box-shadow: 0 0 15px 10px #fff inset;
}

#controlSlider .slick-prev {
  left: -25px;
}

#controlSlider .slick-next {
  right: -25px;
}

#controlSlider .slick-dots {
  bottom: -40px;
}

.homeSlider .slick-dots {
  -webkit-transform: translate(6%, 100%);
          transform: translate(6%, 100%);
}

.outerWrap.withScreens .slick-dots {
  bottom: -10px;
  left: 0;
  right: 0;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #ff0a32;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    opacity: .20;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    color: #ff0a32;
}

/* ---------------------------------- */
/* -------- OVERWRITE CSS ----------- */
/* ---------------------------------- */

#Drop-Container {
  display: none;
}

.hideThis {
  display: none;
}

/*-----------------------------------------------*/
/*------------- IPAD PORTRAIT FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 1590px) and (min-width: 700px){
  html {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  
  #fixedBanner #menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  #fixedBanner .bannerRight {
    margin-right: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
    font-size: 0.9em;
    width: calc(100% - 250px);
  }
   
  #fixedBanner .bannerRight >  div > * {
    display: inline-block;
  }
  
  #fixedBanner .bannerRight > div {
    margin: 5px 0;
  }
  
  .siteTop #menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
  }
  
  
  
  #menu nav {
    max-width: 100%;
  }
  
  #fixedBanner .logo {
    padding-top: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  #fixedBanner .logo {
    width: 160px;
  }

  #subBannerHome .homeScreens {
    width: 95%;
    margin:auto;
  }
  .homeScreens .priceInBanner {
    font-size: 1em;
  }  
  .woman, .link2 .woman {
    top: 5rem;
    max-width: 300px;
  }
}


@media all and (max-width: 1170px) and (min-width: 700px) {
  html {
    padding: 0;
  }
  .bannerRight, .siteTop #menu {
/*     width: 100%; */
    font-size: 0.8em;
  }
  #fixedBanner section#menu {
    max-width: 100%;
  }
  
  #fixedBanner .bannerRight {
    width: 100%;
  }
  
  #fixedBanner .bannerRight .button {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  
  #fixedBanner .bannerRight .button {
    position: static;
  }
  
  #fixedBanner .bannerRight > div {
    position: absolute;
    top: 0.6rem;
    right: 1rem;
  }
  

  
  #fixedBanner .logo {
    width: 120px;
    padding-bottom: 0.5rem;
  }
  
    .topBar {
    background: none;
  }
   
  .topBar .iconOnly {
    display: none;
  }
  
  .topBar .phone {
    position: absolute;
    top: 1rem;
    z-index: 2;
    right: 240px;
    color: #fff;
  }  
  
  .homeScreens .priceInBanner {
    font-size: 0.8em;
  }
  #subBannerHome .priceInBanner svg {
    width: 40px;
    height: 40px;
  }
  
  .outerWrap #subBanner {
    padding-bottom: 2px;
  }
  
  #subBanner h1{
    padding-bottom: 1em;
  }
  
  .steps > *:nth-child(-n+3) {
    color: #fff;
    margin-right: 0.8rem;
    padding: 1rem 0.5rem 1rem 2rem;
    width: 7rem;
}  
  .steps > *:nth-child(-n+3):before {
    border-width: 3.7rem 0 3.7rem 2rem;
}  
  .steps > *:nth-child(-n+3):after {
    border-width: 3.7rem 0 3.7rem 2rem;
}  
  .steps > .from895 {
    padding: 4rem 5.5rem;
}
  .steps svg {
    width: 45px;
  }
  
  #subBanner:before, #subBannerHome:before {
    top: 0;
  }
  
  #subBanner .col-3, #subBanner .col-3-2 {
    width: calc(50% - 20px);
  }
  
  .priceFeaturesSection h3 {
    font-size: 0.9em;
  }

  
}

@media all and (max-width: 851px) and (min-width: 700px)  {
  
  #menu {
    font-size: 0.8em;
  }
  
  .siteTop #menu {
    font-size: 0.7em;
  }
  
  #menu nav li a:after {
    display: none;
  }
  
  .steps {
    top: 0;
    margin-bottom: 0;
  }
  
  .steps > .from895 {
    padding: 2rem 2.5rem;
}
 .steps .from895 svg {
    width: 45px;
   height: 45px;
  }
  
  .col-2-med {
   width: calc(100% - 20px);
   margin: 10px;
}
  
  #Drop-Container .col-2 {
    width: 100%;
    margin: 0;
  }
  
  #Drop-Container .col-2 .enqRow {
    width: 100%;
  }
  
  #Drop-Container .col-2.mobileHide {
    display: none;
  }
  
  .CMS {
    max-width: 300px;
  }
  
  .caseStudy .col-2-med {
    max-width: 80%;
    margin: auto;
  }
  
  #footerTop .col-2-med {
    max-width: 500px;
    margin: auto;
  }
  
  .testimonialBox {
    padding: 2rem 0.7rem;
  }
  
  .strategy {
    left: -2rem;
  }
  
}
@media all and (max-width: 851px) {
  
  .companyWins strong {
    font-size: 2em;
  }
  .companyWins svg {
    height: 35px;
  }
}





/*-----------------------------------------------*/
/*---------------- GOOGLE BADGE -----------------*/
/*-----------------------------------------------*/

.googleBadge {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 200px;
  z-index: 99;
  border-top: 5px solid #34a853;
  background: #fff;
  border-radius: 2px;	
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
  cursor: pointer;
  transform: translateY(0px) translateX(0px);
  transition: all .2s ease;
}

.googleBadge:hover{
  border-color: #4285f4;
  transform: translateY(-3px) translateX(-3px);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

.googleBadgeBtn {
  position: relative;
  padding: .5em .7em;	
  transition: all .2s ease-in-out;
  display: flex;
  justify-content: space-between;
}

.googleBadge .left {
  width: 28%;
}

.googleBadge .right {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: .2em 0 .2em .2em;
  line-height: 1em;
}

.googleBadge .googleScore .text{
  width: 100%;	
  display: block;
  font-weight: 300;
  line-height: 1em;
}

.googleBadge .googleRating{
  color: #e7711b;
  font-size: 1.2em;
  line-height: 1em;
  margin: 0 .4em 0 0;
  font-weight: 700;
}

.googleBadge .googleStars{
  padding-top: .1em;
}

.googleBadge .googleStars .star{
  padding: 0;
  margin: 0 .01em;
}	

.googleBadge .googleStars .star:after{
  display: none;
  content:'';
}


@media all and (max-width:700px){
  .googleBadge{
    width: 170px;
    font-size: .8em;
    padding: 0;
    left: .9rem;
  }

  .googleBadge .googleBadgeBtn{
    padding:.3em .5em;
  }

  .googleBadge .left{
    width: 25%;
  }

  .googleBadge:hover{
    transform: translateY(-3px) translateX(0);
  }
}



/* --------------------------- */
/* --------- BLOG ------------ */
/* --------------------------- */

.blogArticle .blogNavigation{
    font-size: .9em;
}

.blogArticle .blogNavigation a{
    padding: 1em;
}