.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
hr,
main {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    box-sizing: content-box;
    height: 0;
    border-top: 1px solid #ccc;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

b,
strong,
th {
    font-weight: bold;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 10px;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

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

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

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

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

.trigger-size {
    width: 0;
    height: 0;
    display: none;
}

body {
    font-family: "open sans", "Open Sans", "Helvetica Neue", helvetica, arial, verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #2a3d70;
}

p {
    margin-bottom: 20px;
}

p.intro {
    font-size: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "open sans", "Open Sans", "Helvetica Neue", helvetica, arial, verdana, sans-serif;
    font-weight: lighter;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 0;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

article ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

a {
    text-decoration: none;
    color: #2a3d70;
}

a:hover {
    color: #385195;
}

a:focus,
button:focus,
input:focus,
select:focus,
.button:focus,
textarea:focus,
input[type=checkbox] + label:focus,
input[type=radio] + label:focus,
label:focus {
    outline: 3px inset pink;
}

a.no-focus,
button.no-focus,
input.no-focus,
select.no-focus,
.button.no-focus,
textarea.no-focus,
input[type=checkbox] + label.no-focus,
input[type=radio] + label.no-focus,
label.no-focus {
    outline: 0;
}

.contain {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6.28571%;
    padding-right: 6.28571%;
}

.contain:before, .contain:after {
    content: ' ';
    display: table;
}

.contain:after {
    clear: both;
}

main {
    background-color: #fff;
}

article {
    padding-top: 100px;
    padding-bottom: 100px;
}

article p:last-child {
    margin-bottom: 0;
}

.home article p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    position: relative;
    height: 550px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.index .site-header {
    height: 900px;
}

.about .site-header {
    background-image: url(../img/header-bg/about.jpg);
}

.services .site-header {
    background-image: url(../img/header-bg/about.jpg);
}

.clients .site-header {
    background-image: url(../img/header-bg/about.jpg);
}

.contact .site-header {
    background-image: url(../img/header-bg/contact.jpg);
}

.site-header .logo {
    margin-bottom: 60px;
}

.logo,
.strapline,
.main-nav {
    position: relative;
    z-index: 2;
}

.logo {
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    width: 290px;
    height: 58px;
    background-color: transparent;
    background-image: url("../img/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    transition: .4s opacity ease;
}

.logo:hover {
    opacity: .5;
}

.strapline {
    font-size: 30px;
    line-height: 58px;
    float: right;
    margin: 0;
}

.header-lead {
    background: linear-gradient(to bottom, white 0%, white 46%, rgba(255, 255, 255, 0.5) 100%);
    padding-top: 75px;
    position: relative;
    z-index: 2;
}

.mobile-nav-toggle {
    display: none;
    border: 0;
    background: #2a3d70;
    color: #fff;
    position: absolute;
    height: 42px;
    width: 42px;
    padding: 0;
    z-index: 5;
    text-indent: 115%;
    overflow: hidden;
    white-space: nowrap;
}

.mobile-nav-toggle:before, .mobile-nav-toggle:after,
.mobile-nav-toggle .menu-line {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 8px;
}

.mobile-nav-toggle:before {
    top: 11px;
}

.mobile-nav-toggle:after {
    bottom: 10px;
}

.mobile-nav-toggle .menu-line {
    top: 20px;
}

.main-nav {
    border-top: 1px solid #286aa1;
    padding-bottom: 16px;
}

.main-nav ul {
    list-style: none;
}

.main-nav ul:before, .main-nav ul:after {
    content: ' ';
    display: table;
}

.main-nav ul:after {
    clear: both;
}

.main-nav .nav-items {
    float: left;
}

.main-nav .nav-items a {
    display: block;
    text-decoration: none;
    color: #2a3d70;
    padding: 10px;
    line-height: 34px;
    transition: .4s color ease, .4s background-color ease;
    border-radius: 0 0 4px 4px;
    font-weight: bold;
}

.main-nav .nav-items a:hover {
    background-color: #286aa1;
    color: #fff;
}

.main-nav .active a {
    color: #fff;
    background-color: #286aa1;
}

.main-nav li {
    float: left;
}

.main-nav li:not(:last-child) {
    margin-right: 10px;
}

.social-links,
.contact-details {
    float: right;
    margin-top: 10px;
    line-height: 34px;
}

.contact-details {
    margin-bottom: 0;
}

.social-links {
    margin-left: 60px;
}

.social-links a {
    text-indent: 130%;
    overflow: hidden;
    white-space: nowrap;
    width: 34px;
    height: 34px;
    background-color: #2a3d70;
    border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .5s transform ease;
}

.social-links a:hover {
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.social-links .twitter {
    background-image: url(../img/twitter.png);
    background-size: auto 16px;
}

.social-links .facebook {
    background-image: url(../img/facebook.png);
    background-size: auto 20px;
}

.social-links .linkedin {
    background-image: url(../img/linkedin.png);
    background-size: auto 16px;
}

.page-title {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 35px;
    padding-bottom: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.service-links {
    background-image: url(../img/footer-services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 240px;
}

.service-links ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-links ul:before, .service-links ul:after {
    content: ' ';
    display: table;
}

.service-links ul:after {
    clear: both;
}

.service-links li {
    -ms-flex: 0 1 20.42857%;
    flex: 0 1 20.42857%;
}

.service-links a {
    display: block;
    text-align: center;
    padding-top: 150px;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: auto 140px;
    background-position: 50% 0;
    transition: .4s opacity ease;
}

.service-links a:hover {
    opacity: .5;
}

.service-links .cable {
    background-image: url(../img/service-cable.png);
}

.service-links .wifi {
    background-image: url(../img/service-wifi.png);
}

.service-links .network {
    background-image: url(../img/service-network.png);
}

.the-links {
    background-color: rgba(42, 61, 112, 0.7);
    padding-top: 50px;
    padding-bottom: 50px;
}

.the-footer {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.the-footer .full-contact-details {
    font-size: 13px;
    line-height: 64px;
    margin: 0;
    list-style: none;
    float: right;
}

.the-footer .full-contact-details li {
    display: inline;
}

.the-footer .full-contact-details li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #2a3d70;
}

.the-footer .logo {
    width: 240px;
    height: 64px;
    transition: .4s opacity ease;
}

.the-footer .logo:hover {
    opacity: .5;
}

.darth-phader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.darth-phader .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.darth-phader .slide:nth-child(1) {
    background-image: url(../img/header-bg/home1.jpg);
}

.darth-phader .slide:nth-child(2) {
    background-image: url(../img/header-bg/home2.jpg);
}

.darth-phader .slide:nth-child(3) {
    background-image: url(../img/header-bg/home3.jpg);
}

.darth-phader .slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.images {
    background-color: #F3F3F3;
    margin-bottom: 100px;
}

.images img {
    width: 33.333%;
    vertical-align: bottom;
    float: left;
}

.service-section:nth-child(even) {
    background-color: #f3f3f3;
}

.service-section h2,
.service-section p {
    padding-left: 150px;
}

.service-section h2 {
    position: relative;
    margin-top: 0;
    line-height: 100px;
    margin-bottom: 40px;
}

.service-section h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100px auto;
}

.service-section .cable:before {
    background-image: url(../img/service-cable-dark.png);
}

.service-section .wifi:before {
    background-image: url(../img/service-wifi-dark.png);
}

.service-section .network:before {
    background-image: url(../img/service-network-dark.png);
}

.client-list {
    list-style: none;
    margin-top: 100px;
}

.client-list:before, .client-list:after {
    content: ' ';
    display: table;
}

.client-list:after {
    clear: both;
}

.client-list li {
    float: left;
    width: 17.5%;
    height: 162px;
    margin-bottom: 100px;
    position: relative;
}

.client-list li:not(:nth-child(4n+4)) {
    margin-right: 10%;
}

.client-list li img {
    max-width: 100%;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.address {
    float: left;
}

.contact-form {
    float: right;
    width: 45%;
}

.contact-form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.contact-form label {
    display: block;
    margin-bottom: 4px;
}

.contact-form input,
.contact-form textarea {
    clear: both;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 4px;
    width: 100%;
}

.contact-form button {
    border: 0;
    border-radius: 4px;
    background-color: #2a3d70;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    transition: .4s background-color ease;
}

.contact-form button:hover {
    background-color: #286aa1;
}

.contact-map {
    width: 100%;
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 29.99em) {

    .trigger-size.mobile {
        display: block;
    }

    p.intro {
        font-size: 18px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    .contain {
        padding-left: 20px;
        padding-right: 20px;
    }

    article {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header {
        height: 400px;
    }

    .index .site-header {
        height: 400px;
    }

    .site-header .logo {
        margin-bottom: 20px;
    }

    .logo {
        width: 200px;
        height: 40px;
    }

    .strapline {
        line-height: 30px;
        font-size: 24px;
        margin-bottom: 20px;
        float: none;
        text-align: center;
        clear: both;
    }

    .header-lead {
        padding-top: 20px;
    }

    .mobile-nav-toggle {
        display: block;
        top: 20px;
        right: 20px;
    }

    .page-title {
        text-align: center;
    }

    .images {
        margin-bottom: 20px;
    }
}

@media (min-width: 30em) and (max-width: 47.99em) {

    .trigger-size.mobile-large {
        display: block;
    }

    p.intro {
        font-size: 22px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .contain {
        padding-left: 30px;
        padding-right: 30px;
    }

    article {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-header {
        height: 450px;
    }

    .index .site-header {
        height: 500px;
    }

    .site-header .logo {
        margin-bottom: 30px;
    }

    .strapline {
        line-height: 32px;
        font-size: 28px;
        margin-bottom: 20px;
        float: none;
        text-align: center;
        clear: both;
    }

    .header-lead {
        padding-top: 30px;
    }

    .mobile-nav-toggle {
        display: block;
        top: 30px;
        right: 30px;
    }

    .images {
        margin-bottom: 30px;
    }

    .client-list li img {
        max-height: 80px;
    }
}

@media (min-width: 48em) and (max-width: 63.99em) {

    .trigger-size.tablet {
        display: block;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .contain {
        padding-left: 40px;
        padding-right: 40px;
    }

    article {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .site-header {
        height: 500px;
    }

    .index .site-header {
        height: 700px;
    }

    .site-header .logo {
        margin-bottom: 40px;
    }

    .site-header .contact-details {
        position: absolute;
        top: -80%;
        right: 40px;
        float: none;
    }

    .logo {
        width: 200px;
        height: 40px;
    }

    .strapline {
        line-height: 40px;
        font-size: 24px;
    }

    .header-lead {
        padding-top: 55px;
    }

    .service-links {
        padding-bottom: 160px;
    }

    .the-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .the-footer .full-contact-details {
        line-height: 32px;
        font-size: 12px;
        float: left;
        clear: left;
    }

    .the-footer .full-contact-details li:not(:last-child) {
        margin-right: 5px;
        padding-right: 5px;
    }

    .images {
        margin-bottom: 40px;
    }

    .contact-form {
        width: 55%;
    }
}

@media (min-width: 64em) and (max-width: 87.49em) {

    .trigger-size.desktop {
        display: block;
    }

    .social-links {
        margin-left: 30px;
    }

    .the-footer .logo {
        width: 160px;
        height: 32px;
    }

    .the-footer .full-contact-details {
        line-height: 32px;
        font-size: 12px;
    }

    .the-footer .full-contact-details li:not(:last-child) {
        margin-right: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 87.5em) {

    .trigger-size.desktop-large {
        display: block;
    }
}

@media (max-width: 47.99em) {

    .main-nav {
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        border: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-nav .nav-items {
        float: none;
        margin-bottom: 20px;
    }

    .main-nav .nav-items li {
        display: block;
        float: none;
    }

    .main-nav .nav-items li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-nav .nav-items a {
        text-align: left;
        line-height: 1;
        border-radius: 0;
        color: #2a3d70;
        padding: 10px 0;
    }

    .main-nav .nav-items a:hover {
        background-color: transparent;
        color: #2a3d70;
    }

    .main-nav .nav-items .active a {
        color: #286aa1;
        background-color: #fff;
    }

    .main-nav .social-links {
        float: none;
        clear: both;
        margin: 0 0 20px 0;
    }

    .main-nav .contact-details {
        float: none;
        clear: both;
        margin: 0;
        color: #fff;
    }

    .main-nav .contact-details a {
        color: #fff;
    }

    .service-links {
        padding-bottom: 0;
    }

    .service-links ul {
        display: block;
    }

    .service-links li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .service-links a {
        padding-top: 100px;
        background-size: auto 80px;
    }

    .the-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .the-footer .logo {
        float: none;
        left: 50%;
        position: relative;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 160px;
        height: 32px;
        margin-bottom: 20px;
    }

    .the-footer .full-contact-details {
        float: none;
        clear: both;
        line-height: 19px;
    }

    .the-footer .full-contact-details li {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 5px;
    }

    .the-footer .full-contact-details li:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .service-section h2,
    .service-section p {
        padding-left: 0;
    }

    .service-section h2 {
        padding-top: 120px;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .service-section h2:before {
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .client-list {
        margin-top: 20px;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .client-list li {
        float: none;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        margin-bottom: 20px;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .client-list li:not(:nth-child(4n+4)) {
        margin-right: 0;
    }

    .client-list li img {
        position: relative;
        left: auto;
        top: auto;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        max-height: 60px;
        max-width: 80%;
    }

    .address {
        float: none;
        margin-bottom: 40px;
    }

    .contact-form {
        float: none;
        width: 100%;
    }
}

@media (max-width: 87.49em) {

    .social-links li:first-child {
        display: none;
    }
}

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