@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('../fonts/29D420_0_0.eot');
    src: url('../fonts/29D420_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/29D420_0_0.woff') format('woff'), url('../fonts/29D420_0_0.ttf') format('truetype');
}
body {
    font-family: FuturaPT-Bold, sans-serif;
    background: #fff200;
    color: #000000;
    font-size: 18px;
}
@media (max-width: 767px) {
    body {
        padding-top: 100px;
    }
}
h1,
h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 10px 0;
}
@media (min-width: 768px) {
    h1,
    h2 {
        margin: 0;
    }
}
p {
    font-size: 0.722222em;
}
p + h2 {
    margin-top: 30px;
}
p .glyphicon {
    margin: 0 5px;
}
p a:hover {
    text-decoration: underline;
}
ul,
ol {
    list-style: none;
    padding: 0;
}
a {
    color: #000000;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:hover strong {
    border: none;
}
a:hover .glyphicon,
a:hover.glyphicon {
    opacity: 0.7;
}
a .glyphicon,
a.glyphicon {
    color: #000000;
}
img {
    width: 100%;
    height: 100%;
}
/* HEADER */
.header-main {
    padding: 10px 0;
    min-height: 80px;
    background: #fff200;
}
.header-main .container {
    position: relative;
}
@media (max-width: 767px) {
    .header-main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
}
@media (min-width: 768px) {
    .header-main {
        padding: 50px 0;
        min-height: 220px;
    }
}
.navbar-toggle .icon-bar {
    background: #000000;
}
.logo {
    display: block;
    position: absolute;
    left: 15px;
    top: -8px;
    background: transparent url("../images/logo2024.webp") no-repeat center;
    background-size: contain;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.logo:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
@media (min-width: 768px) {
    .logo {
        width: 120px;
        height: 120px;
    }
}
.navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1050;
}
.nav-main {
    position: relative;
    width: 100%;
    padding-left: 75px;
    padding-right: 45px;
    font-size: 18px;
}
.nav-main ul:after {
    content: "";
    display: table;
    clear: both;
}
.nav-main ul:after {
    content: "";
    display: table;
    clear: both;
}
.nav-main a {
    display: block;
    text-decoration: none;
    color: #000000;
    text-transform: lowercase;
}
.nav-main a:hover span,
.nav-main a.active span {
    border-bottom: 3px solid;
}
@media (min-width: 768px) {
    .nav-main {
        display: block !important;
        padding: 30px 0 0 140px;
    }
    .nav-main > ul > li {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .nav-main {
        padding-left: 200px;
    }
}
@media (max-width: 767px) {
    .socials li {
        float: left;
        margin: 10px 5px;
    }
}
@media (min-width: 768px) {
    .socials {
        position: absolute;
        top: 0;
        right: 5px;
    }
    .socials li+li {
        margin-top: 5px;
    }

    .socials li:last-child a {
        padding: 0;
    }
}
.icon-fb {
    display: block;
    background: transparent url("../images/socials.png?v2") no-repeat;
    width: 26px;
    height: 27px;
    overflow: hidden;
    background-position: 0 0;
}
.icon-fb:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.icon-fb:hover {
    opacity: 0.8;
}
.icon-li {
    display: block;
    background: transparent url("../images/socials.png?v2") no-repeat;
    width: 26px;
    height: 27px;
    overflow: hidden;
    background-position: 0 -37px;
}
.icon-li:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.icon-li:hover {
    opacity: 0.8;
}
.icon-tw {
    display: block;
    background: transparent url("../images/socials.png?v2") no-repeat;
    width: 26px;
    height: 27px;
    overflow: hidden;
    background-position: 0 -72px;
}
.icon-tw:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.icon-tw:hover {
    opacity: 0.8;
}
/* INFO BANNER */
.info-banner {
    border: 4px solid #000000;
    margin-bottom: 90px;
}
.info-banner-header {
    display: block;
    position: relative;
    padding: 0 60px;
    text-align: center;
}
.info-banner-header a {
    color: #000000;
}
.info-banner-header a:hover {
    color: #000000;
    text-decoration: none;
}
.info-banner-header h2 {
    margin: 0;
    line-height: 52px;
    cursor: pointer;
}
.info-banner-header .glyphicon-chevron-down,
.info-banner-header .glyphicon-chevron-up,
.info-banner-header .glyphicon-remove {
    position: absolute;
    border: 4px solid #000000;
    width: 60px;
    height: 60px;
    top: -4px;
    font-size: 1.5em;
}
.info-banner-header .glyphicon-chevron-down,
.info-banner-header .glyphicon-chevron-up {
    left: -4px;
}
.info-banner-header .glyphicon-chevron-down {
    padding-top: 16px;
}
.info-banner-header .glyphicon-chevron-up {
    padding-top: 14px;
}
.info-banner-header .glyphicon-chevron-up:before {
    position: relative;
    left: 2px;
}
.info-banner-header .glyphicon-remove {
    right: -4px;
    padding-top: 14px;
}
.info-banner-content:after {
    content: "";
    display: table;
    clear: both;
}
.info-banner-content:after {
    content: "";
    display: table;
    clear: both;
}
.info-banner-content p {
    padding: 15px 0;
}
/* CAROUSEL */
.jcarousel-holder {
    position: relative;
    margin-bottom: 60px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel-list {
    width: 20000em;
    position: relative;
}
.jcarousel-item {
    width: 20%;
    float: left;
    padding: 0 15px;
}
.jcarousel-prev,
.jcarousel-next {
    font-size: 2em;
    position: absolute;
    top: 15px;
    color: #000000;
}
.jcarousel-prev {
    left: -10%;
}
.jcarousel-next {
    right: -10%;
}
/* ARTICLES */
.rows .row {
    margin-top: 30px;
    position: relative;
}
.rows h2 {
    margin-bottom: 20px;
}
.rows ul {
    list-style: disc;
    font-size: 0.722222em;
}
.rows .numbered-list {
    list-style: none;
    counter-reset: ol-counter;
}
.rows .numbered-list > li {
    padding-left: 30px;
    position: relative;
}
.rows .numbered-list > li:before {
    content: counter(ol-counter, decimal) '.';
    counter-increment: ol-counter;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.9;
    border-bottom: 3px solid #000000;
}
.rows strong {
    border-bottom: 3px solid #000000;
}
.trailing-arrow .text {
    position: relative;
    float: left;
    margin-top: -4px;
    padding-right: 20px;
    background: #fff200;
}
.trailing-arrow .glyphicon {
    display: block;
    padding: 0 10px;
}
.trailing-arrow .glyphicon:before {
    float: right;
    position: relative;
    right: -5px;
}
.trailing-arrow .glyphicon:after {
    content: '';
    display: block;
    position: relative;
    top: 8px;
    width: 100%;
    height: 4px;
    background: #000000;
}
.years:after {
    content: "";
    display: table;
    clear: both;
}
.years:after {
    content: "";
    display: table;
    clear: both;
}
.years li {
    float: left;
    min-width: 95px;
    margin-bottom: 20px;
}
.years a {
    display: inline-block;
    font-size: 1em;
}
.years a span {
    display: block;
    border-bottom: 3px solid transparent;
    line-height: 0.8;
}
.years a:hover span,
.years a.active span {
    border-color: #000000;
}
.gallery {
    padding: 0;
}
.gallery img {
    margin-bottom: 30px;
}
.file,
.doc {
    padding-left: 40px;
    position: relative;
}
.file:before,
.doc:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("../images/sprite.png") no-repeat;
}
.file {
    min-height: 50px;
}
.file:before {
    width: 29px;
    height: 29px;
    background-position: 0 0;
}
.doc {
    min-height: 60px;
}
.doc:before {
    width: 30px;
    height: 39px;
    background-position: 0 -31px;
}
.back {
    position: absolute;
    font-size: 2em;
    top: -45px;
    left: 0;
}
@media (min-width: 768px) {
    .back {
        left: -20px;
        top: 0;
    }
}
.google-map {
    width: 100%;
    height: 300px;
    border: 4px solid #000000;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: 4px solid #000000;
}
.contact-form input[type="text"] + label,
.contact-form input[type="email"] + label,
.contact-form textarea + label,
.contact-form select + label {
    margin-top: 20px;
}
.contact-form textarea {
    height: 250px;
    resize: none;
}
.contact-form textarea.smaller-textarea {
    height: 120px;
}
.contact-form input[type="submit"] {
    line-height: 40px;
    padding: 0 15px;
    background: #000000;
    border: none;
    color: #fff200;
}
@media (min-width: 768px) {
    .contact-form input[type="submit"] {
        position: relative;
        top: -45px;
    }
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover {
    outline: none;
    box-shadow: 0 0 10px -2px #000000;
}
@media (max-width: 767px) {
    .push-down-xs {
        margin-top: 20px;
    }
}
.yt-video {
    position: relative;
    width: 100%;
    padding-top: 62%;
}
.yt-video iframe {
    border: 4px solid #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* FOOTER */
.footer-main {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 50px;
}
.footer-main h2 {
    margin-top: 10px;
}
.footer-main li {
    padding: 5px 0;
}
.footer-main img {
    width: auto;
    height: auto;
}
@media (min-width: 768px) {
    .footer-main h2 {
        padding-right: 30px;
        margin-top: 20px;
    }
    .footer-main li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 30px 10px 0;
    }
    .footer-main a:hover {
        opacity: 0.8;
    }
}
@media (min-width: 992px) {
    .footer-main h2 {
        margin-top: 8px;
    }
    .footer-main li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px 0 0;
    }
}
@media (min-width: 1200px) {
    .footer-main li {
        padding: 0 15px 0 0;
    }
}
/* HELPERS */
.cf:after {
    content: "";
    display: table;
    clear: both;
}
input[type="submit"].normal-submit {
    top: 0px;
}
#infoWindow {
    width: 100px;
    height: 80px;
}
/* lightbox */
#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
    /* 50 */
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
    /* 50 */
}
/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    width: 2.5em;
    /* 40 */
    height: 2.5em;
    /* 40 */
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    /* 10 */
    margin: -1.25em 0 0 -1.25em;
    /* 20 */
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    /* 40 */
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    /* 40 */
}
#imagelightbox-loading div {
    width: 1.25em;
    /* 20 */
    height: 1.25em;
    /* 20 */
    background-color: #fff;
    -webkit-animation: imagelightbox-loading 0.5s ease infinite;
    animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .5;
        transform: scale(0.75);
    }
}
/* OVERLAY */
#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
    width: 2.5em;
    /* 40 */
    height: 2.5em;
    /* 40 */
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    /* 40 */
    right: 2.5em;
    /* 40 */
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
    background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* CAPTION */
#imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em;
    /* 10 */
}
/* NAVIGATION */
#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em;
    /* 60 */
    padding: 0.313em;
    /* 5 */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#imagelightbox-nav button {
    width: 1em;
    /* 20 */
    height: 1em;
    /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em;
    /* 5 */
}
#imagelightbox-nav button.active {
    background-color: #fff;
}
/* ARROWS */
.imagelightbox-arrow {
    width: 3.75em;
    /* 60 */
    height: 7.5em;
    /* 120 */
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em;
    /* 60 */
    border: none;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em;
    /* 40 */
}
.imagelightbox-arrow-right {
    right: 2.5em;
    /* 40 */
}
.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em;
    /* 2 */
}
.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em;
    /* 5 */
}
.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em;
    /* 5 */
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in 0.25s linear;
    animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 41.25em) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        top: 1.25em;
        /* 20 */
        right: 1.25em;
        /* 20 */
    }
    #imagelightbox-nav {
        bottom: 1.25em;
        /* 20 */
    }
    .imagelightbox-arrow {
        width: 2.5em;
        /* 40 */
        height: 3.75em;
        /* 60 */
        margin-top: -2.75em;
        /* 30 */
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
        /* 20 */
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
        /* 20 */
    }
}
@media only screen and (max-width: 20em) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}

.table tr,
.table th,
.table td {
    border-color: black !important;
}

#ajax-spinner-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E6E8EC;
    opacity: 0.5;
    display: none;
    z-index: 9999999;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
.spinner,
.spinner-small {
    height: 40px;
    width: 40px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -20px 0 0;
    border: 2px solid #fff;
    border-top: 2px solid #24B498;
    border-radius: 100%;
}
.fade.in .spinner,
.fade.in .spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.spinner-small {
    border: 2px solid rgba(0,0,0,0.05);
    border-top: 2px solid #24B498;
    height: 30px;
    width: 30px;
    margin: -15px -15px 0 0;
}

.flash-holder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
}

.flash-holder .alert {
    border-radius: 0px;
}

.media a strong {
    border-bottom: none;
}

.media a:hover strong{
    border-bottom: 3px solid black;
}

ul.partners li {
    height: 80px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    ul.partners li {
        height: auto;
        margin-bottom: 0px;
    }
}


.has-error-length {
    border: 4px solid #d58512 !important;
}


#tracy-debug-bar img {
	width: unset;
	height: unset;
}

/* WebSite21 - styles */

.partners .row {
    margin-top: 50px;
}

.partners .row:first-child {
    margin: 0 !important;
}

.partners .row .partners {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin-left: -40px;
}

.partners .row .partners > li {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    width: calc(100% / 4);
    padding-left: 40px;
    padding-right: 0 !important;
}

.partners .row .partners > li > a {
    display: block;
    text-align: center;
}

.galaImg {
    text-align: center;
    padding-top: 100px;
}

.galaImg > img {
    max-width: 700px;
}

.partners .row:last-child .partners {
    margin-bottom: 50px;
}

@media(max-width: 639px) {
    .partners .row .partners > li {
        width: calc(100% / 2);
        margin: 20px 0 0;
    }
}
