﻿/*.input-group {
    padding: initial !important;
}*/

body {
    font-family: Exo2 !important;
}

@font-face {
    font-family: Exo2;
    font-weight: normal;
    src: url("../WebFonts/Exo2-Regular.otf") format("opentype");
}

#accordion .panel-heading:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    color: black;
    font-size: 26px;
    margin-top: -2%;
}

#accordion .panel-heading[aria-expanded="true"]:after {
    content: "\f106";
}

.navbar-blue {
    background-color: #4358a5;
    border-color: #fdfbfb;
}

    .navbar-blue .navbar-nav > li > a {
        color: white;
        cursor: pointer;
    }

.navbar-brand {
    color: white;
}

    .navbar-brand:hover {
        color: black;
        background-color: white;
    }

.navbar {
    margin-bottom: 0px !important;
}

.navbar-toggle {
    border: 1px solid white;
}

    .navbar-toggle .icon-bar {
        background-color: white;
    }

.navbar-nav li a:hover {
    color: black;
}

.card-LifeAtUSGI {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*width: 70%;*/
}

.card-LifeAtUSGI-Inner {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    height: 242px;
    margin-bottom: 20px;
}

.card-LifeAtUSGI:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.76);
}

.product-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.center-image {
}

.modal-lg {
    width: 900px;
}

#divVerifyUserPolicyDtls .panel-body {
    padding: 10px 15px;
    background: #fbfbfb;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #487677;
    line-height: 25px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkbox-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.login-input {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

.border-bottom {
    margin-top: 5px;
}

.input-group {
    padding: 10px !important;
}

.input-group-btn {
    font-size: unset !important;
}

.input-group .form-control {
    float: none !important;
}

.shadow {
    box-shadow: 0px 15px 20px 3px grey;
}

#download .pro {
    background: #f3adb0;
}

#download .plan .action {
    margin: 0 -15px -15px;
    padding: 15px;
    border-radius: 0 0 4px 4px;
    border-top: 4px solid #fff;
    text-align: center;
}

#download .plan .price span {
    font-size: 13px;
    display: block;
    font-style: italic;
    color: #888;
}

#download {
    padding-bottom: 25px;
}

    #download .free {
        background: #dae2f5;
    }

    #download .plan {
        margin-top: 15px;
        padding: 15px;
        border-radius: 4px;
    }

        #download .plan ul {
            list-style: none;
            text-align: center;
            padding: 0;
            margin: 0;
        }

#main {
    /*margin-top: 85px;*/
}

#download .free .action, #download .free h3, #download .free h4 {
    background: #a2b2da !important;
}

#download .plan h3 {
    padding: 25px 0 10px;
    margin: -15px -15px 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #111;
    border-radius: 4px 4px 0 0;
    background-color: #da4b5d;
}

#download .free .action, #download .free h3, #download .free h4 {
    background: #a2b2da;
}

#download .free ul li {
    border-color: #d2ddee;
}

#download .plan ul li {
    padding: 12px 0;
    border-bottom: 1px dotted;
}

#download .plan .price {
    font-size: 36px;
    text-align: center;
    padding: 5px 0;
    margin: 0 -15px;
}

#download .plan h4 {
    margin: 0 -15px;
    padding: 0 0 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #da4b5d;
    border-bottom: 4px solid #fff;
    font-style: italic;
}

#download .pro ul li {
    border-color: #ddeed2;
}

#download .free .action, #download .free h3, #download .free h4 {
    background: #EEF3F9;
}

#download .pro .action, #download .pro h3, #download .pro h4 {
    background: #da4b5d;
    color: #ffebeb;
}

@media (min-width: 992px) {
    .page-header-single {
        position: fixed;
        left: 0;
        top: 45px;
        right: 0;
        z-index: 999;
    }
}

.page-header {
    padding: 30px 0 15px;
    background: #fafafa;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    margin-bottom: 20px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.text-center {
    text-align: center;
}

#header {
    background: #fff;
    height: 85px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.logo {
    float: left;
    margin-top: 12px;
}

#topnav {
    background: #fff;
    text-align: right;
    float: right;
    padding-top: 20px;
}

    #topnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #topnav li {
        float: left;
        padding: 15px 0;
        margin: 0;
        position: relative;
    }

    #topnav a {
        font-size: 15px;
        padding: 0 0 0 17px;
        margin: 0;
        color: #1e5f8d;
        line-height: 1;
        display: block;
        font-weight: 400;
        font-family: "Roboto",sans-serif;
    }

.plan h4 {
    height: 40px !important;
}


/*mobile*/
@media (min-width: 320px) and (max-width: 480px) {
    .center-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
 .modal-lg {
        width: auto !important;
    }
}
/*mobile*/
@media (min-width: 481px) and (max-width: 767px) {
    .center-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
 .modal-lg {
        width: auto !important;
    }
}
/*Pixel2 Xl landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .center-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
 .modal-lg {
        width: auto !important;
    }
}

/*Pixel2 Xl, Desktop*/
@media (min-width: 768px) and (max-width: 1024px) {
    .center-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
 .modal-lg {
        width: auto !important;
    }
}
