/* CSS Document */

body {
    color: #999999;
    font-size: 1.12rem;
    font-family: "proxima-nova";
}

/* Grid */
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.row {
    margin-right: -30px;
    margin-left: -30px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/* Layout */
section .container {
    padding-top: 40px;
}
.grad-divide {
    height: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a8de+0,333391+18,e91388+39,eb2d2e+61,fde92b+80,009e54+100 */
    background: #00a8de; /* Old browsers */
    background: -moz-linear-gradient(left, #00a8de 0%, #333391 18%, #e91388 39%, #eb2d2e 61%, #fde92b 80%, #009e54 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00a8de 0%, #333391 18%, #e91388 39%, #eb2d2e 61%, #fde92b 80%, #009e54 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00a8de 0%, #333391 18%, #e91388 39%, #eb2d2e 61%, #fde92b 80%, #009e54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8de', endColorstr='#009e54', GradientType=1 ); /* IE6-9 */
}
.border-bottom {
    border-bottom: 1px solid #eaeaea;
}
.img-outer {
    border: 1px solid #cccccb;
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.img-outer img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
blockquote {
    padding: 10px 10px 10px 55px;
    background: url(../img/quote.svg) no-repeat left 10px top 10px #e9f7ed;
    color: #1caf4b;
    fontsize: 16px;
}
blockquote cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}
ul {
    list-style-image: url(../img/bullet.svg);
}
ul li {
    padding-left: 10px;
    margin-bottom: 5px;
}

/* Links */

a {
    color: #00aeef;
    transition: all 0.3s ease 0s;
}
.btn {
    border-radius: 25px;
}
.btn-primary {
    background-color: #1caf4b;
    border-color: #1caf4b;
}
.btn-primary:hover {
    background-color: #127632;
    border-color: #127632;
}
.btn-arrow {
    background-image: url(../img/btn-arrow.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.btn-danger {
    background-color: #ed2024;
    border-color: #ed2024;
}
.btn-danger:hover {
    background-color: #BC0F12;
    border-color: #BC0F12;
}
/* Colours */
.pi-blue {
    color: #00aeef;
}
.pi-green {
    color: #1caf4b;
}
/* Backgrounds */
.grey-bg {
    background-color: #f4f5f5;
}
.outer {
    position:relative;
    z-index:100;
}
/* Type */

h1, h2 {
    font-size: 29px;
    font-weight: 300;
    color: #ed2024;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-weight: normal;
    color: #00aeef;
    font-size: 22px;
}
h4 {
    font-weight: normal;
    color: #00aeef;
    font-size: 20px;
}
h5 {
    font-size: 29px;
    font-weight: 300;
    color: #ed2024;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
h6 {
    font-size:20px;
}
/* Purchase Overlay */
.purchase-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    width:100%;
    height: 100%;
    z-index:500;
    overflow: hidden;
    padding:0;
    background:rgba(255,255,255,0.8);
}
.purchase-overlay .container {
    display: flex;
    flex-flow: column;
    height: 100%;
    padding:0;
}
.scroll-outer {
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
    background:#fff;
    margin:0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.scroll-inner {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0; 
    padding:25px;
}
.close-order {    
    position: absolute;
    right: 25px;
}
.close-order img {
      width:25px;  
}
.noscroll { 
  overflow: hidden;
}

.purchase-overlay h2 {
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 75px;
    padding-left: 94px;
    background-size: 68px;
    margin-top: 48px;
}
/* Nav */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    overflow: hidden;
    z-index: 1;
    background: rgba(255,255,255,0.8);
}
.nav-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: rgba(255,255,255,0.8);

}
.mobile-nav-link {
    background: url(../img/mobile-nav.svg) no-repeat center center;
    height: 32px;
    width: 32px;
    float: right;
    display: inline-block;
    margin-top: 16px;
}
.mobile-nav-link.open {
    background: url(../img/mob-close.svg) no-repeat center center;
}
nav {
    height: 92px;
    padding: 15px;
    background: rgba(255,255,255,0.95);
    position: relative;
}
nav ul {
    display: none;
    margin: 0;
    padding: 0;
}
nav.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.97);
    list-style: none;
    margin: 0;
    height: 100%;
    padding: 67px 15px 0 15px;
}
nav.active ul {
    display: block;
}
nav.active>ul {
    margin-top: 40px;
}
nav.active ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
nav.active ul li a {
    padding: 5px 0;
    display: block;
    font-size: 21px;
    color:#999999;
}
nav.active ul>li>ul>li p, nav.active ul li ul li ul {
    display: none;
}
.current_page_item>a {
    color: #ee467a;
}
.trail {
    border-bottom: 1px solid #eaeaea;
    height: 39px;
    padding: 10px 0;
    font-size:14px;
}
nav li {
    background-size: 0%;
}
/* Head band */
.head-band-outer {
    background: url(../img/bg/header-band.png) repeat-x top center #e5e5e5;
}
.head-band {
    background-color: rgba(35,39,51,1);
    padding: 12px 10px;
    height: 52px;
}
.head-band a {
    color: #999999;
    font-size:14px;
    transition: all 0.3s ease 0s;
}
.head-band a:hover {
    color: #00aeef;
    text-decoration:none;
}
/* Header */
header {
    position: fixed;
    width: 100%;
    z-index: 200;
}
header .container, .container.head-outer {
    padding: 0;
}
/* Certifications */
.cert-logos {
    background:#fff;
    padding:10px 0;
}
.cert-logo {
    width:14.285%;
    float:left;
    text-align:center;
}
/* Hero */
.hero {
    height: 550px;
    background-color: #33384b;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.hero-backgrounds {
   position:absolute; 
   top:0;
   left: 0;
   right: 0;
   z-index:10;
   height: 550px;
    display:none;
}
.hero-background-slide {
   height: 550px;
   background-position: top center;
   background-size:cover;
   position:top;
}

.hero-text-outer {
    background-color: rgba(0,174,239,0.80);
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    margin-top: 65px;
    max-width:90%;
}
.hero-text-inner {
    padding: 15px 25px;
}
.hero-text-outer h2 {
    color: #fff;
    font-size: 29px;
    border: 0;
    margin: 0;
    padding: 0;
}
/* Services */
.service-category {
    background: url(../img/icons/nav-cyber-security.svg) no-repeat left top;
    color: #00aeef;
    min-height: 80px;
    padding-left: 100px;
}
/* Contact */

/* Search */
#head-search {
    border-bottom: 1px solid #999999;
    width: 260px;
    
}
.search_field {
    height: 24px;
    width: 224px;
    border: 0;
    color:#fff;
    background: none;
}
.search_button {
    background: url(../img/search.svg) no-repeat center center;
    height: 24px;
    width: 36px;
    color: inherit;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    outline: inherit !important;
    -webkit-appearance: none;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-weight:300;
}
.search_field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #999999;
}
.search_field::-moz-placeholder { /* Firefox 19+ */
 color: #999999;
}
.search_field:-ms-input-placeholder { /* IE 10+ */
 color: #999999;
}
.search_field:-moz-placeholder { /* Firefox 18- */
 color: #999999;
}
/* Post */
.meta {
    font-size: 12px;
    color: #a3a3a3;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 6px 0;
    margin-bottom: 5px;
    font-weight: 300;
}
a.readmore {
    font-size: 12px;
    font-weight: 300;
    color: #a3a3a3;
}
a.read-post, .post-nav .prev-post, .post-nav .next-post {
    color: #a3a3a3;
    background: url(../img/link-arrow.svg) right center no-repeat;
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding-right: 48px;
    font-size: 16px;
}
.post-nav .prev-post {
    padding-left: 48px;
    background: url(../img/link-arrow-prev.svg) left center no-repeat;
}
.post-nav .next-post {
    float: right;
}
.post h2 {
    font-size: 29px;
}
.post h1 {
    font-size: 26px;
    border-bottom: 0;
    margin-bottom: 0;
}
.news-list h2 {
    border-bottom: 0;
    margin-bottom: 0;
}
/* Forms */
.selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 25px;
    background: #FFFFFF url(../img/select-arrow.svg) right 13px center no-repeat;
}
 .selectWrapper select::-ms-expand {
 display: none;
/* hide the default arrow in ie10 and ie11 */ }
.selectWrapper select {
    padding: 12px 40px 12px 20px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    color: #bacec7;
}
.form-control {
    border-radius: 25px;
}
.mandatory {
    font-size: 12px;
    text-align: right;
}
.gform_body ul {
    padding-left:0;
}
body .gform_wrapper ul li.gfield {
    padding-left:0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-color:#d3d3d2;
    border-radius:25px;
    border-width:1px;
    border-style: solid;
    padding: 5px 15px !important;
}

.gform_wrapper textarea {
    border-color:#d3d3d2;
    border-radius:25px;
    border-width:1px;
    border-style: solid;
    padding: 15px 15px !important;
}

.gform_wrapper label.gfield_label {
    font-weight: normal !important;
}

label {
    margin-bottom:0;
}
.gform_footer {
   text-align: right; 
}
.gform_footer input[type="submit"] {
     border-radius:25px;
    border-width:1px;
    border-style: solid;
    border-color:#00aeef;
    background:#00aeef;
    color:#fff;
    background-image: url(../img/btn-arrow.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    padding:5px 30px 5px 15px;
}

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
    width: 100%;
    display: block;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    border-top: 2px solid #ed2024 !important;
    border-bottom: 4px solid #ed2024 !important; 
    background-color: rgba(237,32,36,.05) !important;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {

    border-bottom: 1px solid #ed2024 !important;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    color: #ed2024 !important;
}

.gform_wrapper .gfield_error .gfield_label {
     color: #ed2024 !important;
}

.gform_wrapper .validation_message {
    color: #ed2024 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 1px solid #ed2024 !important;
    border-bottom: 1px solid #ed2024 !important; 
    background-color: rgba(237,32,36,.05) !important;
    padding:0 5px !important;
}

.gform_wrapper div.validation_error {
    color: #ed2024 !important;
    border-top: 0px!important;
    border-bottom: 0px!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ed2024 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-left: 16px;
}
.gform_wrapper .top_label .gfield_label {
    padding-left: 16px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #cdcdcd;
 font-weight:normal;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #cdcdcd;
font-weight:normal;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #cdcdcd;
font-weight:normal;
}
:-moz-placeholder { /* Firefox 18- */
 color: #cdcdcd;
font-weight:normal;
}

/* Tweets */
.tweet {
    font-size: 16px;
}
#ctf .ctf-item {
    padding-left: 15%;
    background: url(../img/icons/twitter-feed.svg) top 15px left no-repeat;
    background-size: 12%;
}
#ctf .ctf-item:first-child {
    padding-top: 0;
    background: url(../img/icons/twitter-feed.svg) top 0px left no-repeat;
    background-size: 12%;
}
#tweets .ctf-item {
     background: url(../img/icons/twitter-feed-2.svg) top 15px left no-repeat;
     background-size: 12%;
}
#tweets .ctf-item:first-child {
     background: url(../img/icons/twitter-feed-2.svg) top 0px left no-repeat;
     background-size: 12%;
}
/* Footer */
footer {
    background: #33384b;
    color: #999999;
    font-size: 12px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 576px) {
    .hero {
        background-image:none !important;
    }
}

@media (min-width: 576px) {
    nav.active {
     padding:67px 39px 0 39px;
    }
    .head-band a {
        color: #999999;
        font-size:inherit;
    }
}

@media (min-width: 768px) {
    .container {
       max-width: 100%;
    }
    .head-band {
        padding: 12px 0;
    }
    
    .purchase-overlay {
        padding:25px;
    }
    .scroll-outer {
        margin:20px ;

    }
    .purchase-overlay h2 {
        font-size:50px;
        background-repeat: no-repeat;
        background-position: left center;
        min-height:122px;
        padding-left:160px;
        background-size:auto;
    }
    .close-order img {
          width:auto;  
    }
    .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
        width: 33.3%;
        display: block;
        float: left;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    /* Nav */
    nav.active {
     padding:67px 47px 0 47px;
    }
    /* Hero */
    .hero-text-outer {
        max-width:70%;
    }
    .scroll-outer {
        margin:75px 55px;
    }
    .hero-backgrounds {
        display:block;
    }
}

@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
/* Nav */
.mobile-nav-link {
    display: none;
}
nav {
    height: 92px;
    padding: 15px;
    background: rgba(255,255,255,0.9);
    position: relative;
}
nav.open .logo {
    opacity:0.3; 
}
nav.open #primary-menu>.menu-item>a {
    opacity:0.3;
}
nav.open #primary-menu>.menu-item>a.open {
    opacity:1;
}
nav.open .menu-item.over {
    opacity:1;
}
nav ul {
    list-style: none;
    text-align: right;
    position: initial;
    background: none;
    display: block;
}
nav ul li {
    display: inline-block;
    margin-top: 19px;
    text-align: center;
    border-bottom: 0;
}
nav ul li a {
    padding: 0 15px;
    color: #33384b;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
nav ul li a {
    padding: 10px 15px;
}
nav ul li a:hover, nav ul li a.open {
    color: #00aeef;
    text-decoration:none;
}
nav ul li.menu-item-has-children a:hover, nav ul li.menu-item-has-children a.open {
    background: #00aeef;
    color: #fff;
    position:relative;
    z-index:1000;
    text-decoration: underline;
}
/* sub nav */
nav ul li ul {
    display: none;
    position: absolute;
    background: #00aeef;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    padding: 15px;
    z-index:1000;
}
nav ul li ul a {
    text-transform: none;
}
nav ul li ul a p {
    margin-bottom: 0;
}
nav ul li ul li {
    width: 33.3%;
    padding-left: 10%;
    text-align: left;
    background-repeat: no-repeat;
    background-position:left 10px top;
    background-size: 23%;
    display: block;
    float: left;
    line-height: 1.2em;
    padding-bottom: 5px; 
}
nav ul li ul li a {
    color: #344a83;
    font-size: 19px;
    padding: 0;
}
nav ul li ul li a p {
    color: #fff;
    font-size: 16px;
}
/* sub nav - sub nav */

nav ul li ul li ul {
    display: block;
    float: left;
    position: relative;
    background: #00aeef;
    width: 100%;
    text-align: left;
    list-style: disc url(../img/nav-sub-bullet.svg);
    padding: 0;
    left: auto;
    right: auto;
    padding-right: 20px;
}
nav ul li ul li ul li {
    width: 100%;
    margin-left: 25px;
    padding-left: 5px;
    display: list-item;
    margin-top: 0;
    margin-bottom: 0;
    background: none;  
}
nav ul li ul li ul li a {
    font-size: 16px;
    color: #fff;
}
}

.gform_wrapper {
    margin: 16px 0px 0px 0px!important;
    max-width: 100%;
}
