/* SITE STYLES */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root {
    --color-blackish: rgb(37, 47, 60);
    --color-gray: #757575;
    /* --color-primary: rgb(154, 60, 244);
    --color-secondary: rgb(222, 49, 187);
    --color-tertiary: rgb(255, 0, 122); */
    --font1: "Nunito", sans-serif;
}

html,
body {
    overflow-x: hidden; /*without this, website shifts around in the viewport of mobile devices*/
}

body {
    font-family: var(--font1);
    font-size: 16px;
    margin: 0;
}
.width1800 {
    max-width: 1800px; /*had been 2000px*/
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-weight: 400;
}
.specialties h1 {
    font-size: 36px;
    margin-top: 25px;
}

address {
    color: white;
    font-size: 22px;
    margin-left: 3rem;
}

video {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.limit-1500px {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.center-text {
    text-align: center;
}
.flex-container {
    display: flex;
}
.flex-item-center {
    flex: 1;
    justify-content: center;
}
.link {
    font-weight: 600;
    color: rgb(0, 51, 153);
    text-decoration: underline;
}

/*****MAIN NAV**********************/

nav li a {
    text-decoration: none;
    /* color: white; */
    display: block;
}
nav li {
    padding-left: 10px;
    padding-right: 10px;
}

.main-nav {
    margin-bottom: -20px;
}
.nav-link.home-nav {
    color: black;
    font-weight: 500;
}
.nav-link {
    color: white;
    font-weight: 500;
}

.navbar-nav > li > a {
    /* color: var(--color-blackish); */
    /* font-weight: 500; */
}
.navbar li a:link,
.navbar li a:visited {
    /*    border-bottom: 1px solid transparent;*/
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}
.navbar-nav li a:hover,
.navbar-nav li a:active {
    /*    border-bottom: 1px solid #fff;*/

    color: rgb(211, 211, 211);
    background-color: transparent;
}
.navbar-nav.home-nav li a:hover,
.navbar-nav.home-nav li a:active {
    color: rgba(26, 24, 24, 0.6);
}
.open > a,
.open > a:hover {
    background-color: transparent;
}
a.navbar-brand {
    color: white;
}

a.navbar-brand.home-nav {
    color: var(--color-blackish);
}

.navbar-brand img {
    padding-left: 20px;
    margin-right: 0px;
    height: 37px;
    display: inline;
    margin-left: 10px;
}

.navbar-brand p {
    display: inline;
    /*    padding-bottom: 15px;*/
    margin-left: -5px;
    font-weight: 600;
    font-size: 25px;
    vertical-align: middle;
}

.menu-item {
    display: block;
}
.reg-nav {
    background-color: var(--color-blackish);
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
}
button.navbar-toggler {
    border: 1px transparent solid;
    color: transparent;
}
/*Add padding to nav links so they fall below fixed nav instead of underneath when clicked*/
#services2:target {
    padding-top: 60px;
}

#packages:target {
    padding-top: 60px;
}

#about-us:target {
    padding-top: 60px;
}
#approach:target {
    padding-top: 60px;
}
/* hamburger lines */
.line-nav {
    height: 3px;
    background-color: white;
    margin: 5px;
    border-radius: 0.2rem;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
/* with js add class clicked for hamburger animation */
.clicked .line-1 {
    transform: rotateZ(-405deg) translate(-0.12rem, 0.6rem);
}
.clicked .line-2 {
    opacity: 0;
}
.clicked .line-3 {
    transform: rotateZ(405deg) translate(-0.12rem, -0.6rem);
}

/*DROP DOWN MENU STYLES*/
#main-nav .dropdown-menu {
    background-color: rgb(37, 47, 60);
    border-color: gray;
    border-radius: 0;
}
#main-nav .dropdown-item.active {
    background-color: rgba(48, 58, 67);
}
#main-nav .dropdown-item:visited,
#main-nav .dropdown-item:link {
    color: white;
    /* font-weight: 600; */
    /* text-align: center; */
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
#main-nav .dropdown-item:hover {
    background-color: rgba(48, 58, 67);
    opacity: 1;
    color: white;
}

/*alter bootstrap styles  */

.nav-item.dropdown {
    text-align: center;
}
/* mmmmm */

/* .bs-dark.navbar-inverse {
    background-color: rgb(37, 47, 60);
    border-color: rgb(37, 47, 60);
}
.bs-dark .navbar-img {
    padding: 5px 6px !important;
}
.bs-dark .navbar-img img {
    width: 40px;
}
.bs-dark .dropdown-menu {
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
} */

.dropdown-menu .divider {
    border: 1px solid rgba(0, 0, 0, 0.8);
}
.dropdown-menu > li > a {
    padding: 6px 20px;
    color: rgba(255, 255, 255, 0.8);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

/*TIPS AND CONTACT NAV*/
#black-nav .navbar-brand img {
    height: 40px;
}

/*HERO CONTENT SECTION*/

.text-centered {
    margin-top: 8%;
    margin-left: 21%;
    font-weight: 500;
}
.video-text {
    font-size: 150%;
    padding-left: 1%;
    vertical-align: middle;
    cursor: pointer;
}
.video-icon {
    font-size: 280%;
    vertical-align: middle;
    color: #fff;
    padding-right: 10px;
}

.white-text {
    color: white;
}

.fold-icon:hover {
    opacity: 0.6;
}

.arrow {
    text-align: center;
    padding-top: 1%;
    flex: 1;
    align-self: flex-end;
    color: white;
    font-size: 250%;
    margin-top: 10%;

    /*margin: 30px auto 10px auto;*/
    /* margin: 2% auto 1% auto;*/
}

/*NEW APPROACH*/
#approach {
    /*background-color: aliceblue;*/
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
}
.heading {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 1.5rem 2rem 1.5rem;
    /*    margin-top: 25px;*/
}

.headline {
    text-align: center;
    padding: 0% 2% 30px 2%;
}

.headline h2 {
    font-size: 250%;
}

.headline h4 {
    font-size: 170%;
    margin-bottom: 5%;
}
.divider {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.vertical-align {
    vertical-align: middle;
}

.icon {
    padding-left: 2rem;
    padding-right: 10px;
}
[src$=".svg"].icon {
    /* width: 7.5rem; */
    width: calc(5rem + 5vw);
}

.approach-group {
    margin-top: 30px;
}
.approach-img {
    margin-top: 25px;
    margin-bottom: 25px;
}
.button-png {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.flex-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: rgb(37, 47, 60);
    text-align: left;
    margin-left: 18px;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-color: rgb(37, 47, 60);
}
.download-icon {
    width: 70px;
}
.quick-starts-icon {
    width: 25rem;
    max-width: 100%;
}

/* .heading img {
    min-height: 60px;
} */

.column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 10px;
    text-align: center;
    /* max-width: 70%;  */
    margin-right: auto;
    margin-left: auto;
}

.bold-opening {
    font-size: 20px;
    font-weight: 700;
}
#approach p {
    max-width: 500px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/*APPROACH*/

.approach-headline {
    font-size: 240%;
    text-align: center;
    margin: 5% auto 1% auto;
    margin-top: 0px;
    padding-top: 60px;
}
/* VIDEO PAGES */
.bg-digital-screen {
    background-image: linear-gradient(
            to right bottom,
            rgba(37, 47, 60, 0.7),
            rgba(37, 47, 60, 0.5)
        ),
        url("images/dark-cyber-attack-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

/*SERVICES*/

.bg-charcoal,
.btn-resources {
    background-color: rgb(37, 47, 60);
}

.bg-charcoal h2 {
    /* padding-bottom: 1.4rem; */
}

.list {
    margin: 20px 0px;
    /* list-style-type: circle; */
    list-style-type: none; /*change made to remove bullets from speciality pages*/
    font-size: 16px;
    text-align: left;
    padding-left: 12%; /*removed from element and added to style sheet 3-21-20*/
}

.col-heading {
    color: rgb(37, 47, 60);
    font-weight: 500;
}

#services2 li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 0;
    list-style-position: outside;
}
/*******SERVICE SECTION*****/
.service-headline {
    font-size: 220%;
    text-align: center;
    margin: 5% auto 1% auto;
}
.service-row {
    max-width: 1200px;
    margin: 2% auto;
}
.service-box {
    margin: 2% 1%;
}
.service-box-headline {
    text-align: center;
    font-weight: 600;
    font-size: 180%;
}
.quick-starts-row {
    max-width: 870px;
    display: flex;
    justify-content: center;
    margin: 2% auto;
    align-items: center;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}

/*********ABOUT************/
#about-us {
    /* background-color: aliceblue; */
    padding-bottom: 2%;
}

#about-nav {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-top: 2%;
}

#about-nav ul {
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 40px;
    padding: 0;
}

#about-nav li {
    display: inline;
    list-style: none;
    opacity: 0.8;
    font-weight: 500;
    line-height: 200%;
    padding: 18px;
    font-size: 24px;
}

#about-nav li:hover {
    font-weight: 500;
    opacity: 1;
    text-decoration: underline;
}
.founder-img {
    max-width: 253px;
    max-height: 211px;
    margin-left: auto;
    margin-right: auto;
}
#story {
    /*margin-right: 15%;*/
    margin-top: 50px;
    padding-bottom: 50px;
    max-width: 600px;
}

.founder {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.active {
    text-decoration: underline;
    opacity: 1;
}
.inactive {
    text-decoration: none;
    opacity: 0.8;
}

#founder-li {
    cursor: pointer;
}
#story-li {
    cursor: pointer;
}

.cv-list {
    -webkit-box-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
}

/*.et-pic {
    -webkit-box-flex: .7;
    -ms-flex: .7;
    flex: .7;
    padding: 35px 15px 15px 0px;

}*/

.et-pic img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    /*border-top: 5px solid rgb(26, 82, 118);
        border-bottom: 5px solid rgb(26, 82, 118);*/
}

.cv-list li,
p {
    /*    list-style: none;*/
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}

/*.cv-list ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: outside;
}*/
.cv-list h4 {
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.founder-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.blue {
    color: rgb(72, 143, 192);
}
.emphasis {
    font-weight: 600;
}
.close-div {
    display: none;
}
.close-div-web {
    display: none;
}

.open-div {
    display: block;
}
.open-div-web {
    display: block;
}
/*SPECIALTY PAGES*/
.specialties h1 {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
.specialties h2 {
    margin-top: 0.5rem;
}
.bold-text {
    font-weight: 800;
}
.img-cisco {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/* .specialties-img {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
} */
.img-left {
    width: 75%;
    margin-right: 10px;
    margin-left: auto;
}
.btns-container .btn-lg {
    padding: 0px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2rem;
    color: white;
    text-decoration: none;
}

.icon-btn {
    width: 50px;
}

/*INFORMATION REQUESTS FORM from info.php*/
.form-div {
    background-color: rgba(37, 47, 60, 0.8);
    padding: 2rem 1rem 0rem 1rem;
    max-width: 450px;
}
.montform label {
    color: white;
}

.montform input:hover,
.montform textarea:hover,
.montform input:focus,
.montform textarea:focus {
    background-color: #e6e6e6;
}
#info-form {
    /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
    padding-left: calc(1rem + 1vw);
    padding-right: calc(1rem + 1vw);
}
#info-form > div {
    margin-top: 1rem;
}

input.button-blue {
    /* font-family: "Lato", sans-serif; */
    width: 60%;

    cursor: pointer;
    background-color: #3498db;
    color: white;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    opacity: 1;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

input.button-blue:hover {
    opacity: 0.6;
    background-color: #3498db;
}

/* .montform .submit:hover {
    color: #3498db;
} */

.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    transition: 0.3s ease;
}

.submit:hover .ease {
    width: 100%;
    background-color: white;
}
/*Request CSS*/

.request-title {
    font-size: 2rem;
    font-weight: 700;
}
.request-subtitle {
    font-size: 16px;
}
.request-img {
    max-width: 350px;
}
/*NEW STYLES*/
.example-btn {
    color: white;
    font-size: 40px;
    padding: 15px 25px;
    border: 5px solid white;
    margin-bottom: 8px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    cursor: pointer; /*let's ios products know div is clickable*/
}
.example-btn p {
    text-align: center;
}
.example-btn:hover {
    opacity: 0.4;
    background-color: rgb(72, 143, 192);
}

.modal-body {
    /*padding-left: 22px;
    padding-right: 22px;*/
    color: #000000;
}

.btn {
    color: #000000;
}
.nav2 {
    margin: 1% auto 1% 15%;
    font-weight: 600;
    font-size: 160%;
}
#tips {
    margin-top: 25px;
}
/*.row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
  
    }*/

#tips-heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    text-align: left;
    margin-left: 80px;
    margin-top: 60px;
}
#tips-img {
    background-image: url("images/tips-img.jpg");
    background-size: cover;
    background-position: right bottom;
}
.rectangle {
    width: 70%;
    margin: 5% auto 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
}
.rectangle p,
.rectangle a {
    color: white;
    font-size: 120%;
    padding: 2%;
}

.color1 {
    background-color: #df5d5f;
}
.color2 {
    background-color: #4da6ae;
}
.color3 {
    background-color: #9c76b8;
}
.color4 {
    background-color: #f09253;
}
.color5 {
    background-color: #8cc16f;
}
.color6 {
    background-color: #e9b241;
}

.learn-more {
    font-style: italic;
}
.tip-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid dodgerblue;
    padding: 2%;
    margin-bottom: 5%;
}
#tips-signup {
    max-width: 500px;
}
#tips-signup h3 {
    text-align: center;
}
.tips-form {
    border: 1px solid lightgray;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}
.tips-form button {
    background-color: #76b8d8;
    color: #fff;
    margin-top: 30px;
}
.input-style {
    padding-left: 2%;
}
.show-it {
    display: block;
}

.hide-it {
    display: none;
}
.insur {
    display: block;
}
/* SERVICES */
.flex-box {
    display: flex;
}
.services-headline {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}
h1.services-headline {
    letter-spacing: 2px;
}

.service-box {
    padding: 15px;
}
.services-icon {
    height: 100px;
}
.service-box img[src$="svg"],
.service-box img[src$="png"] {
    height: calc(4.5rem + 2vw);
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.services-text {
    padding-left: 25px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0px;
}
.services-text .title {
    font-weight: 700;
}

/*RESOURCE CENTER*/
.btn-resources {
    color: white;
}

/*****Category NAV*******/

#cat-nav a:link,
#cat-nav a:visited {
    color: blue;
}

#cat-nav a:hover,
#cat-nav a:active {
    text-decoration: underline;
}

/*CONTACT*/

.contact form {
    max-width: 800px;
    margin: 2% auto;
}
.contact h1 {
    font-weight: 400;
    margin-top: 150px;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 1px;
}
.line {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #333;
}

.contact ol {
    list-style: none;
    padding-left: 0px;
}

.contact li {
    margin-top: 24px;
}
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    display: block;
    background: #fff;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-form textarea {
    height: 150px;
}
.contact-form .button {
    margin-top: 3%;
    padding: 18px 48px;
    background-color: rgb(26, 82, 118);
    /* display: inline-block;  */
    /* display: inline;  */
    border: none;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.contact-form .button:hover,
.contact-form .button:active {
    background-color: rgba(26, 82, 118, 0.8);
}

label {
    margin: 0 0 6px;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
}
.label-tips {
    margin: 2% 1%;
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
}
.hasError label {
    color: #ff0000;
}
.message-sent {
    color: #fff;
    font-weight: 700;
    background-color: #1a5276;
    padding: 20px;
}
#contact .navbar li a {
    color: #333;
}
#contact .navbar li a:active,
#contact .navbar li a:hover {
    color: rgb(26, 82, 118);
    font-style: oblique;
}
#contact .navbar-brand {
    color: #333;
}

/*MEDIA QUERIES*/
@media (min-width: 610px) {
    #address-mobile {
        display: none;
        padding: 0px 10px 20px 1rem;
    }

    #address-web {
        display: block;
        vertical-align: middle;
        margin-bottom: 0px;
    }
}
@media (min-width: 650px) {
    #about-content {
        margin-left: 20px;
    }

    .about-row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #et-little-screen {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-brand {
        margin-bottom: 15px;
    }
    .navbar-brand img {
        padding-left: 5px;
    }
    .navbar-brand {
        /* font-size: 12px; */
        font-size: 16px;
    }

    .row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #about-content {
        margin-left: 40px;
    }
}
@media (min-width: 850px) {
    /*SPECIALITY PAGES*/
    /*Cyber Insurance Consulting*/
    .flex-row {
        display: flex;
        justify-content: center;
        max-width: 95%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 3.5rem;
        align-items: stretch;
        margin-right: auto;
        margin-left: auto;
    }
    .col-pic {
        /* flex: 1; */
        width: 200px;
    }
    .step-svg {
        width: 200px;
        /* float: right; */
    }

    .col-text {
        /* flex: 1; */
        margin-left: 80px;
        max-width: 400px;
    }
}

@media (min-width: 910px) {
    #about-content {
        margin-left: 60px;
    }
}

@media (min-width: 1000px) {
    .heading {
        color: white;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 15px 20px 50px;
    }

    #about-nav ul {
        margin-left: 150px;
    }
}

@media (min-width: 1050px) {
    .navbar-brand {
        font-size: 20px;
    }

    .navbar-brand img {
        padding-left: 10px;
    }
}

@media (min-width: 1300px) {
    .heading {
        margin-left: 70px;
    }
}

@media (max-height: 780px) {
    .header-home {
        height: 80vh;
        max-height: 700px;
    }
}
/*IPAD ONLY*/
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .hero-img {
        background: url("images/hero-mobile-min.jpg") no-repeat;
        background-size: cover;
        background-position: center bottom; 
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 75vh;
    }
    /* .hero-text-box { */
/* margin-top: 40px; */
/*          */
/* } */
/* .hero-subtitle { */
/*       */
/* width: 450px; */
/* } */
/*}*/

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-img {
        background: url("images/hero-mobile-min.jpg") no-repeat;
        background-size: cover;
        background-position: center center; 
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 35vh;
    }
    .hero-text-box {
        margin-top: 0px;
    }
}*/
@media (max-width: 1200px) {
    /* .hero-text-box { */
    /* margin-left: 8%; */
    /* } */
    /* .hero-text-box h1 { */
    /* font-size: 200%; */
    /* } */
    /* .hero-subtitle { */
    /* font-size: 150%; */
    /* } */
    .video-text {
        font-size: 120%;
    }
}
@media (max-width: 1000px) {
    .brand-text {
        font-size: 14px;
    }
    /* .hero-text-box { */
    /* margin-left: 12%; */
    /* } */
}
@media (max-width: 992px) {
    ul.dropdown-menu li {
        text-align: center;
    }
    ul.navbar-nav {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .nav-link {
        color: white;
    }
    a.navbar-brand {
        color: white;
    }
}

@media (max-width: 960px) {
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .brand-text {
        font-size: 12px;
    }
    .navbar-brand img {
        height: 30px;
    }
    /* Solution to nav being too wide */
    #hack-fix {
        display: none;
    }
    /* End solution to nav being too wide */
}

@media (max-width: 900px) {
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    /* .hero-text-box { */
    /* margin-left: 16%; */
    /* } */
}

@media (max-width: 850px) {
    .icon {
        padding-left: 10px;
    }

    .heading {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
    .heading.ciso {
        padding: 25px 0.5rem 20px 0.5rem;
    }
    .flex-container {
        display: block;
    }
    .flex-item-center {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-form {
        width: 80%;
    }
    .flex-row {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .step-svg {
        display: block;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-text {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding: 2em;
    }
}
/* Solution to nav being too wide */
@media (max-width: 800px) {
    nav.container-fluid {
        padding-right: 0px;
    }
    .navbar-brand img {
        margin-left: 0px;
    }
}
@media (max-width: 790px) {
    /* .nav > li > a {
        font-size: 11px;
    } */
}
/* End solution to nav being too wide */
/*DROPDOWN MENU STYLE*/
@media (min-width: 768px) {
    .dropdown-menu {
        background-color: #000;
        color: white;
    }
    .dropdown-menu:hover .dropdown-menu {
        display: block;
    }
    .navbar-form {
        padding: 0px;
    }
    .navbar-form {
        width: 260px;
        height: 32px;
    }
    #pharma,
    #health-plans .bg-charcoal {
        margin-top: 75px;
    }
}
/*END DROPDOWN MENU STYLE*/

@media (max-width: 767px) {
    /* .header-home { */
    /* background: url("images/hero-mobile-min.jpg") no-repeat; */
    /* background-size: cover; */
    /* background-position: center center; */
    /* width: 100vw; */
    /* height: 80vh; */
    /* display: -ms-flexbox; */
    /* display: -webkit-box; */
    /* display: flex; */
    /* -webkit-box-align: start; */
    /* -ms-flex-align: start; */
    /* align-items: flex-start; */
    /* -webkit-box-pack: start; */
    /* -ms-flex-pack: start; */
    /* justify-content: flex-start; */
    /* } */

    /* .hero-text-box { */
    /* display: none; */
    /* } */
    /* .hero-text-box-mobile { */
    /* display: block; */
    /* background-color: black; */
    /* } */
    /* .h1-group-mobile { */
    /* display: block; */
    /* color: #fff; */
    /* font-size: 170%; */
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    /* margin-top: 180px; */
    /* text-align: center; */
    /* } */
    .text-centered {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1%;
    }
    .img-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* .navbar {
        line-height: 0;
    } */

    .white-bar {
        color: #fff;
    }
    /* .navbar-collapse,
    .navbar-header {
        background-color: #222;
        z-index: 2;
        border-bottom: 3px solid #222;
    } */

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar img {
        padding-bottom: 10px;
    }

    /* .nav li {
        padding-left: 30px;
    } */

    /* .heading h2 {
        font-size: 20px;
    } */
    /* .hero-subtitle { */
    /* text-align: center; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* padding-top: 5%; */
    /* margin-top: 0%; */
    /* margin-bottom: 3%; */
    /* } */
    .brand-text {
        color: #fff;
        vertical-align: text-top;
    }
    #pharma,
    #health-plans .bg-charcoal {
        margin-top: 60px;
    }
    .quick-starts-icon {
        width: 20rem;
    }
    .col-qs-4 {
        width: 40%;
    }
    .col-qs-6 {
        width: 60%;
    }
    .list {
        padding-left: 0px;
    }
    .img-left {
        margin-right: auto;
    }
    .services-text {
        letter-spacing: 0px;
    }
    /* Solution to nav being too wide */
    #hack-fix {
        display: block;
    }
    .brand-text {
        font-size: 16px;
    }
    .navbar-brand img {
        height: 37px;
    }

    /* End solution to nav being too wide */
}
@media (max-width: 700px) {
    /* services */
    .flex-box {
        display: block;
    }
    .services-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }
    .title {
        display: block;
        text-align: center;
    }
    /* end services */
}

@media (max-width: 650px) {
    .column-img {
        display: none; /*remove benefits images on smaller screens*/
    }

    .column {
        /* max-width: 80%;  */
    }

    .column-text {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        max-width: 90%;
    }

    .column-text h2 {
        font-size: 22px;
    }
    .headline h2 {
        font-size: 220%;
    }
    .headline h4 {
        font-size: 150%;
    }
    .button-png {
        width: 90%;
    }

    .subtitle {
        font-size: 22px;
        max-width: 80%;
    }
    .service-headline {
        font-size: 200%;
    }
    .h1-group-mobile {
        margin-top: 80px;
    }

    #et-big-screen {
        display: none;
    }

    #et-little-screen {
        display: block;
        max-width: 40%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
        border-top: 5px solid rgb(26, 82, 118);
        border-bottom: 5px solid rgb(26, 82, 118);
    }

    #about-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact h1 {
        margin-top: 100px;
    }
    .button-center {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 610px) {
    #address-mobile {
        display: block;
        padding: 0px 10px 40px 1rem;
        margin-bottom: 0px;
    }
    #address-web {
        display: none;
    }
    .flex-item-center {
        width: 90%;
    }
}

@media (max-width: 530px) {
    /* .row2 {
        max-width: 95%;
    }*/
    .headline h2 {
        font-size: 170%;
    }
    .specialties h1 {
        padding: 1% 10px;
    }
    .quick-starts-icon {
        display: block;
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }
    .quick-starts-row {
        display: block;
    }
    /* h2 {
        font-size: 26px;
    } */
    .col-qs-4 {
        width: 100%;
    }
    .col-qs-6 {
        width: 100%;
    }
    .download-link {
        font-size: 14px;
    }
    .download-icon {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .header-home {
        background: url("images/hero-mobile-min.jpg") no-repeat; /*use 700px if et feels too much blue sky*/
        background-size: cover;
        background-position: center top;
        width: 100vw;
        height: 85vh;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .h1-group-mobile h1 {
        font-size: 110%;
    }

    .column {
        /* max-width: 90%;  */
    }

    .left-border-blue {
        margin-left: 15px;
    }

    .navbar-brand img {
        padding-left: 10px;
    }

    #about-us:target {
        padding-top: 65px;
    }
    #about-nav li {
        font-size: 18px;
    }
    .cv-list {
        padding: 0px;
    }
    .contact-form {
        width: 90%;
    }
    .button-png {
        width: 100%;
    }
    .approach-headline {
        padding-top: 40px;
    }
    .img-cisco,
    .img-left {
        width: 95%;
    }
    /* services */
    .services-text {
        padding-left: 0px;
    }
    .services-icon {
        height: 90px;
    }
    .service-box {
        padding-left: 0;
        padding-right: 0;
    }
    /* end services */
}

@media (max-width: 380px) {
    .left-border-blue {
        margin-left: 10px;
    }
    .flex-item-center {
        width: 95%;
    }
    .column {
        /* max-width: 95%;  */
    }

    .dropdown-menu > li > a {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 0.9rem;
    }
}
