body{
    font-family: 'Open Sans', sans-serif;
    color:#222;
}
.container{
    max-width:1100px;
}
.relative{
    position: relative;
}
.full-block {
    display: block;
    width:100%;
}
.singularSmallContent{
    min-height:400px;
}
.sdBlue {
    color: #117cc1;
}

/*
 * Primary navigation
 */
#primaryNavWrap .container {
    min-height: 78px;
}
#primaryNavWrap.navbar-default {
    background-color: #ffffff;
    border-bottom: none;
    margin-bottom:0;
}
#primaryNavWrap ul.nav {
    padding: 16px 0;
    font-size: 16px;
}
#primaryNavWrap ul.nav a{
    font-weight:400;
    text-transform: uppercase;
    color: #68696c;
}
#primaryNavWrap ul.nav a:hover{
    color:#eb7200;
}
#primaryNavWrap .navbar-brand {
    height: auto;
    margin-top: 1px;
}
#primaryNavWrap .navbar-toggle {
    margin-top: 18px;
}
#primaryNavWrap.navbar.bordered {
    border-bottom: 11px solid #68696C;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

/*
 * Footer
 */
footer{
    background-color: #127cc1;
    color: #ffffff;
    padding:30px 0 60px 0;
    font-size:14px;
}
footer h1{
    font-size:16px;
    margin:15px 0 10px;
}
footer a{
    color:#ffffff;
}
footer a:hover{
    color:#dddddd;
}
.footer-section{
    margin:25px 0;
}
#menu-footer, .listless{
    list-style: none;
    padding: 0;
}
#menu-footer li{
    margin:2px 0;
}
footer .we-help, footer .contact, footer .copyright{
    margin:10px 0 15px;
}
.copyright{
    font-size:12px;
}
.footer-social a:hover{
    text-decoration: none;
    opacity:.8;
}
/* For Google Tracking */
body > iframe {
    position: absolute;
    bottom: 0;
}
/*
 * Buttons
 */
.btn-sdblue {
    background-color: #117CC1;
    color:#ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.btn-sdblue:hover{
    background-color: #54ade1;
    color:#ffffff;
}
.btn-sdorange{
    background-color: #e16e01;
    color:#ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.btn-sdorange:hover{
    background-color: #eb9b00;
    color:#ffffff;
}
.btn-sdlarge{
    padding: 11px;
    font-size:18px;
}
.btn-sdxlarge{
    padding: 15px;
    font-size:20px;
}
.btn-sdxxlarge{
    padding: 20px;
    font-size:28px;
}

/*
 * CTA
 */
.request-grey-full {
    background: #222;
    height: 130px;
    text-align: center;
}
.request-grey-full .row {
    padding:34px 0;
}
.request-grey-full h2 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1em;
    padding: 22px 0;
}

/*
 * Elements
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
h3{
    font-size:30px;
}
h4{
    font-size:26px;
}
h5{
    font-size:22px;
}
h6{
    font-size:18px;
}
a {
    transition: all .3s ease-in-out 0s;
}

/*
 * Section Styles
 */
.deepBreath {
    margin-top:100px !important;
}
.mediumBreath {
    margin-top:75px !important;
}
.smallBreath {
    margin-top:50px !important;
}
.xsmallBreath {
    margin-top:25px !important;
}
.xxsmallBreath {
    margin-top:12px !important;
}
.deepExhale {
    margin-bottom:100px !important;
}
.mediumExhale {
    margin-bottom:75px !important;
}
.smallExhale {
    margin-bottom:50px !important;
}
.xsmallExhale {
    margin-bottom:25px !important;
}
.xxsmallExhale {
    margin-bottom:12px !important;
}
.sectionTitle {
    color: #127cc1;
    padding: 0 0 10px;
    font-size: 70px;
}
.sectionTitle.alt {
    font-size:65px;
}
.sectionSubTitle {
    color: #464646;
    font-size: 41px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 12px;
    line-height:1.2em;
}
.text-section {
    font-size: 16px;
}

/*
 * Testimonials
 */
.testimonial-name{
    color: #117cc1;
    font-size: 27px;
    font-weight: 400;
    padding: 16px 0 0 8px;
    text-transform: uppercase;
    display: block;
}
.testimonial-company{
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px 8px;
    display: block;
    height: 60px;
    overflow: hidden;
}

/* FORM */
.submit-btn {
    margin-top:20px;
}
.formTitle {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
}

#googleAnalyticsCode{
    position:absolute;
    bottom:0;
    left:0;
}

/*  -----------------------------------------------------------------
                            Responsive Views
    ----------------------------------------------------------------- */
@media only screen and (min-width: 993px) {
/* modal help*/
    .ts-modal-lg .modal-dialog{
        width: 900px
    }
}
/* 768 - 992 */
@media only screen and (max-width: 992px) {
/* CTA */
    .request-grey-full .row{
        padding:0;
    }
    .request-grey-full h2 {
        margin:0;
        padding:16px 0;
    }

/* Section Styles */
    .sectionTitle, .sectionTitle.alt{
        font-size: 43px;
    }
    .sectionSubTitle {
        font-size:29px;
    }

/* modal help*/
    .ts-modal-lg .modal-dialog{
        width: 750px
    }
}

@media only screen and (max-width: 768px) {
    /* Nav */
    .navbar-brand > img {
        width: 200px;
    }
/* CTA */
    .request-grey-full{
        padding:0;
    }
    .request-grey-full h2 {
        padding:8px 0;
        margin-top:10px;
    }
    .btn-sdxlarge {
        padding:5px;
    }

/* Section Styles */
    .sectionTitle, .sectionTitle.alt{
        font-size:30px;
    }
    .sectionSubTitle {
        font-size:20px;
    }
    /* modal help*/
    .ts-modal-lg .modal-dialog{
        width: 96%
    }
}