/* Custom Style Sheet for www.kinetik-it.com 
  
   Updated: 
   April - 2018
   November - 2021
   November - 2024

*/

/* 
-----------------------------------------------------
        Home Hyperlinks
-----------------------------------------------------
*/
.chevron-link {
    font-family: inherit;
}

    .chevron-link:after {
        padding-left: 0px;
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        content: '\f054';
        -webkit-transition: padding .25s linear;
        transition: padding .25s linear;
        opacity: 0;
        display: inline-block;
        width: 0;
    }

    .chevron-link:hover {
        font-weight: 600;
    }

        .chevron-link:hover:after {
            opacity: 1;
            padding-left: 20px;
            font-family: var(--fa-style-family, "Font Awesome 6 Free");
            content: '\f054';
            width: auto;
        }

/* 
-----------------------------------------------------
        Main Website Navigation
-----------------------------------------------------
*/
.home.active,
.who-we-are.active,
.what-we-do.active,
.inspiring-work.active,
.join-our-team.active,
.whats-the-buzz.active,
.get-in-touch.active {
    border-bottom: 5px solid #f96;
}

.nav > li > a:hover {
    background-color: transparent;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #e1e2e2;
}

.nav > li {
    text-align: center;
    padding-bottom: 0;
    padding: 0 1em 0 1em;
}

    .nav > li > a {
        color: #3a3b3c;
    }

.nav > li {
    transition: 0.5s;
    font-size: 20px;
    border-bottom: 5px solid transparent;
}

    .nav > li > a > span {
        display: block;
        padding-bottom: 15px;
    }

        .nav > li > a > span > img {
            height: 65px;
            width: auto;
        }

.home:hover,
.who-we-are:hover,
.what-we-do:hover,
.inspiring-work:hover,
.join-our-team:hover,
.whats-the-buzz:hover,
.get-in-touch:hover {
    text-decoration: none;
    background-color: #fff;
    border-bottom: 5px solid #f96;
    color: inherit;
}

.navbar-nav {
    padding-bottom: 0px;
    padding-left: 3em;
    height: auto;
    padding-top: 11px;
}

.container-custom {
    margin-left: 0;
    margin-right: 0;
}

.kinetik-navbar {
    position: fixed;
    top: 0;
}

main {
    margin-top: 115px;
}

ul {
    list-style: none;
    margin: 0;
}

.btn.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
}

a.btn-white {
    color: #fff;
}

.kinetik-values {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .kinetik-values ul li span {
        padding-right: 10px;
    }

body,
input,
select,
textarea {
    font-family: "Myriad-Pro-Condensed", sans-serif;
    font-size: 2em;
}

.field-validation-error,
.input-validation-error {
    background: #a94442;
    color: #fff;
}

a {
    cursor: pointer;
}

    a.action-call {
        color: #0973b9;
        transition: 0.4s;
        padding-bottom: 3px;
    }

.action-call span, .action-call i {
    padding: 0 10px;
}

a.action-call:hover {
    color: #065284;
    transition: 0.4s;
    padding-bottom: 0;
    text-decoration: none;
    border-bottom: 1px solid #065284;
}

a.action-call-btn {
    display: inline-block;
    color: #0973b9;
    border: 1px solid #0973b9;
    padding: 5px 10px 5px 10px;
    transition: 0.4s;
    margin: 20px 0 10px;
}

    a.action-call-btn:hover {
        color: #065284;
        transition: 0.4s;
        text-decoration: none;
    }

.action-call-btn span {
    padding: 0 10px;
}

a.kinetik-links {
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    transition: 0.25s ease;
}

    a.kinetik-links:hover {
        text-decoration: none;
        border-bottom: 1px solid #065284;
        padding-bottom: 0;
        transition: 0.25s ease;
    }

    a.kinetik-links:focus {
        text-decoration: none;
        border-bottom: 1px solid #065284;
    }

.quotes {
    font-style: italic;
    color: #000
}

.form-control {
    font-size: 20px;
    border-radius: 0;
    display: inline;
    filter: none;
}

    .form-control:focus {
        border-color: #000;
        outline: 0
    }

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: #000;
    box-shadow: 0 0 0 #000 inset, 0 0 0 #000;
    outline: 0 none;
}

.btn,
.btn-default {
    border-radius: 0;
    display: inline;
    background: #000;
}

.bg-blue {
    background: #99cce6;
}

.bg-gray-pattern,
.bg-primary {
    background-color: #ebebeb;
}

.bg-gray-pattern {
    background-image: url(../images/gray-pattern.png);
    background-repeat: repeat;
}

.bg-gray {
    background-color: #ccc;
}

.bg-beige {
    background: #f5ebd6;
}

.bg-light-gray {
    background-color: #ebebeb;
}

.bg-dark-gray {
    background: #838383;
}

.bg-very-dark-gray {
    background-color: #b1b1b1;
}

.bg-white {
    background: #fff;
}

.bg-orange {
    background-color: #f96;
}

.bg-yellow {
    background-color: #ffebad;
}

.yellow-background-color {
    background-color: #fc6;
}

.blue-chevron a {
    color: #0973b9;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 100px);
}

.dropdown-menu > li > a {
    font-size: 18px;
}

/* 
-----------------------------------------------------
        Landing/Home Page
-----------------------------------------------------
*/
.home-page-hero-image {
    background-image: url(../images/homepage_hero_image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 915px;
    margin-top: 130px;
}

.home-headline {
    font-size: 1em;
    margin: 0;
    padding-bottom: 0.15em;
}

.home-sub-headline {
    font-size: 1.6em;
    margin: 10px 0 0 0;
}

.span-separator:before {
    content: " \220E";
    padding: 0 0.2em 0 0.2em;
    position: relative;
    top: -4px;
    color: #ef6f2c;
    font-size: 0.3em;
}

.tag-line {
    position: relative;
    top: 3%;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.50);
}

    .tag-line ul {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-bottom: 0.51em;
        text-align: center;
    }

        .tag-line ul li:first-of-type:before {
            content: none;
        }

        .tag-line ul li:before {
            content: " \220E";
            padding: 0 0.7em 0 0;
            position: relative;
            top: -10px;
            color: #ef6f2c;
            font-size: 0.3em;
        }

.home-page-header {
    font-size: 31px;
    margin: 20px 0 20px;
    color: #0973b9;
    /*text-transform: uppercase;*/
}

.who-we-are-header {
    font-size: 31px;
    margin: 10px 0 20px;
    /*text-transform: uppercase;*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tag-line ul li:before {
        font-size: 15px !important;
    }
}

.tag-line ul li {
    display: inline;
    font-size: 1.8em;
    line-height: 1em;
    padding-bottom: 0em;
}

.tag-line p {
    font-size: 4em;
    padding: 0 0.325em 0 0.325em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
}

.call-to-action-btn span {
    color: #fff;
    margin: 0 auto;
    padding: 0 0 0 0.25em;
    font-size: 2em;
    line-height: 0px;
    position: relative;
    top: 7px;
}

.call-to-action-btn {
    position: relative;
    top: 74.5%;
    background-color: #fc6;
    width: 21%;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: center;
    border: 4px solid #fff;
    line-height: 2em;
    font-size: 1.5em;
}

    .call-to-action-btn a {
        color: #fff;
    }

.front-page-service-link {
    /*padding: 1em 0;*/
    margin: 0 0 10px;
}

    .front-page-service-link img {
        max-width: 65%;
    }

.service-links {
    padding: 5em 0 5em 0;
}

    .service-links ul {
        padding: 0 20px;
    }

        .service-links ul li a:hover {
            color: #f96;
            text-decoration: none;
            transition: 0.3s;
        }

.sub-tag-line {
    text-align: center;
    position: relative;
    top: 71%;
    color: #fff;
    text-shadow: 0 3px 4px #525252;
}

.custom-padding-services {
    display: flex;
    padding: 3em 0 1em;
}

.bg-newsletter {
    background-color: #fff;
    padding: 2em 0;
}

.newsletter-callout h4 {
    font-size: 2.8em;
}

.newsletter-callout h5 {
    font-size: 1em;
}

.kinetik-newsletter-form {
    float: right;
}

    .kinetik-newsletter-form .btn-kinetik-newsletter {
        border: 1px solid #f96;
        background-color: #f96;
        width: 100%;
        color: #fff;
        padding: 5px 0 5px 0;
    }

    .kinetik-newsletter-form input::placeholder,
    .kinetik-newsletter-form input::placeholder {
        text-transform: capitalize;
    }

.border-bottom {
    border-bottom: 1px solid #b1b1b1;
}

.who-we-are-section p, .mission-section p {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 15px;
}
/* 
-----------------------------------------------------
        Who we are Page
-----------------------------------------------------
*/
.who-we-are-page .page-header h1 {
    font-size: 2.35em;
    line-height: 2em;
    text-align: center;
    border: none;
    /*text-transform: uppercase;*/
    margin: 0;
    color: #0973b9;
}

.custom-padding {
    display: inline-block;
    padding: 3em 0;
}

.award-padding {
    padding: 1em 0 1em 0;
    display: inline-block;
}

.who-we-are-page ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

    .who-we-are-page ul li {
        padding-bottom: 5px;
        display: inherit;
    }

        .who-we-are-page ul li p {
            margin: 0;
        }

.paw-background {
    background-image: url(../Images/paw.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position-x: 80%;
    background-position-y: 150%;
}

.award img {
    margin: 0 auto;
}

.bg-image-container {
    overflow: hidden;
    padding: 0;
}
/* 
-----------------------------------------------------
        Charitable Causes Page
-----------------------------------------------------
*/

.causes-we-support-page .page-header h1 {
    font-size: 2.625em;
    line-height: 2em;
    text-align: center;
    border: none;
    margin: 0;
    color: #0973b9;
}

.charities {
    border: 1px solid #ebebeb;
}

    .charities img:hover {
        background: #ebebeb;
        transition: 0.5s;
    }

    .charities img {
        padding: 30px;
        margin: auto;
        transition: 0.5s;
    }

.navbar-form {
    width: 280px;
}

.form-group .btn-default {
    color: #969696;
    padding: 5px 7px 3px;
}

    .form-group .btn-default:hover {
        background-color: transparent;
        background-image: none;
        color: #000;
        border: 1px solid #2e2e2e;
    }

.btn-default:focus {
    background-image: none;
}

.form-group .btn-default:active {
    background-color: transparent;
    background-image: none;
    color: #000;
    border: 1px solid #2e2e2e;
}

.btn-default.active {
    background-image: none;
}

.waitingbox {
    background: #999;
    padding-top: 20px;
    width: 100%;
}

    .waitingbox h4 {
        line-height: 58px;
    }

.title a {
    padding-left: 20px;
    vertical-align: middle;
    color: #888;
}

    .title a:hover {
        color: #7ec239;
    }
/* 
-----------------------------------------------------
        Services Page
-----------------------------------------------------
*/
.paragraph-padding {
    padding: 10px 0 0 0;
}

.custom-illustration {
    margin: 0 auto;
}

.service-page-header {
    display: flex;
    padding: 0 0 3em;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .service-page-header h1 {
        color: #0973b9;
        font-size: 2.35em;
    }
    /*
.service-page-header h1:before,
.service-page-header h1:after {
    content:"";
    display: inline-block;
    height: 5px;
    width: 2em;
    border-top: 0.5em solid #fc6;
    margin: 0 1em;
}
*/
    .service-page-header h2 {
        font-size: 31px;
        margin: 0;
        text-align: center;
    }
/*.services-header-padding{
	padding-bottom: 0.875em;;	
}*/
.services {
    height: 330px;
    padding: 38px 20px;
    margin: 50px 0;
}

    .services .fa {
        font-size: 80px;
    }

    .services,
    .services a {
        color: #0d6fae;
    }

        .services a:hover {
            color: #f96;
            text-decoration: none;
        }

.quote-request {
    background-color: #ed6f2b;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}

    .quote-request p {
        text-align: center;
        color: #fff;
    }

    .quote-request a {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.full-height-flex {
    height: 100%;
}

.flex-container {
    display: flex;
}

.pattern-bg {
    background-image: url(../images/gray-pattern.png);
    background-repeat: repeat
}

.service-tag {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #0973b9;
}

.mission {
    min-width: 250px;
}

.custom-list-padding {
    padding-bottom: 2em;
}

.technology-list-padding {
    padding: 0.5em 0 1em;
}

.padding-before {
    padding: 1em 0 0 0;
}

.padding-after {
    padding: 0 0 2em 0;
}

.kinetik-it-technology {
    display: flex;
}

.diesel-flowers {
    margin: 0 auto;
    position: static;
    top: -4em;
    width: 95%;
}

.blue {
    color: #389ede;
}

.yellow {
    color: #fc6;
}

.gray {
    color: #c1c1c1;
}

span.infographic-icon.gray {
    border-top-color: #ccc;
}

span.infographic-icon.blue {
    border-top-color: #99cce6;
}

span.infographic-icon.pink {
    border-top-color: #ffd6d6;
}

span.infographic-icon.beige {
    border-top-color: #f5ebd6;
}

span.infographic-icon-next.blue-next {
    border-left-color: #99cce6;
}

span.infographic-icon-next.pink-next {
    border-left-color: #ffd6d6;
}

span.infographic-icon-next.beige-next {
    border-left-color: #f5ebd6;
}

.hands {
    background: #fc6 url(../images/hands.png) center right no-repeat;
    background-size: 100%;
    background-position-x: 100%;
}

.who-we-are-background {
    background-image: url(../images/outdoors.png);
}

.bg3 {
    background-image: url(../images/city.png);
}

.custom-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-green {
    background-color: #cce2b7;
}

.infographic-icon {
    position: absolute;
    border: 8px solid transparent;
    border-top-color: #ffebad;
    top: 100%;
    right: 50%;
}

.infographic-icon-next {
    position: absolute;
    border: 8px solid transparent;
    border-left-color: #ffebad;
    top: 40%;
    right: 4px;
}

.get-in-touch-page ul,
.inspiring-work-page ul,
.who-we-are-page ul,
.desktop-software-page ul,
.web-apps-development-page ul,
.mobile-apps-development-page ul,
.web-portal-development-page ul,
.database-design-page ul,
.computers-networking-page ul,
.web-design-page ul,
.mobile-site-development-page ul,
.ecommerce-page ul,
.internet-marketing-page ul,
.branding-page ul,
.remote-offsite-backup-page ul,
.hosted-exchange-page ul,
.website-hosting-page ul,
.phoenix-tech-careers-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .get-in-touch-page ul li,
    .inspiring-work-page ul li,
    .who-we-are-page ul li,
    .desktop-software-page ul li,
    .web-apps-development-page ul li,
    .mobile-apps-development-page ul li,
    .web-portal-development-page ul li,
    .database-design-page ul li,
    .computers-networking-page ul li,
    .web-design-page ul li,
    .mobile-site-development-page ul li,
    .ecommerce-page ul li,
    .internet-marketing-page ul li,
    .branding-page ul li,
    .remote-offsite-backup-page ul li,
    .hosted-exchange-page ul li,
    .website-hosting-page ul li,
    .phoenix-tech-careers-page ul li {
        padding-bottom: 2.5px;
        display: flex;
        flex-direction: row;
    }

        .get-in-touch-page ul li span,
        .inspiring-work-page ul li span,
        .who-we-are-page ul li span,
        .desktop-software-page ul li span,
        .web-apps-development-page ul li span,
        .mobile-apps-development-page ul li span,
        .web-portal-development-page ul li span,
        .database-design-page ul li span,
        .computers-networking-page ul li span,
        .web-design-page ul li span,
        .mobile-site-development-page ul li span,
        .ecommerce-page ul li span,
        .internet-marketing-page ul li span,
        .branding-page ul li span,
        .remote-offsite-backup-page ul li span,
        .hosted-exchange-page ul li span,
        .website-hosting-page ul li span,
        .phoenix-tech-careers-page ul li span {
            color: #ed6f2b;
            padding-right: 10px;
            height: 30px;
            display: block;
            float: left;
        }

.services-page-footer {
    display: flex;
    width: 100%;
}

.next-service-btn, .prev-service-btn {
    padding: 15px 4px;
    margin: 0 15px 0 0;
    z-index: 10;
    color: #ed6f2b;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

    .next-service-btn:hover, .prev-service-btn:hover {
        text-decoration: none;
        color: #ed6f2b;
    }

    .next-service-btn span, .prev-service-btn span {
        padding: 4px 0 0 0;
        font-size: 3em;
        margin-top: -10px;
    }

#captcha1 {
    margin-top: 2px;
    margin-bottom: 2px;
}
/* 
-----------------------------------------------------
        Services Page Sidebar Menu
-----------------------------------------------------
*/
.services-sidebar-menu {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    z-index: 10;
    border: none;
    margin-top: 0.5em;
    width: 250px;
    position: absolute;
    left: 1em;
    top: 6em;
}

    .services-sidebar-menu ul {
        padding: 0;
    }

    .services-sidebar-menu li a {
        font-size: 20px;
        padding: 1px 0px 3px 10px;
        color: #666;
        display: block;
        width: 250px;
    }

        .services-sidebar-menu li a.active,
        .services-sidebar-menu li a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #c66;
            padding: 1px 0px 3px 10px;
        }

    .services-sidebar-menu ul li.service-list-title {
        text-transform: uppercase;
        color: #0973b9;
        padding: 2px 0px 2px 10px;
    }

.diagram {
    color: #fff;
}

.diagram {
    height: 100px;
    margin-top: 0;
    padding: 0;
}

.white {
    color: #1f1f1f;
    padding: 10px 0 0;
    min-height: 70px;
    font-size: 20px;
    margin: 0;
}

.bg-pink {
    background: #ffd6d6
}

.technology {
    background: #ebebeb;
    border: 10px solid #ccc;
    -moz-box-shadow: inset 0 0 30px #fff;
    -webkit-box-shadow: inset 0 0 30px #fff;
    box-shadow: inset 0 0 30px #fff
}

    .technology ul li {
        padding-left: 0;
        margin-left: -40px
    }

#quote-form label {
    font-weight: normal;
    padding: 5px 0
}

input[type="checkbox"] {
    float: left;
    margin: 2px 10px 0 0;
    margin-top: 1px\9;
    height: 25px;
    width: 25px;
    border-radius: 0;
}

#quote-request .btn,
.howwehelp-img {
    margin: 0 auto
}

#quote {
    background: #000;
    height: auto;
    top: 190px;
    z-index: 10;
}

    #quote ul {
        height: 150px;
        background: #000;
        top: 290px;
    }

    #hire li a,
    #quote li a {
        margin-left: 52px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px;
        width: 150px;
        font-size: 20px;
        background: 0 0;
        text-align: center;
        color: #fff;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

        #hire li a:hover,
        #quote li a:hover {
            text-decoration: none;
            background: #828282;
        }

#hire, #quote {
    z-index: 20;
}

    #hire,
    #hire ul,
    #quote,
    #quote ul {
        width: 150px;
        position: fixed;
        left: 97%;
        margin: 0;
    }

#hire {
    background: #f96;
    z-index: 10;
    height: auto;
    top: 190px;
}

    #hire ul {
        height: 150px;
        background: #ef6f2c;
        top: 490px;
    }

    #hire li a {
        margin-left: 50px;
    }

#images img {
    border: 10px solid #fff;
    margin: 0
}

.website-portfolio img {
    width: 100%;
    border: 10px solid #fff;
}

.infographic {
    padding: 1em 0 1em 0;
}

    .infographic h2 {
        /*text-transform: uppercase;*/
        padding: 0px 0 20px;
    }

.tech-list h2 {
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}

/* 
-----------------------------------------------------
        Inspiring Work Page
-----------------------------------------------------
*/
.kinetik-indent {
    text-indent: -17px;
    padding-left: 17px;
}

.other-ecommerce-industries {
    padding: 5px 0 5px 0;
}

.inspiring-work-page .page-header {
    text-align: center;
    border-bottom: none;
}

    .inspiring-work-page .page-header h1 {
        color: #0973b9;
    }

.inspiring-work-page ul {
    margin: 0;
    padding: 0;
}

    .inspiring-work-page ul li span {
        padding-right: 10px;
    }

.portfolio-website {
    margin-top: 0;
}

.portfolio-padding {
    display: inline;
}

.image-border {
    box-shadow: 0px 2px 5px rgba(82, 82, 82, 0.5);
    border: 10px solid #fff;
}

figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    box-shadow: 0px 2px 5px rgba(82, 82, 82, 0.5);
    border: 10px solid #fff;
}

    figure img {
        display: block;
    }

figcaption {
    position: absolute;
    background: rgba(137, 199, 75, .8);
    color: white;
    padding: 0 15px 0 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    text-align: center;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    figcaption div {
        margin: 0 auto;
        width: 100%;
    }

    figcaption a {
        border: 2px solid white;
        padding: 0 1%;
        margin: 20px 5px 0 5px;
        font-size: 20px;
        width: 46%;
        text-align: center;
        color: white;
    }

        figcaption a:hover {
            border: 2px solid white;
            background-color: white;
            color: #444444;
            text-decoration: none;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
        }

figure:hover figcaption {
    opacity: 1;
}

.cap:before {
    top: 10px;
    left: 10px;
}

.cap figcaption {
    left: 0;
    top: -30%;
}

.cap:hover figcaption {
    top: 0;
    justify-content: center;
}

.cap p {
    margin: 0;
}

.btn-portfolio {
    background: transparent;
    border: 2px solid #fff;
}

button {
    font-size: 18px
}

.app-cloud {
    padding: 2em 0 0 0;
}

    .app-cloud img {
        width: 70px;
        float: left;
        margin-right: 20px
    }

#quote-request {
    border: none;
    height: auto;
    max-width: 1200px;
    margin: 0 auto
}

.questions h2,
.success-padding {
    padding-top: 0
}

.birds {
    background-image: url(../Images/blue-geek-birds-404.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ebebeb
}

.branding-section {
    display: block;
}

    .branding-section img {
        box-shadow: 0px 2px 5px rgba(82, 82, 82, 0.5);
        margin: 0.8em 0 0.8em 0;
        padding: 15px;
    }

/* 
-----------------------------------------------------
        Join Our Team Page
-----------------------------------------------------
*/

.join-our-team-page .page-header h1 {
    font-size: 2.625em;
    line-height: 2em;
    text-align: center;
    border: none;
    margin: 0;
    color: #0973b9;
}

.join-our-team-page ul {
    margin: 0;
    padding: 0;
}

    .join-our-team-page ul li {
        border-bottom: 1px solid #ccc;
    }

.kinetik-it-perks ul li {
    border-bottom: none;
}

.phoenix-tech-careers-page .open-positions li span {
    padding: 0;
}

.phoenix-tech-careers-page .open-positions .fa {
    padding-right: 10px;
}

/* 
-----------------------------------------------------
        Phoenix Tech Careers Page
-----------------------------------------------------
*/

.apply {
    text-align: center;
    background-color: #ebebeb;
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 20px 0 5px 0;
}

.open-positions > li > a > span {
    padding-right: 10px;
}

.apply-for-position {
    display: inline-flex;
}

    .apply-for-position a {
        border: 1px solid #ed6f2b;
        padding: 10px;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 0.9em;
        color: #ed6f2b;
        transition: 0.3s;
    }

        .apply-for-position a:hover {
            text-decoration: none;
            background-color: #ccc;
        }

.phoenix-tech-careers-page h2 {
    font-size: 2em;
    border-bottom: 1px solid #ddd;
    line-height: 1.4em;
}

.job-description {
    padding: 1em 0 1em 0;
    display: inline-block;
}

.panel-kinetik {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: transparent;
    padding: 1em 0.3em 1em 0.3em;
    margin-right: 0;
    margin-left: 0;
}

.phoenix-tech-careers-page .page-header {
    text-align: center;
    border-bottom: none;
}

    .phoenix-tech-careers-page .page-header h1 {
        font-size: 2.625em;
        line-height: 2em;
        text-align: center;
        border: none;
        margin: 0;
        color: #0973b9;
    }

.phoenix-tech-careers-page ul {
    margin: 0;
    padding: 0;
}

    .phoenix-tech-careers-page ul li span {
        padding-right: 10px;
    }

.job-requirments span {
    float: left;
    display: block;
}

.job-requirments .nested-list {
    display: block;
}

.job-requirments li {
    padding: 0 18px;
    display: flex;
}

ul.job-requirments__nested--padding
/* 
-----------------------------------------------------
        Policies Pages
-----------------------------------------------------
*/
.acceptable-use-policy-page h1,
.privacy-policy-page h1,
.backup-terms-page h1,
.general-terms-and-conditions-page h1 {
    color: #389ede;
}

.side-menu-policies ul {
    padding: 0;
    width: 100%;
}

    .side-menu-policies ul li a {
        text-decoration: none;
        margin: 1px 0;
        padding: 0;
        color: #666;
        padding: 5px 5px 5px 10px;
        transition: 0.3s;
        width: inherit;
        display: block;
    }

        .side-menu-policies ul li a.active,
        .side-menu-policies ul li a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #c66;
            transition: 0.3s;
        }


/* 
-----------------------------------------------------
        Get in touch Page
-----------------------------------------------------
*/

.page-header {
    margin: 0;
    border: 0;
}

.get-in-touch-page .page-header h1 {
    font-size: 2.625em;
    line-height: 2em;
    text-align: center;
    border: none;
    margin: 0;
    color: #0973b9;
}

#map {
    height: 500px;
    width: 100%;
}

.map-padding {
    padding-left: 0;
    padding-right: 0;
}

/* 
-----------------------------------------------------
        Footer Newsletter
-----------------------------------------------------
*/

.newsletter {
    background-color: #838383;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-newsletter input::placeholder {
    text-transform: capitalize;
}

.newsletter h2 {
    margin: 0;
    padding: 0;
}

.form-group-newsletter {
    margin: 0 auto;
    max-width: 323px;
    padding: 0 10px;
    line-height: 20px;
}

    .form-group-newsletter .form-control {
        margin: 2px 0
    }

    .form-group-newsletter .btn {
        font-size: 20px;
        width: 100%;
    }

    .form-group-newsletter .btn-default {
        background: 0 0;
        border: 1px solid #fff;
        color: #fff;
        font-weight: 400
    }

        .btn-default:focus,
        .form-group-newsletter .btn-default:hover {
            background-color: none;
            color: #000;
            border: 1px solid #000;
        }

        .btn-default.active,
        .form-group-newsletter .btn-default:active {
            background-color: none;
            color: #000;
            border: 1px solid #000;
        }

.error {
    color: #ff9966;
    text-align: left;
    width: 100%;
    font-weight: 100;
}

.green {
    color: #7ec239;
}

.orange {
    color: #f96;
}

/* 
-----------------------------------------------------
        Footer Section
-----------------------------------------------------
*/

.footer-links {
    padding: 2em 0 2em 0;
}

    .footer-links ul {
        padding: 0;
    }

    .footer-links a:hover {
        text-decoration: none;
        border-bottom: 1px solid #065284;
    }

    .footer-links a:focus {
        text-decoration: none;
        border-bottom: 1px solid #065284;
    }

.social-media-links li span {
    padding-right: 5px;
}

.border-bottom {
    border-bottom: 1px solid gray
}

.questions h4 {
    padding-bottom: 15px
}

.up {
    font-size: 20px
}

.social-media {
    font-size: 32px
}

address {
    font-size: 20px;
}

.padded-footer {
    padding-top: 48px;
}

#social-media {
    color: #838383;
    font-size: 32px
}

a.scroll-to-top {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.70);
    text-align: center;
    padding: 9px 15px 9px 15px;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.75);
    border-radius: 50%;
    line-height: 10px;
    font-size: 17px;
    display: none;
}

    a.scroll-to-top p {
        display: flex;
        font-size: 18px;
        margin: 0;
    }

    a.scroll-to-top:hover, a.scroll-to-top:focus {
        text-decoration: none;
    }

.copyright {
    background-color: #cccccc;
    text-align: center;
    color: #838383;
    margin: 0;
}

.inspirational-work-logo {
    height: auto;
    width: 80%;
    padding-top: 0.7em;
}

.northwind-logo {
    width: 88%;
    padding: 0.4em 0;
}

.northwind-starter {
    width: 90%;
    padding: 1.2em 0;
}
/* 
-----------------------------------------------------
                MVP Hour Page
-----------------------------------------------------
*/

.mvp-hour-page .page-header h1 {
    font-size: 2.625em;
    line-height: 2em;
    text-align: center;
    border: none;
    margin: 0;
    color: #0973b9;
}

.microsoft-mvp {
    display: flex;
}

    .microsoft-mvp img {
        padding: 5px;
    }

.microsoft-mvp-signup {
    background-color: #ccc;
    padding: 10px 0 10px 0;
}

.microsoft-mvp-image {
    position: relative;
    width: 22%;
    float: right;
    top: 2em;
    right: -5em;
    z-index: 1;
    border: 3px solid #fff;
}

/* 
-----------------------------------------------------
        Request a Quote Page
-----------------------------------------------------
*/

.request-quote-page .page-header h1 {
    font-size: 2.625em;
    line-height: 2em;
    text-align: center;
    border: none;
    margin: 0;
    color: #0973b9;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.btn.btn-request-quote {
    text-align: center;
    font-size: 1em;
    display: flex;
    color: #fff;
    background-color: #f96;
    transition: 0.5s;
}

    .btn.btn-request-quote:hover {
        background-color: rgba(255, 153, 102, 0.5);
        border: 1px solid #000;
        transition: 0.5s;
        color: #000;
    }

.custom-padding {
    padding-left: 0;
    padding-right: 0;
}

.nav > li > a > span.caret {
    display: inline-block;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #f96;
}

.mobile-nav-helper {
    background-color: rgba(255, 255, 255, 0.35);
}

a.mobile-nav-helper-link {
    display: block;
    transition: 0.4s;
    width: 100%;
}

a.mobile-nav-helper-link-left:hover,
a.mobile-nav-helper-link-right:hover {
    text-decoration: none;
    transition: 0.4s;
}

a.mobile-nav-helper-link-left:focus,
a.mobile-nav-helper-link-right:focus {
    text-decoration: none;
}

.mobile-nav-helper-link-left p, .mobile-nav-helper-link-right p {
    color: #ed6f2b;
}

.mobile-nav-helper-link-left {
    float: left;
    padding-top: 0.5em;
    display: flex;
    line-height: 1em;
    padding-left: 15px;
}

.mobile-nav-helper-link-right {
    float: right;
    padding-top: 0.5em;
    display: flex;
    line-height: 1em;
    flex-direction: row-reverse;
    padding-right: 15px;
}

.current-service-display, .glyphicon-menu-left, .glyphicon-menu-right {
    color: #ed6f2b;
}

.custom-service-padding {
    padding: 0;
}
/* 
-----------------------------------------------------
        Site Map Page
-----------------------------------------------------
*/
.site-map-page .page-header h1 {
    font-size: 2.625em;
    line-height: 2em;
    text-align: center;
    border: none;
    margin: 0;
    color: #0973b9;
}

.sitemap-padding {
    padding: 2em 0 2em 0;
}

/* 
-----------------------------------------------------
        Mobile and Responsive Custom Styles
-----------------------------------------------------
*/

@media screen and (min-width: 320px) {
    .phoenix-tech-careers-page .page-header h1,
    .join-our-team-page .page-header h1,
    .who-we-are-page .page-header h1,
    .inspiring-work-page .page-header h1,
    .get-in-touch-page .page-header h1 {
        font-size: 34px;
    }

    .kinetik-indent {
        text-indent: -17px;
        padding-left: 32px !important;
    }

    .phoenix-tech-careers h2 {
        font-size: 31px;
    }

    .custom-padding {
        padding: 1em 0;
    }

    .custom-list-padding {
        padding-bottom: 0;
    }

    .navbar-brand {
        padding-top: 5px;
    }

        .navbar-brand > img {
            width: 170px;
        }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 40px 25px;
        margin-top: 0px;
        margin-right: 0;
        margin-bottom: 0px;
        background-color: rgb(255, 153, 102);
        background-image: none;
        border: none;
        border-radius: 0;
        border-left: 1px solid #e1e2e2;
    }

        .navbar-toggle .icon-bar {
            display: block;
            width: 32px;
            height: 2px;
            border-radius: 0px;
            background-color: #fff;
        }

    .navbar-collapse.in {
        overflow-y: scroll;
    }

    .navbar-fixed-top .navbar-collapse {
        width: 100%;
        height: calc(100vh - 95px);
    }

    .navbar-nav {
        height: auto;
        padding-left: 0;
    }

    .navbar-toggle span.icon-bar {
        transition: all 0.5s;
    }

    .navbar-toggle span:nth-child(2) {
        transform: rotate(45deg);
        transform-origin: 20% 100%;
    }

    .navbar-toggle span:nth-child(3) {
        opacity: 0;
    }

    .navbar-toggle span:nth-child(4) {
        transform: rotate(-45deg);
        transform-origin: 30% 10%;
    }

    .navbar-toggle.collapsed span:nth-child(2),
    .navbar-toggle.collapsed span:nth-child(4) {
        transform: rotate(0deg);
    }

    .navbar-toggle.collapsed span:nth-child(3) {
        opacity: 1;
    }

    .service-page-header h1 {
        font-size: 1.5em;
    }

    .service-page-header h2 {
        font-size: 1.2em;
    }

    .service-page-header h1:before,
    .service-page-header h1:after {
        height: 5px;
        width: 1em;
        border-top: 0.5em solid #fc6;
        margin: 0 5px;
    }

    .service-page-header {
        padding: 0 0 1em;
    }

    .service-nav {
        border-top: 1px solid #000;
    }

    .current-service {
        text-align: center;
        font-size: 2em;
    }

    .glyphicon-menu-left {
        float: left;
    }

    .glyphicon-menu-right {
        float: right;
    }

    p {
        font-size: 20px;
    }

    .infographic {
        display: none;
        padding: 0;
    }

    .custom-padding-services {
        display: inline-block;
        padding: 1em 0;
    }

    .newsletter-callout h4 {
        font-size: 1.75em;
    }

    .home-page-hero-image {
        margin-top: 0;
        background-size: 185%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 450px;
        background-position-y: -3em;
        background-position-x: -3em;
    }

    .home-sub-headline {
        font-size: 1.1em;
        margin: 20px 0 10px 0;
    }

    .tag-line ul {
        padding-bottom: 0;
    }

        .tag-line ul li:before {
            padding: 0 0.7em 0 0;
            top: -4px;
            font-size: 0.3em;
        }

        .tag-line ul li {
            padding: 0 .15em 0 0;
            font-size: 1em;
            line-height: 0;
        }

    .sub-tag-line {
        top: 61%;
    }

        .sub-tag-line h1 {
            font-size: 1.1em;
        }

    .tag-line {
        top: 0;
    }

        .tag-line p {
            font-size: 1.5em;
            text-align: center;
            top: 85%;
            line-height: 1.2em;
        }

    .call-to-action-btn {
        font-size: 1em;
        width: 70%;
        top: 61%;
    }

    main {
        margin-top: 95px;
    }

    .service-links {
        padding: 0;
    }

    .award-padding {
        padding: 2em 0 0 0;
    }

    .award {
        padding-bottom: 1.5em;
    }

    .full-height-flex {
        height: auto;
    }

    .kinetik-it-technology {
        display: block;
    }

    .career-background {
        background-color: #f5f5f5;
    }

    .nav > li > a {
        text-align: left;
        padding-left: 3em;
    }

        .nav > li > a > span {
            display: inline-block;
        }

            .nav > li > a > span > img {
                width: 50px;
                height: auto;
                margin-right: 20px;
            }

    li.what-we-do.desktop-service-menu {
        display: none;
    }

    .vertical-page-buttons {
        visibility: hidden;
        height: 1px;
        width: 1px;
    }

    .microsoft-mvp img {
        visibility: hidden;
        height: 1px;
        width: 1px;
    }

    .kinetik-newsletter-form {
        float: none;
    }

    .hands {
        background-image: none;
    }

    .mobile-nav-helper {
        visibility: visible;
        height: auto;
        width: auto;
    }

    .inspirational-work-logo {
        width: 50%;
        margin: 0 auto;
    }

    .service-tag {
        font-size: 0.65em;
    }

    .hands {
        background: none;
    }

    .service-page-header h1:before,
    .service-page-header h1:after {
        height: 0;
        width: 0;
        border-top: none;
        margin: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .paw-background {
        background-image: none;
    }

    .map-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        padding: 0 3em;
    }
}

@media screen and (min-width: 480px) {
    .infographic {
        display: none;
    }

    .kinetik-indent {
        text-indent: 0;
        padding-left: 15px;
    }

    main {
        margin-top: 95px;
    }

    .home-page-hero-image {
        margin-top: 0;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 475px;
        background-position-y: -6em;
        background-position-x: -6em;
    }

    .kinetik-it-technology {
        display: inline-block;
    }

    .flex-container {
        display: block;
    }

    .diesel-flowers {
        width: 75%;
    }

    .form-group-newsletter {
        width: 100%;
    }

    .support-nav-items {
        visibility: visible;
        width: auto;
        height: auto;
    }

    .sub-tag-line p {
        font-size: 3em;
        bottom: 10%;
    }

    .nav > li > a {
        padding-left: 4em;
    }

    .dropdown-menu {
        padding: 0 4em;
    }
}

@media screen and (min-width: 580px) {
    .home-page-hero-image {
        background-size: 150%;
        width: 100%;
        height: 500px;
        background-position-y: -7em;
        background-position-x: -7em;
    }
}

@media screen and (min-width: 668px) {
    .home-page-hero-image {
        background-size: 135%;
        width: 100%;
        height: 650px;
        background-position-y: -6em;
        background-position-x: -6em;
    }
}

@media screen and (min-width: 768px) {
    .phoenix-tech-careers-page .page-header h1,
    .join-our-team-page .page-header h1,
    .who-we-are-page .page-header h1,
    .inspiring-work-page .page-header h1,
    .get-in-touch-page .page-header h1 {
        font-size: 2em;
    }

    .kinetik-indent {
        text-indent: -17px;
        padding-left: 17px;
    }

    .custom-list-padding {
        padding-bottom: 2em;
    }

    .dropdown-menu {
        padding: 5px 0;
    }

    .navbar-nav > li > a {
        padding: 7px 9px;
    }

    .nav > li > a {
        font-size: 16px;
    }

    .navbar-nav {
        float: right;
    }

    .nav > li > a {
        text-align: center;
    }

        .nav > li > a > span {
            display: block;
        }

            .nav > li > a > span > img {
                height: 40px;
                width: auto;
                margin-right: 0;
            }

    .infographic {
        display: block;
        height: auto;
        padding: 1em 0 1em 0;
    }

    .custom-padding-services {
        display: flex;
        padding: 3em 0 1em;
    }

    main {
        margin-top: 107px;
    }

    .kinetik-it-technology {
        display: flex;
    }

    .flex-container {
        display: flex;
    }

    .kinetik-newsletter-form {
        float: right;
    }

    .kinetik-it-technology {
        display: flex;
    }

    .full-height-flex {
        height: 100%;
    }

    .white {
        font-size: 19px;
    }

    .nav > li {
        padding: 0;
    }

    .support-nav-items {
        visibility: hidden;
        width: 1px;
        height: 1px;
    }

    .navbar-fixed-top .navbar-collapse {
        width: auto;
    }

    .home-page-hero-image {
        background-size: 125%;
        height: 630px;
        background-position-y: -3em;
        background-position-x: -3em;
    }

    .home-headline {
        padding-bottom: 0.51em;
    }

    .home-sub-headline {
        font-size: 1.1em;
        margin: 20px 0 10px 0;
    }

    .diesel-flowers {
        position: relative;
    }

    .sub-tag-line {
        top: 70%;
    }

        .sub-tag-line h1 {
            font-size: 1.6em;
            margin: 0;
        }

    .call-to-action-btn {
        font-size: 1.2em;
        width: 45%;
        top: 72%;
    }

    .tag-line ul {
        padding-bottom: 0.51em;
    }

    .tag-line {
        top: 3%;
    }

        .tag-line p {
            font-size: 2.5em;
            top: 85%;
            right: 0;
            padding: 0 0.325em 0 0.325em;
            line-height: 1.4em;
        }

    .inspirational-work-logo {
        width: 100%;
    }

    .hands {
        background: #fc6 url(../images/hands.png) center right no-repeat;
        background-size: 63%;
        background-position-x: 155%;
    }

    .service-tag {
        font-size: 1em;
    }

    .service-page-header h1:before,
    .service-page-header h1:after {
        height: 5px;
        width: 1em;
        border-top: 0.5em solid #fc6;
        margin: 0 5px;
    }

    .paw-background {
        background-image: url(../Images/paw.png);
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        background-position-x: 100%;
        background-position-y: 110%;
    }
}

@media screen and (min-width: 992px) {
    .map-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .success-padding {
        padding-top: 150px;
    }

    .service-nav {
        visibility: hidden;
    }

    .service-tag {
        font-size: 1.3em;
    }

    .nav > li > a > span > img {
        height: 36px;
        width: auto;
    }

    .nav > li {
        padding: 1em 0 0 0;
    }

    .home-page-hero-image {
        background-size: 100%;
        height: 700px;
        background-position-y: -5em;
        background-position-x: 0;
        margin-top: 10px;
    }

    .call-to-action-btn {
        top: 74%;
    }

    .diesel-flowers {
        width: 69%;
    }

    .tag-line p {
        font-size: 2.5em;
        top: 85%;
        right: 0;
        padding: 0 0.325em 0 0.325em;
    }

    .hands {
        background: #fc6 url(../images/hands.png) center right no-repeat;
        background-size: 40%;
        background-position-x: 100%;
    }

    .mobile-nav-helper {
        visibility: visible;
        height: auto;
        width: auto;
    }

    .microsoft-mvp img {
        visibility: visible;
        height: auto;
        width: auto;
    }

    .mobile-service-menu {
        display: block;
    }

    .support-nav-items {
        visibility: visible;
        width: auto;
        height: auto;
    }

    .inspirational-work-logo {
        width: 95%;
    }

    .newsletter-callout h4 {
        font-size: 2.8em;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .phoenix-tech-careers-page .page-header h1,
    .join-our-team-page .page-header h1,
    .who-we-are-page .page-header h1,
    .inspiring-work-page .page-header h1,
    .get-in-touch-page .page-header h1 {
        font-size: 2.625em;
    }

    .nav > li > a {
        font-size: 20px;
    }

    .navbar-nav > li > a {
        padding: 7px 5px;
    }

    .nav > li {
        padding: 0 .3em 0 0.3em;
    }

    .navbar-brand {
        padding-top: 5px;
        height: auto;
        padding: 0px 15px;
    }

        .navbar-brand > img {
            width: 225px;
        }

    .nav > li > a > span > img {
        height: 55px;
    }

    .home-page-hero-image {
        background-size: 100%;
        height: 915px;
        background-position-y: 50%;
        background-position-x: 0;
        margin-top: 0px;
    }

    .home-headline {
        font-size: 2.3em;
        padding-bottom: 0.51em;
        margin: 0;
    }

    .home-sub-headline {
        font-size: 2.3em;
        margin: 0;
    }

    .diesel-flowers {
        top: -6em;
        width: 58%;
    }

    .span-separator:before {
        content: " \220E";
        padding: 0 0.2em 0 0.2em;
        position: relative;
        top: -10px;
        color: #ef6f2c;
        font-size: 0.3em;
    }

    .tag-line ul li {
        font-size: 2.3em;
        line-height: 1em;
        padding-bottom: 0em;
    }

    .tag-line p {
        font-size: 2.5em;
        top: 5%;
        right: 0;
        padding: 0 0.325em 0 0.325em;
    }

    .tag-line ul li:before {
        top: -10px;
        font-size: 0.3em;
    }

    .sub-tag-line {
        top: 71%;
    }

        .sub-tag-line h1 {
            font-size: 2.3em;
        }

    .call-to-action-btn {
        top: 75.3%;
        font-size: 1.5em;
        width: 24%;
    }

    main {
        margin-top: 110px;
    }

    .support-nav-items {
        visibility: visible;
        width: auto;
        height: auto;
    }

    .service-page-header h1 {
        font-size: 2.625em;
    }

    .service-page-header h2 {
        font-size: 1.5em;
    }

    .vertical-page-buttons {
        visibility: visible;
        height: auto;
        width: auto;
    }

    li.what-we-do.desktop-service-menu {
        display: block;
    }

    li.dropdown.mobile-service-menu {
        display: none;
    }

    .paw-background {
        background-position-x: 65%;
        background-position-y: 155%;
    }

    .prev-service-btn {
        justify-content: right;
    }

    .next-service-btn {
        justify-content: left;
    }
}

@media screen and (max-width: 1199px) {
    .services-sidebar-menu {
        visibility: hidden;
    }
}

@media all and (max-width: 1200px) and (min-width: 768px) {
    .home-sub-headline {
        font-size: 1.6em;
        margin: 10px 0 0 0;
    }
}


@media screen and (orientation: landscape) {
    .call-to-action-btn {
        top: 72%;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .call-to-action-btn {
        top: 74%;
    }
}
