html, body {
width: 100% !important;
overflow-x: hidden !important;
}

body {
    background: #ffffff;
    font-family: 'Karla', sans-serif;
    line-height: 1.8;
    font-size: 14px;
    color: #5d6770;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

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

iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #2b92d0;
    color: #fff !important;
}

::-webkit-selection {
    background: #2b92d0;
    color: #fff !important;
}

::selection {
    background: #2b92d0;
    color: #fff !important;
}

.relative {
    position: relative;
}

/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #2b92d0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #154885;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #154885;
}

h4 {
    color: #2b92d0
}

p,
ul,
ol,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
blockquote {
    margin: 0 0 20px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3
{
    line-height: 1.2;
    font-weight: 600;
    color: #154885;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    font-weight: 600;
    color: #2b92d0;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1.text-uppercase,
.h1.text-uppercase {
    letter-spacing: 7px;
    margin-right: -7px;
}

h2.text-uppercase,
.h2.text-uppercase {
    letter-spacing: 5px;
    margin-right: -5px;
}

h3.text-uppercase,
.h3.text-uppercase {
    letter-spacing: 3px;
    margin-right: -5px;
}

h4.text-uppercase,
.h4.text-uppercase {
    letter-spacing: 2px;
    margin-right: -3px;
}

h5.text-uppercase,
.h5.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
}

h6.text-uppercase,
.h6.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
}

.montserrat {
    font-family: "Montserrat", Arial, serif;
    font-weight: 700;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
}

.divider-line:after {
    display: block;
    background: #2b92d0;
    content: " ";
    margin: 20px auto 20px 0;
    opacity: 0.6;
    height: 2px;
    width: 50px;
}

.text-center .divider-line:after {
    margin: 20px auto 0;
}

.text-right .divider-line:after {
    margin: 20px 0 20px auto;
}

blockquote {
    border: 0;
    background: #f8f8f8;
    font-style: italic;
    font-size: 16px;
    padding: 25px;
}

hr {
    margin: 15px 0;
}

.text-uppercase {
    text-transform: uppercase;
}

/* --- [Font Size Text] --- */

.text-xxxxs {
    font-size: 10px;
}

.text-xxxs {
    font-size: 11px;
}

.text-xxs {
    font-size: 12px;
}

.text-xs {
    font-size: 13px;
}

.text-md, .intro-text p {
    font-size: 24px; 
}

.text-xl {
    font-size: 40px;
}

.text-xxl {
    font-size: 48px;
}

.text-xxxl {
    font-size: 56px;
}

.text-xxxxl {
    font-size: 64px;
}

.text-xxxxxl {
    font-size: 72px;
}

.text-super-xl {
    font-size: 130px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .text-super-xl {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .text-xl {
        font-size: 24px;
    }

    .text-xxl {
        font-size: 32px;
    }

    .text-xxxl {
        font-size: 36px;
    }

    .text-xxxxl {
        font-size: 40px;
    }

    .text-xxxxxl {
        font-size: 44px;
    }

    .text-super-xl {
        font-size: 48px;
    }
}

@media (max-width: 568px) {
    .text-super-xl {
        font-size: 34px;
    }
}

@media (max-width: 320px) {
    .text-super-xl {
        font-size: 26px;
    }
}

/* --- [ Font Weight Text ] --- */

.text-100 {
    font-weight: 100 !important;
}

.text-200 {
    font-weight: 200 !important;
}

.text-300 {
    font-weight: 300 !important;
}

.text-400 {
    font-weight: 400 !important;
}

.text-500 {
    font-weight: 500 !important;
}

.text-600 {
    font-weight: 600 !important;
}

.text-700 {
    font-weight: 700 !important;
}

.text-800 {
    font-weight: 800 !important;
}

.text-900 {
    font-weight: 900 !important;
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    border-width: 2px;
    border-radius: 0;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.btn.btn-round, .button {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 13px 31px;
    font-size: 13px;
}

.btn-sm {
    padding: 9px 19px 9px;
    font-size: 11px;
}

.btn-xs {
    padding: 8px 18px 8px;
    font-size: 10px;
}

/* --- [Navbar Buttons] --- */

.btn.navbar-btn {
    font-weight: bold !important;
    font-size: 10px;
    padding: 6px 20px !important;
    margin: 24px 15px;
}

.header-small .btn.navbar-btn {
    margin: 17px 15px;
}

.header-small #service-agreement-header-link,.header-small #tel-header-link {
    background: #fff!important;
    color: #154885!important;
}


.inner-header {
    max-width: 220px;
    height:auto;
}

.inner-brand {
    padding:10px 0;
}

.inner-brand img {
    max-width: 150px;
}

/* --- [Button Colors] --- */

.btn.btn-base {
    background-color: #2b92d0;
    border-color: #2b92d0;
    color: #fff;
}

.btn.btn-base:hover,
.btn.btn-base:focus {
    background-color: #154885;
    border-color: #154885;
    color: #fff;
}

.btn.btn-base.btn-outline {
    background: transparent;
    border-color: #2b92d0;
    color: #2b92d0;
}

.btn.btn-base.btn-outline:hover,
.btn.btn-base.btn-outline:focus {
    background: #2b92d0;
    color: #fff;
}

.btn.btn-base.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #2b92d0;
}

.btn.btn-base.btn-link:hover,
.btn.btn-base.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #23b6ac;
}

.btn.btn-base.btn-fade {
    background: transparent;
    border-color: rgba(39, 203, 192, 0.5);
    color: rgba(39, 203, 192, 0.5);
}

.btn.btn-base.btn-fade:hover,
.btn.btn-base.btn-fade:focus {
    background: transparent;
    border-color: #2b92d0;
    color: #2b92d0;
}

.btn.btn-gray {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #5d6770;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #5d6770;
}

.btn.btn-gray.btn-outline {
    background: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}

.btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline:focus {
    background: #f5f5f5;
    color: #5d6770;
}

.btn.btn-gray.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f5f5f5;
}

.btn.btn-gray.btn-link:hover,
.btn.btn-gray.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #e8e8e8;
}

.btn.btn-gray.btn-fade {
    background: transparent;
    border-color: rgba(245, 245, 245, 0.5);
    color: rgba(245, 245, 245, 0.5);
}

.btn.btn-gray.btn-fade:hover,
.btn.btn-gray.btn-fade:focus {
    background: transparent;
    border-color: whitesmoke;
    color: whitesmoke;
}

.btn.btn-dark {
    background-color: #5d6770;
    border-color: #5d6770;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}

.btn.btn-dark.btn-outline {
    background: transparent;
    border-color: #5d6770;
    color: #5d6770;
}

.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus {
    background: #5d6770;
    color: #fff;
}

.btn.btn-dark.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5d6770;
}

.btn.btn-dark.btn-link:hover,
.btn.btn-dark.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #262626;
}

.btn.btn-dark.btn-fade {
    background: transparent;
    border-color: rgba(51, 51, 51, 0.5);
    color: rgba(51, 51, 51, 0.5);
}

.btn.btn-dark.btn-fade:hover,
.btn.btn-dark.btn-fade:focus {
    background: transparent;
    border-color: #5d67708D8D91;
    color: #5d6770;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #5d6770;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #5d6770;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #5d6770;
}

.btn.btn-white.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
}

.btn.btn-white.btn-link:hover,
.btn.btn-white.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #f2f2f2;
}

.btn.btn-white.btn-fade {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.btn.btn-white.btn-fade:hover,
.btn.btn-white.btn-fade:focus {
    background: transparent;
    border-color: white;
    color: white;
}

.btn.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #2d6da3;
    border-color: #2d6da3;
    color: #fff;
}

.btn.btn-primary.btn-outline {
    background: transparent;
    border-color: #337ab7;
    color: #337ab7;
}

.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:focus {
    background: #337ab7;
    color: #fff;
}

.btn.btn-primary.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #337ab7;
}

.btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #2d6da3;
}

.btn.btn-primary.btn-fade {
    background: transparent;
    border-color: rgba(51, 122, 183, 0.5);
    color: rgba(51, 122, 183, 0.5);
}

.btn.btn-primary.btn-fade:hover,
.btn.btn-primary.btn-fade:focus {
    background: transparent;
    border-color: #337ab7;
    color: #337ab7;
}

.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

.btn.btn-success.btn-outline {
    background: transparent;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:focus {
    background: #5cb85c;
    color: #fff;
}

.btn.btn-success.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5cb85c;
}

.btn.btn-success.btn-link:hover,
.btn.btn-success.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #4cae4c;
}

.btn.btn-success.btn-fade {
    background: transparent;
    border-color: rgba(92, 184, 92, 0.5);
    color: rgba(92, 184, 92, 0.5);
}

.btn.btn-success.btn-fade:hover,
.btn.btn-success.btn-fade:focus {
    background: transparent;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
    background-color: #46b8da;
    border-color: #46b8da;
    color: #fff;
}

.btn.btn-info.btn-outline {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
}

.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:focus {
    background: #5bc0de;
    color: #fff;
}

.btn.btn-info.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5bc0de;
}

.btn.btn-info.btn-link:hover,
.btn.btn-info.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #46b8da;
}

.btn.btn-info.btn-fade {
    background: transparent;
    border-color: rgba(91, 192, 222, 0.5);
    color: rgba(91, 192, 222, 0.5);
}

.btn.btn-info.btn-fade:hover,
.btn.btn-info.btn-fade:focus {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
}

.btn.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
    background-color: #eea236;
    border-color: #eea236;
    color: #fff;
}

.btn.btn-warning.btn-outline {
    background: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:focus {
    background: #f0ad4e;
    color: #fff;
}

.btn.btn-warning.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f0ad4e;
}

.btn.btn-warning.btn-link:hover,
.btn.btn-warning.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #eea236;
}

.btn.btn-warning.btn-fade {
    background: transparent;
    border-color: rgba(240, 173, 78, 0.5);
    color: rgba(240, 173, 78, 0.5);
}

.btn.btn-warning.btn-fade:hover,
.btn.btn-warning.btn-fade:focus {
    background: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #fff;
}

.btn.btn-danger.btn-outline {
    background: transparent;
    border-color: #d9534f;
    color: #d9534f;
}

.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:focus {
    background: #d9534f;
    color: #fff;
}

.btn.btn-danger.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #d9534f;
}

.btn.btn-danger.btn-link:hover,
.btn.btn-danger.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #d43f3a;
}

.btn.btn-danger.btn-fade {
    background: transparent;
    border-color: rgba(217, 83, 79, 0.5);
    color: rgba(217, 83, 79, 0.5);
}

.btn.btn-danger.btn-fade:hover,
.btn.btn-danger.btn-fade:focus {
    background: transparent;
    border-color: #d9534f;
    color: #d9534f;
}

.btn-list .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}


[class*="color-"] a:not(.btn):hover,
[class*="color-"] a:not(.btn):focus {
    opacity: 0.7;
}

.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #2b92d0;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.bottom-line.text-right:after {
    margin: 20px 0 25px auto;
}

.bottom-line.text-center:after {
    margin: 20px auto 25px;
}

.dash-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash-list > li {
    margin: 0 0 5px;
}

.dash-list > li:before {
    display: inline-block;
    content: "-";
    margin-right: 12px;
}

/* --- [Colored Text] --- */

.color-white {
    color: #ffffff !important;
}

.color-white-dark {
    color: #f8f8f8 !important;
}

/* Header */

.header {
    background: #154885;
    position: relative;
    z-index: 1030;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
            transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

#header-callout {
    position: relative;
}

#header-callout .btn {
    position:absolute;
    right:0;
    top:5px;
    padding:5px 10px;
}


.inner-nav > li#nav-callout a {
    padding-right:3px;
    background: #2b92d0;
    padding:5px 10px;
    margin-top:28px;
}

.inner-nav > li#nav-callout a:hover {
    color:#fff;
    background: #154885;
}

.header-small .inner-nav li#nav-callout a {
    margin-top: 20px;
    color:#fff;
}


/* Brand */

.inner-header {
    position: relative;
    z-index: 1;
    float: left;
}

.inner-brand {
    display: table-cell;
    vertical-align: middle;
    height: 86px;
    font-weight: 700;
    font-size: 18px;
    color: #2b92d0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    text-transform: uppercase;
}

.inner-brand .brand-light {
    display: none;
}

/* Menu extras */

.menu-extras {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    box-shadow: -1px 0 0 #f5f5f5;
    -webkit-transition: box-shadow 0.3s ease-out 0.125s;
            transition: box-shadow 0.3s ease-out 0.125s;
}

.menu-extras .menu-item {
    float: left;
}

.menu-extras > .menu-item > div > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #5d67708D8D91;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.menu-extras > .menu-item > div > a:hover,
.menu-extras > .menu-item > div > a:focus {
    color: #222222;
}

.cart-badge {
    position: absolute;
    background: #2b92d0;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 23px;
    margin-top: -13px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
}

/* Main nav */

.main-nav {
    position: relative;
}

/* Inner nav */

.inner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-nav > li {
    float: left;
}

.inner-nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    display: block;
    padding: 8px;
    margin:42px 6px;
}

/* Submenu */

.submenu,
.submenu-mega > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu {
    position: absolute;
    background: #222222;
    padding: 0;
    min-width: 180px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    text-align: left;
    font-size: 13px;
}

.submenu-open > .submenu {
    visibility: visible;
    opacity: 1;
}

.submenu .submenu {
    left: 100%;
    top: 0;
}

/* Submenu mega */

.submenu-mega {
    display: table;
    width: 100%;
    padding: 0;
    right: 0;
    left: 0;
}

.submenu-mega > li {
    display: table-cell;
    padding: 15px 10px;
    width: 25%;
}

.submenu-mega > li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
}

.submenu .has-submenu > a:after {
    position: absolute;
    content: "\f105";
    display: block;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    font-size: 10px;
}

.submenu li {
    position: relative;
}

.submenu-title,
.submenu li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 12px 27px 12px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.submenu li:last-child > a {
    border: 0;
}

.submenu-title,
.submenu-mega li a {
    border: 0;
}

.submenu-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 700;
    font-size: 11px;
}

.submenu li a > .fa,
.submenu li a > .icons {
    text-align: center;
    margin-right: 6px;
    width: 22px;
}

/* Link & Text colors */

.inner-nav > li > a {
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.inner-nav > li > a.active {
    color: #2b92d0;
}

.inner-nav > li > a:hover,
.inner-nav > li > a:focus,
.inner-nav > li.submenu-open > a {
    color: #2b92d0;
}

.submenu li > a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.submenu-title {
    color: #ffffff;
}

.submenu li > a:hover,
.submenu li > a:focus,
.submenu li.submenu-open > a {
    background: rgba(51, 51, 51, 0.5);
    color: #ffffff;
}

/* Nav toggle */

.main-nav-toggle {
    border-left: 1px solid #f5f5f5;
    display: none;
    float: right;
    padding: 33px 0 33px 15px;
    margin-left: 15px;
}

.nav-icon-toggle {
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon-toggle span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}

.nav-icon-toggle span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}

.nav-icon-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}

.nav-icon-toggle span {
    background: #000000;
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
}

.nav-icon-toggle.open span:nth-child(1) {
    top: 2px;
    left: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nav-icon-toggle.open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-icon-toggle.open span:nth-child(3) {
    top: 16px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .header .container {
        width: 100%;
    }

    .main-nav-toggle {
        display: block;
    }/* Main nav */

    .main-nav {
        position: absolute;
        background: #ffffff;
        border-bottom: 1px solid #f5f5f5;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .main-nav.in {
        overflow-y: auto;
    }/* Inner nav */

    .inner-nav {
        float: none !important;
        padding: 10px 15px;
    }

    .inner-nav > li {
        display: block;
        float: none;
    }

    .inner-nav > li > a {
        position: relative;
        padding: 10px 0;
    }

    .submenu a,
    .inner-nav > li:not(:last-child) > a {
        border-bottom: 1px solid #f5f5f5;
    }/* Submenu */

    .submenu,
    .submenu .submenu,
    .submenu.submenu-mega {
        background: transparent;
        display: none;
        margin: 0;
    }

    .submenu-open > .submenu {
        position: static;
        display: block !important;
    }

    .submenu li a {
        padding: 10px 4px 10px 0;
    }/* Mega menu */

    .submenu {
        padding: 0 0 0 15px;
    }

    .submenu-title {
        padding: 15px 0 10px;
    }

    .submenu-mega > li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .submenu-mega > li,
    .submenu-mega > li:not(:last-child) {
        border: 0;
    }

    .submenu .has-submenu > a:after,
    .submenu.submenu-mega li a:after {
        right: 0;
    }

    .has-submenu > a:after {
        position: absolute;
        content: "\f105";
        display: block;
        right: 0px;
        top: 50%;
        margin-top: -9px;
        font-family: 'FontAwesome';
        text-rendering: auto;
        font-size: 10px;
    }/* Link colors */

    .submenu li > a {
        border-bottom: 1px solid #f5f5f5;
        color: #999;
    }

    .submenu-title,
    .submenu li > a:hover,
    .submenu li > a:focus,
    .submenu li.submenu-open > a {
        background: none;
        color: #222222;
    }
}

@media (min-width: 992px) {
    /* Collapse main-nav */

    .main-nav.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0;
    }/* Header small */

    .header-small .inner-brand {
        height: 72px;
    }

    .header-small .main-nav-toggle,
    .header-small .inner-nav > li > a,
    .header-small .menu-extras .menu-item a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 18px;
        margin-bottom: 18px;
    }/* Header transparent */

    .header.header-transparent {
        background: #154885;
        background: rgba(21, 72, 133, 0.65);
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
                transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
    }

    .header.header-transparent .brand-light {
        display: inline;
    }

    .header.header-transparent .brand-dark {
        display: none;
    }

    .header.header-transparent .menu-extras {
        box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: box-shadow 0s ease-out;
                transition: box-shadow 0s ease-out;
    }

    .header.header-transparent .inner-nav > li > a,
    .header.header-transparent .menu-extras .menu-item a {
        color: #ffffff;
    }

    .header.header-transparent .inner-nav > li > a:hover,
    .header.header-transparent .inner-nav > li > a:focus,
    .header.header-transparent .inner-nav > li.active > a,
    .header.header-transparent .inner-nav > li.submenu-open > a,
    .header.header-transparent .menu-extras .menu-item a:hover,
    .header.header-transparent .menu-extras .menu-item a:focus {
        color: #2b92d0;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-sm,
.module-xs {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 140px 0;
}

.module.divider-top,
.module-sm.divider-top,
.module-xs.divider-top {
    border-top: 1px solid #eeeeee;
}

.module.divider-bottom,
.module-sm.divider-bottom,
.module-xs.divider-bottom {
    border-bottom: 1px solid #eeeeee;
}

.module.parallax,
.module-sm.parallax,
.module-xs.parallax {
    background-color: transparent;
}

.module-sm {
    padding: 70px 0;
}

.module-xs {
    padding: 35px 0;
}

.module-header {
    margin: 0 0 70px;
}

.module-header h1,
.module-header .h1,
.module-header h2,
.module-header .h2,
.module-header h3,
.module-header .h3,
.module-header h4,
.module-header .h4,
.module-header h5,
.module-header .h5,
.module-header h6,
.module-header .h6 {
    margin-bottom: 10px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.pull-image .container {
    position: relative;
}

.pull-image .container > div[class*='col-'] {
    position: absolute;
}

.pull-image .vertical-middle {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}

.pull-image .pull-image-right {
    right: 0;
}

@media (max-width: 990px) {
    .pull-image .container div[class*='col-'] {
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none;
    }
}

.side-background {
    position: relative;
    padding: 0px;
}

.side-background .background-container {
    position: absolute;
    overflow: hidden;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.side-background .background-side {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.side-background .background-side.start-top {
    background-position: 25% 0% !important;
}

.side-background .background-side.start-bottom {
    background-position: 100% 0% !important;
}

.side-background .content-side {
    padding-top: 140px;
    padding-bottom: 100px;
}

/*------------------------------------------------------------------
[Module Hero]
*/

.module-hero {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 70vh;
    overflow: hidden;
}

.module-hero.parallax {
    background-color: transparent;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.hero-caption h1 {
    color:#fff;
    line-height: 1;
    margin-bottom: 0;
}

.hero-caption h1.text-super-xl {
    font-weight: 400;
}

.hero-caption h1.homemade {
    margin-top: 20px;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.hero-text .btn {
    font-family: 'Slabo 27px', serif;
    font-size: 20px;
    letter-spacing: 2px;
}

.fullheight {
    height: 100vh;
}

@media (max-width: 991px) {
    .module-hero {
        height: auto;
        padding: 240px 0;
    }
}

.animated-background {
    -webkit-animation: animated-background 800s linear infinite;
            animation: animated-background 800s linear infinite;
    background-repeat: repeat-x !important;
}

@-webkit-keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}

@keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}

/*------------------------------------------------------------------
[Tabs and Accordions]
*/

.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #eee;
    border-bottom-color: transparent;
    color: #777777;
}

.nav-tabs + .tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 15px;
}

.nav-tabs + .tab-content *:last-child {
    margin-bottom: 0;
}

/* --- [ Text Tabs ] --- */

.nav-text-tabs {
    border-bottom: 2px solid #eeeeee;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-text-tabs > li {
    display: inline-block;
}

.nav-text-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    color: #777777;
}

.nav-text-tabs > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2b92d0;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
}

.nav-text-tabs > li.active > a {
    color: #2b92d0;
}

.nav-text-tabs > li.active > a:after {
    opacity: 1;
}

.nav-text-tabs + .tab-content {
    padding: 20px 0;
}

@media (max-width: 527px) {
    .nav-text-tabs > li {
        border-top: 1px solid #eee;
        text-align: center;
        display: block;
    }

    .nav-text-tabs > li > a {
        padding: 20px 15px;
    }

    .nav-text-tabs > li > a:after {
        content: none;
    }
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}

.panel-default > .panel-heading {
    border: 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #eee;
    padding: 20px 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

.panel-heading a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0px;
    margin-top: -5px;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 1;
}

.panel-heading a.collapsed:after {
    content: "\f105";
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #eee;
}

.callout {
    background: #2b92d0
}

.callout h3 {
    margin-bottom: 0;
}

.col-md-middle {
    vertical-align: middle;
}

.col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
    width: 100%;
}

#site-footer {
    background: #154885;
    line-height: 1.2;
    color:#fff;
    padding:15px 0;
}

#site-footer a {
    color:#ffffff;
}

#footer-logo {
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
}

#footer-logo img {
    width:108px;
}
#footer-contact {
    font-size: 20px;
    font-weight: 700;
    padding-top: 13px;
    font-family: 'karla', sans-serif!important;
}

#footer-phone-email, #footer-socials {
    display: inline-block;
}

#footer-contact img {
    width: 41px;
    height: auto;
    display: inline-block;
    margin-top: -29px;
    margin-left: 4px;
}

#copyright {
    padding: 10px 0;
    font-size: 10px;
    font-weight: 700;
}

#copyright a {
    color: #5d6770;
}

#services h4 {
    margin-top: 20px;    
    text-transform: uppercase;
    font-size: 20px;
}

/* OWL Minified */ .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(../images/grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
.owl-item a {
    display:block;
}

.owl-item img {
    display: block;
    margin: 0 auto;
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent;
    border: 5px solid #eee;
    border-radius: 50%;
}

.loader:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #2b92d0 transparent transparent transparent;
    border-radius: 50%;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
            animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
    -webkit-animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

#gallery {
    padding-bottom: 0;
}

#gallery .carousel-inner {
    max-height:600px;
}

#gallery .item img {
    width:100%;
}

.carousel-control.right,.carousel-control.left {
    background-image:none;
    background: none;
    top: 40%;
    font-size: 50px;
}

.carousel-control {
    left:-25px;
}

.carousel-control.right {
    right: -25px;
}

#gform_wrapper_1.gform_wrapper .gform_footer input.button, .button {
    background:#154885;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    border:none;
    font-weight: 700;
    display: block;
    margin: 0 auto; 
    padding: 5px 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

#gform_wrapper_1.gform_wrapper {
    max-width: 100%;
}

#download-sa.button {
    display: inline-block;
    text-align: center;
    padding:20px;
}

#download-sa.button:hover {
    color:#fff;
}

#service-agreement-button {
    text-align: center;
}
#gform_wrapper_1 label {
    display: none;
}

#gform_wrapper_1 input, #gform_wrapper_1 textarea {
    border:2px solid #eee;
    padding:5px 10px;
}

#gform_wrapper_1 input:focus, #gform_wrapper_1 textarea:focus {
    border-color:#2b92d0;
}

input, textarea {
  outline: none;
}

body #gform_wrapper_1.gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 1em;
}
 
#gform_wrapper_1.gform_wrapper textarea {

}

#service-agreement-header-link,#tel-header-link {
    background: #fff;
    background: #154885
}

#service-agreement-header-link:hover,
#tel-header-link:hover {
    color: #fff;
}

#weekly-maintenance .col-sm-4 {
    margin-bottom: 25px;
    padding: 0 30px;
}

#weekly-maintenance.module {
    padding-bottom: 115px;
}

#icon-logo {
    display: none;
}

#logo {
    width:150px!important;
}

.header-small #logo {
    display:none;
}

.header-small #icon-logo {
    display:block;
    width:45px!important;
}

#service-agreement-button .module-header {
    margin-bottom: 30px;   
}

#service-agreement-button .divider-line:after {
    background: #fff;
}

#service-agreement-button h2, .callout h3 {
    color: #fff;
}

#gallery.module-sm {
    padding-bottom:0;
}

#second-callout h3 br {
    line-height: 0;
}

#copyright .hidden-xs {
    display: inline;
}