@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

html, body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #2b2c2d
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    color: #2b2c2d;
    clear: both;
}

.navbar {
    height: 75px
}

.navbar-default {
    background: #fff;
    border: none
}

.navbar .nav {
    padding-top: 20px
}

.navbar-brand {
    height: 90px
}

.navbar-brand img {
    height: 120px
}

.navbar-default .nav > li.active > a {
    background: #1d5575;
    color: #fff
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li.active > a:hover {
    background: #4eb557;
    color: #fff
}

.navbar-default .nav > li > .btn {
    margin-left: 30px
}

.navbar-default .nav > li > a.btn {
    color: #fff
}

.navbar-collapse {
    background: #fff
}

.btn.btn-green-blue {
    background: #4eb557;
    color: #fff
}

.btn.btn-green-blue:hover {
    background: #1d5575;
    color: #fff
}

.btn.btn-green-white {
    background: #4eb557;
    color: #fff
}

.btn.btn-green-white:hover {
    background: #fff;
    color: #000
}

.btn.btn-blue-green {
    background: #1d5575;
    color: #fff
}

.btn.btn-blue-green:hover {
    background: #4eb557;
    color: #fff
}

.skeddly-green {
    color: #4eb557
}

.main-header {
    color: #fff;
    background: rgba(27, 85, 117, .9);
    margin: 0
}

.main-header ul {
    padding-left: 0;
    list-style: none
}

.main-header li {
    font-weight: 400;
    font-size: large
}

.section {
    width: 100%;
    margin: 0;
    padding: 50px;
    border-bottom: 1px solid #ececec
}

.section h1, .section h2, .section h3, .section h4, .section h5 {
    text-align: center;
    margin-bottom: 20px
}

.header-section {
    width: 100%;
    margin: 0;
    padding: 30px;
    border-bottom: 1px solid #ececec;
    text-align: center;
    background: rgba(27, 85, 117, .9)
}

.header-section h1 {
    color: #fff
}

.breadcrumb-section {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec
}

.breadcrumb-section .breadcrumb {
    border-radius: 0;
    margin: 0;
    text-align: center
}

.features-section .feature {
    text-align: center
}

.features-section .feature .fa {
    color: #1d5575
}

.features-section .feature h5 {
    font-size: large
}

.company-section h2 {
    margin-bottom: 15px
}

.company-section img {
    margin: 15px
}

.footer-section {
    width: 100%;
    margin: 0;
    padding: 50px
}

.footer-section ul {
    list-style: none;
    padding: 0
}

.gray-section {
    background: #f9f9f9
}

.blue-section {
    background: #1d5575;
    color: #fff
}

.blue-section h1, .blue-section h2, .blue-section h3, .blue-section h4, .blue-section h5 {
    color: #fff
}

.customers-section table {
    margin-top: 30px
}

.customers-section td.quote-text {
    font-size: 15px
}

.customers-section td.quote-reference {
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px
}

.customers-section td.quote-company {
    padding-left: 20px
}

.customers-section td.quote-company a {
    font-weight: bold
}

.h345-left h3, .h345-left h4, .h345-left h5 {
    text-align: left
}

.pricing-section table {
    margin-top: 15px;
    margin-bottom: 30px
}

table.cost-comparison {
    width: 100%;
    margin-top: 20px
}

table.cost-comparison tr td:first-child {
    text-align: right
}

table.cost-comparison tr td {
    padding: 5px
}

.boxy {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    border: 0;
    padding: 10px;
}

.feature-box {
    margin: 0;
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
}

.feature-box .feature-box-image img {
    margin: 0;
    padding: 0;
    width: 250px;
}

@media only screen and (max-width: 768px) {
    .feature-box .feature-box-image img {
        width: 100%;
    }
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -20px;
}
#google-sign-in {
    text-align: center;
    display: inline-block;
    width: 191px;
    height: 46px;
    cursor: pointer;
    background: url(/img/google/btn_google_signin_dark_normal_web.png);
}
