* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    background: white;
    color: #3d4141;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 6px;
    line-height: 1.1;
}

h1 {
    color: #064567;
    font-size: 27px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

h2 {
    color: #075580;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 650;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

h3 {
    color: #1571a5;
    margin-top: 23px;
    font-size: 23px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

h4 {
    color: #447fa0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 550;
}

.blue {
    font-weight: 600;
    color: #12577e;
}

@media (max-width:768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 18px;
    }
}

p,
ul {
    margin-top: 6px;
    margin-bottom: 16px;
}

li {
    margin-left: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
}

strong {
    font-weight: 540;
}

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

a {
    text-decoration: none;
    color: #484848;
}

a:hover {
    text-decoration: none;
    color: #1c3e74;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.row:after,
.panel-body:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

#contact {
    margin-top: 27px;
    background: radial-gradient(ellipse, #333c46, #1d1d24);
    color: white;
    text-align: center;
    line-height: 1.2;
}

#contact h2 {
    color: #95c4e6;
    margin-top: -8px;
    margin-bottom: 15px;
}

#contact a {
    font-size: 1.2em;
    font-weight: 500;
    color: #80b9e3;
}

#contact a:hover {
    filter: sepia();
}

#contact .logo {
    width: 400px;
    height: 105px;
}

#contact img {
    display: inline-block;
    margin-bottom: -3px;
}

#contact .icon {
    display: block;
    filter: sepia();
    margin: 0 auto;
    height: 24px;
    width: auto;
}

#contact .social {
    height: 30px;
    width: auto;
    vertical-align: middle;
    margin-left: 3px;
}

#contact input,
#contact textarea {
    display: block;
    font-family: inherit;
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 8px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 0;
    outline: none;
    resize: none;
}

#contact input[name="zipcode"] {
    display: none;
}

#contact button {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    background: #5b93bc;
    padding: 8px 30px;
    border: none;
    max-width: 440px;
    border-radius: 4px;
}

#contact button:hover {
    filter: sepia();
}

#footbar {
    background: linear-gradient(#303333, #1b2231);
    border-top: solid 1px #4c4d4d;
    padding: 6px 12px;
    color: white;
    font-size: 15px;
}

#footbar span {
    float: right;
}

#footbar a {
    color: #9cd0f5;
    margin-left: 4px;
}

#footbar a:hover {
    filter: sepia();
}

@media (min-width:768px) {
    #footbar {
        font-size: 14px;
    }
}

#faq p {
    margin: 0;
    margin-bottom: 6px
}
#faq .question {
    font-size: 16px;
    font-weight: 600;
    color: #462c05;
    text-transform: none;
    text-align: left;
    cursor: pointer;
    width: 100%;
    background: radial-gradient(#fafafa, #f5f5f5);
    padding: 8px 20px;
    border: 1px solid silver;
    border-radius: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: .3px;
}
@media (max-width: 768px) {
    #faq .question {
        font-size: 14px;
        letter-spacing: -.2px;
    }
}
#faq .question.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
#faq .question:hover {
    background: #d4d4d4;
}
@media (min-width: 600px) {
    #faq .question:after {
        color: #777;
        float: right;
        content: "";
        border-top: 7px solid #444;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: relative;
        top: 9px;
        right: 0;
    }
    #faq .question.active:after {
        transform: rotate(90deg);
    }
}
#faq .answer {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: -1px;
    padding: 16px 32px 16px 16px;
    display: none;
    background: white;
    color: #868686;
    overflow: hidden;
    border: 1px solid #a3a3a3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#faq .answer a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    #faq .answer {
        font-size: 14px;
        letter-spacing: -.2px;
    }
}

.hero-text {
    background: #14293a;
    padding: clamp(2rem, 6vw, 5rem) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    max-height: 600px;
    text-align: center;
}

.hero-text-inner {
    width: 100%;
    padding-left: clamp(5px, 3vw, 60px);
    padding-right: clamp(5px, 3vw, 60px);
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.hero-text-title,
.hero-text h1 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0 0 1rem 0;
    font-size: clamp(1.3rem, 4.5vw, 3rem);
    letter-spacing: clamp(-0.2px, -0.4vw, -1px);
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.35);
}

.hero-text-subtitle {
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 1.5rem 0;
    font-size: clamp(1rem, 2.2vw, 1.7rem);
    letter-spacing: clamp(-0.1px, -0.2vw, -0.5px);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.hero-text-event {
    font-weight: 700;
    line-height: 1.15;
    color: #abcadf;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 2.6vw, 2.3rem);
    letter-spacing: clamp(-0.1px, -0.2vw, -0.4px);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.img-halo {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.img-halo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center, #6d879e 0%, #293d56 100%);
}

.img-halo img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    background: transparent !important;
}

.img-frame {
    box-shadow: 2px 2px 5px grey;
}

.img-hero {
    position: relative;
    margin-bottom: 27px;
}

.img-hero::after {
    display: block;
    content: "";
    padding-bottom: 52.5%;
}

.img-hero img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar {
    overflow: hidden;
    background-color: #071828;
    border-bottom: white 1px solid;
}

.navbar img {
    vertical-align: bottom;
    height: 90px;
    width: auto;
}

.navbar .navbar-right a {
    color: #fff;
    float: left;
    text-transform: uppercase;
    letter-spacing: -.02px;
    font-size: 14px;
    font-weight: 600;
    line-height: 90px;
    padding: 0 14px;
}

.navbar .navbar-right a:hover {
    color: white;
    background: #5b93bc;
}

.navbar .navbar-right {
    float: right;
}

@media (max-width: 920px) {
    .navbar img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .navbar .navbar-right {
        float: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        width: auto;
        text-align: center;
    }

    .navbar .navbar-right a {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -.4px;
        padding: 10px 8px;
        margin-top: 4px;
    }
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box {
    display: block;
    border: 2px solid #99bfbe;
    background: radial-gradient(ellipse, #e6fdfd, #ceebf5);
    padding: 16px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background: #5b93bc;
    padding: 8px 27px;
    border-radius: 6px;
    border: none;
    box-shadow: 2px 2px 4px rgba(80, 80, 80, 0.5);
    margin-bottom: 27px;
}

.btn:hover {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: #3e749b;
}

.junta strong {
     margin-top: 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 620;
}

.junta .junta-member {
    text-align: center;
    color: #760303;
    margin-top: 5px;
    height: 80px;
    font-weight: 600;

}

.junta p {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width:768px) {
    .junta {
        padding-inline: 10%;
    }

    .junta .img-halo {
        display: block;
        margin: 10px auto;
        max-width: 500px;
    }
}

#boletines li {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem auto 2rem;
    font-size: 1rem;
}

.pricing-table thead th {
    background: #0a4d75;
    color: #ffffff;
    padding: 1rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #d0d0d0;
}

.pricing-table tbody td {
    background: #ffffff;
    color: #0a4d75;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    border: 1px solid #d0d0d0;
}

.pricing-table tbody tr:hover td {
    background: #f3f9fc;
}
