@font-face {
    font-family: 'FSAlbertProThin';
    src: url('/fonts/FSAlbertProThin.eot');
    src: url('/fonts/FSAlbertProThin.eot') format('embedded-opentype'),
         url('/fonts/FSAlbertProThin.woff2') format('woff2'),
         url('/fonts/FSAlbertProThin.woff') format('woff'),
         url('/fonts/FSAlbertProThin.ttf') format('truetype'),
         url('/fonts/FSAlbertProThin.svg#FSAlbertProThin') format('svg');
}

@font-face {
    font-family: 'FSAlbertPro';
    src: url('/fonts/FSAlbertPro.eot');
    src: url('/fonts/FSAlbertPro.eot') format('embedded-opentype'),
         url('/fonts/FSAlbertPro.woff2') format('woff2'),
         url('/fonts/FSAlbertPro.woff') format('woff'),
         url('/fonts/FSAlbertPro.ttf') format('truetype'),
         url('/fonts/FSAlbertPro.svg#FSAlbertPro') format('svg');
}

@font-face {
    font-family: 'FSAlbertProLight';
    src: url('/fonts/FSAlbertProLight.eot');
    src: url('/fonts/FSAlbertProLight.eot') format('embedded-opentype'),
         url('/fonts/FSAlbertProLight.woff2') format('woff2'),
         url('/fonts/FSAlbertProLight.woff') format('woff'),
         url('/fonts/FSAlbertProLight.ttf') format('truetype'),
         url('/fonts/FSAlbertProLight.svg#FSAlbertProLight') format('svg');
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'FSAlbertProLight',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    color: #3a3e3d;
    position: relative;
    font-weight: 200;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #3e2a2f;
}
    a:hover, a:focus {
        color: #fbae17;
        
    }

.cTextBlock a {
    color: #fbae17;
}
    .cTextBlock a:hover, .cTextBlock a:focus {
        color: #3e2a2f;
    }
    a:active, a:hover, a:focus {
        outline: 0;
    }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    text-align: left;
}

h1 {
    /*font-size: 45px;
    line-height: 50px;
    font-weight: 300;*/
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'FSAlbertPro',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    padding: 15px 0;
}

h2 {
    /*font-size: 36px;
    line-height: 36px;
    font-weight: 700;*/
    font-size: 25px;
    line-height: 30px;
    font-weight: 200;
    font-family: FSAlbertProLight,"Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

h3 {
    /*font-size: 20px;
    line-height: 24px;
    font-weight: 600;*/
    font-size: 25px;
    line-height: 31px;
    font-weight: 100;
    font-family: 'FSAlbertProThin',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

 ul.menu, .menu li{
    list-style-type:none;
    margin:0;
    padding:0;
    display:inline-block;
}
ul.breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    width:100%;
    clear:left;
}
.breadcrumb li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

input, textarea{
    border: 1px solid #3e2a2f;
    border-radius: 5px;
    height: 32px;
    padding: 1px 5px;
}
textarea{
    height:86px;
}

input[type="submit"], .advancedForm input[type="reset"] {
    border: 1px solid #fbae17;
    display: inline-block;
    padding: 2px 20px;
    background-color:#fff;
    font-family: 'FSAlbertProLight',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size:14px;
}

.searchFields input,.homeWidgets .widget form input{
    width: 224px;
    float: left;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height:24px;
}

.searchFields input[type="submit"],.homeWidgets .widget form input[type="submit"]{
    width: 32px;
    border: 1px solid #3e2a2f;
    height: 28px;
    padding:0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color:#fff;
}

footer {
    background-color: #3e2a2f;
    padding: 40px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 150px;
    width: 100%;
}
footer p{
    margin:0;
    padding:0;
    color:#fff;
    font-size:12px;
}

footer p a{
    color:#fff;
}

.cTextBlock {
    font-size: 25px;
    /*font-size: 20px;*/
    line-height: 31px;
    font-weight: 100;
    font-family: 'FSAlbertProThin',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
}


h2.subtitle{
    font-size:22px;
    /*font-style:italic;*/
}
.filters form:after,.filters form::after{
    clear:both;
    display:table;
    content:"";
}
select {
    text-transform: none;
    border: 1px solid #3e2a2f;
    border-radius: 5px;
    padding: 1px 10px;
    font-family: 'FSAlbertProLight',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 200;
    font-size: 14px;
    height:32px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;*/
}
.filters select {
    height: 26px;
    margin-right:10px;
}

.filters a.resetButton {
    border: 1px solid #fbae17;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 14px;
    height: 21px;
}
:focus {
    outline: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input::-webkit-autofill, textarea::-webkit-autofill, select::-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

form label{
    font-family: 'FSAlbertProThin',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size:25px;
    margin:20px 0 4px 0;
    display: block;
}
.row:after,.row::after{
    clear:both;
    display:table;
    content:"";
}

.lbjs .lbjs-list .lbjs-item:hover:not([disabled]) {
    background: #fbae17;
    color:#3e2a2f;
}

.lbjs .lbjs-list .lbjs-item[selected] {
    background: #3e2a2f;
    color:#fbae17;
}

.more{
    color:#fcb936;
    text-transform:capitalize;
}
.more:after,.more::after{
    content:' > ';
}

.logo img{
    width:100%;
}
.loader{
    position:fixed;
    z-index:100000;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.5);
    background-image:url(/Images/loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
    display:none;
}

.widget.program.ns a {
    color: #fcb936;
}
/*Changes 8/2020*/
.searchFields a {
    display: inline-block;
    border: solid 1px #666;
    padding: 5px 15px;
    border-radius: 3px;
}
    .searchFields a:hover {
        border-color: #fcb936;
    }
.autocomplete, .ui-menu-item {
    text-transform: uppercase;
}
input.datepicker {
    background-image: url(/Images/calendar-new.png);
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
}
form label {

    margin: 20px 0 10px 0;
}
.help{
    
}
label {
    cursor: pointer;
}
label .open{
    display:inline-block;
    cursor:pointer;
    width:20px;
    height:auto;
    margin-left:10px;
    vertical-align:middle;
}
.advancedForm{
    position:relative;
    min-height:500px;
}
.help {
    background-color: #fff;
    padding: 10px 30px;
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    z-index: 999;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.62);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.62);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.62);
}
    .help .toolbar{
        margin-bottom:10px;
        margin-top:-10px;
        text-align:right;
    }
    .help .close{
        display:inline-block;
        font-size:30px;
        margin:5px;
        margin-right:-5px;
        
    }
    .formCol {
        position: relative;
        margin-bottom: 50px;
    }