﻿* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: anti-aliased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
}

a {
    color: #fff;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
}

html, body {
    position: absolute;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix {
    clear: both;
}

.copyright-side, .copyright-top {
    text-align: right;
    position: relative;
    margin-top: 20px;
    letter-spacing: 3px;
        font-family: 'NexaLight', sans-serif;
        text-transform: uppercase;
        opacity: 0.8;
        line-height: 16px;

}

#container {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-content {
    color: #000;
    width: 80%;
    min-height: 100%;
    float: right;
}

    #main-content.main-page {
        color: #fff;
        background-image: url(../img/scrumback.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

.site-title {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 150px;
    padding-left: 70px;
    font-family: 'NexaLight', sans-serif;
    letter-spacing: 14px;
    margin-bottom: 50px;
}

    .site-title span {
        font-size: 60px;
        font-family: 'NexaBold', sans-serif;
        letter-spacing: 18px;
    }

.intro-text {
    padding-left: 70px;
    font-size: 22px;
    line-height: 1.2em;
    width: 800px;
}

.learn-more {

    display: inline-block;
    
}

.learn-more input {
        font-family: 'NexaBold', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    margin: 45px 0 40px 70px;
    padding: 15px 30px;
    width: 230px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .learn-more input:hover {
        background-color: rgba(255, 255, 255, 1);
        color: #da3117;
        cursor: pointer;
    }

@media screen and (max-width: 640px) {

    .site-title {
        letter-spacing: 5px;
        padding: 0;
        font-size: 18px;
    }
    .site-title span {
        letter-spacing: 5px;
        font-size: 36px;
    }

}




/* Services
    ----------------------------------------------------------- */

.page-header {
    height: 250px;
    background-color: rgba(0,0,0,0.4);
}

    .page-header h2, .page-header h4 {
        position: relative;
        color: #fff;
        padding-left: 50px;
        top: 80px;
    }

    .page-header h2 {
        font-family: 'NexaBold', 'Source Sans Pro', Arial, sans-serif;
        letter-spacing: 15px;
        font-size: 50px;
        text-transform: uppercase;
    }

    .page-header h4 {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1px;
    }



.service-header {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../img/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}



.services {
    padding: 10px 0 0;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    display: inline-flexbox;
    flex-direction: row;
    justify-content: space-around;
}

.specialties {
    padding: 40px 0 0 50px;
    font-family: 'NexaLight', 'Source Sans Pro', Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 5px;
}

.service-icon {
    color: #1e1e1e;
    font-size: 60px;
}

.service-item {
    display: inline-block;
    text-align: center;
    width: 24%;
    vertical-align: top;
    background-color: rgba(219,10,91, 0);
}

    .service-item figcaption {
        text-align: center;
        padding: 10px 0 20px;
        width: 90%;
        margin: 0 auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .service-item figcaption p {
        opacity: 0;
        font-size: 15px;
            letter-spacing: normal;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .service-item:hover .service-icon, .service-item:hover figcaption strong {
        color: #DB0A5B;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .service-item:hover figcaption p {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

      

.information {
    width: 90%;
    padding-top: 10px;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.info-packet {
    position: relative;
    width: 300px;
    text-align: center;
    margin: 0 40px;
}

.info-text {
    position: relative;
    font-size: 19px;
    height: 80px;
}

    .info-text a {
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .info-text a:hover {
            cursor: pointer;
            color: #DB0A5B;
            border-bottom: 1px solid #db0a5b;
        }

.download {
    width: 50%;
    background-color: #fff;
    border: 2px solid #000;
    text-transform: uppercase;
    font-family: 'NexaBold', 'Source Sans Pro', Arial, sans-serif;
    letter-spacing: 3px;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 10px 30px 10px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .download span {
        margin: 0 auto;
    }

    /*.download span:after {
        position: relative;
        font-family: 'icomoon';
        content: "\e60c";
        font-size: 24px;
        color: #000;
        top: 3px;
        padding-left: 10px;
    }*/

    .download:hover {
        cursor: pointer;
        color: #DB0A5B;
        border: 2px solid #DB0A5B;
    }

@media screen and (max-width: 1024px) {
    .service-item {
        width: 32%;
    }

    .service-item figcaption p {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

}

@media screen and (max-width: 480px) {
    .page-header h2 {
        letter-spacing: 2px;

    }
}


@media screen and (max-width: 760px) {
    .service-item {
        width: 49%;
    }

    .information {
        flex-direction: column;
        margin: 0 auto;
    }

    .info-packet {
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .info-text {
        height: auto;
    }

    .page-header {
        padding: 0 10px;
    }

    .page-header h2 {
        font-size: 36px;
    }
}

@media screen and (min-width: 1440px) {
    .service-item figcaption strong{
        font-size: 20px;
    }

    .service-item figcaption p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }
}



/*  Our Work
    ----------------------------------------*/
.work-header {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../img/ourwork.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.work-grid {
    overflow: hidden;
    width: 100%;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .work-grid figure {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        margin: -0.135em;
        width: 50%;
        height: 400px;
        text-align: center;
        cursor: pointer;
        border-left: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }


        .work-grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            opacity: 0.8;
        }

        .work-grid figure figcaption {
            color: #000;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .work-grid figure figcaption::before,
            .work-grid figure figcaption::after {
                pointer-events: none;
            }

        .work-grid figure figcaption,
        .work-grid figure a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Anchor will cover the whole item by default */
        /* For some effects it will show as a button */
        .work-grid figure a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

        .work-grid figure h2 {
            font-size: 24px;
            font-family: 'NexaLight', 'Source Sans Pro', Arial, sans-serif;
            letter-spacing: 3px;
            height: auto;
        }

        .work-grid figure h2,
        .work-grid figure p {
            margin: 0;
        }

        .work-grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

 @media screen and (max-width: 1024px) {
      .work-grid figure h2 {
          font-size: 20px;
      }
 }

  @media screen and (max-width: 800px) {
      .work-grid figure {
          width: 100%;
      }
      
      .work-grid figure h2 {
          font-size: 22px;
      }
 }

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: center;
}

figure.effect-marley figcaption p {
    font-size: 18px;
}

figure.effect-marley h2,
figure.effect-marley p {
    padding: 10px 0;
}


figure.effect-marley p {
    opacity: 0 ;
    width: 300px;
    margin: 0 auto;
    line-height: 1.5;
    -webkit-transform: translate3d(0,240px,0);
    -moz-transform: translate3d(0,240px,0);
    transform: translate3d(0,240px,0);
}

figure.effect-marley h2 {
    
    text-transform: uppercase;
    top: 100px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: translate3d(0,200px,0);
    -moz-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,150px,0);
    -moz-transform: translate3d(0,150px,0);
    transform: translate3d(0,150px,0);
}

figure.effect-marley h2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'ico-work';
    font-weight: normal;
    font-size: 60px;
    opacity: 1;
    -webkit-transform: translate3d(0,-90px,0);
    -moz-transform: translate3d(0,-90px,0);
    transform: translate3d(0,-90px,0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 25%;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 2px;
    background: #000;
    content: '';
    opacity: 0.2;
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

figure.effect-marley h2::after, figure.effect-marley h2::before,
figure.effect-marley p {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

figure.effect-marley:hover h2::after {
    opacity: 1;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    /*-webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}
                                
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,160px,0);
    -moz-transform: translate3d(0,160px,0);
    transform: translate3d(0,160px,0);
}

figure.effect-marley:hover h2::before {
    opacity: 0;
}



/* Side Panel  /  Work Details
    ----------------------------------------------------------- */


.work-details-frame {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    border: none;
}


.work-detail-container {
    width: 100%;
    overflow: auto;
    zoom: 1;
}

.work-img {
    width: 60%;
    float: left;
}

.overview-container {
    margin-top: 120px;
    padding: 0 40px;  
    clear: both;
}

.work-services-icons {
    width: 35%;
    float: right;
}

.overview {
    width: 35%;
    float: right;
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    list-style-type: none;
}

    .overview ul {
        padding-left: 20px;
        padding-right: 50px;
        line-height: 28px;
    }

.challenge, .solution {
    width: 45%;
    line-height: 26px;
}

    .challenge p, .solution p {
        margin-top: 10px;
        font-size: 18px;
    }

.work-detail-container h1 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'NexaLight', 'Source Sans Pro', Arial, sans-serif;
    letter-spacing: 3px;
}

.services-icon-list li {
    margin: 15px 20px 15px 0;
    display: inline-block;
    text-align: center;
}

    .services-icon-list li span {
        color: #000;
        cursor: default;
        font-size: 45px;
    }

        .services-icon-list li span span {
            position: absolute;
            color: #fff;
            margin: 50px 0 0 -75px;
            width: 100px;
            font-size: 18px;
            font-family: 'Source Sans Pro', Arial, sans-serif;
            padding: 5px;
            background-color: #eb3c00;
            border: 1px solid #fff;
            border-radius: 5px;
            -webkit-background-clip: padding-box;
            text-align: center;
            text-indent: 0px;
            opacity: 0;
            -webkit-transform: translateY(5px);
            -moz-transform: translateY(5px);
            transform: translateY(5px);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .services-icon-list li span span::after {
                content: '';
                position: absolute;
                top: -10px;
                left: 50%;
                margin-left: -9px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #eb3c00;
            }

        .services-icon-list li span:hover span {
            opacity: 0.9;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0px);
        }

.services-icon-list {
    list-style: none;
}

.work-icon {
    font-size: 36px;
}

.work-item-description {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    zoom: 1;
    clear: both;
}

@media screen and (max-width: 1024px) {
    .work-img {
        width: 100%;
        margin: 0 auto 0;
        padding: 0;
        float: none;
    }
    .overview, .work-services-icons {
        width: 45%;
        margin-top: 30px;
    }

    .overview {
        float: left;
    }

    .work-services-icons {
        float: right;
        padding: 0;
    }
}

@media screen and (max-width: 560px) {
    .overview, .work-services-icons, .challenge, .solution {
        width: 100%;
    }

    .work-img {
        display: none;
    }

    

    .services-icon-list li {
        margin: 15px 20px 15px 0;
        display: block;
        text-align: left;
    }
    .services-icon-list li span {
        font-size: 45px;
    }
    .services-icon-list li span span {
        opacity: 1;
        margin: 0px 0 0 30px;
        padding: 10px;
        width: auto;
    }

    .services-icon-list li span span::after {
         left: -10px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #eb3c00;
	border-width: 10px;
    margin-top: -10px;
    }

    .work-item-description {
        margin-top: 5px;
    }

    .challenge p, .solution p, .overview ul {
        margin-top: 10px;
        font-size: 20px;
    }
    .challenge {
        margin-bottom: 30px;
    }


}

/*  About
    ----------------------------------------------------------- */
.about-header {
    height: 400px;
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../img/scrumback.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.about-title {
    position: relative;
    top: 120px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 70px;
    font-family: 'NexaLight', sans-serif;
    letter-spacing: 14px;
    margin-bottom: 50px;
}

    .about-title span {
        font-size: 60px;
        font-family: 'NexaBold', sans-serif;
        letter-spacing: 18px;
    }


.boss {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.boss-img {
    position: relative;
    width: 40%;
    height: 100%;
}


.michael {
    background: url('../img/Michael.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.boss-desc {
    margin-top: 30px;
    width: 55%;
    float: right;
    padding-right: 10px;
}

.boss-name {
    color: #DB0A5B;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'NexaBold', sans-serif;
    letter-spacing: 7px;
}

.boss-position {
    color: #777;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'NexaBold', sans-serif;
    letter-spacing: 7px;
}

.boss-bio {
    margin-top: 10px;
    line-height: 24px;
}

.team-title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'NexaLight', sans-serif;
    letter-spacing: 10px;
    margin: 70px 0 30px 70px;
}

.team-pics {
    margin-top: -5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    width: 25%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.x2 {
    width: 50%;
}

.team-member figcaption {
    text-align: center;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(219, 10, 91, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .team-member figcaption:hover {
        opacity: 1;
    }

    .team-member figcaption h2.member-name {
        padding: 150px 20px 0 20px;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'NexaBold', sans-serif;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

    .team-member figcaption p.member-pos {
        padding: 0 20px 5px;
        font-family: 'NexaLight', sans-serif;
        font-size: 18px;
        letter-spacing: 5px;
        text-transform: uppercase;
    }

    .member-email {
        font-size: 18px;
        margin-top: 10px;
        padding-bottom: 1px;
        border-bottom: 1px solid transparent;
    }

    .member-email:hover {
        cursor: pointer;
        border-bottom: 1px solid #fff;
         -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    }


.michelle {
    background-image: url('../img/michelle.jpg');
}

.ryan {
    background-image: url('../img/Ryan.jpg');
}

.mani {
    background-image: url('../img/Mani.jpg');
}

.kwesi {
    background-image: url('../img/Kwesi.jpg');
}

.rachel {
    background-image: url('../img/rachel.jpg');
}

.jean {
    background-image: url('../img/jean.jpg');
}

.doubleteam {
    background-image: url('../img/doubleteam.jpg');
}

.braintrust {
    background-image:  url('../img/braintrust.jpg');
}

.gametime {
    background-image: url('../img/gametime.jpg');
}

.ryandesk {
    background-image: url('../img/ryandesk.jpg');
}

.deepthought {
    background-image: url('../img/deepthought.jpg');
}

.michaelmani {
    background-image: url('../img/michalmani.jpg');
}

@media screen and (max-width: 1024px) {
    .about-title {
        padding: 0;
    }

    .about-header {
        background-position: center;
    }

    .boss-name {
        font-size: 26px;
    }

    .boss-img {
        width: 45%;
    }

    .boss-desc {
        width: 50%;
    }

    .team-title {
        margin: 70px auto 30px;
    }
}

@media screen and (max-width: 1440px) {
    .boss {
        width: 100%;
    }

    .team-member {
        width: 33.333333%;
    }

    .x2 {
        width: 66.66666%
    }
}



@media screen and (max-width: 800px) {
    .team-member { width: 50%;}
    .x2 {width: 100%;}
}

@media screen and (max-width: 640px) {
    .team-member, .x2 {
        width: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
    }

    .team-member figcaption {
        position: absolute;
        opacity: 1;
        height: 100px;
        top: auto;
        bottom: 0;
    }

    .team-member figcaption h2.member-name {
        padding: 10px 20px 0 20px;
        font-size: 20px;
        letter-spacing: 5px;
        margin-bottom: 0;
    }

    .team-member figcaption p.member-pos {
        padding: 0;
        font-size: 16px;
        letter-spacing: 2px;

    }

    .member-email {
        font-size: 18px;
        margin-top: 0;
        padding: 0;
    }

    .kwesi {
        background-position: center;
    }

    .about-title {
        font-size: 30px;
        letter-spacing: 11px;
        line-height: 1.6em;

    }

    .about-title span {
        font-size: 39px;
        font-family: 'NexaBold', sans-serif;
        letter-spacing: 8px;
        padding-top: 0;
    }

    .team-title {
        margin: 70px auto 30px;
        font-size: 28px;
        letter-spacing: 10px;
    }
}

@media screen and (min-width: 2000px) {
    .team-member {
        width: 20%
    }
    .x2 {
        width: 40%;
    }
}
/*  Connect
    ----------------------------------------------------------- */

.connect-header {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../img/connect.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.map-frame {
    margin-top: 70px;
    width: 50%;
    height: 500px;
    float: right;
}


.connect-form {
    width: 40%;
    margin: 30px 0 0 50px;
    display: inline-block;
}

    .connect-form h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

.input-title {
    font-size: 22px;
    font-family: 'NexaLight', 'Source Sans Pro', Arial, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-right: 20px;
}

.connect-input {
    font-size: 18px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    border: 1px solid #999;
    padding: 10px;
    width: 300px;
    margin: 10px 0 20px;
}

.connect-message {
    vertical-align: top;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
    height: 200px;
}

.submit {
    margin: 20px 0;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #000;
    text-transform: uppercase;
    font-family: 'NexaBold', 'Source Sans Pro', Arial, sans-serif;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .submit:hover {
        cursor: pointer;
        color: #DB0A5B;
        border: 2px solid #DB0A5B;
    }

.validate {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: red;
}

@media screen and (max-width: 1024px) {
    .connect-form {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0 30px;
        display: inline;
    }

    .connect-message {
        width: 80%;
        margin: 10px auto;
    }

    .shift-right {
        margin-left: 65px;
    }

    .map-frame {
        width: 100%;
        float: none;
    }

    .input-title {
        margin-right: 0;
    }
}




/*  Careers
    ----------------------------------------------------------- */
.careers {
    margin: 30px 0 60px;
}
.job, .career-intro {
    margin-left: 50px;
}

.career-intro {
    width: 90%;
    font-size: 24px;
}

.job {
    margin-top: 50px;
    width: 80%;
    padding-right: 20px;
}

.job h2 {
    vertical-align: middle;
    display: inline;
    margin-left: 30px;
    font-family: 'NexaLight', 'Source Sans Pro', Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.job span {
    vertical-align: middle;
    font-size: 50px;
}

.job p, .job ul {
    margin: 10px 0;
    font-size: 21px;
}

.job ul {
    line-height: 32px;
    padding-left: 40px;
}
.career-intro a {
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .career-intro a:hover {
            cursor: pointer;
            color: #DB0A5B;
            border-bottom: 1px solid #db0a5b;
        }


@media screen and (max-width: 1024px) {
    .careers {
        text-align: center;
        margin: 30px auto;
    }

    .job, .career-intro {
        padding: 0 20px;
    }
    .career-intro {
        font-size: 20px;
        margin: 10px auto 40px;
    }

    .job {
        margin: 0 auto 60px;
    }

    .job h2 {
        font-size: 24px;
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }

    .job ul {
        
        list-style: none;
        list-style-image: none;
        padding: 0;
    }

    .lefted {
        text-align: left;
    }
}













/*****MAX WIDTH: 1024px*****/
@media screen and (max-width: 1024px) {
    #main-content {
        float: none;
        width: 100%;
        text-align: center;
    }

    .site-title {
        padding: 100px 10px 20px;
        margin: 0;
    }

    .intro-text {
        padding: 0 30px;
        text-align: center;
        margin: 0 auto;
        width: 80%;
    }

    .learn-more {
        margin: 0 auto 10px auto;
    }

    .learn-more input {
        margin: 40px 0;
    }

    .page-header h2, .page-header h4 {
        padding-left: 0;
        top: 100px;
    }
}
