html {
    font-size:100%;
}

body {
    overflow-x: hidden;
    font-family: "proxima-nova",sans-serif;
}

.text-muted {
    color: #777;
}

.text-muted strong {
    color: #000;
}

.anchorOffset {
    display: block;
    content: " ";
    padding-top: 90px;
    margin-top: -90px;
    visibility: hidden;
}

.text-primary {
    color: #00A9E0;
}
p {
    font-size: 1.1rem;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}
a {
    color: #00A9E0;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #00A9E0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

blockquote p {
    color:#797979;
    font-style:italic;
    font-family: serif;
}

blockquote p strong {
    font-weight:900;
    color:#000;
    border-bottom: 2px solid #fff;
}

.muted {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1000px;
    background-color:rgba(2, 58, 50, 0.5);
    overflow: hidden;
    z-index:-1;
    background-blend-mode: multiply;
}

.intro-lead-in a {
    color:inherit;
    text-decoration:none;
    border-bottom: 3px solid;
}


/* value calc */

.calc {
    background-color:#f1f1f1;
}

.calc.panel-default>.panel-heading {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #ddd;
    letter-spacing:1px;
}

.calc.panel-default>.panel-footer {
    color: #fff;
    background-color: #000000;
    border-color: #ddd;
    letter-spacing:1px;
}

.calc .panel-body {
    padding: 0 15px;
}

.calc .panel-body .row {
    padding:10px 0;
    border-bottom:1px solid #e4e4e4;
}

.calc-label {
    font-size: 1rem;
}

.calc-input {
    white-space: nowrap;
}

.calc input {
    padding: 5px;
    width: 70%;
}

.calc input[type="number"]:disabled {
    background-color:transparent;
    border:1px dotted #bbbbbb;
}

.dollars {
    position: absolute;
    left: 2px;
    top: 25%;
}

.calc-sub-results {
    background-color: rgba(0,0,0,.08);
}

.calc-results {
    padding: 5px;
    background-color: rgba(255,255,255,.3);
    border-radius: 200px;
    font-size:2rem;
}

.calc .btn {
    width:100%;
    transition: padding-right .3s, padding-left .3s;
}

.calc .btn:hover {
    padding-right:30px;
    padding-left:30px;
    transition: padding-right .3s, padding-left .3s;
}

.calc .compare {
    font-size: 2rem;
    opacity: 0.4;
    margin-top: 8px;
}

.calc-disclaimer {
    line-height: initial;
    text-transform: uppercase;
    text-transform: none;
    font-size: 13px;
    text-align: left;
    padding: 10px 0 0 10px;
}

.calc .panel-note {
    transition: all 0.5s ease;
}

.calc .panel-note.step-highlight {
    background-color: rgba(0,0,0,1);
    padding: 5px;
    transition: all 0.5s ease;
}

.calc input.step-highlight {
    outline:1px solid #000;
    transition: all 0.5s ease;
}

.calc-float-bottom {
    position: absolute;
    background: #000000;
    border: 3px solid #fff;
    padding: 10px;
    bottom: 11px;
    right:0;
    /* initially hidden */
    display:none;
    opacity:0;
}
.calc-float-bottom:after, .calc-float-bottom:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.calc-float-bottom:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 15px;
    margin-left: -17px;
}
.calc-float-bottom:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -22px;
}

.calc .panel-title {
    line-height:2rem;
}

.calc .highlight {
    background-color:#000;
    display:block;
}


/* // value calc */

.disclaimer {
    line-height: initial;
    text-transform: uppercase;
    text-transform: none;
    font-size: 13px;
    text-align: left;
}

.full-width {
    width:100%;
}

.content ul {
    padding-left:0;
}

.content ul li {
    font-size:1.1rem;
    padding-bottom: .6rem;
}

.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-darkest-gray {
    background-color: #222;
}
.btn-primary {
    color: #fff;
    background-color: #00A9E0;
    border-color: #00A9E0;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00A9E0;
    border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #00A9E0;
    border-color: #00A9E0;
}
.btn-primary .badge {
    color: #00A9E0;
    background-color: #fff;
}

.btn-secondary {
    color: #F5003A;
    background-color: transparent;
    border-color: #F5003A;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius:0;
    padding: 14px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    transition:background-color .3s, color .3s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #F5003A;
    transition:background-color .3s, color .3s;
}

.btn-xl {
    color: #fff;
    background-color: #00A9E0;
    border-color: #00A9E0;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #00A9E0;
    border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #00A9E0;
    border-color: #00A9E0;
}
.btn-xl .badge {
    color: #00A9E0;
    background-color: #fff;
}
.navbar-default {
    background-color: #222;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #00A9E0;
    font-family: "proxima-nova",sans-serif;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #00A9E0;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
    background-color: #00A9E0;
    border-color: #00A9E0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #00A9E0;
}
.navbar-default .nav li a {
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #00A9E0;
    outline: 0;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: rgba(255,255,255,.2);
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(255,255,255,.2);
}

header {
    background-image: url(../img/header.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    position:relative;
    overflow:hidden;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}
header .intro-text .intro-heading {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

section {
    padding: 40px 0;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
section h3.section-subheading {
    font-size: 1.4rem;
    font-family: "proxima-nova",sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
    padding: 12px;
    line-height: 1.9rem;
}

section h3.callout {
    font-size: 1.4rem;
    font-family: "proxima-nova",sans-serif;
    text-transform: none;
    font-weight: 400;
    background-color: rgba(0,0,0,0.05);
    padding: 12px;
    line-height: 2.3rem;
}

.content h2 strong {
    color:#00A1FF;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #00A9E0;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }
}
@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
aside.clients img {
    margin: 50px auto;
}
footer {
    padding: 25px 0;
    text-align: center;
}
footer span.copyright {
    line-height: 40px;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    text-transform: none;
    font-size: 10px;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #00A9E0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #00A9E0;
}
::selection {
    text-shadow: none;
    background: #00A9E0;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #00A9E0;
}

.navbar-brand>img {
    width:70%;
}

.navbar-brand {
    padding: 0;
}


.testimonial-logo {
	position: relative;
    display: inline-block;
    width: 4em;
    height: 2.5em;
    line-height: 2em;
    vertical-align: middle;
}

.btn-xl {
    color: #FFF;
    background-color: rgba(0,0,0,.1);
    border-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    font-size: 18px;
    padding: 20px 40px;
    border-width: 2px;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #00A1FF;
    border-color: #FFFFFF;
}

nav.navbar .btn-sm {
	color: #fff;
    background-color: #F5003A;
    border-color: #fff;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: 13px 23px 14px;
    border-radius:0;
}

.content .btn-lg {
    color: #fff;
    background-color: #F5003A;
    border-color: #F5003A;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1rem;
    padding: 13px 23px 14px;
    border-radius:0;
}

.content .btn-sm {
    color: #fff;
    background-color: #F5003A;
    border-color: #F5003A;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 14px 7px;
    border-radius:0;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    rgba(255,255,255,.2);
    border: 1px#fff;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    rgba(255,255,255,.5)
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: rgba(255,255,255,.8);
    outline: 0;
}

.modal-content h2 {
    color: #000;
    text-transform: none;
    font-weight: 100;
    padding: 0 40px;
    font-size: 24px;
    text-decoration: none;
    line-height: 34px;
}

.modal-content h2 strong {
    color:#00A9E0;
}

.modal-title {
    text-align:center;
    font-size:26px;
    padding: 10px 30px;
}

header .intro-text .intro-heading {
    margin-bottom: 10px;
}

header .intro-text .intro-heading strong {
    margin-bottom: 10px;
}

header .intro-text .intro-heading strong {
    background-color: #000;
    padding: 0 10px;
}

.navbar-default.navbar-shrink {
    background-color: transparent;
}

.ua-mobile .navbar-default.navbar-shrink {
    background-color: rgba(0,0,0,.9);
}
/* has override to compensate for poor skrollr support on mobile */

.quote:before {
    content: open-quote;
    font-size: 40px;
    color: #00A1FF;
    float: left;
    margin-top: -20px;
}

.quote:after {
    content: close-quote;
}

.quote strong {
    color:#333;
}

.steps {
    margin-top: 46px;
}

.forceLower {
    text-transform: lowercase!important;
}

.property-title {
    text-align: right;
    background-color: rgba(0,0,0,.5);
    padding: 5px 8px;
    font-size: .7em;
    opacity: .8;
    font-style: italic;
    position: absolute;
    bottom: 0;
    right: 8px;
}

.logobar img {
    width:100%;
    padding-top: 20px;
}

.img-fluid {
    max-width: 100%; height: auto;
}


@media (min-width: 768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 30px;
    }

    header .intro-text .intro-lead-in {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 40px;
        line-height: 3rem;;
        margin-bottom: 25px;
        background-color: rgba(0,0,0,.3);
        padding: 1.5rem;
    }

    header .intro-text .intro-heading {
        font-family: "proxima-nova",sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2.45rem;
        line-height: 4rem;
        letter-spacing: 1px;
    }

    header .intro-text .intro-heading:first-line {
        font-size: 3rem;
    }

    header .intro-text .intro-heading strong {
        background-color: #000;
        padding: 0 10px;
    }

    section {
        padding: 80px 0;
    }

    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    section {
        padding: 40px 0;
    }
}


@media (max-width : 135px ){
    .navbar-brand>img {
        width: 90%;
        padding: 10px;
    }

    .navbar-default .navbar-brand {
        width: 315px;
    }

    .heart {
        padding: 15px;
        display: block;
        margin: 0 auto;
    }

}
