/* ********** MAX CUSTOM BOOTSTRAP STYLES ********** */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #424242;
}



.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trajan Pro",Georgia,"Times New Roman",Times,serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}

h2, h4, h6 {
    color: #317ab9;
}

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

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


select.form-control {
    -webkit-appearance: menulist;
}

.form-group {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-control {
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control, output {
    font-size: 16px;
    line-height: 1.6;
    color: #757575;
    display: block;
}


label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

p {
    margin: 0 0 12.5px;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #dbdbdb;
    box-sizing: content-box;
    border: 0;
    width: 100%;
}


dt, kbd kbd {
    font-weight: 700;
}
.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}


.btn {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

.btn-primary {
    color: #fff;
    background-color: #317ab9;
    border-color: #2c6da5;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.show {
    display: block!important;
    padding-left: 0px;
    padding-right: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well :first-child {
    margin-top: 0;
}

.well :last-child {
    margin-top: 0;
}


#max-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

#max-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: transparent;
}

#max-carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    #max-carousel-indicators {
        bottom: 20px;
    }
}


.site-header h1 a:active span, .site-header h1 a:focus span, .site-header h1 a:hover span,
.site-header .site-header-sm a:active span,.site-header .site-header-sm a:focus span, .site-header .site-header-sm a:hover span {
    border-bottom-color:#fff
}
.site-footer a.btn-default, .site-header h1 a, a.list-group-item, a.list-group-item.active, button.list-group-item {
    text-decoration:none
}
.site-header .site-header-sm img, .site-header .site-header-xs img {
    display:none
}

.site-footer {
    position:static;
    bottom:0;
    width:100%;
    padding:0 0 10px;
    font-size:14px;
    color:#fff;
    background-color:#21527d
}

@media screen and (min-width:768px) {
    .site-footer{
        padding:5px 0 15px
    }
}
@media screen and (min-width:992px) {
    .site-footer{
        padding:10px 0 20px
    }
}
.site-footer a {
    color:#dae9f5
}
.site-footer a:active,.site-footer a:focus,.site-footer a:hover {
    color:#fff
}
.site-footer a.btn-default {
    color:#010204
}
.site-footer h1 {
    font-size:20px
}

.site-header {
    padding:10px 0;
    margin-bottom:30px;
    line-height:1;
    color:#fff;
    background-color:#21527d
}
@media screen and (min-width:768px) {
    .site-header{padding:15px 0}
}
@media screen and (min-width:992px) {
    .site-header{padding:20px 0}
}

.site-header.site-header-xs {
    padding:10px 0
}
.site-header.site-header-xs a:active span,.site-header.site-header-xs a:focus span,.site-header.site-header-xs a:hover span {
    padding:3px 0;border-bottom-color:#fff
}
.site-header.site-header-xs h1 {
    font-size:18px
}
.site-header.site-header-xs span {
    padding:3px 0;border-width:1px
}
.site-header.site-header-sm {
    padding:10px 0
}
.site-header.site-header-sm h1 {
    font-size:24px
}
.site-header h1 {
    margin:0;
    font-size:24px;
    line-height:1
}

@media screen and (min-width:768px) {
    .site-header.site-header-sm{padding:15px 0}
    .site-header.site-header-sm img{display:inline-block;max-height:40px}
    .site-header.site-header-sm span{padding:5px 0;border-width:2px}
    .site-header h1{font-size:32px}
}

.site-header h1 a {
    color:#fff
}
.site-header h1 em { 
    font-style:normal;
    font-weight:400
}
.site-header h1 img {
    display:none;
    margin-right:10px
}
.site-header h1 span {
    display:inline-block;
    padding:3px 0;
    vertical-align:middle;
    border:1px solid transparent
}

@media screen and (min-width:768px) {
    .site-header h1 img{display:inline-block;max-height:50px}
    .site-header h1 span{padding:5px 0;border-width:2px}
}

@media screen and (min-width:992px) {
    .site-header h1{font-size:38px}
    .site-header h1 img{max-height:70px}
    .site-header h1 span{padding:10px 0;border-width:3px}
}

@media screen and (max-width: 991px) {
    .site-header .col-md-7,
    .site-header .col-md-5 {
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .site-header {
        max-height: unset;
    }
}



