/* Space out content a bit */

body {
    background: #eee;
    font-family: 'Roboto', sans-serif;
}


/* Everything but the jumbotron gets side spacing for mobile first views */

.footer {
    padding: 10px 0px;
}


/* Custom page header */


/* Make the masthead heading the same height as the navigation */

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}


/* Custom page footer */

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 1190px) {
    .pricing-menu ul li {
        list-style: none;
        margin-bottom: 10px;
        width: 50%;
        float: left;
        height: 70px;
        border-radius: 5px;
        padding: 10px;
    }
    .pricing-menu .sign-up-btn-lg {
        height: 70px;
    }
}


/* Customize container */

.container-narrow>hr {
    margin: 30px 0;
}


/* Main marketing message and sign up button */

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}


/* Supporting marketing content */

.btn {
    white-space: inherit !important;
}

.exclusive-pricing-heading h1 span {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    background: #2d76b5;
    padding: 4px 10px;
    border-radius: 6px;
    float: 78px;
    display: inline;
    background: #306da3;
    background: -moz-linear-gradient(top, #306da3 0%, #3e8ed5 99%);
    background: -webkit-linear-gradient(top, #306da3 0%, #3e8ed5 99%);
    background: linear-gradient(to bottom, #306da3 0%, #3e8ed5 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#306da3', endColorstr='#3e8ed5', GradientType=0);
    border: 1px solid #3984c5;
    color: #ffffff;
}

.pricing-heading h1 span {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    background: #2d76b5;
    padding: 4px 10px;
    border-radius: 6px;
    float: 78px;
    display: inline;
    background: #306da3;
    background: -moz-linear-gradient(top, #306da3 0%, #3e8ed5 99%);
    background: -webkit-linear-gradient(top, #306da3 0%, #3e8ed5 99%);
    background: linear-gradient(to bottom, #306da3 0%, #3e8ed5 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#306da3', endColorstr='#3e8ed5', GradientType=0);
    border: 1px solid #3984c5;
}

@media screen and (max-width: 989px) {
    .footer {
        text-align: center;
    }
    .pricing-table {
        margin: 0px 0px 40px 0px;
        padding: 10px;
    }
    .content {
        padding: 30px 0px !important;
    }
    .feature-number {
        text-align: right;
    }
    .login-bar {
        top: 7px;
        position: absolute;
        z-index: 99999999999999999;
        right: 10px;
    }
    .login-bar a {
        border-radius: 10px 10px 10px 10px !important;
        padding: 10px;
    }
    .feature-box {
        margin-bottom: 20px;
    }
    .header {
        text-align: center;
    }
    .login-bar {
        text-align: center;
    }
    .sidebar {
        text-align: center;
    }
    .subheader {
        text-align: center;
    }
    .nav-pills>li {
        width: 100%;
    }
    h3 {
        font-size: 22px;
    }
    .main-banner {
        text-align: center;
    }
    .index-sign-up-button {
        width: 100%;
    }
    .bottom-cta {
        text-align: center;
    }
    .bottom-cta p {
        text-align: center;
    }
    .content {
        text-align: center;
    }
}

@media screen and (min-width: 990px) {
    .login-bar {
        text-align: right;
    }
    .nav-main {
        float: right;
    }
    footer nav {
        float: right;
    }
}


/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    .header {
        margin-bottom: 20px;
    }
    .jumbotron {
        border-bottom: 0;
    }
}

.logo img {
    max-width: 410px;
    margin-top: 25px;
    width: 100%;
}

.bg_img {
    padding: 20px !important;
}

.main-container {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.main-banner {
    background: #fff;
    border-radius: 15px;
    padding: 35px 40px;
    margin: 0px 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

.sign-up-btn-lg {
    background: #ff9b00;
    outline: none;
    color: #ffffff;
    text-shadow: 1px 1px 1px #d66800;
    font-weight: bold;
    border: none;
    background: #ffc700;
    background: -moz-linear-gradient(top, #ffc700 0%, #ff9b00 99%);
    background: -webkit-linear-gradient(top, #ffc700 0%, #ff9b00 99%);
    background: linear-gradient(to bottom, #ffc700 0%, #ff9b00 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff9b00', GradientType=0);
}

.sign-up-btn-lg:hover {
    color: #ffffff;
    background: #ff7800;
    outline: none;
}

.header-contact-container {
    padding: 0px 30px 15px 30px;
}

.subheader {
    padding: 35px 20px 25px 20px;
    background: #eee;
    margin-left: -20px;
    margin-right: -20px;
    background: url(/images/subheader.jpg) no-repeat center center fixed;
    -webkit-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-subheader {
    padding: 35px 20px 45px 20px;
    background: #eee;
    margin-left: -20px;
    margin-right: -20px;
    background: url(/images/subheader.jpg) no-repeat center center fixed;
    -webkit-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.subheader h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
}

.subheader h2 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
}

.nav-main {
    margin-top: 10px;
}

.nav-footer {}

.bottom-cta {
    padding: 15px 40px 20px 40px;
    background: #eee;
    margin-left: -20px;
    margin-right: -20px;
    background: url(/images/subheader.jpg) no-repeat center center fixed;
    -webkit-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bottom-cta h3 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
}

.sign-up-btn-lg-white {
    background: #ffffff;
    color: #337ab7;
    font-weight: bold;
}

.sign-up-btn-lg-white:hover {
    color: #337ab7;
    background: #eee;
}

.award-sidebar img {
    width: 50%;
}

.award-sidebar {
    padding: 0px 40px;
    text-align: center;
}

.award-sidebar p {
    text-align: center;
}

.inc-500-pos {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 5px;
    margin: 20px 0px;
}

.nav>li>a {
    font-weight: bold;
}

.pricing-menu ul {
    padding: 0px;
}

.pricing-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.pricing-menu h3 {
    margin-bottom: 10px;
}

.sidebar {
    background: #fff;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 50px 0;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0px;
}

.login-bar a {
    border-radius: 0px 0px 10px 10px;
}

.team-sidebar img {
    border-radius: 20px;
    width: 100%;
}

.team-member {
    margin: 10px 0px;
    float: left;
}

.feature-number {
    background: #ff9b00;
    border-radius: 10px 0px 0px 10px;
    padding: 12px 6px 0px 10px;
    min-height: 50px;
}

.feature-number h3 {
    color: #ffffff;
    text-shadow: 1px 1px #ff7c00;
    font-weight: bold;
}

.feature-text {
    background: #ffffff;
    border-radius: 0px 10px 10px 0px;
    padding: 13px 7px 0px 12px;
    border: 2px solid #ff9b00;
    min-height: 50px;
}


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

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

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

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

.lead-type-menu h3 {
    margin-top: 10px;
}

.lead-type-menu .type-active h3 {
    margin-top: 10px;
}

.pricing-table {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-heading {
    border-radius: 20px 20px 0px 0px;
    background: #1e4973;
    padding: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 0px;
    background: #2a669e;
    background: -moz-linear-gradient(top, #2a669e 0%, #1e4973 100%);
    background: -webkit-linear-gradient(top, #2a669e 0%, #1e4973 100%);
    background: linear-gradient(to bottom, #2a669e 0%, #1e4973 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a669e', endColorstr='#1e4973', GradientType=0);
}

.pricing-heading h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0px;
}

.pricing-heading h1 {
    color: #ffffff;
    font-size: 25px;
    border-radius: 9px;
    padding: 5px 0px;
    margin: 0 auto;
    background: -moz-linear-gradient(top, #3e8ed5 1%, #306da3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3e8ed5', endColorstr='#306da3', GradientType=0);
    width: 50%;
    -moz-box-shadow: inset 0px 0px 26px 0px rgb(62, 142, 213);
    -moz-background-size: cover;
    -o-background-size: cover;
}

.pricing-heading h4 {
    color: #62b6ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.pricing-table-entry p {
    padding: 1px;
    margin: 0;
    background: #3e8ed5;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    text-transform: none;
}

.lead-type-menu {
    text-align: center;
}

.exclusive-pricing-heading {
    border-radius: 20px 20px 0px 0px;
    background: #1e4973;
    padding: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 0px;
    background: #2a669e;
    background: -moz-linear-gradient(top, #2a669e 0%, #1e4973 100%);
    background: -webkit-linear-gradient(top, #2a669e 0%, #1e4973 100%);
    background: linear-gradient(to bottom, #2a669e 0%, #1e4973 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a669e', endColorstr='#1e4973', GradientType=0);
}

.exclusive-pricing-heading h2 {
    color: #fff900;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0px;
}

.exclusive-pricing-heading h1 {
    color: #fff900;
    font-size: 25px;
    border-radius: 9px;
    padding: 5px 0px;
    margin: 0 auto;
    background: -moz-linear-gradient(top, #3e8ed5 1%, #306da3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3e8ed5', endColorstr='#306da3', GradientType=0);
    font-weight: bold;
    -moz-box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 50%;
}

.exclusive-pricing-heading h4 {
    color: #62b6ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.pricing-table-signup {
    border-radius: 0px 0px 20px 20px;
    padding: 20px 0px !important;
    background: #2a669e;
    background: -moz-linear-gradient(top, #2a669e 0%, #1e4973 100%) !important;
    background: -webkit-linear-gradient(top, #2a669e 0%, #1e4973 100%) !important;
    background: linear-gradient(to bottom, #2a669e 0%, #1e4973 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a669e', endColorstr='#1e4973', GradientType=0) !important;
    border-top: 1px solid #569bd9;
}

.pricing-table-signup a {
    width: 70%;
    text-transform: capitalize;
}

.pricing-menu a {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 7px;
}

.slicknav_menu {
    display: none;
}

.active-btn {
    color: #ffffff;
    background: #ff7800;
}

.modal.in .modal-dialog.marketing-popup {
    width: 80%;
}


/*************************************/

.personal_information_form {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.personal_information_form .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.personal_information_form label {
    width: 100%;
    max-width: 250px;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}

.personal_information_form .form-group .form-group label {
    width: auto;
    max-width: 100%;
    padding: 0 0 0 20px;
}

.personal_information_form .form-group label.address {
    padding: 10px 0 10px 0px;
    margin: 0 0 20px 0;
}

form.information-permanently fieldset.form-item legend {
    padding: 10px 0 10px 0px;
    margin: 0 0 20px 0;
}

.personal_information_form .form-group .select-wrapper,
.personal_information_form .form-group select,
.personal_information_form .form-group input {
    float: right;
    border: 0.0625rem solid #000;
    width: 70%;
    border-radius: 0;
    box-shadow: none;
    padding: 6px;
}

.personal_information_form .form-group input[type="checkbox"] {
    float: left;
    width: auto;
    margin: 4px 8px 0 0;
}

.personal_information_form .submit_section {
    text-align: center;
}

.cookies_sectipn ul {
    padding-left: 20px;
}

.cookies_sectipn ul>li {
    margin: 0 0 10px 0;
}

.cookies_sectipn ul ol {
    padding: 0 0 0 17px;
}


/***********************/

.agree_for {
    display: inline-block;
    width: 100%;
}

.cookies_sectipn ul>li {
    margin: 0 0 20px 0;
}

.cookies_sectipn .request_sectipn ul,
.cookies_sectipn.privacy-settings ul {
    margin: 0;
    padding: 0;
}

.cookies_sectipn.privacy-settings ul li {
    list-style: none;
}

.cookies_sectipn .request_sectipn ul li {
    position: relative;
}

.cookies_sectipn .request_sectipn ul li a.request {
    position: absolute;
    right: 0;
    top: 0;
    border: #f78429 solid 1px;
    padding: 2px 10px;
    font-size: 14px;
    color: #f78429;
    border-radius: 4px;
    text-decoration: none;
}

.cookies_sectipn .request_sectipn ul li a.request:hover {
    background: #ff9b00;
    color: #fff;
    border-color: #ff9b00;
}


/*************************************/

@media screen and (max-width: 1199px) {
    .personal_information_form label {
        max-width: 240px;
        font-size: 15px;
    }
    .personal_information_form .form-group .select-wrapper,
    .personal_information_form .form-group select,
    .personal_information_form .form-group input {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .logo img {
        margin-bottom: 25px;
    }
    .personal_information_form .form-group .select-wrapper,
    .personal_information_form .form-group select,
    .personal_information_form .form-group input {
        width: 100%;
    }
    .personal_information_form .form-group label.address {
        margin: 0 0 10px 0;
    }
    .personal_information_form .form-group .form-group label {
        padding: 0;
    }
}

@media screen and (min-width: 641px) and (max-width: 988px) {
    .login-bar {
        top: 7px;
        position: absolute;
        z-index: 99999999999999999;
        right: 10px;
    }
}