/* SVG Styles */

.st0 {
    fill-opacity: 0;
    stroke: #8dc549;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke-dasharray: 870;
    stroke-dashoffset: 870;
     animation: draw 15s linear;
    animation-fill-mode: forwards; // Stay on the last frame
    animation-iteration-count: 1; 
}


.st2 {
    fill-opacity: 0;
    stroke: #8dc549;
    stroke-width: 4;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
     animation: draw 7s linear;
    animation-fill-mode: forwards; // Stay on the last frame
    animation-iteration-count: 1; 
}



.st1 {
    fill-opacity: 0;
    stroke: #8dc549;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 4s linear;
    animation-fill-mode: forwards; // Stay on the last frame
    animation-iteration-count: 1; 
}

.animation1 {
    max-width: 35%;
    margin-top: -9%;
    margin-left: 15%;
}

@media (max-width: 767px) {
    .animation1 {
        display: none;
    }
}

.ld0 {
    fill: none;
    stroke: #8dc549;
    stroke-width: 4;
    stroke-miterlimit: 10;
     stroke-dasharray: 870;
    stroke-dashoffset: 870;
    animation-fill-mode: forwards; // Stay on the last frame
    animation-iteration-count: 1; 
}

.ld_animate {
     animation: draw 8s infinite linear;
}

.ld1 {
    fill: none;
    stroke: #8dc549;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
     stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation-fill-mode: forwards; // Stay on the last frame
    animation-iteration-count: 1; 
}

.animation2 {
    width: 58px;
    margin-top: -80px;
    margin-left: 80%;
}

@media (max-width: 767px) {
    .animation2 {
        display: none;
    }
}


/* end SVG */


/*animations*/

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}


/*end animations */

.r8 h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #003f69;   
}

body {
    font-family: 'Open Sans', sans-serif;
}

.green {
    color: #8dc549;
}

.navyBG {
    background-color: #003f69;
    background-image: url(../img/footerBG.png);
}

.navyBG .sectionHeader {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

p {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 15px 0 50px 0;
}

.noPad {
    padding: 0px;
    margin: 0px;
}
.orangeCallout {
    background-color: #f9c668;
    padding: 10px;
    text-align: center;
    max-width: 150px;
    margin: auto;
    margin-bottom: 30px;
}

.orangeCallout p {
    padding-bottom: 0px;
}

.triTop {
    width: 100%;
    max-height: 20px;
    max-width: 150px;
    margin: auto;
}

.icon {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 0px;
    max-width: 200px;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 0px;
}

.downArrow {
    max-width: 35px;
    padding: 20px 0 20px 0;
}

p {
    margin: 30px 0 30px 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.twitter {
    background-color: #d9d9d9;    
}

.white {
    color: #FFF;
}

p.intro {
    font-weight: 300;
    font-size: 2rem;
}

p.intro b {
    font-weight: 900;
}

@media (max-width: 767px) {
    .intro {
        padding-top: 30px;
    }
    
    .orangeCallout {
        margin-bottom: 30px;
    }
    
    .icon {
        padding-top: 0px;
    }
}


/* SECTION HEADERS */

.sections {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.r2, .r3, .r4, .r5 {
    min-height: 300px;
}

.r2 {
    background-image: url(../img/network.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.r3 {
    background-image: url(../img/alignIT_BG.png);
}

.r4 {
    background-image: url(../img/network3.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 30%;
}

.r5 {
    background-image: url(../img/embraceBG.png);
}

.r7 {
    background-image: url(../img/devOpsBG.png);
}

.r8 {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../img/swooshes.png);
}

.whiteButton {
    background-color: #FFF;
    color: #000;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

.whiteButton:hover {
    background-color: #8dc549;
     font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    
}



.CTAButton {
    background-color: #99d6ff;
    border: 2px solid #8dc549;
    color: #000;
    font-weight: 800;
    font-size: 2.3rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.CTAButton:hover {
    background-color: #f9c668;
    color: #000;
     font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
   
}



.footer {
    background-color: #582c83;
}

.footer p {
    color: #FFF;
}

.logo {
    width: 100%;
    max-width: 165px;
    padding: 20px;
}

.headerBG {
    margin: 0px;
    text-align: center;
    background-color: #d8d8d8;
    min-height: 350px;
    background: url(../img/headerBG.png) no-repeat left top;
    background-size: cover;
    background-position: center;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.headerBG h2 {
    padding: 0 0 0 10px;
    color: #8dc549;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 2.8rem;
}

.headerBG h1 {
    padding: 0 0 0 10px;
    color: #FFF;
    font-weight: 700;
    font-size: 4.5rem;
}

.check {
    font-size: 8rem;
    margin-top: 23px;
    float: right;
    color: #8dc549;
}

@media (max-width: 800px) {
    
    .footer .noPad {
        padding-left: 20px;
    }
    .check {
   padding: 15px;
    float: left;
}
    
    .subhead {
        padding: 0 0 0 0;
        max-width: 100%;
    }
    .headerText {
        padding: 0 0 0 0;
    }
}

.desktopIcon {
    background-image: url(fa-desktop.png);
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: right;
}

.clockIcon {
    background-image: url(fa-clock-o.png);
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: left;
}

.dollarIcon {
    background-image: url(fa-dollar.png);
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: right;
}

.sectionSub {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 400;
}

.sectionHeader {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 0px;
    color: #8dc549;
}

.orange {
    color: #fe4f00;
}
