html, body, .tooltip, .popover {
    font-family: 'Hind Madurai', sans-serif;
}
body {
    margin-top: 0px;
}
a, a:visited {
    color: #3487b0;
}

    a:active, a:hover {
        color: #3487b0;
    }

blockquote {
    font-size: 14px;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-weight: 600;
}

label {
    font-weight: normal !important;
}

.btn {
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.btn.btn-demo {
    background: #088798;
    border: 2px solid #088798;
    border-radius: 17px;
    box-shadow: none;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: none;
    margin: 30px 0 20px 0;
    padding: 14px 20px; 
}

.btn.btn-demo:hover {
    background: #ffffff;
    color: #088798;
}

.content {
    padding: 30px 0;
}

.content .row {
    margin-right: auto;
    margin-left: auto;
    max-width: 1420px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


.footer {
    background: #eef2f5;
/*    margin-top: 10px; */
}

.footer .copyright {
    font-size: 12px;
    padding-bottom: 15px;
}

.footer .form-inline {
    margin: 20px;
}

.footer .form-inline .form-control {
    background: #ffffff;
    border: 2px solid #088798;
    border-radius: 17px;
    box-shadow: none;
    outline: none;
    text-align: center;
}

.footer .form-inline .btn-default {
    background: #088798;
    border: 2px solid #088798;
    border-radius: 17px;
    box-shadow: none;
    color: #ffffff;
    text-shadow: none;
}

.footer .form-inline .btn-default:hover {
    background: #ffffff;
    color: #088798;
}

.footer .social a {
    display: inline-block;
    font-size: 32px;
    margin: 20px;
}

.full-bleed {
    text-align: center;
}

.full-bleed img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.navbar {
    margin: 0;
}

.navbar.sticky {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 0 3px 15px 0px #cccccc;
    -moz-box-shadow: 0 3px 15px 0px #cccccc;
    box-shadow: 0 3px 15px 0px #cccccc;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.navbar-brand {
    background: url('/images/logo.jpg') no-repeat;
/*    background: url('/images/volunteerlocal-equal-rights.png') no-repeat;*/
    background-size: contain;
    margin: 10px;
    height: 28px;
    width: 228px;
}

.navbar-collapse {
/*
    background-color: #ffffff;
*/
}

.navbar-default {
    border: none;
    border-radius: 0px;

    position: sticky;
    top: 0px;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0px 0px 6px 1px #0e566b;

}

.navbar-default .navbar-nav > li > a {
    background: transparent;
    color: #484848;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #078797;
    background: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: #078797;
}
.navbar-default .navbar-nav > .nav_highlight > a, .navbar-default .navbar-nav > .nav_highlight > a:hover, .navbar-default .navbar-nav > .nav_highlight > a:focus {
    color: #01BDC8;
    font-weight: 700;
}
.navbar-default .navbar-nav > .nav_block_highlight1 {
    background-color: #B5E1E4;
    margin: 0px 5px 0px 20px;
}
.navbar-default .navbar-nav > .nav_block_highlight2 {
    background-color: #B6CF2D;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #078797;
}

.pagetitle {
    background: #113f56;
    background: -moz-linear-gradient(left, #113f56 0%, #00bbc4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #113f56), color-stop(100%, #00bbc4));
    background: -webkit-linear-gradient(left, #113f56 0%, #00bbc4 100%);
    background: -o-linear-gradient(left, #113f56 0%, #00bbc4 100%);
    background: linear-gradient(to right, #113f56 0%, #00bbc4 100%);
    padding: 30px 0;
}

.pagetitle .row {
    margin-right: auto;
    margin-left: auto;
    max-width: 1420px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.pagetitle .row h1 {
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.page_content {
    padding: 30px 0;
    margin: 50px auto 40px auto;
    padding: 0px 20px 0px 20px;
    max-width: 1150px;
    font-size: 21px;
}


.quotes {
    background: #eef2f5;
    color: #6f6f6f;
    margin-top: 30px;
    width: 80%;
    margin: 0px auto 20px auto;
    padding: 0px 50px;
}

.quotes a, .quotes a:visited {
    color: #000000;
    font-weight: 400;
}

.quotes img {
    position: absolute;
    margin: -17px 0 0 -20px;
}

.quotes .row {

}

.quotes .row .col-xs-12 {
    padding: 50px 0 40px 0;
}



#demo_request_form {
    max-width: 1100px;
    margin: 0px auto;
}

.demo_request_form_field {
    padding: 8px;
    font-size: 22px;
    width: 100%
}
#demo_request_submit_button {
    font-size: 22px;
    margin: 20px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: inline-block;
    height: 48px;
    border-radius: 3px;
    background-color: #1fb3b6;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
#demo_request_submit_button i {
    font-size: 18px;
}
#demo_request_form_submitted {
    display: none;
}
.demo_request_form_textarea {
    width: 100%;
    height: 90px;
}


#info_request_form {
    max-width: 1100px;
    margin: 0px auto;
}

.info_request_form_field {
    padding: 8px;
    font-size: 22px;
    width: 100%
}
#info_request_submit_button {
    font-size: 22px;
    margin: 20px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: inline-block;
    height: 48px;
    border-radius: 3px;
    background-color: #1fb3b6;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
#info_request_submit_button i {
    font-size: 18px;
}
#info_request_form_submitted {
    display: none;
}
.info_request_form_textarea {
    width: 100%;
    height: 90px;
}


.integration-screenshot {
    box-shadow: 0px 0px 8px 0px #909090;
    margin: 20px 0px 10px 0px;
}
.integration-separator {
    margin: 50px 0px 80px 0px;
    border-bottom: 1px solid #909090;
}
.integration-vl-link {
    border: 1px solid #313131;
    background-color: #757575;
    padding: 0px 5px;
    font-size: 18px;
    border-radius: 4px;
    margin: 0px 4px;
    color: #ffffff !important;
}

@media only screen and (min-width : 768px) {

    .btn.btn-demo {
        padding: 14px 39px; 
    }

    .content {
        padding: 50px 0;
    }

    .navbar-default {
        border: none;
    }

    .navbar-default .navbar-nav {
        float: right;
        margin: 5px 0;
    }

    .navbar-default .navbar-nav > li > a {
        border-radius: 6px;
        display: block;
/*        font-weight: 600; */
        padding: 10px 10px;
    }
}

@media only screen and (min-width : 992px) {

    .footer .copyright {
        font-size: 17px;
        font-weight: 600;
        padding-bottom: 30px;
    }

    .footer .form-inline {
        margin: 30px 0;
    }

    .footer .form-inline p {
        font-size: 22px;
        font-weight: 600;
    }

    .footer .form-inline .btn-default {
        border-radius: 38px;
        font-size: 22px;
        margin-left: 15px;
        padding: 20px 30px;
    }

    .footer .form-inline .form-control {
        border-radius: 38px;
        font-size: 22px;
        line-height: 75px;
        height: 75px;
        width: 400px;
    }

    .footer .links {
        font-size: 22px;
        font-weight: 600;
    }

    .gradient {
        background: #f8c54f;
        background: -moz-linear-gradient(left, #f8c54f 0%, #d33a3c 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #f8c54f), color-stop(100%, #d33a3c));
        background: -webkit-linear-gradient(left, #f8c54f 0%, #d33a3c 100%);
        background: -o-linear-gradient(left, #f8c54f 0%, #d33a3c 100%);
        background: linear-gradient(to right, #f8c54f 0%, #d33a3c 100%);
        height: 417px;
    }

    .quotes {
        font-size: 17px;
    }

    .quotes .row .col-xs-12 {

    }
}

@media only screen and (max-width : 1040px) {

    .navbar-nav {
        font-size: 12px !important;
    }

}
@media only screen and (max-width : 768px) {

    .navbar-nav {
        font-size: 14px !important;
    }

}

@media only screen and (min-width : 1260px) {

    .navbar {
        height: 100px;
    }

    .navbar-brand {
        margin: 30px 0 0 50px;
        height: 53px;
        width: 423px;
    }

    .navbar-default .navbar-nav {
        margin: 43px 0 0 0;
    }
}

@media only screen and (min-width : 1640px) {

    .navbar-default .navbar-nav {
        margin: 34px 0 0 0;
    }

    .navbar-default .navbar-nav > li > a {
        border-radius: 10px;
        font-size: 22px;
        padding: 15px 20px;
    }
}

/* Changes behavior of Bootstrap to use mobile navigation for tablet */
@media (max-width: 991px) {

    .navbar-header {
/*        float: none !important;*/
    }
    .navbar-nav {
/*        float: none !important;*/
/*        margin: 5px auto !important;/*
/*        width: 760px;*/
    }

/*
    .navbar {
        z-index: 9999;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .dropdown-menu {
        background: none;
        border: none;
        box-shadow: none;
        float: none;
        position: static;
    }
*/
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* OLD */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#logo_wink {
    position: absolute;
    left: -3000px;
    top: 40px;
}
#email_signup_success {
    display: none;
    padding: 10px 20px 17px 20px;
    border: 4px solid #B5E1E4;
}
.open_new_window {
    background: url('/images/new_window_icon.gif') no-repeat scroll right center transparent;
    padding: 0px 17px 0px 0px;
}
.smile_icon {
    background: url('/images/smile_icon.gif') no-repeat scroll right center transparent;
    padding: 0px 23px 0px 0px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOG */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.blog-item-wrap {
    border-bottom: 5px solid #114158;
    padding-bottom: 20px;

}
.entry-title {
    font-size: 25px;
}
.entry-content {
    font-size: 18px;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-meta {
    font-size: 14px;
}
.entry-meta span {
    padding-right: 10px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.widget-area {
    display: none;
}
.screen-reader-text {
    border-top: 5px solid #114158;
    padding-top: 20px;
    font-size: 25px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#integration_container {
    text-align: center;
}

.integration_item {
    overflow: hidden;
    display: inline-block;
    height: 170px;
    text-align: center;
    width: 230px;
    box-shadow: 0px 0px 10px -3px #494949;
    margin: 20px;
    padding: 20px;
}



#pricing_toggle_container {
    margin: 40px auto -25px auto;
    text-align: center;
    max-width: 1358px;
    box-shadow: 3px 3px 15px 0px #c5c5c5;
    padding: 30px 0px;
}
#pricing_toggle_checkbox {
    display: none;
}
#pricing_toggle_checkbox + label {
    background-color: #1d3246;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    cursor: pointer;
    border-radius: 20px;
    padding: 5px 5px 0px 5px;
    vertical-align: sub;
    text-align: initial;
    margin: 0px 15px;
}
#pricing_toggle_checkbox + label span {
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    font-size: 15px;
    border-radius: 10px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    transition: margin 200ms;
}
#pricing_toggle_checkbox:checked + label span {
    margin: 0px 0px 0px 30px;
    transition: margin 200ms;
}
.pricing_toggle_label_text {
    font-size: 25px;
    color: #aeaeae;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 2px;
    display: inline-block;
}
.pricing_toggle_label_text_selected {
    color: #ffffff;
    background-color: #00bac3;
    padding: 10px 25px;
    border-radius: 4px;
}
.pricing_span[data-type="per_event"] {
    display: none;
}
.pricing_header {
    font-size: 17px;
}