/* JS Loaded */
.js-loaded {
	opacity: 1 !important;
	transition: opacity 200ms ease-in;
}

/* Custom Button */

.custom-button a {
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px;
    font-size: 1em;
    display: inline-block;
    cursor: pointer;
    padding: 0.8em 1em;
    color: #fefefe;
    transition: all 0.25s ease-out;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
    vertical-align: middle;
    width: auto;
    letter-spacing: 2px;
    font-family: 'Proxima N W01 Reg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.custom-button {
    display: flex;
}

.custom-button.align-left {
    justify-content: flex-start;
}

.custom-button.align-center {
    justify-content: center;
}

.custom-button.align-right {
    justify-content: flex-end;
}

.btn:hover,.btn:active,.btn:focus {
	text-decoration: none
}

.panel_jumplist_outer ol.jump-list-list, .panel_jumplist_outer ul.jump-list-list{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.panel_jumplist_outer li.jump-list-item{
    display: inline-block;
}

.panel_jumplist_outer li.jump-list-item:not(:last-child)::after{
    content: "";
    border: 1px solid #086b7d;
    border-width: 1px 2px 0 0;
    top: 0;
    margin: 0 4px 0 8px;
}
.panel_jumplist_outer.vertical li.jump-list-item{
    display: block;
    padding: 1px 0;
    margin: 0px 0;
}

.panel_jumplist_outer li.jump-list-item a{
    font-size : 18px;
    font-style : normal;
    font-weight : 400;
    line-height : 28.8px;
    font-family: 'Proxima N W01 Reg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.panel_jumplist_outer.vertical li.jump-list-item:not(:last-child)::after{
    content: "";
    border: none;
    top: auto;
    margin: 0;
}
@media screen and (max-width: 640px) {
    .panel_jumplist_outer li:not(:last-child)::after{
        border:none;
    }
}
