@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

section {
    display: block
}

@media print {
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
.h2,
.h3,
h2,
h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h2,
.h3,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.text-muted {
    color: #777
}
.container:after {
    clear: both
}
.container:after,
.container:before {
    display: table;
    content: " "
}
.container {
    margin-right: auto;
    margin-left: auto
}
.container {
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px
    }
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media {
    zoom: 1;
    overflow: hidden
}
.u-margin-top-20 {
    margin-top: 20px
}
@media (max-width: 480px) {
    body {
        font-size: 14px
    }
}
@media (min-width: 768px) {
    .container {
        padding: 0 10px
    }
}
.slider .lg-handle {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
    color: #eee;
    cursor: pointer;
    height: 60px;
    left: -18px;
    position: relative;
    top: -26px;
    width: 30px;
    z-index: 1
}
.slider .lg-handle:active {
    box-shadow: 0 0 8px 3px rgba(255, 255, 255, .75) inset, 1px 1px 1px 0 rgba(0, 0, 0, .15);
    left: -17px;
    top: -25px
}
.slider .lg-tooltip {
    background-color: #fff;
    border-radius: 8px;
    color: #347d84;
    font-size: 2em;
    font-weight: 700;
    left: -85px;
    padding: 0 5px 5px;
    position: relative;
    text-align: center;
    top: -125px;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    width: 200px
}
.slider .lg-tooltip::after {
    border: solid transparent;
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #fff;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0
}
.slider .lg-tooltip.finished {
    top: -130px
}
.slider .lg-tooltip label {
    color: #444;
    font-size: .7em;
    margin: 0;
    padding: 0
}
.slider .lg-tooltip .slider-value {
    color: #aaa;
    font-size: .5em;
    font-weight: 400
}
.slider .lg-tooltip .slider-value strong {
    color: #444;
    font-size: 1.3em
}
.lg-target,
.lg-target * {
    box-sizing: border-box;
    touch-action: none;
    user-select: none
}
.lg-target {
    border-radius: 0;
    direction: ltr;
    position: relative
}
.lg-base {
    background: #347d84;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}
.lg-origin {
    position: absolute;
    right: 0
}
.lg-origin {
    border-radius: 0;
    bottom: 0;
    left: 0;
    top: 0
}
.lg-stacking .lg-handle {
    z-index: 10
}
.lg-state-tap .lg-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}
.lg-state-drag * {
    cursor: inherit
}
.lg-base,
.lg-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.lg-horizontal {
    height: 10px
}
.lg-vertical {
    width: 18px
}
.lg-vertical .lg-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px
}
.lg-vertical .lg-handle::after,
.lg-vertical .lg-handle::before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px
}
.lg-vertical .lg-handle::after {
    top: 17px
}
.lg-background {
    background: #fff;
    border: 1px solid #d0d0d0
}
.lg-connect {
    background: #347d84;
    -webkit-transition: background 450ms;
    transition: background 450ms
}
.lg-target.lg-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}
.lg-draggable {
    cursor: w-resize
}
.lg-vertical .lg-draggable {
    cursor: n-resize
}
.lg-active {
    background: #265a5f
}
[disabled] .lg-connect,
[disabled].lg-connect {
    background: #666
}
[disabled] .lg-handle,
[disabled].lg-origin {
    cursor: not-allowed
}
.section--gray.section--with-bottom-arrow::after,
.section--primary::after,
.section--white.section--with-bottom-arrow::after {
    border-style: solid;
    width: 0;
    z-index: 3;
    height: 0;
    left: 50%;
    content: ""
}
.savings-calculator {
    margin-top: 100px
}
.savings-calculator .costs {
    font-size: 1.2em;
    padding: 20px 0;
    text-align: center
}
.savings-calculator__description {
    color: #aaa;
    font-size: 1.5em;
    padding: 10px;
    text-align: center
}
.savings-calculator__title {
    color: #222;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    text-align: center
}
.section {
    padding: 40px 0;
    position: relative;
    text-align: center
}
.section .h2,
.section .h3,
.section .h4 {
    line-height: 1.5;
    margin: 0;
    padding: 0
}
.section .h2 {
    color: #0e575e;
    font-size: 2.4em
}
.section .h3 {
    font-size: 1.8em;
    font-weight: 300
}
@media (max-width: 768px) {
    .section .h2 {
        font-size: 1.8em
    }
    .section .h3 {
        font-size: 1.5em
    }
    .section {
        padding: 15px 0
    }
}
.section .h4 {
    font-size: 1.3em;
    font-weight: 300
}
.section--white {
    background-color: #fff
}
.section--white.section--with-bottom-arrow::after {
    border-color: #fff transparent transparent;
    border-width: 40px 40px 0;
    bottom: -40px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (max-width: 768px) {
    .section--white.section--with-bottom-arrow::after {
        border-width: 20px 20px 0;
        bottom: -20px
    }
}
.section--primary {
    background-color: #347d84;
    color: #fff
}
.section--primary .h2 {
    color: #fff
}
.section--primary::after {
    border-color: #347d84 transparent transparent;
    border-width: 40px 40px 0;
    bottom: -40px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (max-width: 768px) {
    .section--primary::after {
        border-width: 20px 20px 0;
        bottom: -20px
    }
}
.section--gray {
    background-color: #d7e7e8
}
.section--gray.section--with-bottom-arrow::after {
    border-color: #d7e7e8 transparent transparent;
    border-width: 40px 40px 0;
    bottom: -40px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.section__footer {
    line-height: 1.8
}
.section__footer--left {
    text-align: left
}
.section__header {
    margin-bottom: 40px
}
@media (max-width: 768px) {
    .section--gray.section--with-bottom-arrow::after {
        border-width: 20px 20px 0;
        bottom: -20px
    }
    .section__header {
        margin-bottom: 20px
    }
}
.section--bordered {
    border-bottom: solid 1px #ccc
}
.section--bordered::after,
.section--bordered::before {
    border: solid transparent;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%
}
.section--bordered::after {
    border-color: #fff transparent transparent;
    border-width: 40px;
    margin-left: -40px
}
.section--bordered::before {
    border-color: #ccc transparent transparent;
    border-width: 41px;
    margin-left: -41px
}
.section.list-for-free {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    text-align: left
}
.section.list-for-free .content {
    background-color: rgba(255, 255, 255, .75);
    bottom: 0;
    min-width: 480px;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 35%
}
@media (max-width: 768px) {
    .section--bordered::after {
        border-width: 20px;
        margin-left: -20px
    }
    .section--bordered::before {
        border-width: 21px;
        margin-left: -21px
    }
    .section.list-for-free {
        height: auto
    }
    .section.list-for-free .content {
        min-width: inherit;
        padding: 15px;
        position: relative;
        text-align: center;
        width: 100%
    }
}
.ug-gallery-wrapper .ug-slider-wrapper {
    background-color: #eee
}
.slider {
    margin-top: 15px;
    position: relative
}
.slider .large-handle {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
    color: #eee;
    cursor: pointer;
    height: 60px;
    left: -18px;
    position: relative;
    top: -26px;
    width: 30px;
    z-index: 1
}
.slider .large-handle:active {
    box-shadow: 0 0 8px 3px rgba(255, 255, 255, .75) inset, 1px 1px 1px 0 rgba(0, 0, 0, .15);
    left: -17px;
    top: -25px
}
.slider .large-tooltip {
    background-color: #fff;
    border-radius: 8px;
    color: #333;
    font-size: 2em;
    font-weight: 700;
    left: -85px;
    padding: 0 5px 5px;
    position: relative;
    text-align: center;
    top: -125px;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    width: 200px
}
.slider .large-tooltip::after {
    border: solid transparent;
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #fff;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0
}
.slider .large-tooltip.finished {
    top: -130px
}
.slider .large-tooltip label {
    color: #444;
    font-size: .7em;
    margin: 0;
    padding: 0
}
.slider .large-tooltip .slider-value {
    color: #aaa;
    font-size: .5em;
    font-weight: 400
}
.slider .large-tooltip .slider-value strong {
    color: #444;
    font-size: 1.3em
}
.slider-wrapper {
    margin: 170px 10px 20px;
    padding: 0 85px;
    position: relative
}
.slider-wrapper .slider-max,
.slider-wrapper .slider-min {
    color: #555;
    font-size: 2em;
    font-weight: 700;
    position: absolute;
    top: -16px
}
.slider-wrapper .slider-min {
    left: 0
}
.slider-wrapper .slider-max {
    right: 12px
}
.large-target,
.large-target * {
    box-sizing: border-box;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.large-target {
    border-radius: 0;
    direction: ltr;
    position: relative
}
.large-base {
    background: #333;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}
.large-origin {
    border-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.large-stacking .large-handle {
    z-index: 10
}
.large-state-tap .large-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}
.large-state-drag * {
    cursor: inherit
}
.large-base,
.large-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.large-horizontal {
    height: 10px
}
.large-vertical {
    width: 18px
}
.large-vertical .large-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px
}
.large-vertical .large-handle::after,
.large-vertical .large-handle::before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px
}
.large-vertical .large-handle::after {
    top: 17px
}
.large-background {
    background: #fff;
    border: 1px solid #d0d0d0
}
.large-connect {
    background: #333;
    -webkit-transition: background 450ms;
    transition: background 450ms
}
.large-target.large-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}
.large-draggable {
    cursor: w-resize
}
.large-vertical .large-draggable {
    cursor: n-resize
}
.large-active {
    background: #1a1a1a
}
[disabled] .large-connect,
[disabled].large-connect {
    background: #666
}
[disabled] .large-handle,
[disabled].large-origin {
    cursor: not-allowed
}