@charset 'UTF-8';


/**
    Blue: 0EA6D2
    Red: D31F29
    Text Grey: 808285
    Text Black: 2F2F2F
*/

html
{
    font-size: .63em;
}

.hidden
{
    display: none !important;
}

button
{
    margin-bottom: 15px;
}

/**{border:1px solid red;}*/

/*Fix for strong tags / bootstrap 5.7*/
strong
{
    font-weight: 700;
}

/*Fix for a tag outlines / bootstrap 5.7*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.img-fluid
{
    max-width: 100%;
}


table.info td
{
    padding: 3px 10px 3px 0;
    font-size: 1.2em;
    color: #666;
}

table.info td.tdlabel
{
    font-weight: 700;
}


#sitemap-link
{
    display: none;
}


.preload
{
    position: absolute;
    left: -3000px;
}

.cp .container
{
    min-width: 1100px !important;
}


#icontent_MjvcEK0pAT .row
{
    margin-bottom: 60px;
}

#icontent_MjvcEK0pAT img
{
    border: none !important;
}

p.caption
{
    font-size: .9em;
    font-style: italic;

    margin: 0 0 30px;

    color: #666;
}

.row.buckets .col-12 a.content
{
    position: relative;

    display: block;

    width: 100%;
    min-height: 240px;

    background-position: center center;
    background-size: cover !important;
}

.row.buckets .col-12 a.content span
{
    font-family: nunito-sans, sans-serif;
    font-size: 1.6em;
    font-weight: 400;

    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    margin: 0;
    padding: 10px;

    -moz-transition: all .5s ease;
     -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
         transition: all .5s ease;

    color: #fff;
    background: url(/templates/teco3/skins/v1/structure/bg.solid.blue.70.png);
}

.row.buckets .col-12 .content:hover span
{
    bottom: 30px;
}



/*********************
 TESTMODE HEADER 
*********************/

#testmode-header
{
    display: none;
}

/** { border: 1px solid red; }*/

.container
{
    max-width: 1200px;
}

/*********************
 TAGS 
*********************/

body
{
    font-size: 140%;
    font-weight: 400;
    line-height: 160%;

    position: relative;

    background: #fff;
}


/*********************
 BOOTSTRAP
*********************/

.row.stacked
{
    margin-bottom: 45px;
}


/*********************
 TYPE ELEMENTS 
*********************/

p,
h1,
h2,
h3,
h4,
h5
{
    font-family: nunito-sans, sans-serif;
    font-weight: 400;
    font-style: normal

    color: #2f2f2f;
}

.inverse,
.inverse a,
.inverse p,
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5
{
    color: #fff;
}

h1
{
    font-size: 2.8em;
    font-weight: 400;

    display: inline-block;

    margin: 0 0 25px;
    padding: 0 60px 10px 0;

    text-transform: uppercase;

    color: #808285;
    border-bottom: 2px solid #d31f29;
}


h2
{
    /*font-family: roboto-slab, serif;*/
    font-family: nunito-sans, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    font-style: normal;

    margin: 45px 0 10px;
    /*color: #808285;*/

    color: #0ea6d2;
}

.hp h2
{
    color: #0ea6d2;
}

.hp h1,
.hp h2
{
    font-size: 2.4em;
    font-weight: 400;

    margin: 0 0 30px;

    text-transform: uppercase;

    border-bottom: none;
}


h3
{
    font-size: 1.4em;
    font-weight: 300;

    margin: 0 0 15px;

    color: #808285;
}

h2.underlined,
h3.underlined
{
    font-size: 1.4em;
    font-weight: 400;

    display: inline-block;

    margin-top: 8px;
    padding-bottom: 5px;

    text-transform: uppercase;

    border-bottom: 8px solid #434440;
}

h2.alt1,
h3.alt1
{
    font-size: 1.5em;

    margin-top: 10px;

    text-transform: uppercase;

    color: #24272a;
}

h4
{
    font-size: 125%;
    font-weight: 400;

    margin: 0 0 .75em 0;

    text-transform: uppercase;
}

/*2024.11.06 bootstrap 5.7 fix*/
h4,
h5
{
    color: #2f2f2f !important;
}

p
{
    /*font-family: nunito-sans, sans-serif;*/
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5em;

    margin: 15px 0 25px;

    color: #808285;
}



/*********************
 LINKS 
*********************/

a
{
    text-decoration: none;

    color: #d31f29;
    outline: none;

    text-decoration-color: #035c67;
}

a:hover,
a:visited:hover
{
    /* text-decoration: underline;
    text-decoration-color: #d31f29; */
    text-decoration: none;
}

a:focus
{
    outline: none;
}

a::-moz-focus-inner
{
    border: 0;
}


h1 a,
h2 a
{
    text-decoration: none !important;
}


/*********************
 CLASSES 
*********************/

hr,
.hr
{
    height: .0001em;
    margin: 30px 0;

    border-top: 2px solid #efefef;
}

hr.fat
{
    margin: 15px 0 30px;

    border-top: 8px solid #24272a;
}

.clear
{
    display: block;
    clear: both;

    height: .000001em;
}

.noborder
{
    border: none !important;
}

.overlay
{
    position: absolute;
    z-index: 3;
    top: 0;

    width: 100%;

    opacity: 0;
}

.overlay.black
{
    background: #000;
}

.overlay.white
{
    background: #fff;
}

p.callout
{
    font-family: roboto-slab, serif;
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.5em;

    margin: 45px 0 45px;

    color: #0ea6d2;
}

.quotes p
{
    font-family: roboto-slab, serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5em;

    margin: 20px 0 45px;

    color: #0ea6d2;
}

.quotes p span
{
    /*font-style: italic;*/
    font-size: .85em;
    /*font-weight: 300;*/
}


/*********************
 BUTTONS 
*********************/

.btn.btn-default
{
    font-family: nunito-sans, sans-serif;
    font-size: 1.3em;
    font-weight: 600;

    margin: 0;
    padding: 14px 30px;

    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
    text-decoration: none;
    text-transform: uppercase;

    color: #0da7d3;
    border: 1px solid #0da7d3;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    outline: none;
    background: #fff;
}

.btn.btn-default:hover,
.active .btn.btn-default,
.btn.btn-default.active
{
    color: #fff;
    border: 1px solid #0ea6d2;
    background: #0ea6d2;
}

.btn.disabled
{
    color: #666;
    background: #ccc;
}

.btn.btn-default.btn-alt1
{
    font-size: 1.1em;

    margin: 0 15px;
    padding: 9px 20px;

    color: #fff;
    border: none;
    background: #ffae20;
}

.btn.btn-default.btn-alt1:hover,
.active .btn.btn-default.btn-alt1
{
    color: #fff;
    background: #0ea6d2;
}

.btn.btn-default.btn-alt2
{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.btn.btn-default.btn-alt2:hover,
.active .btn.btn-default.btn-alt2
{
    color: #fff;
    background: #0ea6d2;
}


/*********************
 LAYOUT 
*********************/


header
{
    position: fixed;
    z-index: 7;
    top: 0;

    width: 100%;

    background: #fff;
}

header.cp
{
    border-bottom: 1px solid #0ea6d2;
}

header .nav-wrapper,
header .nav-wrapper .container-fluid
{
    padding-right: 0 !important;
}

#search-wrapper.hidden
{
    display: none !important;
}

#search-wrapper,
#search-wrapper input,
#search-wrapper .btn.btn-sm
{
    display: inline-block;

    height: 39px;
    margin: 0;

    vertical-align: top;
}

#search-wrapper
{
    margin-left: 5px;
}

#search-wrapper input
{
    font-size: 1em;

    padding: 9px 10px;

    border: 1px solid #ccc;
}

#search-wrapper .btn.btn-sm
{
    font-family: nunito-sans, sans-serif;
    font-size: 1em;

    display: inline-block;

    padding: 8px 15px;

    text-align: top;
    text-transform: uppercase;

    color: #fff;
    border-radius: 0;
    background: #0ea6d2;
}

#topbar
{
    padding: 30px 60px;
/*padding: 10px 90px;*/

    -webkit-transition: background .5s ease-in-out;
       -moz-transition: background .5s ease-in-out;
         -o-transition: background .5s ease-in-out;
            transition: background .5s ease-in-out;
}

.cp #topbar
{
    padding: 10px 90px;
}

#topbar.transparent
{
    background: transparent;
}

#topbar img.logo
{
    max-width: 240px;
}

.cp #topbar img.logo
{
    max-width: 160px;
}

#topbar .btn-default,
#topbar i
{
    vertical-align: top;
}

#topbar a[href^='tel:']
{
    font-size: 1.4em;
    font-weight: 700;

    display: block;

    margin: 10px 0 0;

    text-decoration: none;

    color: #808285;
}

#topbar i
{
    margin-top: -2px;

    color: #808285;
}

#topbar i:hover,
#topbar i.active
{
    cursor: pointer;

    color: #0ea6d2;
}

#topbar i.fa-magnifying-glass
{
    margin-top: 5px;
}

.btn-default.btn-alt1
{
    font-size: 1.1em;

    margin: 0 15px;
    padding: 9px 20px;

    color: #fff !important;
    border: none;
    background: #ffae20;
}

#live-area
{
/*    border: 1px solid blue;*/
    margin-top: 120px;
    padding: 30px 0 60px;
}

.hp #live-area
{
    margin-top: 90px;
    padding: 0;
}

#live-area #breadcrumb
{
    font-size: .9em;

    margin: 0 0 45px;

    color: #ccc;
}

#live-area #breadcrumb a
{
    color: #0ea6d2;
}

#live-area ul
{
    margin: 30px 0 30px 30px;
    padding: 0;

    list-style: disc;
}

#live-area ul.list-unstyled
{
    margin: 15px 0 30px;

    list-style: none;
}

#live-area ul li
{
    font-family: nunito-sans, sans-serif;
    font-size: 1.3em;
    font-weight: 300;

    margin: 0 0 20px;

    color: #808285;
}

#live-area img
{
    /*box-shadow:2px 3px 3px #CFCFCF;*/
    border: 1px solid #e8e8e8;
}

.hp #live-area img
{
    border: none;
}


/* CTA */

section#final-cta
{
    position: relative;
    z-index: 2;

    padding-top: 45px;
    padding-bottom: 45px;

    background: #fff;
}


footer
{
    position: relative;
    z-index: 2;

    padding: 15px 15px 30px;

    background-color: #fff;
}

footer h3
{
    font-size: 1.4em;

    margin: 45px 0;

    text-align: center;
    text-transform: uppercase;

    color: #2f2f2f;
}

footer h4
{
    font-size: 1.3em;

    margin: 20px 0;

    text-align: center;
    text-transform: none;

    color: #ccc;
}

footer img.logos
{
    max-width: 500px;
    margin: 15px auto 45px;

    text-align: center;
}

footer p
{
    font-size: 1.1em;
    line-height: 1.4em;
}


footer p.legal
{
    font-size: 1.1em;

    margin: 60px 0 0;

    color: #ccc;
}

footer a
{
    text-decoration: none !important;

    color: #ccc !important;
}

footer a:hover
{
    text-decoration: underline !important;
}

footer .social i.fa
{
    margin-right: 10px;

    color: #fff;
}

footer img.logo
{
    max-width: 80%;
    margin-top: 4px;
    margin-bottom: 15px;
}

.border-box
{
    padding: 26px 30px 30px;

    border: 2px solid #fff;
}


/*********************
 SOCIAL
*********************/

footer i.fa
{
    line-height: .9em;

    color: #000;
}

.fa-facebook-square:hover
{
    color: #4772ce;
}
.fa-twitter-square:hover
{
    color: #49c9f2;
}
.fa-pinterest-square:hover
{
    color: #cd2129;
}
.fa-tumblr-square:hover
{
    color: #274152;
}
.fa-instagram:hover
{
    color: #3b749f;
}

/*********************
 PARALLAX
*********************/

section.parallax
{
    margin: 0;
    padding: 0;

    background: transparent;
}

.parallax-window
{
    position: relative;

    width: 100% !important;
    min-height: 800px;
    margin: 0 !important;

    background: transparent;
}

/*header .col-12
{
    border: 1px solid red;
}*/


/*********************
 HOMEPAGE
*********************/

/* HP SLIDER */

.hero
{
    position: relative;
}

.hero .content
{
    position: absolute;
    z-index: 5;
    top: 0;

    width: 100%;
    margin-top: 174px;
}

#hp-slider.hero .content
{
    display: none;
}

.hero .content h1
{
    font-size: 85px;
    font-weight: 700;

    margin: 0 30px;

    color: #fff;
    text-shadow: 3px 1px 2px rgba(150, 150, 150, .45);
}

.hero .content p
{
    font-family: roboto-slab, serif;
    font-size: 30px;
    font-weight: 400;

    margin: 0 30px;

    color: #fff;
    text-shadow: 3px 1px 2px rgba(150, 150, 150, .45);
}

.hero .content hr
{
    max-width: 300px;
    margin: 30px auto;

    border-top: 2px solid #fff;
}


/* BLUE BAR // TECO TURNS 50 */

#blue-bar
{
    margin-top: 90px;
    padding: 55px 30px 60px;

    background: #0ea6d2;
}

#blue-bar img
{
    max-width: 280px;
    /*KLUDGE*/
    padding-right: 10px;

    border: none;
}

.hp #blue-bar
{
    margin-top: 0;
}

#blue-bar h2
{
    font-family: roboto-slab, serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.6em;

    margin: 0 30px;

    text-transform: none;

    color: #fff;
    /*text-shadow: 3px 1px 2px rgba(150, 150, 150, .45);*/
}


/* NEWS */

#news
{
    min-height: 600px;
    padding: 120px 0 0;

    background: url(/templates/teco3/skins/v1/structure/bg.news.section.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

#news .container
{
    background: url(/templates/teco3/skins/v1/structure/bg.news.container.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

#news .row.news-item
{
    background: #fff;
}

body:not(.mobile) #news .row:first-of-type .col-12:nth-of-type(2)
{
    padding-top: 30px;
}

#news .row .col-12:hover
{
    cursor: pointer;
}

#news .row:nth-of-type(2) .col-12:first-of-type .content
{
    margin-right: 30px;
}

#news .row:nth-of-type(2) .col-12:last-of-type .content
{
    margin-left: 30px;
}

#news .row .col-12 .content
{
    position: relative;

    overflow: hidden;

    min-height: 500px;
    padding-bottom: 15px;

    background: #fff;
}

#news .row:first-of-type .col-12 .content
{
    padding: 0 30px 30px;
}

#news .row .col-12 .content .hover-content
{
    position: absolute;
    z-index: 6;
    top: 250px;

    width: 100%;
    padding: 15px 0 100px;

    background: #fff;
}

#news .row .col-12.active .content .hover-content
{
    background: #efefef;
}

#news .row .col-12 .hover-content .btn.btn-default
{
    display: none;

    max-width: 50%;
    margin: 0 auto;
}

#news .row .col-12.active .hover-content .btn.btn-default
{
    display: inline-block;
}

#news h2
{
    font-family: nunito-sans, sans-serif;
    font-size: 2.7em;
    line-height: 1.3em;

    margin: 0 0 20px;

    text-transform: none;

    color: #0da7d3;
}

#news h3
{
    font-family: roboto-condensed, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;

    display: inline-block;

    margin: 0 0 20px;
    padding: 0 60px 5px 0;

    text-transform: uppercase;

    color: #666;
    border-bottom: 2px solid #d31f29;
}

#news p
{
    line-height: 1.4em;

    margin: 0 0 30px;
}

#news .row:nth-child(n+2) .col-12 a
{
    text-decoration: none !important;
}

#news .row:nth-child(n+2) h2,
#news .row:nth-child(n+2) p
{
    margin-right: 30px;
    margin-left: 30px;
}

#news .row:nth-child(n+2) h2
{
    font-size: 1.9em;
}

#news .bg-img
{
    min-height: 500px !important;
    margin-bottom: 30px;
}



/* TOPICS */

#topics
{
    min-height: 600px;
    padding: 120px 0;
}

#topics .topics-item .bg-img
{
    background-position: top center;
}

#topics .row .col-12 .content
{
    min-height: 280px;
    padding: 30px;

    border-top: 4px solid #d31f29;
}

#topics h2
{
    font-family: nunito-sans, sans-serif;
    font-size: 2.2em;

    margin-bottom: 10px;

    text-transform: none;

    color: #fff;
}

#topics p
{
    line-height: 1.3em;

    color: #fff;
}


.bg-img
{
    display: block;

    background-position: center center;
    background-size: cover;
}

.widget.gallery .col-12
{
    margin-bottom: 30px;
}


/* HP PARALLAX */

section#hp-parallax .parallax-window .content
{
    position: absolute;
    top: 25%;

    width: 100%;
    padding: 7% 10%;

    background: transparent url(/templates/teco3/skins/v1/structure/bg.diagonal.01.png);
}

section#hp-parallax p
{
    font-family: roboto-slab, serif;
    font-size: 3em;
    line-height: 1.2em;

    margin: 0;

    color: #fff;
}

section#hp-parallax h3
{
    font-size: 2.2em;

    margin: 0;

    color: #fff;
}

section#hp-parallax hr
{
    opacity: 1;
    max-width: 240px;
    margin: 30px 0;

    border-top: 2px solid #d31f29;
}




.nobr
{
    white-space: nowrap;
}

@media (max-width: 480px)
{
    section#hp-alert
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section#hp-alert p
    {
        font-size: 1.3em;

        text-align: center;
    }
    section#hp-alert img
    {
        margin-bottom: 15px !important;
    }
}


/* RECOGNITION FLARES  */

#recognition .row {
    margin: 0 0 60px;
}

#recognition img.img-fluid {
    margin:0;
    padding:0 15px 20px 0;
    border:none;
}



/* ANIMATION */

.scrollmagic
{
    position: relative;

    -webkit-animation: .5s ease 0s normal forwards 1 fadein;
            animation: .5s ease 0s normal forwards 1 fadein;
}

@keyframes fadein
{
    0%
    {
        top: 40px;

        opacity: 0;
    }
    30%
    {
        top: 40px;

        opacity: 0;
    }
    100%
    {
        top: 0;

        opacity: 1;
    }
}

@-webkit-keyframes fadein
{
    0%
    {
        top: 40px;

        opacity: 0;
    }
    30%
    {
        top: 40px;

        opacity: 0;
    }
    100%
    {
        top: 0;

        opacity: 1;
    }
}


.reversed
{
    background: #193441;
}

.reversed h2,
.reversed h3,
.reversed p
{
    color: #fff;
}

.reversed h2
{
    margin-bottom: 15px;
}

.white
{
    color: #fff;
}


/*********************
 INTERACTIVE MAP
*********************/

#map-target
{
    position: relative;
}

#map-target .map-overlay
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
}

/*.mapnav-wrapper
{
    position: relative;
    border: 1px solid red;
}*/
/*.scrollspy-target
{
    position: relative;
}*/

ul#mapnav
{
    margin: 0;
    padding: 0;

    list-style: none;
    /*width: 100%;*/
}

ul#mapnav li
{
    font-size: .9em;

    margin: 0;
    padding: 9px 15px;

    -webkit-transition: background .5s ease-in-out;
       -moz-transition: background .5s ease-in-out;
         -o-transition: background .5s ease-in-out;
            transition: background .5s ease-in-out;

    color: #333;
    border-bottom: 1px solid #fff;
    background: #efefef;
}

ul#mapnav li:hover
{
    /*color: #fff;*/
    cursor: pointer;

    background: #ccc;
}

ul#mapnav li.active
{
    color: #fff !important;
    background: #0ea6d2 !important;
}

ul#mapnav li:first-of-type
{
    margin-bottom: 20px;
    padding: 15px;
}

/*.affix-top {
  position: relative;
}

.affix {
  top: 20px;
}

.affix, 
.affix-bottom {
    width: 213px;
}

.affix-bottom {
  position: absolute;
}*/



/*********************
 GOOGLE MAP
*********************/

#map.embed-responsive
{
    padding-bottom: 300px !important;
}

#map .embed-responsive-item
{
    max-height: 300px !important;
}

#map.scrolloff iframe
{
    pointer-events: none ;
}

#map.scrolloff:hover
{
    cursor: pointer;
}


/*********************
 PARALLAX
*********************/

section.parallax
{
    margin: 0;
    padding: 0;

    background: transparent;
}

.parallax-window
{
    position: relative;

    width: 100% !important;
    min-height: 800px;
    margin: 0 !important;

    background: transparent;
}







.pad1
{
    padding-top: 45px;
    padding-bottom: 45px;
}

.margin1
{
    margin-top: 15px;
    margin-bottom: 60px;
}

.sidebar .col-12
{
    margin-bottom: 45px;
}

.sidebar p
{
    font-size: 1.1em;

    margin-bottom: 30px;
}

.sidebar img
{
    margin-bottom: 15px;
}



/*********************
 HERO
*********************/

img.hero
{
    position: relative;
    top: -120px;

    margin-bottom: -60px;
}


/*********************
 MOBILE SHOW/HIDE
*********************/

.mobile-show
{
    display: none;
}
.mobile-hide
{
/*    display: block;*/
}


/*********************
 TABLET SHOW/HIDE
*********************/

.tablet-show
{
    display: none;
}
.tablet-hide
{
    display: block;
}





/*********************
 MASONRY
*********************/

div.grid
{
    /*width: 100%;*/
    margin-top: -20px;
}

.grid-sizer,
.grid-item
{
    width: 16.5%;
}

.grid-item
{
    padding: 1px;
}

.grid-item a
{
    margin: 0;

    border: none;
}

.grid-item a img
{
    -webkit-transition: .5s ease-in;
       -moz-transition: .5s ease-in;
         -o-transition: .5s ease-in;
            transition: .5s ease-in;

    border: 2px solid #fff;
}
.grid-item a:hover img
{
    border: 2px solid #efefef;
}

@media only screen and (max-width : 992px)
{
    .grid-sizer,
    .grid-item
    {
        width: 33.3%;
    }

    .grid-item a img.responsimg
    {
        margin: 0 5px;
    }
}



/*********************
 iLIGHTBOX
*********************/

.ilightbox
{
    margin-top: 45px;
}

.ilightbox .btn-default
{
    font-size: 1.6em;

    position: absolute;
    right: 0;
    left: 0;

    display: none;

    width: 260px;
    margin: 0 auto;
    padding: 20px 30px;

    text-transform: uppercase;

    color: #fff !important;
    border: 3px solid #efefef;
    background: transparent url(/core/structure/alpha_tiles/black_50.png);
}

.ilightbox .btn-default:hover
{
    background: transparent url(/core/structure/alpha_tiles/black_70.png);
}

@media (max-width: 480px)
{
    .ilightbox .btn-default
    {
        margin-top: 100px;
    }
}


.ilightbox-holder
{
    box-shadow: none !important;
}

.ilightbox-caption
{
    font-size: 1em !important;
    font-weight: 400 !important;

    position: absolute !important;
    left: -3000px !important;
    /* hide captions */

    display: none !important;
    display: block !important;

    margin: 15px !important;
    padding: 15px !important;

    opacity: 1 !important;
    border-radius: 0 !important;
    background: transparent url(/core/structure/alpha_tiles/FFFFFF_90.png) !important;
}

.ilightbox-caption h3
{
    font-size: 1.3em;

    margin-bottom: 3px;

    text-transform: uppercase;

    text-shadow: none;
}
.ilightbox-caption p
{
    font-size: 1.1em;

    margin-bottom: 1px;

    text-shadow: none;
}
.ilightbox-caption h4
{
    font-size: .9em;

    text-transform: none;

    text-shadow: none;
}

.ilightbox-loader
{
    display: none !important;
}


/*Position AddThis below iLightbox*/
.at4-share
{
    z-index: 9999 !important;
}



/*********************
 SEARCH
*********************/

#search-options div.tab
{
    font-family: 'museo-sans',sans-serif;
    font-size: .8em;
}

#search-options div.tab:hover
{
    cursor: pointer;

    background: #999;
}

#search-options div.tab.selected
{
    background: #9cf;
}

#search-results div.listitem
{
    margin: 0 0 20px 0;
}

#search-results div.listitem h3
{
    font-size: 1em;
    font-weight: 700;

    margin: 0 !important;

    color: #666 !important;
}

#search-results div.listitem p
{
    font-size: .75em !important;

    color: #666 !important;
}



/*********************
 CAROUSEL
*********************/

.carousel,
.carousel-inner,
.carousel-control
{
    background: transparent !important;
    background-image: none !important;
}

.carousel-control
{
    width: auto !important;
}

.carousel-inner
{
    min-height: 230px;
}

.carousel-inner .content
{
    padding: 30px 120px;
}

.carousel-inner .content p
{
    font-size: 1.2em;
    line-height: 1.8em;

    color: #fff;
}

.carousel-inner .content h5
{
    text-transform: none;

    color: #fff;
}

.carousel-control .glyphicon
{
    color: #f8e800;
}

ol.carousel-indicators
{
    top: 0 !important;
}

ol.carousel-indicators li
{
    margin: 0 4px;

    border: none !important;
    background-color: #f8e800;
}

ol.carousel-indicators li.active
{
    margin: 0 4px;

    background-color: #fff;
}

/* 2025.04.15  */
.carousel-indicators button{
    width: 12px !important;
    height: 5px !important;
}


@media (max-width: 480px)
{
    .carousel-inner .content p
    {
        font-size: 1.1em;
        line-height: 1.4em;
    }

    .carousel-inner .content
    {
        padding: 30px;
    }
}


/*Two column slider*/

#region-gallery-carousel
{
    position: relative;
}

#region-gallery-carousel ol.carousel-indicators
{
    position: absolute !important;
    /*width: 100%;*/
    top: initial !important;
    bottom: -40px !important;
}

#region-gallery-carousel ol.carousel-indicators li
{
    border: none !important;
    background-color: #ccc;
}

#region-gallery-carousel ol.carousel-indicators li.active
{
    background-color: #666;
}


/*********************
 IMAGES / RESPONSIMG
*********************/

a.anchor-left
{
    display: block;
    float: left;

    margin: 0 45px 15px 0;
}

a.anchor-right
{
    display: block;
    float: right;

    margin: 0 0 15px 45px;
}

a.respons-11
{
    width: 91%;
}

a.respons-10
{
    width: 83%;
}

a.respons-8
{
    width: 66%;
}

a.respons-9
{
    width: 75%;
}

a.respons-6
{
    width: 50%;
}

a.respons-4
{
    width: 33%;
}

a.respons-3
{
    width: 25%;
}

a.respons-2
{
    width: 16%;
}


/*********************
 IMAGES / RESPONSIMG
*********************/

img.img-left
{
    float: left;

    margin: 0 45px 15px 0;
}

img.img-right
{
    float: right;

    margin: 0 0 15px 45px;
}

/*.responsimg > img,*/
img.img-fluid,
img.respons-12
{
    width: 100% !important;
}

img.respons-11
{
    width: 91%;
}

img.respons-10
{
    width: 83%;
}

img.respons-8
{
    width: 66%;
}

img.respons-9
{
    width: 75%;
}

img.respons-6
{
    width: 50%;
}

img.respons-4
{
    width: 33%;
}

img.respons-3
{
    width: 25%;
}

img.respons-2
{
    width: 16%;
}


/**
 * RESPONSIVE VIDEO FLOAT
*/

div.floatvid-right
{
    float: right;

    width: 50%;
    /*padding: 15px;*/
    margin: 0 0 15px 45px;
}

div.floatvid-left
{
    float: left;

    width: 50%;
    margin: 0 45px 15px 0;
    padding: 15px;
}



/**
 * WONKY BREAKPOINTS
*/

body.custom-breakpoint-1 #topics .col-md-6
{
    /*width: 100% !important;*/
}

/*body.custom-breakpoint-1 #topics .mobile-hide,*/
body.custom-breakpoint-1 #news .mobile-hide
{
    display: none !important;
}


/**
 * LIGHTBOX
*/

.lb-caption
{
    line-height: 15px !important;

    display: block;

    margin: 15px 0;
}


/* Floater content - see md and xs css */

.floater
{
    margin-bottom:45px;
    /* width: 33%; */
    width: 40%;
    padding:15px;
    background-color: #f4f3f3;
}

.floater img.img-fluid
{
    margin-bottom: 15px;
    padding:10px;
    background-color: #fff;
    /* border:2px solid #ccc; */
}

.floater-right
{
    float: right;
    margin-left:45px;
}

.floater-left
{
    float:left;
    margin-right:45px;
}


/* Before - After 2025.05.27  */

.before-after {
    margin: 45px 0;
}

.before-after .col-6 {
    position: relative;
}

.before-after img {
    /* border: 2px solid #414042 !important; */
    border-radius: 8px;
}

.before-after h3 {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /* border: 1px solid red; */
}

.before-after p {
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
