.links {
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.links a {
    font-weight: 500;
    color: #7a7a7a;
}
.navbar.bg-transparent.d-flex.justify-content-end {
    display: flex;
}
.navbar.bg-transparent.d-flex.justify-content-end a {
    color: #fff;
    font-size: 16px;
}
.navbar.bg-transparent.d-flex.justify-content-end a:first-child{
	border-right:2px solid #fff;
}
.navbar.bg-transparent.d-flex.justify-content-end a img{
	max-width: 15px;
}
.navbar.bg-transparent.d-flex.justify-content-end a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    margin-right: 10px;
}
@media all and (max-width: 768px) {
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: 100% !important;
}
    .prelander {
        font-size: 21px;
    }

    .billtable td {
        padding-right: 0;
        padding-left: 0;
    }

    .prelander td {

    }

    table h3 {
        margin-bottom: 0;
    }

    p {
        /*padding:1rem 0; */
    }

    .prelander {
        line-height: normal;
    }

    a {
        font-weight: 700;
    }
}

.links {
    text-align: center;
}

.links a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}


#breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    clear: both;
    list-style: none;
    padding-left: 0;

}


#breadcrumbs li {
    position: relative
}

#breadcrumbs li h2 {
    margin-bottom: 0;
}

#breadcrumbs li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font: 400 12px / 28px "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Droid Sans", sans-serif;
	padding: 0 3px 0 11px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: .5px;
}

#breadcrumbs li:before {
    content: '';
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    position: absolute;
    top: 0
}

#breadcrumbs li.level-1 {
    background-color: #eb8428;
    z-index: 2
}

#breadcrumbs li.level-1:before {
    border-left: 14px solid #eb8428;
    right: -14px;
    z-index: 3
}

#breadcrumbs li.level-1:after {
    border-bottom: 19px solid transparent;
    border-left: 19px solid #fff;
    border-top: 19px solid transparent;
    content: '';
    position: absolute;
    top: -5px;
    right: -19px;
    z-index: 2
}

#breadcrumbs li.level-2 {
    background-color: #011323;
    padding-left: 14px;
    z-index: 0
}

#breadcrumbs li.level-2:before {
    border-left: 14px solid #011323;
    right: -14px
}


a.statebutton {
    display: inline-block;
    padding: 0.5rem;
    background-color: #34477D;
    color: #fff;
    text-decoration: none;
    margin: 0.5rem 2% 0 0;
    width: 21%;
    text-align: center;
    border-radius: 5px;
}

a.statebutton:hover, a.statebutton:focus, a.statebutton:active {
    background-color: #040a21;
}

.modal-body img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 600px;
    height: 410px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-modal h3 {
    color: #fff;
    font-size: 1em;
    margin: .2em;
    text-transform: uppercase;
    font-weight: 500
}

#ouibounce-modal .modal-body {
    padding: 20px 35px;
    font-size: .9em
}

#ouibounce-modal p {
    color: #344a5f
}

#ouibounce-modal form {
    text-align: center;
    margin-top: 35px
}

#ouibounce-modal form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-modal .modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

#ouibounce-modal .modal-footer p {
    /*text-transform: capitalize;*/
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}


@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    100%, 85% {
        opacity: 1
    }
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#ouibounce-modal .modal {
    max-width: 98%;
}

@media all and (max-width: 640px) {
    #ouibounce-modal .modal-body {

        padding: 15px;
    }
}

.advert {
    transition: top 0.3s;
}

.advert h3 {
    font-size: 12px;
    color: #d3d3d3;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: inherit;
    max-width: inherit;
}