body {
    font-family: ralewayregular !important;
    font-size: 16px !important;
}

strong {
    font-family: ralewaybold !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: inherit !important;
}

a:active {
    text-decoration: inherit !important;
}

a:visited {
    text-decoration: inherit !important;
}

a:link {
    text-decoration: inherit !important;
}

.on {
    display: table !important;
}

.clear {
    clear: both;
}

.inner-page {
    font-size: 100%;
    z-index: 9990;
}

.inner-page h1 {
    font-size: 5.625em;
}

.inner-page h2 {
    font-size: 2.5em;
}

.inner-page h3 {
    font-size: 1.875em;
}

.inner-page h4 {
    font-size: 1.5em;
}

.inner-page .inner-btn {
    font-size: 1.5em;
}

.inner-page p {
    font-size: 1.250em;
    margin: 20px 0 50px 0;
}

.inner-page li {
    font-size: 1.250em;
}

.inner-page .caption {
    font-size: 1em;
    max-width: 250px;
}

.inner-footer a {
    color: #fff;
    text-decoration: none;
}

.inner-footer address {
    font-size: 1.25rem !important;
    line-height: 1.8rem !important;
}

.inner-footer address strong {
    font-size: 1.25em !important;
}

.inner-footer label {
    font-weight: 100 !important;
    font-size: 1.2em !important;
}

.inner-footer p {
    font-size: 1.2em !important;
    margin-bottom: 0;
}

.inner-footer .anchor {
    font-size: 0.750em !important;
}


.inner-footer li {
    font-size: 1em !important;
    margin-bottom: 20px !important;
}

.inner-footer h1 {
    font-size: 1.6em !important;
    margin-bottom: 0;
    margin-top: 0;
}


/*========
Header Nav
========*/

.header-over {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    font-size: 1.350em;
    font-weight: 800;
    display: none;
}

.header-over .inner-menu-close {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 2em;
}

.header-over ul li {
    margin-bottom: 15px;
}

.light-blue ul li a:hover {
    color: #337597 !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brown ul li a:hover {
    color: #A19077 !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dark-blue ul li a:hover {
    color: #b2986f !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-over ul {
    margin-bottom: 60px;
}

.header-over-list {
    display: table-cell;
    vertical-align: middle;
}

.light-blue {
    background-color: rgba(67, 195, 236, 0.9);
    color: #fff;
}

.brown {
    background-color: rgba(206, 190, 165, 0.9);
    color: #fff;
}

.dark-blue {
    background-color: rgba(10, 19, 48, 0.9);
    color: #d4b47a;
}

.header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9998;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-nav-opacity {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.logo {
    float: left;
    margin: 15px 0 15px 30px;
}

.list-menu {
    float: right;
    display: table;
    height: 80px;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 0.850em;
}

.list-menu a {
    padding: 30px 0;
    border-top: solid 5px rgba(255, 255, 255, 0);
}

.header-nav ul {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
}

.header-nav ul li {
    display: inline;
    padding: 0 15px;
    font-size: 0.875em
}

.header-quote-btn {
    width: 240px;
    height: 80px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    font-size: 1.125em;
    display: table;
    float: right;
}

.header-quote-btn span {
    display: table-cell;
    vertical-align: middle;
}

.header-collapsed {
    width: 95px;
    height: 80px;
    text-align: center;
    display: table;
    float: right;
}

.header-collapsed span {
    display: table-cell;
    vertical-align: middle;
}


/* Light Blue Header */

.header-nav-light-blue .header-quote-btn {
    background-color: #43c3ec;
    color: #fff;
}

.header-nav-light-blue .header-collapsed {
    background-color: #43c3ec;
    border-left: solid 1px #fff;
    fill: #fff;
}

.header-nav-light-blue .list-menu a:hover {
    border-top: solid 5px #43c3ec;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}


/* Dark Blue Header */

.header-nav-dark-blue .header-quote-btn {
    background-color: #0a1430;
    color: #d5b57b;
}

.header-nav-dark-blue .header-collapsed {
    background-color: #0a1430;
    border-left: solid 1px #d5b57b;
    fill: #d5b57b;
}

.header-nav-dark-blue .list-menu a:hover {
    border-top: solid 5px #0a1430;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}


/* Brown Header */

.header-nav-brown .list-menu li {
    display: inline-block;
    max-width: 170px;
    text-align: center;
    padding: 0 8px;
    position: relative;
    font-size: 0.8em;
}

.header-nav-brown .list-menu li:nth-child(1),
.header-nav-brown .list-menu li:nth-child(2),
.header-nav-brown .list-menu li:nth-child(3),
.header-nav-brown .list-menu li:nth-child(4),
.header-nav-brown .list-menu li:nth-child(5) {
    top: -8px;
}

.header-nav-brown .list-menu li:nth-child(1) a,
.header-nav-brown .list-menu li:nth-child(2) a,
.header-nav-brown .list-menu li:nth-child(3) a,
.header-nav-brown .list-menu li:nth-child(4) a,
.header-nav-brown .list-menu li:nth-child(5) a {
    padding-top: 28px;
}

.header-nav-brown .list-menu li a {
    padding-top: 36px;
}

.header-nav-brown .header-quote-btn {
    background-color: #cebea5;
    color: #fff;
}

.header-nav-brown .header-collapsed {
    background-color: #cebea5;
    border-left: solid 1px #fff;
    fill: #fff;
}

.header-nav-brown .list-menu a:hover {
    border-top: solid 5px #cebea5;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}


/* =================
Databreach Forensics
================= */

.databreach-forensics-header {
    background: url(img/databreach-forensics-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.databreach-forensics-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.databreach-forensics-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.databreach-forensics-header h1 span {
    display: block;
    color: #4dbbe2;
}

.databreach-forensics-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.databreach-forensics-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.databreach-forensics-here-section {
    background-color: #4dbbe2;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.databreach-forensics-here-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.databreach-forensics-here-section p.here-section-subtitle {
    margin: 20px 0 60px 0;
    font-weight: inherit;
}

.databreach-forensics-here-section p {
    font-weight: 700;
    margin: 40px 0 70px 0;
}

.databreach-forensics-here-section a {
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase;
    border: solid 2px #fff;
    padding: 10px 20px;
}

.databreach-forensics-here-section a:hover {
    color: #4dbbe2 !important;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.databreach-forensics-prepare {
    background: url(img/databreach-forensics-prepare-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #212424;
    padding: 100px 0;
}

.databreach-forensics-prepare h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0 0 40px 0;
}

.databreach-forensics-prepare p {
    margin: 0 0 20px 0;
}

.databreach-forensics-prepare ul li {
    display: block;
    margin: 0 0 25px 0;
    position: relative;
    left: 20px
}

.databreach-forensics-prepare ul li:before {
    content: "\22C5";
    color: #4dbbe2;
    font-size: 2em;
    margin-right: 5px;
    position: absolute;
    top: -17px;
    left: -20px;
}

.databreach-forensics-book {
    background: url(img/databreach-forensics-book-bg.png) no-repeat;
    position: relative;
    background-color: #337597;
    color: #fff;
    min-height: 475px;
    margin-bottom: 80px;
}

.databreach-forensics-book img {
    position: absolute;
    width: 60%;
}

.databreach-forensics-book .col-sm-6 {
    min-height: 475px;
    padding: 30px 0;
}

.databreach-forensics-book span {
    position: absolute;
    right: -120px;
    bottom: 40px;
}

.databreach-forensics-book h3 {
    text-align: right;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    margin: 50px 0;
}

.databreach-forensics-book p {
    text-align: right;
}

.databreach-forensics-quote {
    text-align: center;
    padding: 80px 0;
}

.databreach-forensics-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.databreach-forensics-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* ===============
Home Cybersecurity
=============== */

.home-cybersecurity-header {
    background: url(img/home-cybersecurity-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.home-cybersecurity-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.home-cybersecurity-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.home-cybersecurity-header h1 span {
    display: block;
    color: #4dbbe2;
}

.home-cybersecurity-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.home-cybersecurity-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.home-cybersecurity-header p span {
    float: right;
}

.home-cybersecurity-option {
    padding: 0 !important;
    border-top: solid 8px #3fbfeb;
    border-bottom: solid 8px #3fbfeb;
}

.home-cybersecurity-option-box {
    width: 20%;
    float: left;
    min-height: 380px;
    border-top: solid 1px #c6cbcd;
    border-bottom: solid 1px #c6cbcd;
    border-right: solid 1px #c6cbcd;
    color: #fff;
    padding: 30px 0 0 0;
}

.home-cybersecurity-option-title {
    height: 120px;
    display: table;
    margin: 0 auto;
    border: none;
}

.home-cybersecurity-option-box h2 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    line-height: 0.95em;
}

.home-cybersecurity-option-box h2 span {
    font-weight: 700;
    font-family: 'ralewaybold';
    display: block;
}

.home-cybersecurity-option-box hr {
    border: solid 2px #fff;
    width: 180px;
}

.home-cybersecurity-option-box p {
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}

.home-cybersecurity-option-box-1 {
    background: url(img/home-cybersecurity-option-1.jpg) no-repeat center center;
}

.home-cybersecurity-option-box-2 {
    background: url(img/home-cybersecurity-option-2.jpg) no-repeat center center;
}

.home-cybersecurity-option-box-3 {
    background: url(img/home-cybersecurity-option-3.jpg) no-repeat center center;
}

.home-cybersecurity-option-box-4 {
    background: url(img/home-cybersecurity-option-4.jpg) no-repeat center center;
}

.home-cybersecurity-option-box-5 {
    background: url(img/home-cybersecurity-option-5.jpg) no-repeat center center;
}

.home-cybersecurity-option-box {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #337597;
}

.home-cybersecurity-option-box:hover {
    background: url(img/home-cybersecurity-option-cover.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home-cybersecurity-quote {
    text-align: center;
    padding: 80px 0;
}

.home-cybersecurity-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.home-cybersecurity-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* ===============
Mobile Application
=============== */

.mobile-application-header {
    background: url(img/mobile-application-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.mobile-application-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.mobile-application-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.mobile-application-header h1 span {
    display: block;
    color: #4dbbe2;
}

.mobile-application-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.mobile-application-header p {
    max-width: 780px;
    text-align: justify;
    float: right;
}

.mobile-application-include-section {
    background-color: #4dbbe2;
    color: #fff;
    text-align: center;
    padding: 100px 0 10px 0;
}

.mobile-application-include-section .col-sm-4 {
    padding: 0 40px;
    margin-bottom: 60px;
}

.mobile-application-include-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.mobile-application-include-section a {
    font-weight: 100;
    text-transform: uppercase;
    border: solid 2px #fff;
    padding: 10px 20px;
}

.mobile-application-include-section a:hover {
    color: #4dbbe2 !important;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mobile-application-commitment-section {
    background: url(img/mobile-application-section-commitment-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #337597;
    color: #fff;
    background-position: top right;
    min-height: 650px;
    padding: 80px 0;
}

.mobile-application-commitment-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 60px;
}

.mobile-application-commitment-section h3 span {
    display: block;
    font-family: 'ralewayregular';
}

.mobile-application-commitment-section a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    border: solid 2px #fff;
    padding: 10px 60px;
}

.mobile-application-commitment-section a:hover {
    color: #337597 !important;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mobile-application-quote {
    text-align: center;
    padding: 80px 0;
}

.mobile-application-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-application-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* =============
Penetration Test
============= */

.penetration-test-header {
    background: url(img/penetration-test-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.penetration-test-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.penetration-test-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.penetration-test-header h1 span {
    display: block;
    color: #4dbbe2;
}

.penetration-test-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.penetration-test-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.penetration-test-include {
    background-color: #1ba0ca;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

.penetration-test-include .col-sm-4 {
    padding: 0 10px 0 0;
    line-height: 1.4em;
}

.penetration-test-include .col-sm-4:last-child {
    padding: 0 0 0 0;
}

.penetration-test-include h3 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.penetration-test-include p strong {
    font-weight: 700;
}

.penetration-test-include p {}

.penetration-test-include-itens {
    background-color: #43c3ec;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.penetration-test-include-itens div {
    margin-bottom: 10px;
}

.penetration-test-include-itens p {
    padding: 20px 20px;
}

.penetration-test-reports-section {
    background: url(img/penetration-test-section-reports-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #337597;
    color: #fff;
    background-position: top right;
    min-height: 650px;
    padding: 80px 0;
}

.penetration-test-reports-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 60px;
}

.penetration-test-reports-section h3 span {
    display: block;
    font-family: 'ralewayregular';
}

.penetration-test-reports-section li {
    margin-bottom: 15px;
    position: relative;
    left: 20px;
}

.penetration-test-reports-section ul li:before {
    content: "\22C5";
    color: #43c3ec;
    font-size: 3em;
    margin-right: 5px;
    position: absolute;
    top: -28px;
    left: -20px;
}

.penetration-test-reports-section h3 {
    margin-top: 80px;
}


/*================
Social Engineering
================*/

.social-engineering-header {
    background: url(img/social-engineering-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.social-engineering-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.social-engineering-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0;
}

.social-engineering-header h2 {
    text-transform: uppercase;
    line-height: 0.92em;
    font-family: 'ralewaybold';
    letter-spacing: -2px;
    margin-top: 0;
}

.social-engineering-header h1 span {
    display: block;
    color: #4dbbe2;
}

.social-engineering-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.social-engineering-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.social-engineering-preinclude-section {
    background-color: #337597;
    text-align: center;
    padding: 90px 0;
}

.social-engineering-preinclude-section p {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
}

.social-engineering-include-section {
    background-color: #4dbbe2;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.social-engineering-include-section h3 {
    margin: 0 0 70px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.social-engineering-include-section p strong {
    display: inline-block;
    margin: 30px 0 20px 0;
    font-weight: 700;
}

.social-engineering-include-section p {
    margin: 0 auto;
    max-width: 320px;
}

.social-engineering-above-section {
    min-height: 398px;
    background: url(img/social-engineering-section-above.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #212424;
}

.social-engineering-above-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 90px 0 70px 0;
}

.social-engineering-above-section p {
    max-width: 505px;
}

.social-engineering-statistical-section {
    background: url(img/social-engineering-section-statistical-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 580px;
    color: #fff;
    text-align: center;
    padding-bottom: 80px
}

.social-engineering-statistical-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 110px 0 80px 0;
}

.social-engineering-statistical-section p {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.social-engineering-statistical-section a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    border: solid 2px #fff;
    padding: 15px 50px;
}

.social-engineering-statistical-section a:hover {
    color: #010304 !important;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-engineering-quote {
    text-align: center;
    padding: 80px 0;
}

.social-engineering-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.social-engineering-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*======================
Digital First Responder
======================*/

.digital-first-responder-header {
    background: url(img/social-engineering-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.digital-first-responder-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.digital-first-responder-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0;
}

.digital-first-responder-header h2 {
    text-transform: uppercase;
    line-height: 0.92em;
    font-family: 'ralewaybold';
    letter-spacing: -2px;
    margin-top: 0;
}

.digital-first-responder-header h1 span {
    display: block;
    color: #4dbbe2;
}

.digital-first-responder-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.digital-first-responder-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
    margin: 0 0 25px 0;
}

.digital-first-responder-header h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.digital-first-responder-header h4 {
    font-family: 'ralewaybold';
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}

.digital-first-responder-header a {
    font-family: 'ralewaybold';
    text-transform: uppercase;
    background-color: #337597;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 12px 80px;
}

.digital-first-responder-include-section {
    background-color: #4dbbe2;
    color: #fff;
    text-align: center;
    padding: 100px 0 60px 0;
}

.digital-first-responder-include-section h3 {
    margin: 0 0 70px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.digital-first-responder-include-section p {
    font-weight: 700;
    margin: 20px auto 50px auto;
    max-width: 260px;
}

.digital-first-responder-students {
    color: #fff;
    padding: 80px 0;
    background: url(img/digital-first-responder-student-bg.jpg) no-repeat left center #337597;
}

.digital-first-responder-students h3 {
    color: #43c3ec;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.digital-first-responder-students li {
    color: #43c3ec;
    list-style: disc;
}

.digital-first-responder-students li span {
    color: #fff;
}

.digital-first-responder-class {
    color: #212424;
    padding: 60px 0;
    background: url(img/digital-first-responder-class-bg.jpg) no-repeat right center #ebebeb;
}

.digital-first-responder-class h3 {
    color: #43c3ec;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.digital-first-responder-class li {
    list-style-type: disc;
    color: #337597;
    margin-bottom: 10px;
}

.digital-first-responder-class li span {
    color: #212424;
}

.digital-first-responder-class a {
    font-family: 'ralewaybold';
    text-transform: uppercase;
    background-color: #337597;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 12px 80px;
    margin-top: 20px;
}

.digital-first-responder-quote {
    text-align: center;
    padding: 80px 0;
}

.digital-first-responder-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.digital-first-responder-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
General Awareness
================*/

.general-awareness-header {
    background: url(img/general-awareness-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.general-awareness-defense {
    padding: 60px 0;
    background: url(img/general-awareness-defense-bg.jpg) no-repeat right center #013373;
    color: #fff;
}

.general-awareness-defense h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.general-awareness-defense p {
    margin: 40px 0;
}

.general-awareness-defense ul {
    color: #337597;
    list-style-type: disc;
    font-family: 'ralewaysemibold';
}

.general-awareness-defense ul li span {
    color: #fff;
}

.general-awareness-defense a {
    font-family: 'ralewaybold';
    text-transform: uppercase;
    background-color: #337597;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 12px 50px;
}

.general-awareness-include {
    padding: 60px 0;
    background-color: #f0f0f0;
    color: #212424;
    text-align: center;
}

.general-awareness-include h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 60px;
}

.general-awareness-include p {
    margin: 20px auto 20px auto;
    text-align: center;
    font-family: 'ralewaybold';
    max-width: 180px;
}

.general-awareness-include a {
    font-family: 'ralewaybold';
    text-transform: uppercase;
    background-color: #43c3ec;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 12px 50px;
    margin-top: 60px;
}

.general-awareness-security {
    background: url(img/general-awareness-security-bg.jpg) no-repeat left center;
    color: #fff;
    padding: 60px 0;
}

.general-awareness-security h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.general-awareness-security ul {
    color: #43c3ec;
    list-style-type: disc;
}

.general-awareness-security ul li span {
    color: #fff;
}


/*======================
Executive Cybersecurity
======================*/

.executive-cybersecurity-header {
    background: url(img/executive-cybersecurity-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.executive-cybersecurity-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.executive-cybersecurity-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0;
}

.executive-cybersecurity-header h2 {
    text-transform: uppercase;
    line-height: 0.92em;
    font-family: 'ralewaybold';
    letter-spacing: -2px;
    margin-top: 0;
}

.executive-cybersecurity-header h1 span {
    display: block;
    color: #4dbbe2;
}

.executive-cybersecurity-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.executive-cybersecurity-header p {
    max-width: 580px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
    margin: 0 0 25px 0;
}

.executive-cybersecurity-leadership {
    background-color: #43c3ec;
    color: #fff;
    padding: 0 !important;
}

.executive-cybersecurity-leadership h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.executive-cybersecurity-leadership .bg {
    background: url(img/executive-cybersecurity-leadership-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 380px;
    padding: 0 !important;
}

.executive-cybersecurity-leadership .col-md-6 {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.executive-cybersecurity-include {
    background-color: #337597;
    padding: 60px 0;
}

.executive-cybersecurity-include h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 60px;
}

.executive-cybersecurity-include p {
    text-align: center;
    color: #fff;
    max-width: 580px;
    margin: 0 auto;
}

.executive-cybersecurity-include .executive-cybersecurity-include-item {
    width: 20%;
    min-height: 200px;
    display: inline-block;
    text-align: center;
    float: left;
    font-family: 'ralewaybold';
}

.executive-cybersecurity-quote {
    text-align: center;
    padding: 80px 0;
}

.executive-cybersecurity-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.executive-cybersecurity-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*=============
Web Assessments
=============*/

.web-assessments-header {
    background: url(img/web-assessments-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.web-assessments-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.web-assessments-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.web-assessments-header h1 span {
    display: block;
    color: #4dbbe2;
}

.web-assessments-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.web-assessments-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.web-assessments-include-section {
    background-color: #4dbbe2;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.web-assessments-include-section .col-sm-4 {
    padding: 0 50px;
    margin-bottom: 50px;
}

.web-assessments-include-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 40px
}

.web-assessments-include-section h2 {
    margin: 60px 0;
    font-family: 'ralewaybold';
}

.web-assessments-include-section h3 {
    font-weight: 100;
    margin: 25px 0 40px 0;
}

.web-assessments-include-section p {
    margin: 0 auto 60px auto;
    max-width: 960px;
}

.web-assessments-include-section .col-sm-4 p {
    margin: 15px auto 0 auto;
}

.web-assessments-include-section a {
    font-weight: 100;
    text-transform: uppercase;
    border: solid 2px #fff;
    padding: 10px 20px;
}

.web-assessments-include-section a:hover {
    color: #4dbbe2 !important;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.web-assessments-reports-section {
    background: url(img/penetration-test-section-reports-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #337597;
    color: #fff;
    background-position: top right;
    min-height: 650px;
    padding: 80px 0;
}

.web-assessments-reports-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 60px;
}

.web-assessments-reports-section h3 span {
    display: block;
    font-family: 'ralewayregular';
}

.web-assessments-reports-section li {
    margin-bottom: 15px;
    position: relative;
    left: 20px
}

.web-assessments-reports-section ul li:before {
    content: "\22C5";
    color: #43c3ec;
    font-size: 3em;
    margin-right: 5px;
    position: absolute;
    top: -28px;
    left: -20px;
}

.web-assessments-reports-section h3 {
    margin-top: 80px;
}

.web-assessments-quote {
    text-align: center;
    padding: 80px 0;
}

.web-assessments-quote a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.web-assessments-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
Digital Forensics
===============*/

.digital-forensics-header {
    background: url(img/digital-forensics-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-color: #0a1430;
}

.digital-forensics-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.digital-forensics-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.digital-forensics-header h1 span {
    display: block;
    color: #d5b57b;
}

.digital-forensics-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.digital-forensics-header p {
    max-width: 680px;
    text-align: justify;
    float: right;
}

.digital-forensics-menu {
    text-align: center;
    color: #fff;
    padding: 0 !important;
    border-top: solid 8px #1e67b2;
}

.digital-forensics-menu div {
    border-right: solid 1px #1e67b2;
    border-bottom: solid 1px #1e67b2;
}

.digital-forensics-menu div:nth-child(3),
.digital-forensics-menu div:nth-child(6) {
    border-right: 0;
}

.digital-forensics-menu h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 100;
    line-height: 1em;
    font-family: 'ralewayextralight';
}

.digital-forensics-menu hr {
    margin: 40px auto;
    border: solid 2px #d5b57b;
    max-width: 215px;
}

.digital-forensics-menu p {
    margin: 0 auto;
    max-width: 275px;
}

.digital-forensics-menu h2 span {
    font-family: 'ralewaybold';
    display: block;
    color: #d5b57b;
}

.digital-forensics-menu-item-1 {
    background: url(img/digital-forensics-menu-item-1-bg.jpg) no-repeat center center;
}

.digital-forensics-menu-item-2 {
    background: url(img/digital-forensics-menu-item-2-bg.jpg) no-repeat center center;
}

.digital-forensics-menu-item-3 {
    background: url(img/digital-forensics-menu-item-3-bg.jpg) no-repeat center center;
}

.digital-forensics-menu-item-4 {
    background: url(img/digital-forensics-menu-item-4-bg.jpg) no-repeat center center;
}

.digital-forensics-menu-item-5 {
    background: url(img/digital-forensics-menu-item-1-bg.jpg) no-repeat center center;
}

.digital-forensics-menu-item-6 {
    background: url(img/digital-forensics-menu-item-6-bg.jpg) no-repeat center center;
}

.digital-forensics-menu-item {
    padding: 90px 0;
    height: 410px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #0a1430;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.digital-forensics-menu-item:hover {
    background: url(img/digital-forensics-menu-item-hover-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.digital-forensics-include {
    background-color: #0d63b2;
    color: #fff;
    text-align: center;
    padding: 100px 0
}

.digital-forensics-include h3 {
    margin: 0 0 65px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.digital-forensics-include p {
    margin: 0 auto 60px auto;
    max-width: 780px;
    letter-spacing: -0.05em;
    line-height: 1.2em;
}

.digital-forensics-include .col-sm-2 p {
    margin: 20px auto 80px auto;
    letter-spacing: 0em;
}

.digital-forensics-include h2 {
    margin: 30px auto 100px auto;
    max-width: 910px;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    font-family: 'ralewaysemibold';
}

.digital-forensics-include .abtn {
    width: 320px;
    padding: 15px;
    display: inline-block;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    color: #d5b57b !important;
    background-color: #0a1430;
    margin-right: 25px;
    margin: 0 0 25px 25px;
}

.digital-forensics-include .digital-evidence-p {
    display: block;
    margin: 70px auto 0 auto;
    max-width: 910px;
    letter-spacing: -0.05em;
    line-height: 1.2em;
}

.digital-forensics-include digital-evidence-p a {
    text-decoration: underline !important;
    font-weight: 700;
}

.digital-forensics-include span a:hover {
    text-decoration: underline !important;
}

.digital-forensics-reports {
    background: url(img/hard-drive-forensics-reports-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #0a1430;
    padding: 85px 0;
}

.digital-forensics-reports .col-sm-6 {
    padding: 0;
}

.digital-forensics-reports h3 {
    margin: 0 0 60px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.digital-forensics-reports p {
    max-width: 420px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    margin: 0;
}

.digital-forensics-reports-juror {
    float: right;
    max-width: 520px;
    color: #fff;
    background-color: #0a1430;
    position: relative;
    top: 35px;
    padding: 10% 13.1% 10% 18%;
}

.digital-forensics-reports-juror h3 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.digital-forensics-reports-juror img {
    border-radius: 50%;
    border: solid 4px #d5b57b;
    position: absolute;
    top: -35px;
    left: -35px;
}

.digital-forensics-book {
    background: url(img/digital-forensics-book-bg.jpg) no-repeat;
    position: relative;
    background-color: #0a1430;
    color: #fff;
    min-height: 475px;
    margin-bottom: 80px;
}

.digital-forensics-book img {
    position: absolute;
    width: 60%;
}

.digital-forensics-book .col-sm-6 {
    min-height: 475px;
    padding: 30px 0;
}

.digital-forensics-book span {
    position: absolute;
    right: -80px;
    bottom: 40px;
    font-size: 0.950em;
}

.digital-forensics-book h3 {
    text-align: right;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    margin: 50px 0;
}

.digital-forensics-book p {
    text-align: right;
}

.digital-forensics-quote {
    text-align: center;
    padding: 80px 0;
}

.digital-forensics-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.digital-forensics-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*==================
Hard Drive Forensics
==================*/

.hard-drive-forensics-header {
    background: url(img/hard-drive-forensics-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-color: #0a1430;
}

.hard-drive-forensics-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.hard-drive-forensics-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.hard-drive-forensics-header h1 span {
    display: block;
    color: #d5b57b;
}

.hard-drive-forensics-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.hard-drive-forensics-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.hard-drive-forensics-include {
    background-color: #1e67b2;
    color: #fff;
    text-align: center;
    padding: 80px 0 30px 0;
}

.hard-drive-forensics-include h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 40px
}

.hard-drive-forensics-include p {
    margin: 0 auto 60px auto;
    max-width: 860px;
}

.hard-drive-forensics-include .col-sm-3 p,
.hard-drive-forensics-include .col-sm-4 p {
    margin: 20px auto 75px auto;
    font-family: 'ralewaysemibold';
}

.hard-drive-forensics-reports {
    background: url(img/hard-drive-forensics-juror-section-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 85px 0;
}

.hard-drive-forensics-reports .col-sm-6 {
    padding: 0;
}

.hard-drive-forensics-reports h3 {
    margin: 0 0 60px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.hard-drive-forensics-reports p {
    max-width: 420px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    margin: 0;
}

.hard-drive-forensics-reports-juror {
    float: right;
    max-width: 520px;
    color: #fff;
    background-color: #1e67b2;
    position: relative;
    top: 35px;
    padding: 10% 13.1% 10% 18%;
}

.hard-drive-forensics-reports-juror h3 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.hard-drive-forensics-reports-juror img {
    border-radius: 50%;
    border: solid 4px #d5b57b;
    position: absolute;
    top: -35px;
    left: -35px;
}

.hard-drive-forensics-quote {
    text-align: center;
    padding: 80px 0;
}

.hard-drive-forensics-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.hard-drive-forensics-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
Network Forensics
===============*/

.network-forensics-header {
    background: url(img/network-forensics-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-color: #0a1430;
}

.network-forensics-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.network-forensics-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.network-forensics-header h1 span {
    display: block;
    color: #d5b57b;
}

.network-forensics-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.network-forensics-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.network-forensics-book {
    background: url(img/databreach-forensics-book-bg.png) no-repeat;
    position: relative;
    background-color: #e9e9e9;
    color: #0a1430;
    min-height: 475px;
}

.network-forensics-book img {
    position: absolute;
    width: 55%;
    right: 0;
}

.network-forensics-book .col-sm-6 {
    min-height: 475px;
    padding: 30px 0;
}

.network-forensics-book span {
    position: absolute;
    left: -20px;
    bottom: 30px;
    font-size: 0.950em;
    max-width: 250px;
}

.network-forensics-book h3 {
    text-align: left;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    margin: 50px 0;
}

.network-forensics-book p {
    text-align: left;
}

.network-forensics-include {
    background-color: #1e67b3;
    color: #fff;
    text-align: center;
    padding: 100px 0 40px 0
}

.network-forensics-include h3 {
    margin: 0 0 65px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.network-forensics-include p {
    margin: 0 auto 60px auto;
    max-width: 910px;
    letter-spacing: -0.05em;
    line-height: 1.2em;
}

.network-forensics-include .forensics-include-p {
    margin: 30px auto 100px auto;
    max-width: 910px;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    font-family: 'ralewaysemibold';
}

.network-forensics-reports {
    background: url(img/hard-drive-forensics-juror-section-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 85px 0;
    background-color: #d5b57b;
}

.network-forensics-reports .col-sm-6 {
    padding: 0;
}

.network-forensics-reports h3 {
    margin: 0 0 60px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.network-forensics-reports p {
    max-width: 420px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    margin: 0;
}

.network-forensics-reports p strong {
    text-transform: uppercase;
}

.network-forensics-reports-juror {
    float: right;
    max-width: 520px;
    color: #fff;
    background-color: #1e67b3;
    position: relative;
    top: 35px;
    padding: 10% 13.1% 10% 18%;
}

.network-forensics-reports-juror h3 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.network-forensics-reports-juror img {
    border-radius: 50%;
    border: solid 4px #d5b57b;
    position: absolute;
    top: -35px;
    left: -35px;
}

.network-forensics-quote {
    text-align: center;
    padding: 80px 0;
}

.network-forensics-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.network-forensics-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}

.nf-align-form-left {
    padding-left: 15px;
    padding-right: 15px
}

#nf-contact-form-text {
    width: 90%
}

.nf-contact-form-p {
    margin: 5px !important;
}

input[name="ebd_downloads[]"] {
    margin: 0px;
    width: auto !important;
}

.nf-contact-form-submit {
    margin: 0px !important;
}

input[id="nf-contact-form-submit-btn"] {
    display: inline-block !important;
    background-color: #43c3ec !important;
    color: #fff !important;
    padding: 15px 80px !important;
    font-family: 'ralewaybold' !important;
    text-transform: uppercase !important;
    margin-top: 15px !important;
    margin-bottom: 15px;
    border: none;
}

#nf-supplemental-form {
    padding-top: 40px;
}

/* =================
Incident Response 
================= */

.incident-response-header {
    background: url(img/incident-response-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.incident-response-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.incident-response-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.incident-response-header h1 span {
    display: block;
    color: #d5b57b;
}

.incident-response-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.incident-response-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.incident-response-here-section {
    background-color: #1e67b2;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.incident-response-here-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.incident-response-here-section p.here-section-subtitle {
    margin: 20px 0 60px 0;
    font-weight: inherit;
}

.incident-response-here-section p {
    font-weight: 700;
    margin: 40px 0 70px 0;
}

.incident-response-here-section a {
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase;
    border: solid 2px #fff;
    padding: 10px 20px;
}

.incident-response-here-section a:hover {
    color: #1e67b2 !important;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.incident-response-prepare {
    background: url(img/databreach-forensics-prepare-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #212424;
    padding: 100px 0;
}

.incident-response-prepare h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0 0 40px 0;
}

.incident-response-prepare p {
    margin: 0 0 20px 0;
}

.incident-response-prepare ul li {
    display: block;
    margin: 0 0 25px 0;
    position: relative;
    left: 20px
}

.incident-response-prepare ul li:before {
    content: "\22C5";
    color: #1e67b2;
    font-size: 2em;
    margin-right: 5px;
    position: absolute;
    top: -17px;
    left: -20px;
}

.incident-response-book {
    background: url(img/digital-forensics-book-bg.jpg) no-repeat;
    position: relative;
    background-color: #0a1430;
    color: #fff;
    min-height: 475px;
    margin-bottom: 80px;
}

.incident-response-book img {
    position: absolute;
    width: 60%;
}

.incident-response-book .col-sm-6 {
    min-height: 475px;
    padding: 30px 0;
}

.incident-response-book span {
    position: absolute;
    right: -120px;
    bottom: 40px;
}

.incident-response-book h3 {
    text-align: right;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    margin: 50px 0;
}

.incident-response-book p {
    text-align: right;
}

.incident-response-quote {
    text-align: center;
    padding: 80px 0;
}

.incident-response-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.incident-response-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* =================
  Expert Witness
================= */

.expert-witness-header {
    background: url(img/expert-witness-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.expert-witness-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.expert-witness-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.expert-witness-header h1 span {
    display: block;
    color: #4dbbe2;
}

.expert-witness-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.expert-witness-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.expert-witness-about-section {
    background: url(img/expert-witness-about-section-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #0a142f;
    padding: 80px 0;
}

.expert-witness-about-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    max-width: 680px;
}

.expert-witness-about-section p {
    max-width: 680px;
}

.expert-witness-about-section ul {
    max-width: 620px;
    font-family: 'ralewaysemibold';
    list-style-type: disc;
    line-height: 1.5em;
}

.expert-witness-others-section {
    background: url(img/expert-witness-others-section-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}

.expert-witness-others-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    text-align: center;
}

.expert-witness-others-section hr {
    width: 120px;
    border: solid 2px #d5b57b;
    display: block;
    margin: 45px auto;
}

.expert-witness-others-section p {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.expert-witness-quote {
    text-align: center;
    padding: 80px 0;
}

.expert-witness-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.expert-witness-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* =================
 E-discovery
================= */

.e-discovery-header {
    background: url(img/e-discovery-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.e-discovery-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.e-discovery-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.e-discovery-header h1 span {
    display: block;
    color: #4dbbe2;
}

.e-discovery-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.e-discovery-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.e-discovery-include-section {
    color: #fff;
    background-color: #1e67b2;
    padding: 80px 0;
    text-align: center;
}

.e-discovery-include-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.e-discovery-include-section .col-md-3 p {
    margin-bottom: 0;
    font-family: 'ralewaysemibold';
}

.e-discovery-strategy-section {
    background: url(img/e-discovery-strategy-section-bg.jpg) no-repeat top right;
    background-color: #0a1430;
    color: #fff;
    padding: 60px 0;
    text-align: left;
}

.e-discovery-strategy-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.e-discovery-strategy-section hr {
    width: 120px;
    border: solid 2px #d5b57b;
    display: block;
    margin: 45px 0;
}

.e-discovery-strategy-section p {
    max-width: 520px;
    margin: 0 0 30px 0;
}

.e-discovery-quote {
    text-align: center;
    padding: 80px 0;
}

.e-discovery-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.e-discovery-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* =================
 Digital Evidence
================= */

.digital-evidence-header {
    background: url(img/digital-evidence-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.digital-evidence-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.digital-evidence-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.digital-evidence-header h1 span {
    display: block;
    color: #d5b57b;
}

.digital-evidence-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.digital-evidence-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.digital-evidence-include {
    color: #fff;
}

.digital-evidence-include .do {
    padding: 80px 60px 80px 0;
    background-color: #0a1430;
    min-height: 1250px
}

.digital-evidence-include .dont {
    padding: 80px 0 80px 60px;
    background-color: #1e67b2;
    min-height: 1250px
}

.digital-evidence-include h3 {
    margin: 0 0 50px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.digital-evidence-include ul li {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.digital-evidence-include .do ul li:before {
    content: url(img/digital-evidence-bullet-check.png);
    position: absolute;
    top: 0;
    left: 0px;
}

.digital-evidence-include .dont ul li:before {
    content: url(img/digital-evidence-bullet-uncheck.png);
    position: absolute;
    top: 0;
    left: 0px;
}

.digital-evidence-quote {
    text-align: center;
    padding: 80px 0;
}

.digital-evidence-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.digital-evidence-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* =================
 Cellphone Forensics
================= */

.cellphone-forensics-header {
    background: url(img/cellphone-forensics-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.cellphone-forensics-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.cellphone-forensics-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
}

.cellphone-forensics-header h1 span {
    display: block;
    color: #d5b57b;
}

.cellphone-forensics-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.cellphone-forensics-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.cellphone-forensics-include-section {
    color: #fff;
    background-color: #1e67b2;
    padding: 80px 0;
    text-align: center;
}

.cellphone-forensics-include-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.cellphone-forensics-include-section p {
    margin: 60px 0;
    /*max-width: 960px;*/
}

.cellphone-forensics-include-section .include-section-item {
    float: left;
    width: 20%;
    font-family: 'ralewaysemibold';
}

.cellphone-forensics-include-section .include-section-item p {
    margin: 0 0 15px 0;
}

.cellphone-forensics-evidence-section,
.cellphone-forensics-explanation-section {
    color: #fff;
    background-color: #0a1430;
}

.cellphone-forensics-evidence-section .col-sm-6 {
    padding: 40px 60px 40px 0;
}

.cellphone-forensics-explanation-section .col-sm-6 {
    padding: 40px 0 40px 60px;
}

.cellphone-forensics-explanation-section {
    text-align: right;
}

.cellphone-forensics-evidence-section h3,
.cellphone-forensics-explanation-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.cellphone-forensics-evidence-section hr {
    width: 120px;
    border: solid 2px #d5b57b;
    display: inline-block;
    margin: 20px 0;
}

.cellphone-forensics-explanation-section hr {
    width: 120px;
    border: solid 2px #d5b57b;
    display: inline-block;
    margin: 20px 0;
}

.cellphone-forensics-evidence-section .evidence-section-bg {
    min-height: 470px;
    background: url(img/cellphone-forensics-evidence-section-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cellphone-forensics-explanation-section .explanation-section-bg {
    min-height: 470px;
    background: url(img/cellphone-forensics-explanation-section-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cellphone-forensics-reports {
    background: url(img/cellphone-forensics-report-section-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 85px 0;
}

.cellphone-forensics-reports .col-sm-6 {
    padding: 0;
}

.cellphone-forensics-reports h3 {
    margin: 0 0 60px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.cellphone-forensics-reports p {
    max-width: 420px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    margin: 0;
}

.cellphone-forensics-reports p strong {
    text-transform: uppercase;
}

.cellphone-forensics-reports-juror {
    float: right;
    max-width: 520px;
    color: #fff;
    background-color: #0a1430;
    position: relative;
    top: 35px;
    padding: 10% 13.1% 10% 18%;
}

.cellphone-forensics-reports-juror h3 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    letter-spacing: -0.0250em;
}

.cellphone-forensics-reports-juror img {
    border-radius: 50%;
    border: solid 4px #d5b57b;
    position: absolute;
    top: -35px;
    left: -35px;
}

.cellphone-forensics-quote {
    text-align: center;
    padding: 80px 0;
}

.cellphone-forensics-quote a {
    display: inline-block;
    background-color: #0a1430;
    color: #d5b57b !important;
    padding: 15px 50px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
}

.cellphone-forensics-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*============
  compliance
============*/

.compliance-header {
    background: url(img/compliance-header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.compliance-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.compliance-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.compliance-header h1 span {
    display: block;
    color: #cebea6;
}

.compliance-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.compliance-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.compliance-menu {
    text-align: center;
    color: #fff;
    padding: 0 !important;
    border-top: solid 8px #cebea6;
}

.compliance-menu div {
    border-right: solid 1px #cebea6;
    border-bottom: solid 1px #cebea6;
}

.compliance-menu div:nth-child(3),
.compliance-menu div:nth-child(6) {
    border-right: 0;
}

.compliance-menu-item-title {
    display: table;
    margin: 0 auto;
    height: 118px;
    border: none !important
}

.compliance-menu h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 100;
    line-height: 1em;
}

.compliance-menu hr {
    margin: 25px auto;
    border: solid 2px #cebea6;
    max-width: 215px;
}

.compliance-menu p {
    margin: 0 auto;
    max-width: 275px;
}

.compliance-menu h2 span {
    font-family: 'ralewaybold';
    display: block;
}

.compliance-menu-item-1 {
    background: url(img/compilance-menu-item-1-bg.jpg) no-repeat center center;
}

.compliance-menu-item-2 {
    background: url(img/compilance-menu-item-2-bg.jpg) no-repeat center center;
}

.compliance-menu-item-3 {
    background: url(img/compilance-menu-item-3-bg.jpg) no-repeat center center;
}

.compliance-menu-item-4 {
    background: url(img/compilance-menu-item-4-bg.jpg) no-repeat center center;
}

.compliance-menu-item-5 {
    background: url(img/compilance-menu-item-5-bg.jpg) no-repeat center center;
}

.compliance-menu-item-6 {
    background: url(img/compilance-menu-item-1-bg.jpg) no-repeat center center;
}

.compliance-menu-item-7 {
    background: url(img/compilance-menu-item-7-bg.jpg) no-repeat center center;
}

.compliance-menu-item-8 {
    background: url(img/compilance-menu-item-8-bg.jpg) no-repeat center center;
}

.compliance-menu-item {
    padding: 50px 0;
    height: 380px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.compliance-menu-item:hover {
    background: url(img/compilance-menu-item-hover-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.compliance-quote {
    text-align: center;
    padding: 80px 0;
}

.compliance-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.compliance-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*=====================
Cybersecurity Insurance
=====================*/

.cybersecurity-insurance-header {
    background: url(img/cybersecurity-insurance-header-bg.jpg) bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.cybersecurity-insurance-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.cybersecurity-insurance-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.cybersecurity-insurance-header h1 span {
    display: block;
    color: #cebea6;
}

.cybersecurity-insurance-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.cybersecurity-insurance-header p {
    max-width: 600px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.cybersecurity-insurance-professionals-section {
    padding: 90px 0;
    position: relative;
    top: -3px;
    background: url(img/cybersecurity-insurance-professionals-section-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.cybersecurity-insurance-professionals-section h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 30px
}

.cybersecurity-insurance-quote {
    text-align: center;
    padding: 80px 0;
}

.cybersecurity-insurance-quote a {
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.cybersecurity-insurance-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
Security Controls    
===============*/

.security-controls-header {
    background: url(img/security-controls-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.security-controls-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.security-controls-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.security-controls-header h1 span {
    display: block;
    color: #cebea6;
}

.security-controls-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.security-controls-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.security-controls-include-section {
    text-align: center;
    color: #59595a;
    padding: 110px 0 90px 0
}

.security-controls-include-section h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.security-controls-include-section p {
    margin: 0 auto 80px auto;
    max-width: 960px;
    color: #646464;
    letter-spacing: -0.05em;
}

.security-controls-include-section .row p {
    padding: 30px 0;
    font-family: 'ralewaybold';
    margin-bottom: 0;
}

.security-controls-presentation-section {
    background-color: #cebea6;
    color: #59595a;
}

.security-controls-presentation-section h3 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.presentation-section-p {
    margin-top: 60px !important;
}

.security-controls-presentation-section p {
    max-width: 960px;
    color: #646464;
    letter-spacing: -0.05em;
}

.security-controls-presentation-section-1 .content {
    padding: 50px 50px 0 60px !important;
    text-align: left;
}

.security-controls-presentation-section-1 hr {
    width: 65px;
    float: left;
    border: solid 3px #a5927f;
}

.security-controls-presentation-section-1 .bg {
    background: url(img/security-controls-presentation-section-bg-01.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.security-controls-presentation-section-2 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.security-controls-presentation-section-2 .content .fit {
    max-width: 470px;
    float: left;
}

.security-controls-presentation-section-2 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.security-controls-presentation-section-2 .bg {
    background: url(img/security-controls-presentation-section-bg-02.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.security-controls-presentation-section-3 {
    background: url(img/security-controls-presentation-section-bg-03.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff !important;
    text-align: center;
    padding: 80px 0;
}

.security-controls-presentation-section-3 h1 {
    margin-bottom: 50px;
}

.security-controls-presentation-section-3 p {
    color: #fff;
    margin: 0 auto 25px auto;
}

.security-controls-presentation-section-3 ul {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-family: 'ralewaysemibold';
    list-style-type: disc;
}

.security-controls-quote {
    text-align: center;
    padding: 80px 0;
}

.security-controls-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.security-controls-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
      HIPAA   
===============*/

.hipaa-header {
    background: url(img/hipaa-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.hipaa-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.hipaa-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.hipaa-header h1 span {
    display: block;
    color: #cebea6;
}

.hipaa-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.hipaa-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.hipaa-include-section {
    text-align: center;
    color: #59595a;
    padding: 110px 0 90px 0
}

.hipaa-include-section .hipaa-quote {
    padding: 0;
    margin-top: 40px;
}

.hipaa-include-section .hipaa-quote p {
    margin-bottom: 0px;
}

.hipaa-include-section h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.hipaa-include-section p {
    margin: 0 auto 80px auto;
    max-width: 960px;
    color: #646464;
    letter-spacing: -0.05em;
}

.hipaa-include-section .row p {
    padding: 30px 0;
    font-family: 'ralewaybold';
    margin-bottom: 0;
}

.hipaa-presentation {
    border-top: solid 3px #a5927f;
}

.hipaa-presentation p {
    margin-top: 50px;
}

.hipaa-presentation .content {
    padding: 40px 20px 20px 40px;
}

.hipaa-presentation ul {
    list-style-type: disc;
    padding-left: 20px;
    font-family: 'ralewaysemibold';
    margin-bottom: 50px;
}

.hipaa-presentation ul li {
    margin-bottom: 20px;
}

.hipaa-presentation .inner-btn {
    display: block;
    max-width: 350px;
    background-color: #cebea6;
    color: #fff !important;
    padding: 10px 50px;
    text-align: center;
    margin: 0 auto !important;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.hipaa-presentation h3 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.hipaa-presentation .bg1 {
    background: url(img/HIPAA-include-section1.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 840px;
}

.hipaa-presentation .bg2 {
    background: url(img/HIPAA-include-section2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 840px;
}

.hipaa-presentation .bg3 {
    background: url(img/HIPAA-include-section3.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 840px;
}

.hipaa-presentation .bg4 {
    background: url(img/HIPAA-include-section4.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 380px;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    position: relative;
    top: -5px;
}

.hipaa-presentation .bg4 p {
    max-width: 960px;
    margin: 40px auto 40px auto;
}

.hipaa-presentation .bg4 a {
    text-decoration: underline !important;
    font-family: 'ralewaysemibold';
}

.hipaa-quote {
    text-align: center;
    padding: 80px 0;
}

.hipaa-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.hipaa-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
Risk Assessments 
===============*/

.risk-assessment-header {
    background: url(img/risk-assessment-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.risk-assessment-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.risk-assessment-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.risk-assessment-header h1 span {
    display: block;
    color: #cebea6;
}

.risk-assessment-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.risk-assessment-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.risk-assessment-process .col-sm-8 {
    padding: 60px 0;
}

.risk-assessment-process .col-sm-8 p {
    max-width: 600px;
}

.risk-assessment-process .col-sm-8 .list-item {
    display: table;
    margin-bottom: 40px;
}

.risk-assessment-process .col-sm-8 .list-item p {
    display: table-cell;
    vertical-align: middle;
    font-family: 'ralewaysemibold';
}

.risk-assessment-process .col-sm-8 svg {
    float: left;
    margin-right: 20px;
}

.risk-assessment-process {
    background: url(img/risk-assessment-process-section.jpg) no-repeat right top;
    color: #fff;
    background-color: #000;
}

.risk-assessment-process h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.risk-assessment-process hr {
    width: 65px;
    float: left;
    border: solid 3px #cebea6;
}

.risk-assessment-process .col-sm-6 {
    padding: 60px 0;
}

.risk-assessment-process .col-sm-6 .list-item {
    display: table;
    margin-bottom: 40px;
}

.risk-assessment-process .col-sm-6 .list-item p {
    display: table-cell;
    vertical-align: middle;
}

.risk-assessment-process .col-sm-6 .list-item svg {
    float: left;
    margin-right: 20px;
}

.risk-assessment-presentation-section {
    background-color: #a5927f;
    color: #fff;
}

.risk-assessment-presentation-section h3 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.risk-assessment-presentation-section .content {
    padding: 50px 50px 0 60px !important;
    text-align: left;
}

.risk-assessment-presentation-section hr {
    width: 65px;
    float: left;
    border: solid 3px #cebea6;
}

.risk-assessment-presentation-section .bg {
    background: url(img/security-controls-presentation-section-bg-01.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 521px;
}

.risk-assessment-presentation-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.risk-assessment-quote {
    text-align: center;
    padding: 80px 0;
}

.risk-assessment-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.risk-assessment-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
Cis Security  
===============*/

.cis-security-header {
    background: url(img/cis-security-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.cis-security-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.cis-security-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.cis-security-header h1 span {
    display: block;
    color: #cebea6;
}

.cis-security-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.cis-security-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.cis-security-include-section {
    text-align: center;
    color: #59595a;
    padding: 110px 0 90px 0
}

.cis-security-include-section h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.cis-security-include-section p {
    margin: 0 auto 80px auto;
    max-width: 960px;
    color: #646464;
    letter-spacing: -0.05em;
}

.cis-security-include-section .row p {
    padding: 30px 0;
    font-family: 'ralewaybold';
    margin-bottom: 0;
}

.cis-security-presentation-section {
    background-color: #cebea6;
    color: #59595a;
}

.cis-security-presentation-section h3 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.cis-security-presentation-section p {
    margin-bottom: 10px;
}

.cis-security-presentation-section-1 .content {
    padding: 35px 50px 0 60px !important;
    text-align: left;
}

.cis-security-presentation-section-1 hr {
    width: 65px;
    float: left;
    border: solid 3px #a5927f;
}

.cis-security-presentation-section-1 .bg {
    background: url(img/cis-security-include-section-bg-1.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.cis-security-presentation-section-2 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.cis-security-presentation-section-2 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.cis-security-presentation-section-2 .bg {
    background: url(img/cis-security-include-section-bg-2.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.cis-security-presentation-section-3 .content {
    padding: 50px 50px 0 60px !important;
    text-align: left;
}

.cis-security-presentation-section-3 hr {
    width: 65px;
    float: left;
    border: solid 3px #a5927f;
}

.cis-security-presentation-section-3 .bg {
    background: url(img/cis-security-include-section-bg-3.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.cis-security-presentation-section-4 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.cis-security-presentation-section-4 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.cis-security-presentation-section-4 .bg {
    background: url(img/cis-security-include-section-bg-4.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.cis-security-quote {
    text-align: center;
    padding: 80px 0;
}

.cis-security-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.cis-security-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
      ISO
===============*/

.iso-header {
    background: url(img/iso-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.iso-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.iso-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.iso-header h1 span {
    display: block;
    color: #cebea6;
}

.iso-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.iso-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.iso-include-section {
    text-align: center;
    color: #59595a;
    padding: 110px 0 90px 0
}

.iso-include-section h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.iso-include-section p {
    margin: 0 auto 80px auto;
    max-width: 960px;
    color: #646464;
    letter-spacing: -0.05em;
}

.iso-include-section .row p {
    padding: 30px 0;
    font-family: 'ralewaybold';
    margin-bottom: 0;
}

.iso-presentation-section {
    background-color: #856d53;
    color: #fff;
}

.iso-presentation-section h3 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.iso-presentation-section p {
    margin-bottom: 10px;
}

.iso-presentation-section-1 .content {
    padding: 35px 50px 0 60px !important;
    text-align: left;
}

.iso-presentation-section-1 hr {
    width: 65px;
    float: left;
    border: solid 3px #cebea6;
}

.iso-presentation-section-1 .bg {
    background: url(img/iso-include-section1.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.iso-presentation-section-2 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.iso-presentation-section-2 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.iso-presentation-section-2 .bg {
    background: url(img/iso-include-section2.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.iso-presentation-section-3 .content {
    padding: 50px 50px 0 60px !important;
    text-align: left;
}

.iso-presentation-section-3 hr {
    width: 65px;
    float: left;
    border: solid 3px #a5927f;
}

.iso-presentation-section-3 .bg {
    background: url(img/iso-include-section3.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.iso-presentation-section-4 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.iso-presentation-section-4 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.iso-presentation-section-4 .bg {
    background: url(img/iso-include-section4.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.iso-quote {
    text-align: center;
    padding: 80px 0;
}

.iso-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.iso-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*===============
NIST Cybersecurity 
===============*/

.nist-cybersecurity-header {
    background: url(img/nist-cybersecurity-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.nist-cybersecurity-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.nist-cybersecurity-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.nist-cybersecurity-header h1 span {
    display: block;
    color: #cebea6;
}

.nist-cybersecurity-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.nist-cybersecurity-header p {
    max-width: 680px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.nist-cybersecurity-include-section {
    text-align: center;
    color: #59595a;
    padding: 110px 0 90px 0
}

.nist-cybersecurity-include-section h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.nist-cybersecurity-include-section p {
    margin: 0 auto 80px auto;
    max-width: 960px;
    color: #646464;
    letter-spacing: -0.05em;
}

.nist-cybersecurity-include-section .row p {
    padding: 30px 0;
    font-family: 'ralewaybold';
    margin-bottom: 0;
}

.nist-cybersecurity-presentation-section {
    color: #59595a;
}

.nist-cybersecurity-presentation-section h3 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.nist-cybersecurity-presentation-section p {
    margin-bottom: 10px;
}

.nist-cybersecurity-presentation-section-1,
.nist-cybersecurity-presentation-section-2 {
    background-color: #cebea5;
}

.nist-cybersecurity-presentation-section-3,
.nist-cybersecurity-presentation-section-4 {
    background-color: #856d53;
    color: #fff;
}

.nist-cybersecurity-presentation-section-3 hr,
.nist-cybersecurity-presentation-section-4 hr {
    width: 65px;
    float: left;
    border: solid 3px #cebea5 !important;
}

.nist-cybersecurity-presentation-section-1 .content {
    padding: 35px 50px 0 60px !important;
    text-align: left;
}

.nist-cybersecurity-presentation-section-1 hr {
    width: 65px;
    float: left;
    border: solid 3px #a5927f;
}

.nist-cybersecurity-presentation-section-1 .bg {
    background: url(img/nist-include-section1.jpg) no-repeat center center;
    background-color: #856d53;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.nist-cybersecurity-presentation-section-2 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.nist-cybersecurity-presentation-section-2 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.nist-cybersecurity-presentation-section-2 .bg {
    background: url(img/nist-include-section2.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.nist-cybersecurity-presentation-section-3 .content {
    padding: 50px 50px 0 60px !important;
    text-align: left;
}

.nist-cybersecurity-presentation-section-3 hr {
    width: 65px;
    float: left;
    border: solid 3px #a5927f;
}

.nist-cybersecurity-presentation-section-3 .bg {
    background: url(img/nist-include-section3.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.nist-cybersecurity-presentation-section-4 .content {
    padding: 50px 0 50px 60px !important;
    text-align: right;
}

.nist-cybersecurity-presentation-section-4 hr {
    width: 65px;
    float: right;
    border: solid 3px #a5927f;
}

.nist-cybersecurity-presentation-section-4 .bg {
    background: url(img/nist-include-section4.jpg) no-repeat center center;
    background-color: #cebea6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 390px;
}

.nist-cybersecurity-quote {
    text-align: center;
    padding: 80px 0;
}

.nist-cybersecurity-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.nist-cybersecurity-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/*============
    FFIEC  
============*/

.ffiec-header {
    background: url(img/ffiec-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.ffiec-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.ffiec-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.ffiec-header h1 span {
    display: block;
    color: #cebea6;
}

.ffiec-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.ffiec-header p {
    max-width: 600px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.ffiec-secure {
    background: url(img/ffiec-secure-section-bg.jpg) top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 80px 0 text-align: center;
    padding: 60px 0;
}

.ffiec-secure h3 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.ffiec-secure p {
    max-width: 960px;
    margin: 0 auto 20px auto;
    font-weight: 700;
}

.ffiec-secure-item {
    text-align: center;
    float: left;
    width: 20%;
    margin: 50px 0;
}

.ffiec-secure a {
    margin: 0 auto 30px auto !important;
    display: block;
    max-width: 380px;
    border: solid 3px #fff;
    color: #fff !important;
    padding: 15px 60px;
    text-align: center;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ffiec-secure a:hover {
    color: #7c6d5f !important;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ffiec-costumer {}

.ffiec-costumer .bg {
    background: url(img/ffiec-costumer-section-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

.ffiec-costumer .col-sm-6 {
    min-height: 450px;
    background-color: #cebea6;
    color: #4c4c4d;
    padding: 50px 0 40px 80px;
}

.ffiec-costumer h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.ffiec-costumer p {
    margin-bottom: 30px;
    max-width: 770px;
}

.ffiec-costumer ul {
    max-width: 770px;
    font-weight: 700;
    list-style-type: disc;
}

.ffiec-costumer ul li {
    margin: 0 0 15px 20px;
}

.ffiec-quote {
    text-align: center;
    padding: 80px 0;
    color: #4c4c4d;
}

.ffiec-quote h3 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.ffiec-quote a {
    display: inline-block;
    background-color: #cebea6;
    color: #fff !important;
    padding: 15px 30px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
    margin: 0 auto;
}

.ffiec-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* =============
Single Page Area
============= */

.single-page-header .container {
    text-align: right;
    padding: 145px 0 80px 0;
}

.single-page-header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.single-page-header h1 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    line-height: 0.850em;
    letter-spacing: -4px;
    margin-bottom: 0
}

.single-page-header h1 span {
    display: block;
    color: #43c3ec;
}

.single-page-header hr {
    border: solid 3px #fff;
    width: 120px;
    float: right;
    margin: 40px 0;
}

.single-page-header p {
    max-width: 780px;
    text-align: justify;
    line-height: 1.3em;
    float: right;
}

.single-page h4 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    color: #212424;
    margin: 0 0 30px 0;
}

.single-page input,
.single-page textarea,
.single-page select {
    width: 100%;
    border: solid 1px #337597;
    margin-bottom: 25px;
    color: #aaa;
}

.single-page textarea {
    padding: 10px 20px;
}

.single-page input[type=submit] {
    width: 100%;
    font-size: 1.5em;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    padding: 10px 0;
    background-color: #337597;
}

.single-page input,
.single-page select {
    height: 52px;
    padding-left: 20px;
}

input[type=checkbox] {
    width: 10px !important;
}

div.wpcf7-response-output {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.single-page .content-area-1 {
    padding: 90px 0;
    background-color: #ebebeb;
}

.single-page .content-area-1a {
    padding-top: 10px 0;
    padding-right: 90px 0;
    padding-left: 90px 0;
    padding-bottom: 90px 0;
    background-color: #ebebeb;
}

.single-page-quote {
    text-align: center;
    padding: 80px 0;
    color: #4c4c4d;
}

.single-page-quote h1 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.single-page-quote a {
    display: inline-block;
    background-color: #43c3ec;
    color: #fff !important;
    padding: 15px 80px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
    max-width: 580px;
    margin: 0 auto;
}

.single-page-quote p {
    font-family: 'ralewaybold';
    margin-top: 60px;
}


/* Security Cowboy */

.security-cowboy-form {
    max-width: 400px;
    margin: 0 auto;
}

.security-cowboy-form p {
    margin: 0;
}

.security-cowboy .single-page-header {
    background: url(img/ask-the-security-cowboy-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.security-cowboy .single-page-header p{
    max-width: 850px;  
    margin-bottom: 0;
}

.security-cowboy .single-page-header hr{
    margin: 20px 0;
}


/* Request a quote */

.request-quote .single-page-header {
    background: url(img/request-quote-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 380px;
}

.request-quote-form .container {
    position: relative;
    max-width: 850px;
    text-align: center;
}

.request-quote-form button {
    max-width: 400px;
}


/* Contact Us */

.contact-us .address {
    background-color: #337597;
    color: #fff;
}

.contact-us .address h4 {
    color: #fff;
}

.contact-us .address p {
    margin: 0 0 20px 0;
}

.contact-us .address .col-sm-6 {
    padding: 90px 0 40px 0;
}

.contact-us .address .col-sm-6 .row {
    padding: 0 0 0 25px;
}

.contact-us .address .bg {
    background: url(img/contact-us-section-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 415px;
}

.contact-us .single-page-header {
    background: url(img/contact-us-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 380px;
}

.contact-us-form .container {
    position: relative;
    max-width: 850px;
    text-align: center;
}

.contact-us button {
    max-width: 400px;
}


/* Partners */

.partners .single-page-header {
    background: url(img/partners-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 680px;
}

.partners .content-area-1 {
    background-color: #3fbfeb;
    color: #fff;
    text-align: center;
}

.partners .content-area-1 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.partners .content-area-1 p {
    font-family: 'ralewaybold';
}

.partners .content-area-1 button {
    max-width: 340px;
}

.partners .partners-section {
    background-color: #ebebeb;
    padding-top: 60px;
}

.partners .partners-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.partners .col-sm-4 img {
    margin-top: 20px;
}

.partners .col-sm-8 img {
    display: none;
}

.partners .partners-section .row {
    margin-bottom: 60px
}

.partners .aright {
    text-align: right;
}


/* Careers */

.careers .single-page-header {
    background: url(img/careers-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 680px;
}

.careers .single-page-header button {
    float: right;
    width: 100%;
    font-size: 1.5em;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    padding: 10px 0;
    background-color: #3fbfeb;
    max-width: 320px;
}

.careers .content-area-1 {
    background-color: #3fbfeb;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.careers .content-area-1 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0;
}

.careers .include-section {
    background-color: #ebebeb
}

.careers .include-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0;
}

.careers .include-section p,
.careers .include-section h3 {}

.careers .include-section hr {
    border: solid 3px #3fbfeb;
    display: block;
    width: 70px;
    margin: 40px 0;
}

.careers .include-section p {
    margin: 0;
}

.careers .include-section .force-pleft {
    padding: 60px 80px 25px 0;
}

.careers .include-section .force-pright {
    padding: 60px 0 25px 80px;
    text-align: right;
}

.careers .include-section .force-pright hr {
    float: right;
}

.careers .include-section-1-bg {
    background: url(img/careers-include-section1.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.careers .include-section-2-bg {
    background: url(img/careers-include-section2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.careers .include-section-3-bg {
    background: url(img/careers-include-section3.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.careers .include-section-4-bg {
    background: url(img/careers-include-section4.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}


/* About Us */

.about-us .single-page-header {
    background: url(img/about-us-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 680px;
}

.about-us .content-area-1 {
    background-color: #3fbfeb;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.about-us .content-area-1 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0;
}

.about-us .include-section {
    background-color: #ebebeb
}

.about-us .include-section h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0;
}

.about-us .include-section hr {
    border: solid 3px #3fbfeb;
    display: block;
    width: 70px;
    margin: 40px 0;
}

.about-us .include-section p {
    margin: 0;
}

.about-us .include-section .force-pleft {
    padding: 60px 80px 25px 0;
}

.about-us .include-section .force-pright {
    padding: 60px 0 25px 80px;
    text-align: right;
}

.about-us .include-section .force-pright hr {
    float: right;
}

.about-us .include-section-1-bg {
    background: url(img/careers-include-section1.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.about-us .include-section-2-bg {
    background: url(img/careers-include-section2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.about-us .include-section-3-bg {
    background: url(img/careers-include-section3.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.about-us .include-section-4-bg {
    background: url(img/careers-include-section4.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.about-us .include-section-5-bg {
    background: url(img/careers-include-section5.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.about-us .content-area-2 {
    text-align: center;
    color: #fff;
    background: #337597;
    padding: 80px 0;
}

.about-us .content-area-2 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin: 0 0 40px 0;
}

.about-us .content-area-2 p {
    margin: 0 0 30px 0;
    max-width: 960px;
}


/* Education */

.continuing-education .single-page-header {
    background: url(img/continuing-education-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 680px;
}

.continuing-education-include {
    background-color: #337597;
    color: #fff;
    padding: 40px 0 60px 0;
    text-align: center;
}

.continuing-education-include h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 50px;
    color: #41bfe7;
}

.continuing-education-include .col-md-2 {
    text-align: center;
    font-size: 1.250em;
    font-family: 'ralewaysemibold';
    position: relative;
    margin-bottom: 40px;
}

.continuing-education-include p {
    margin: 0;
    padding: 40px 0 15px 0;
}

.continuing-education-include a {
    margin: 30px auto 0 auto;
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 40px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
}

.continuing-education .content-area-2 {
    padding: 0;
}

.continuing-education .content-area-2 .force-pleft {
    padding: 40px 30px 40px 0;
}

.continuing-education .content-area-2 .force-pleft p {
    max-width: 480px;
}

.continuing-education .content-area-2 .bg {
    background: url(img/continuing-education-section-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
}

.continuing-education .content-area-2 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.continuing-education .content-area-2 a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 293px;
    text-align: center;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
    float: left;
    margin: 0 0 10px 8px;
}

.continuing-education .content-area-3 {
    background-color: #337597;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.continuing-education .content-area-3 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.continuing-education .content-area-3 p {
    max-width: 960px;
    margin: 40px auto 30px auto;
}

.continuing-education .content-area-3 a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 293px;
    text-align: center;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
    float: none;
    margin-left: 10px;
}


/* Training */

.training .single-page-header {
    background: url(img/training-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.training-option-box-1 {
    background: url(img/training-menu1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.training-option-box-2 {
    background: url(img/training-menu2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.training-option-box-3 {
    background: url(img/training-menu3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.training-option-box-4 {
    background: url(img/training-menu4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.training-option-box-5 {
    background: url(img/training-menu5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.training .materials-section {
    background-color: #337597;
    color: #fff;
    padding: 0;
}

.training .force-pleft {}

.training .force-pleft h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-top: 40px;
}

.training .force-pleft hr {
    border: solid 3px #43c3ec;
    width: 120px;
    float: left;
    margin: 20px 0;
}

.training .force-pleft p {
    margin: 30px 0;
    max-width: 400px;
}

.training .force-pleft a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 420px;
    text-align: center;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
    float: none;
    margin-left: 10px;
    margin-bottom: 30px;
}

.training .bg {
    background: url(img/training-materials-section.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 580px;
}


/* Research */

.research .single-page-header {
    background: url(img/research-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.research-preinclude {
    text-align: center;
    background-color: #43c3ec;
    color: #fff;
    padding: 50px 0 20px 0;
}

.research-preinclude h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 40px;
}

.research .content-area-1 {
    text-align: center;
    padding: 0 !important;
}

.research .content-area-1 .force-pleft {
    text-align: left;
    padding: 40px 0;
}

.research .content-area-1 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-bottom: 40px;
}

.research .content-area-1 p {
    max-width: 520px;
}

.research .content-area-1 .bg {
    background: url(img/research-diy-section-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 680px;
}

.research .content-area-1 a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 40px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
}

.research .content-area-2 {
    background: url(img/research-network-section-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

.research .content-area-2 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.research .content-area-2 a {
    display: inline-block;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 293px;
    text-align: center;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
    margin-right: 8px;
}


/* Tracking Hacker */

.tracking-hacker-header {
    background: url(img/tracking-hacker-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.tracking-hacker-header a {
    display: block;
    float: right;
    background-color: #4dbbe2;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 293px;
    text-align: center;
    font-family: 'ralewaybold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.250em;
    margin-right: 8px;
}

.tracking-hacker-include {
    background-color: #4dbbe2;
    color: #fff;
    text-align: center;
    padding: 30px 0 80px 0;
}

.tracking-hacker-include h3 {
    margin: 40px 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.tracking-hacker-include p {
    max-width: 620px;
    margin: 0 auto;
    font-family: 'ralewaysemibold';
}

.tracking-hacker-include .col-md-3 p,
.tracking-hacker-include .col-md-4 p {
    font-family: 'ralewaysemibold';
    max-width: 200px;
    margin: 20px auto 40px auto;
}

.tracking-hacker-students h3 {
    margin: 40px 0 40px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    color: #337597;
}

.tracking-hacker-students {
    background-color: #ebebeb;
    padding: 0;
}

.tracking-hacker-students .force-pleft {
    padding: 40px 0;
}

.tracking-hacker-students hr {
    border: solid 2px #43c3ec;
    width: 60px;
    margin: 50px 0;
}

.tracking-hacker-students .bg {
    background: url(img/tracking-hacker-students-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.tracking-hacker-students ul {
    list-style-type: disc;
    color: #337597;
    padding: 0 45px 0 0;
}

.tracking-hacker-students ul span {
    color: #212424;
}

.tracking-hacker-students ul li {
    margin-left: 20px;
}

.tracking-hacker-course {
    background-color: #ebebeb;
    padding: 75px 0;
    background: url(img/tracking-hacker-course-bg.jpg) center center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tracking-hacker-course h3 {
    margin: 0 0 60px 0;
    text-transform: uppercase;
    font-family: 'ralewaybold';
    text-align: center;
}

.tracking-hacker-credit {
    background-color: #43c3ec;
    padding: 60px 0 30px 0;
    color: #fff;
    text-align: center;
    font-family: 'ralewaybold';
}

.tracking-hacker-credit h3 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.tracking-hacker-pedagogy,
.tracking-hacker-class {
    background-color: #337597;
    color: #fff;
    padding: 0 !important;
}

.tracking-hacker-pedagogy h3,
.tracking-hacker-class h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.tracking-hacker-pedagogy .bg {
    background: url(img/tracking-hacker-pedagogy-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 515px;
}

.tracking-hacker-class .bg {
    background: url(img/tracking-hacker-class-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 945px;
}

.tracking-hacker-pedagogy .force-pright {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 60px;
}

.tracking-hacker-pedagogy {
    text-align: right;
    padding: 0 !important;
}

.tracking-hacker-pedagogy hr {
    float: right;
}

.tracking-hacker-pedagogy hr {
    border: solid 2px #43c3ec;
    width: 60px;
    margin: 25px 0;
}

.tracking-hacker-class .force-pleft {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 60px;
}

.tracking-hacker-class hr {
    border: solid 2px #43c3ec;
    width: 60px;
    margin: 40px 0;
}

.tracking-hacker-class .force-pleft ul {
    list-style-type: disc;
    color: #43c3ec;
    margin-left: 20px;
}

.tracking-hacker-class .force-pleft ul li {
    margin-bottom: 20px
}

.tracking-hacker-class .force-pleft span {
    color: #fff;
}


/* Downloads */

.downloads .single-page-header {
    background: url(img/download-header-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 680px;
}

.downloads .single-page-header h1 {
    margin-top: 150px;
}

.downloads .content-area-1 {
    background-color: #fff;
}

.downloads .content-area-1 .container {
    padding: 0;
}

.downloads .content-area-1 .col-md-6 {
    padding: 0;
}

.downloads .content-area-1 .col-md-6 p {
    padding: 0 40px 0 0;
}

.downloads .content-area-1 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
}

.downloads .content-area-1 li {
    margin-bottom: 35px;
    font-size: 1.2em;
}

.downloads .content-area-1 svg {
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.downloads .content-area-1 li a {
    font-family: 'ralewaybold';
}

.downloads .content-area-1 li a:hover {
    color: #43c3ec !important;
    fill: #43c3ec !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.downloads .content-area-1 li svg path:hover {
    color: #43c3ec !important;
    fill: #43c3ec !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.downloads .content-area-2 {
    background-color: #ebebeb;
    padding: 0;
    text-align: right;
}

.downloads .content-area-2 p {
    max-width: 480px;
    float: right;
}

.downloads .content-area-2 .bg {
    background-color: #ccc;
    min-height: 490px;
    background: url(img/download-intrusion-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.downloads .content-area-2 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-top: 80px;
}

.downloads .content-area-2 a {
    font-family: 'ralewaybold';
}

.downloads .content-area-2 svg {
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.downloads .content-area-2 a:hover {
    color: #43c3ec !important;
    fill: #43c3ec !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.downloads .content-area-2 svg path:hover {
    color: #43c3ec !important;
    fill: #43c3ec !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.downloads .content-area-3 {
    background-color: #43c3ec;
    color: #fff;
    padding: 60px 0;
}

.downloads .content-area-3 p {
    max-width: 480px;
}

.downloads .content-area-3 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-top: 0;
}

.downloads .content-area-3 a {
    font-family: 'ralewaybold';
}

.downloads .content-area-3 li {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.downloads .content-area-3 li svg {
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.downloads .content-area-3 a:hover {
    color: #337597 !important;
    fill: #337597 !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.downloads .content-area-3 svg path:hover {
    color: #337597 !important;
    fill: #337597 !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.downloads .content-area-4 {
    background: url(img/download-puzzles-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    text-align: right;
}

.downloads .content-area-4 p {
    max-width: 480px;
    float: right;
}

.downloads .content-area-4 ul {
    text-align: left;
}

.downloads .content-area-4 li {
    margin-bottom: 20px;
}

.downloads .content-area-4 h3 {
    text-transform: uppercase;
    font-family: 'ralewaybold';
    margin-top: 0;
}

.downloads .content-area-4 a {
    font-family: 'ralewaybold';
}

/*============
   PolicyWorks  
============*/

.policyworks-header {
    background: url(https://lmgsecurity.com/wp-content/themes/lmg_security/img/policy-works-header.jpeg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
/************************/
.content-area-1.blog-container {
  background-color: #fff;
}
.blog-container h2 a {
	color:#373737;
	font-size:19px;
}
.blog-container .date,.blog-container .author,.blog-container .comments {
	color: #999;
	font-size: 12px;
}
.blog-container .section-title::after {
  background: #40bfea none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin-top: 15px;
  width: 100%;
}
.blog-container .section-title {
  color: #777777;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 25px;
  text-indent: 20px;
  text-transform: uppercase;
}
.blog-container article h2 {
  font-size: 19px;
  line-height: 1.1;
  margin: 1px 0 5px;
}
.blog-container article p {
  color: #777;
  float: left;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0;
  position: relative;
}
.blog-container  article .main-single-content  p {
  float: none;
}
.blog-container article {
  border-bottom: 1px solid #eee;
  float: left;
  margin: 10px 0;
  padding-bottom: 17px;
}
.blog-container .readmore {
  float: left;
  color: #40bfea !important;
  font-size: 15px;
  font-weight: 400;
}
.blog-container .pagination .page-numbers {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #aaa !important;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 4px;
}
.blog-container .pagination  .page-numbers:hover , .blog-container .pagination  .page-numbers.current{
  color: #40bfea !important;
  border-color: #40bfea;
}
.blog-container .pagination {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.blog-container .sidebar-widget h3 {
  color: #40bfea;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-container .widget_text .textwidget {
  font-size: 14px;
}


.blog-container h1.entry-title::after {
  background: #40bfea none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 15px;
  width: calc(100% + 10px);
}
.blog-container h1.entry-title {
  color: #9d9d9d;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px 10px 0;
}
.blog-container .entry-meta {
  overflow: visible;
}
.blog-container .entry-meta, .blog-container .entry-footer {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  padding-bottom: 7px;
}
.blog-container .entry-meta .postdate::after {
  background: transparent none repeat scroll 0 0;
  border-color: #40bfea #40bfea transparent transparent;
  border-style: solid;
  border-width: 24px 24px 20px 20px;
  bottom: -22px;
  content: "";
  height: 1px;
  left: 9px;
  position: absolute;
  transform: rotate(135deg);
  width: 1px;
}
.blog-container .entry-meta .postdate {
  background: #40bfea none repeat scroll 0 0;
  color: white;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 15px;
  overflow-y: visible;
  padding: 15px 15px 0;
  position: relative;
  text-align: center;
  top: -11px;
  width: 62px;
}
.blog-container .entry-meta .postdate .month {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.blog-container .entry-meta .postdate .day {
  display: block;
}
.blog-container .entry-meta .author {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  top: 16px;
}
.blog-container .entry-content {
  color: #777777;
  float: left !important;
  font-size: 14px;
  line-height: 1.7em;
}
.blog-container .entry-content  pre{
  width: 100%;
  float; left;
}
.blog-container  .page-content,.blog-container  .entry-content,.blog-container  .entry-summary {
  margin: 1.5em 0 0;
}

.blog-container .blog-thum-img:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
}
.blog-container .blog-thum-img img {
  transition: all 0.4s ease 0s;
}
.blog-container .blog-thum-img {
  overflow: hidden;
  padding: 0;
  transition: all 0.4s ease 0s;
}
.entry-content ol li, .entry-content ul li {
  font-size: 14px;
}
.entry-content ol, .entry-content ul {
  float: left;
}
.blog-container .comments {
  float: left;
  margin-top: 35px;
}
.blog-container .comment-form .submit {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #2C80B3;
  border-radius: 4px;
  color: #2C80B3;
  font-size: 12px;
  height: auto;
  margin: 0;
  max-width: 130px;
  padding: 4px;
  text-transform: capitalize;
}
.blog-container .comment-form p {
  width: 100%;
  float: left;
}
.blog-container  {
  font-family: "Lato",sans-serif;
}
.blog-container .date > a, .blog-container .author > a {
  text-decoration: underline !important;
}
.blog-container  .view-article::before {
  background: #40bfea none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: ease-out;
  z-index: -1;
}
.blog-container  .view-article {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  overflow: hidden;
  position: relative;
  transform: translateZ(0px);
  vertical-align: middle;
}
.blog-container  .view-article:active::before,.blog-container  .view-article:focus::before,.blog-container  .view-article:hover::before {
  left: 0;
  right: 0;
}
.blog-container h2 a:hover {
  text-decoration: underline !important;
}
.blog-container { 
  padding-top: 30px;	
}
.blog-container .wp-caption.alignright {
  display: inline;
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  text-align: center;
}
.blog-container img.alignright {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  text-align: center;
}
.blog-container .entry-footer {
  border-top: 1px solid #eee;
  color: #757575;
  float: left;
  margin-top: 25px;
  overflow: auto;
  padding-top: 7px;
}
.blog-container .entry-footer .cat-links {
  margin-right: 6px;
}
.blog-container .entry-footer a {
  text-decoration: underline !important;
}
.blog-container .comments label {
  background: #2c80b3 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 1px 5px;
  min-width: 70px;
}
.blog-container .comments input, .blog-container .comments textarea {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #777777;
  outline: medium none;
}
.blog-container .comments .comment-form-author input, .blog-container .comments .comment-form-email input, .blog-container .comments .comment-form-url input, .blog-container .comments .comment-form-comment input, .blog-container .comments .comment-form-author textarea, .blog-container .comments .comment-form-email textarea, .blog-container .comments.comment-form-url textarea, .blog-container .comments .comment-form-comment textarea {
  border-radius: 0;
  padding: 4px 5px 5px 10px;
}
.blog-container .comment-form input[type="text"], .blog-container .comment-form input[type="email"], .blog-container .comment-form input[type="url"] {
  height: 26px;
  max-width: 250px;
}
 .blog-container .comment-form .logged-in-as {
  color: #40bfea;
}
.blog-container .sidebar-widget ul li {
  border-top: 1px solid #eee;
  font-size: 18px;
}
.blog-container .sidebar-widget ul li a {
  color: #757575;
  display: inline-block;
  font-size: 14px;
  width: 97%;
}
.blog-container .sidebar-widget ul li a:hover {
  color: #797979 !important;
}
.blog-container .sidebar-widget ul li ul.children li {
  padding-left: 15px;
}
.blog-container .sidebar-widget div > ul > li:last-child {
  border-bottom: 1px solid #eee;
}
.blog-container .rpwwt-widget ul li {
  margin: 0;
}
.blog-container .rpwwt-widget ul li img {
  margin: 0.3em 0.75em 0.3em 0;
}
.blog-container .rpwwt-widget li a:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
}
.blog-container .rpwwt-widget li img {
  transition: all 0.4s ease 0s;
}

/******** search box **********/
.header-search-bar  .searchBtn #search-icon {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #757575;
  border-radius: 100%;
  color: #757575 !important;
  display: inline-block;
  font-size: 22px;
  padding: 7px 12px;
}
.header-search-bar .searchBtn #search-icon:focus {
  outline: medium none;
}
.header-search-bar  .searchPopForm {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display:none;
}
.header-search-bar .searchBtn {
  text-align: center;
}
.header-search-bar .searchPopForm #search-close {
  font-size: 23px;
  font-weight: 100;
  padding: 10px;
  position: fixed;
  right: 30px;
  top: 30px;
}
.header-search-bar .searchPopForm #search-close:focus {
  outline: medium none;
}
.header-search-bar .searchPopForm .search {
  left: 10%;
  position: absolute;
  top: 43%;
  width: 80%;
  text-align: center;
}
.header-search-bar .searchPopForm .search-input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #fff;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: auto;
  padding: 18px;
  text-align: center;
  width:80%;
}
.header-search-bar .searchPopForm .search-submit {
  display: none;
}
.header-search-bar {
  padding-top: 50px;
}
.blog-container .btn-blue {
  background-color: #337597;
  color: #fff !important;
  display: block;
  font-family: ralewayregular;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 4px;
  text-align: center;
  text-transform: initial;
}

.blog-container aside.sidebar {
  margin-top: 95px;
}
.blog-container .sidebar-widget .widget_recent_entries ul li a {
  font-size: 18px;
}
.blog-container .sidebar-widget .widget_recent_entries ul li a {
  font-size: 18px;
}
.blog-container .sidebar-widget .widget_recent_entries ul li::before {
  color: #2c80b3;
  content: "•";
  display: inline-block;
  margin-left: -1%;
  vertical-align: top;
  width: 2%;
}
.new-page-container {
  padding: 50px 15px ;
}
.new-page-container .section-title::after {
  background: #40bfea none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin-top: 15px;
  width: 100%;
}
.new-page-container .section-title {
  color: #777777;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 25px;
  text-indent: 20px;
  text-transform: uppercase;
}
.new-page-container aside.sidebar {
  margin-top: 90px;
}
.new-page-container .newTempImg {
  margin-top: 20px;
}
.container-color-blue {
  background: #43c3ec none repeat scroll 0 0;
  color: #fff;
}
.container-color-brown {
  background: #C9B89E none repeat scroll 0 0;
  color: #fff;
}
.container-color-dark-blue {
  background: #0A132E none repeat scroll 0 0;
  color: #fff;
}
.event-content h2 {
  color: #454545;
  font-size: 22px !important;
}
.event-content .event-url > a {
  color: #43c3ec !important;
  font-size: 15px !important;
}
.event-date {
  color: #777766;
  font-size: 16px;
}
.new-page-container h3 {
  font-family: "ralewaybold";
  font-size: 1.875em;
  margin: 0 0 30px;
  text-transform: uppercase;
}
#hamburger-content ul li a {
  font-family: ralewaybold;
  font-size: 1.6em;
  line-height: 0.8em;
}
#hamburger-content  ul li a:hover {
  color: #000 !important;
}
.btn-brown .inner-btn {
  background-color: #C9B89E;
}
.btn-blue .inner-btn {
  background-color: #43C3EC;
}
.btn-dark-blue .inner-btn {
  background-color: #0a1430;
  color: #D5B57C !important;
}
.contact-us .single-page-header.blog-page-header-img {
  background: rgba(0, 0, 0, 0) url("img/blog-header-dark.jpg") repeat scroll center center / cover ;
}
.contact-us .single-page-header.event-page-header-img {
  background: rgba(0, 0, 0, 0) url("img/shutterstock_565961605-blk.jpg") repeat scroll center center / cover ;
}
.single-page-header.event-page-header-img .container, .single-page-header.blog-page-header-img .container {
  padding: 110px 0 60px;
}
.blog-container article.status-publish h2 {
  text-transform: none;
}
.blog-container .sidebar .widget_recent_entries li {
  padding: 6px 0;
}
.blog-container article .main-single-content p {
  color: #000;
}
@media (max-width: 990px) {
	.blog-container aside.sidebar {
	  margin-top: 0px;
	}
	.new-page-container aside.sidebar {
	  margin-top: 0px;
	}
}
