

* {
    font-family: din-2014, Roboto, Arial, sans-serif;
    font-weight: 300;
}

html {
    margin: 0;
    width: 100%;
}


body {
    margin: 0;
    font-family: din-2014, Roboto, Arial, sans-serif;
    color: #636363;
    width: 100%;
}

.row {
    max-width:100%;
}
    .row:not(.expanded) .row {
        max-width: none;
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}


#wrapperDetails {
    margin: auto;
    background-color: white;
    max-width: 1280px;
    padding-top: 0px;
    overflow:hidden;
}


h1, h2, h3, h4, h5, h6, p, span, a {
    margin: 0;
    padding: 0;
}


p, span, a, .button, li {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .3px;
}
p {
    margin-bottom:1.25em;
}
    a {
        text-decoration: none;
        color: #168ed1;
    }


/* form fields */

.form {
    max-width: 1080px;
    margin-bottom: 4rem;
}

.form .input-wrapper {
        margin-bottom: 5rem;
        margin-top:2rem;
   }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button, input, optgroup, select, textarea {
    font-weight: 400;
}

.form input, .form select {
    overflow: visible;
    margin-bottom: 0;
    height: 40px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: solid 2px #f5f5f5;
    width: 100%;
    padding-left: 16px;
    font-size: 0.875em;
}

.textarea {
    width: 100%;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: solid 2px #f5f5f5;
    padding: 16px;
}

    input:active, select:active, .textarea:active, input:focus, select:focus, .textarea:focus {
        border: solid 2px #979797;
    }

.form label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-top: 1em;
}

.form input[type="email"] {
    width: 100%;
}

form input.primary-button, .primary-button {
    background-color: #34B3E4;
    color: #fff;
    padding-top: 0.6875em;
    font-size: 1.125rem;
    border-radius: 6px;
    padding-bottom: 0.625em;
    line-height: 1.1;
    height: 40px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    text-align: center;
    width: auto;
    text-decoration: none;
    display: block;
    font-weight: 400;
    width: 200px;
}

form input.primary-button {
    line-height: 1;
    text-align: left;
}

    a .primary-button {
    padding-left: 0;
    padding-right: 0;
    width: 200px;
}

.title .primary-button {
    margin-top: 1.875rem;
    border-radius: 6px;
}

.invalid {
    color: red;
}

.basicBackground {
    background-color: #004a71;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 1.125rem;
}

.tagline {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.fontStyleOrange {
    color: #d17329;
}
    .fontStyleDemi {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: .3px;
    }

    .fontStyleBelow {
        margin-left: .5rem;
        font-size: 10px;
        letter-spacing: 0.3px;
        text-align: center;
        color: #ffffff;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .fontStyleNeedInfo {
        color: #004a71;
    }

    .fontTwitter {
        width: 580px;
        height: 23px;
        font-size: 18px;
        letter-spacing: 0.3px;
        color: #636363;
    }

    .fontError {
        font-size: 14px;
    }

.fontNeedMoreInfo {
    font-size: 18px;
    letter-spacing: 0.3px;
}

  #applyImage {
        position: relative;
    }

.towerImg {
    background-image: url('/images/about-image-d.jpg');
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    max-width: 1024px;
}
.twitter p, .twitter img {
    display:inline;
}
.setTop {
        margin-top: 2em;
    }

.setAboutTop {
    margin-top: 1.5em;
}


.setSide {
    margin-left: unset;
}

.setBottom {
    margin-bottom: 2em;
}

.visible-for-medium, .visible-for-medium-only, .visible-for-large {
    display: none !important;
}

.visible-for-small {
    display: block !important;
}
    .visible-for-small.inline-block {
        display: inline-block !important;
    }


#state {
    display:none;
}

#requestInfoButton {
    width: 247px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    background-color: #34b3e4;
    display: inline-block;
    padding: 13px;
    color: #ffffff;
    margin-top:0.25em;
}
    #requestInfoButton:hover {
        background-color: #636363;
    }
    #requestInfoButton span {
        right: 17px;
        position: absolute;
        font-size: 26px;
        transform: rotate(90deg);
        font-weight: lighter;
        line-height: 50px;
        display: block;
        top: 0;
    }

.submitInfo {
    width: 247px;
    /* height: 48px; */
    background-color: #636363;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 3rem auto 0;
    display: block;
    padding: .5rem .5rem;
    border-radius: unset;
}


/* handheld */
.title .primary-button {
    margin-top: 2.875rem;
}

form input.primary-button, .primary-button, a.primary-button {
    font-weight: 400;
    height: 50px;
    width: 240px;
    font-size: 1.375rem;
    padding-top: 0.6em;
}

.primary-button {
    line-height: 1.3;
    text-align:left;
}
    .primary-button:hover {
        background-color: #636363;
    }

form input.primary-button {
    line-height: 1.3;
}
.val-summary {
    color: red;
    padding: 0 16px 0 0;
    border: solid 3px red;
}
.val-summary.too-many {
    font-size: 18px;
    padding: 16px;
}
    .header {
        background-image: url('/images/hero-image-m.jpg');
        height: 482px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        width: 100%;
    }

.tag {
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 74, 113, 0.75);
    z-index: 1;
    width: 100%;
    padding-bottom:2rem;
}


.header-logo {
    padding:2rem 0;
    margin: 0 auto;
}

#lineDetails {
    width: 70%;
    border: solid 1px #ffffff;
    margin:2rem auto;
}

.hr-projects {
    width: 40%;
    border: solid 1px #ffffff;
    margin: 2rem auto;
}

#arrowDetails {
    margin: 0 auto;
}


#iconSize {
    width: 25px;
    height: 25px;
    margin-top: .2rem;
    position: relative;
    margin-bottom: 2rem;
}

.modalFont {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #636363;
}

.modalContentFont {
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #636363;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 247px; /* Full width */
    height: 137px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.adjustPaddingRight {
    padding-right: unset;
    padding-right: 1rem;
}

.adjustPaddingLeft {
    padding-left: unset;
    padding-left: 1.7rem;
}

.tagline {
    padding-top: 10px;
}

.alignLeft {
    text-align: center;
}


    .paddingTopper {
        padding-bottom: 2em;
    }

    .paddingTopBottom {
        padding-bottom:1em;
        padding-top:1em;
    }

.paddingBottom, .projectPaddingBottom {
    padding-bottom: 2em;
}

.setShouldYouTop, .projectPaddingTop  {
    padding-top: 2rem;
}
.apply-intro  {
    padding-bottom: 2.5rem;
}

.project-container {
    position: relative;
    max-width: 1280px;
    padding: 2rem 0 1.5rem;
}

#lineTwitter {
    border: solid 1px #acacac;
    width:100%;
    max-width: 395px;
    margin: 0 0 1.25rem 0;
	text-align:left;
}
.about-intro {
    padding-bottom: 1rem;
}
.tower-container-right {
    background-image: url('/images/about-image-m.jpg');
}

.footer-logo {
    margin: 2.5rem auto 2rem;
}

    @media only screen and (min-width: 440px) {
        .header {
            height: 560px;
            background-position: top center;
            background-position-y: -40px;
        }


        .mobilePaddingForProject {
        }

        .paddingProjectBottom {
            padding-bottom: 2.81em;
        }


        .tagline {
            padding-top: 25px;
        }


        .apply-left {
            max-width: 100%;
            background-image: url('/images/IMG_1822_logoAdd.jpg');
            background-repeat: no-repeat;
            background-position: center;
            height: 100%;
            position: relative;
            top: 0;
            bottom: 0;
        }

        .adjustPaddingLeft {
            padding-left: unset;
            padding-left: 2rem;
        }
    }


    @media only screen and (min-width: 580px) {

        .header {
            height: 660px;
            background-position-y: -80px;
        }

        .towerImg {
            background-position: center center;
        }
    }
    /* tabs */
    @media only screen and (min-width: 768px) {
        #lineDetails {
            margin: 3rem auto;
        }

        .statementPadding {
            padding-top: 1rem;
        }



        .alignLeft {
            text-align: unset;
            text-align: left;
        }


        .paddingResize {
            padding: unset;
            padding-left: 1.5em;
            padding-right: 1.5em;
        }


        .title .primary-button {
            margin-top: 2.875rem;
        }

        form input.primary-button, .primary-button, a.primary-button {
            font-weight: 400;
            height: 50px;
            width: 240px;
            font-size: 1.375rem;
            padding-top: 0.6em;
        }

        .primary-button {
            line-height: 1.3;
        }

        form input.primary-button {
            line-height: 1.3;
        }

        .container {
            position: relative;
        }

        .header {
            background-image: url('/images/hero-image-t.jpg');
            background-position: center center;
            position: relative;
        }

        .tag {
            position: absolute;
            left: 41px;
            top: 0;
            background-color: rgba(0, 74, 113, 0.75);
            z-index: 1;
            width: 327px;
            bottom: 0;
            height: 100%;
            display: block;
            max-height: none;
        }

        #verticalLine {
            width: 1px;
            height: 500px;
        }

        .visible-for-medium, .visible-for-medium-only {
            display: block !important;
        }

            .visible-for-medium.inline-block, .visible-for-medium-only.inline-block {
                display: inline-block !important;
            }

        .visible-for-small, .visible-for-small.inline-block {
            display: none !important;
        }

        #state {
            height: auto;
            width: auto;
            visibility: visible;
            display: inline-block;
        }

        .header-logo {
            padding-top: 5em;
        }


        #arrowDetails {
            text-align: center;
            margin-top: 78px;
            margin-bottom: 10px;
        }

        .setTop {
            margin-top: 2.875rem;
        }

        .setTopAboutBelow {
            margin-top: .875rem;
        }

        .tagline {
            margin-top: 5rem;
        }

        .horizontalLine {
            width: 12px;
        }

        .hiddenVisibility {
            visibility: visible;
        }

        .circle {
            width: 22px;
            height: 22px;
            -webkit-border-radius: 22px;
            -moz-border-radius: 22px;
            border-radius: 22px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            border: solid 3px #ffffff;
            display: inline-block;
            position: absolute;
        }

        .locationLeft {
            font-weight: 600;
            margin-left: 2rem;
            margin-bottom: 1rem;
            font-size: 15px;
            padding-right: 16px;
        }

        /*.bulbImg {
            background-image: url('/images/apply-lightbulb-t.jpg');
            height: 510px;
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center center;
            position: relative;
            max-width: 100%;
        }*/

        .apply-container {
            position: relative;
        }

        .apply-left {
            width: 42.5%;
            background-image: url('/images/IMG_1822_logoAdd.jpg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
        }

        .apply-right {
            margin-left: 42.5%;
        }

        .tower-container {
            position: relative;
        }

        .tower-container-right {
            background-image: url('/images/about-image-d.jpg');
            background-repeat: no-repeat;
            background-position: right center;
            height: 500px;
            position: relative;
            top: 0;
            bottom: 0;
            max-width: 100%;
            margin-left: 57.5%;
        }

        .tower-container-left {
            width: 57.5%;
            position: absolute;
            height: 100%;
        }


        .about-intro {
            max-width: 440px;
            margin: 0 auto;
        }

        .apply-intro {
            max-width: 500px;
            padding: 0 1.5rem 2.5rem 1.5rem;
        }

        .project-container-left {
            width: 42.5%;
            position: absolute;
            padding-bottom: 2em;
            padding-left: 1.5em;
        }

        .setMarginProject {
            margin-bottom: 15px;
        }

        .project-container {
            padding: 3rem 0 3rem;
        }

        .project-container-right {
            position: relative;
            max-width: 100%;
            margin-left: 42.5%;
            border-left: solid 2px;
        }

            .project-container-right .row {
                max-width: 500px;
                padding: 0 1.5rem;
            }

        .project-intro {
            max-width: 450px;
        }

        .fontHead {
            font-size: 20px;
        }

        .modalFont {
            font-size: 27px;
            letter-spacing: 0.5px;
        }

        .modalContentFont {
            font-size: 20px;
            letter-spacing: 0.4px;
        }

        .setSide {
            margin-left: unset;
        }

        #iconSize {
            width: 49px;
            height: 49px;
            margin-top: .2rem;
            position: relative;
            margin-bottom: 2rem;
        }

        .adjustPaddingLeft {
            padding-left: unset;
            padding-left: 3.1rem;
        }



        h3 {
            font-weight: 700;
            font-size: 24px;
            letter-spacing: 0.4px;
        }

        .tagline {
            font-weight: 700;
            font-size: 20px;
            letter-spacing: 0.4px;
        }

        .fontStyleBelow {
            margin-left: .3rem;
            font-size: 12px;
            letter-spacing: 0.3px;
            text-align: center;
            color: #ffffff;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .footer-logo {
            margin: 3rem auto 2.5rem;
        }
        .val-summary {
            
        }
            .val-summary.too-many {
                font-size: 20px;
                padding: 20px;
            }
    }

    @media only screen and (min-width: 1100px) {
        .header {
            height: 900px;
        }

        .visible-for-large {
            display: block !important;
        }

            .visible-for-large.inline-block {
                display: inline-block !important;
            }

        .visible-for-medium-only {
            display: none !important;
        }

        .circle {
            width: 34px;
            height: 34px;
            -webkit-border-radius: 34px;
            -moz-border-radius: 34px;
            border-radius: 34px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            border: solid 4px #ffffff;
        }

        .locationLeft {
            margin-left: 3rem;
            margin-bottom: 2rem;
            font-size: 20px;
        }

        .paddingBottom {
            padding-bottom: 3em;
        }

        .adjustPaddingLeft {
            padding-left: unset;
            padding-left: 5rem;
        }

        .apply-intro {
            max-width: 540px;
        }

        .project-container-left {
            padding-left: 2.8125rem;
        }

        .form label {
            display: block;
            font-size: 18px;
            font-weight: 400;
        }

        .header-logo {
            padding-top: 3em;
        }

        .paddingResize {
            padding: unset;
            padding-left: 2.8125em;
            padding-right: 2.8125em;
        }



        .title .primary-button {
            margin-top: 2.875rem;
        }

        .tag {
            position: absolute;
            left: 60px;
            top: 0;
            background-color: rgba(0, 74, 113, 0.75);
            z-index: 1;
            width: 580px;
            bottom: 0;
            height: 100%;
            display: block;
            max-height: none;
        }


        form input.primary-button, .primary-button, a.primary-button {
            font-weight: 400;
            height: 50px;
            width: 240px;
            font-size: 1.375rem;
            padding-top: 0.6em;
        }

        .primary-button {
            line-height: 1.3;
        }

        form input.primary-button {
            line-height: 1.3;
        }

        #arrowDetails {
            text-align: center;
            margin-top: 1.5em;
        }

        .fontStyleBelow {
            font-size: 16px;
            margin-top: 2rem;
            margin-left: 5em;
        }

        .adjustPaddingRight {
            padding-right: unset;
            padding-right: 3rem;
        }

        #iconSize {
            width: 80px;
            height: 80px;
            margin-right: .5rem;
            margin-top: .2rem;
            position: absolute;
        }

        h3 {
            font-weight: 700;
            font-size: 36px;
            letter-spacing: 0.6px;
        }


        .tagline {
            font-weight: 700;
            font-size: 36px;
            letter-spacing: 0.6px;
        }

        body {
            background-color: #F5F5F5;
        }

        .tower-container-right {
            background-position: right center;
        }
        .footer-logo {
            margin: 3.5rem auto 3rem;
        }
    }

    .table{
    display:table;
    width:100%;
    border-collapse:collapse;
}
.table-row{
    display:table-row;
}
.table-cell{
    display:table-cell;
}


.fact-item {
    text-align: center;
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1;
    height: 80px;
    display: table;
    vertical-align: middle;
    width:50%;
    float:left;
}

.fact-text {
    display: table-cell;
    vertical-align: middle;
}
.table-facts .fact-item.icon-people, .table-facts .fact-item.icon-tower {
    padding-right: 0;
}
.fact-item.icon-money {
    background-image: url('/images/money-small.png');
}
.fact-item.icon-tower {
    background-image: url('/images/miles-small.png');
}
.fact-item.icon-country {
    background-image: url('/images/territory-small.png');
}
.fact-item.icon-people {
    background-image: url('/images/customers-small.png');
}

    .fact-item .fact-header {
        color: #58bbe7;
        font-size:18px;
        white-space:nowrap;
        line-height:1;
    }
    .fact-item .fact-sub-header {
        font-size:12px;
        color:#fff;
        line-height:1.2;
    }

@media only screen and (min-width:480px) {
    .fact-item .fact-header {
        font-size: 20px;
    }
    .fact-item .fact-sub-header {
        font-size: 14px;
    }
    .fact-item {
        padding-left: 60px;
        padding-right: 20px;
    }
    .fact-item.icon-money {
        background-image: url('/images/money-medium.png');
    }

    .fact-item.icon-tower {
        background-image: url('/images/miles-medium.png');
    }

    .fact-item.icon-country {
        background-image: url('/images/territory-medium.png');
    }

    .fact-item.icon-people {
        background-image: url('/images/customers-medium.png');
    }
}

    @media only screen and (min-width:768px) {
        .table-facts {
            width: 100%;
            border-collapse: collapse;
            display: table;
        }

            .table-facts .table-row {
                display: table-row;
            }

        .fact-item {
            padding-left: 60px;
            display: table-cell;
            width: auto;
            float: none;
        }
        .fact-item:last-child {
            padding-right:0;
        }
    }
@media only screen and (min-width:860px) {
    .fact-item {
        padding-left: 70px;
        padding-right:0;
    }
}
    @media only screen and (min-width:1100px) {
        .fact-item {
            padding-left: 90px;
            height: 95px;
        }

            .fact-item .fact-header {
                font-size: 32px;
            }

            .fact-item .fact-sub-header {
                font-size: 17px;
            }

            .fact-item.icon-money {
                background-image: url('/images/money.png');
            }

            .fact-item.icon-tower {
                background-image: url('/images/miles.png');
            }

            .fact-item.icon-country {
                background-image: url('/images/territory.png');
            }

            .fact-item.icon-people {
                background-image: url('/images/customers.png');
            }
    }

    /* misc */
    .height-100 {
        height: auto;
    }

    .width-100 {
        width: 100%;
    }

    .margin-bottom-1 {
        margin-bottom: 1rem;
    }


    .text-center {
        text-align: center;
    }


    .text-left {
        text-align: left;
    }

    .no-break {
        white-space: nowrap;
    }

    .text-white {
        color: white;
    }

    .backImage {
        background-image: url('../../images/hero-image-t@3x.jpg');
    }


    #bulb {
        height: 29em;
        margin-left: 0px;
    }

    .orangeBackground {
        background-color: #d17329;
    }


    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
.modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    width: 80%;
}

    /* The Close Button */
    .close {
        color: #aaaaaa;
        float: right;
        font-size: 36px;
        font-weight: bold;
        line-height: 0.8;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }


    body {
        background-color: #F5F5F5;
    }

    .backColor-1 {
        background-color: #069bf8;
    }

    .backColor-2 {
        background-color: #fe665f;
    }

    .backColor-3 {
        background-color: #43c9f1;
    }

    .backColor-4 {
        background-color: #475a66;
    }

    .backColor-5 {
        background-color: #fcb927;
    }

    .backColor-6 {
        background-color: #9fc750;
    }

    .backColor-7 {
        background-color: #4ad9c9;
    }

    .removePaddingBottom {
        margin-bottom: unset;
    }

    .resetPaddingLeft {
        padding-left: 16px;
    }

    .adjustHeight {
        height: 40px;
    }


    

    .paddingBottomShouldYou {
        padding-bottom: 1em;
    }
