﻿    /******************************************************************
    modules.css
    -------------------------------------------------------------------
    Stylesheet: Module Output Styles
    -------------------------------------------------------------------

    Styles for AZ-Index, News, Calendar, etc. styles go here.

    ******************************************************************/

    /*------------------------------------------------------------------
    --> News
    ------------------------------------------------------------------*/

    article.news-article {
    float: left;
    font-size: 1.4em;
    width: 100%;
    }

    .edtdiv-news img.mainimg
    {
      margin: 0px 30px 10px 0px;
      border: solid 0px black;
      float: left;
      max-width: 691px;
    }

    .edtdiv table td a img {
        max-width: 100%;
    }
    .news-img-link img, .newsDisplayImage {
    	max-width: 100px !important;
    }

    

    .items .news-img-link img {
        max-width: 100%;
    }

    article.news-article a,
    article.news-article p, 
    article.news-article span,
    article.news-article font {
    font-size: inherit;
    }

    article.news-article a.news-img-link {
    float: left;
    }

    /* News article header link */
    article.news-article .article-head {
    font-size: 1.65em;
    margin-top: 0;
    }

    article.news-article .article-head:hover {
    text-decoration: none;
    }

    article.news-article .news-summary {
    line-height: 20px;
    margin: 10px 0;
    }
    /* ADA Fix */
    .news-summary a, .news-summary a:visited { text-decoration: underline;} 

    .news-summary a:focus { outline:#387C2C dotted medium;}
    
    hr.news-sep {
    float: left;
    width: 100%;
    margin: 40px 0;
    }

    /* News article "read more" link */
    article.news-article a.read-more {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #555;
    border-radius: 4px;

    transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    -o-transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    }

    article.news-article a.read-more:hover {
    background-color: #777;
    box-shadow: 0 2px 16px #666;
    }

    article.news-article a.alt-link {
    margin: 20px 0 10px;
    }

    /* News article image */
    article.news-article img.news-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 100px;
    }


    /* --> Galleria --------------------------------------------------*/

    .galleria-info-text {
    display: block;
    padding: 5px 10px 5px 10px;
    }

    .galleria-info-description {
    font-size: inherit;
    }

    .galleria img{
    margin: 0 !important;
    }

    .galleria-info-description h1,
    .galleria-info-description h2,
    .galleria-info-description h3,
    .galleria-info-description h4,
    .galleria-info-description h5,
    .galleria-info-description h6 {
    color: #fff;
    }

    .galleria-height-200 #galleria { height: 200px !important; }
    .galleria-height-300 #galleria { height: 300px !important; }
    .galleria-height-400 #galleria { height: 400px !important; }
    .galleria-height-500 #galleria { height: 500px !important; }

    .widget-galleria .galleria-container {
    background:none;
    }

    #pageHTML .galleria-stage {
    top: 0;
    left: 0;
    right: 0;
    }

    #pageHTML .galleria-info {
    width: 100%;
    bottom: 60px;
    top:auto;
    left: 0;
    }

    #pageHTML .galleria-read-more{
    display: none;
    }

    #pageHTML .galleria-info-title {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    }

    #pageHTML .galleria-info-link {
    display: none;
    }

    #pageHTML .galleria-info-description {
    color: #eee;
    font-family: Verdana, sans-serif;
    font-style: normal;
    line-height: 18px;
    font-size: .8em;
    }

    #pageHTML .galleria-info-text {
    background-color: rgba(44, 44, 44, 0.9);
    background: rgba(44, 44, 44, 0.9);
    color: rgba(44, 44, 44, 0.9);
    }

    #pageHTML .galleria-thumbnails .galleria-image {
    border-color: #26364e;
    }

    #pageHTML .galleria-thumbnails .galleria-image:hover {
    border-color: #fff;
    }

    #pageHTML .galleria-thumbnails .galleria-image.active {
    border-color: #ebe4da;
    }

    /*------------------------------------------------------------------
    --> A-Z Index
    ------------------------------------------------------------------*/


    /*------------------------------------------------------------------
    --> jQuery Clock
    ------------------------------------------------------------------*/


    /* --> Analog ----------------------------------------------------*/

    .analog {
    position: relative;
    width: 150px;
    margin: auto;
    background: url('/custom/widgets/clock/images/clockface.jpg');
    list-style: none;


    }

    .analog,.analog .hour,.analog .min,.analog .sec {
    height: 150px;
    margin: 0;
    padding: 0;
    }

    .analog .hour,.analog .min,.analog .sec {
    position: absolute;
    width: 8px;
    top: 0;
    left: 70.5px;
    padding: 0;
    margin: 0;
    padding: 0;
    }

    .analog .sec {
    background: url('/custom/widgets/clock/images/sechand.png');
    z-index: 3;
    margin: 0;
    padding: 0;
    }

    .analog .min {
    background: url('/custom/widgets/clock/images/minhand.png');
    z-index: 2;
    margin: 0;
    padding: 0;
    }

    .analog .hour {
    background: url('/custom/widgets/clock/images/hourhand.png');
    z-index: 1;
    margin: 0;
    padding: 0;
    }

    .title {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    }

    .analog .meridiem {
    position: absolute;
    top: 90px;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    padding: 0;
    text-align: center;
    }


    /* --> Digital ---------------------------------------------------*/

    .digital li, .digital li {
    display:inline;
    color:#333333;
    font-size:11px;
    font-weight:bold;
    }

    .digital, .digital  {
    padding-left: 0;
    margin: 5px 0;
    }

    .title {
    color:#333333;
    font-size:11px;
    font-weight:bold;
    margin: 0;
    }

    /*------------------------------------------------------------------
    --> Filebank Layouts
    ------------------------------------------------------------------*/

    img#GetAcrobat {
    display: block;
    float: left;
    margin-bottom: 50px;
    }

    img#WWWIcon { margin: 0; }

    img.fb-file-icon {
    float: left;
    margin: 0 !important;
    margin-top: 2px !important;
    }

    .fb-cont-node {
    float: left;
    width: 100%;
    margin: 5px 0;
    }

    .fb-node-contents {
    float: left;
    margin-left: 10px;
    }

    h3.fbFolderName {
    float: left;
    width: 100%;
    border-bottom: 2px solid #104467;
    padding-bottom: 5px;
    margin: 20px 0 10px;
    }

    .fbFileSize {
    color: #666;
    font-size: 0.8em;
    margin-left: 10px;
    }

    .fbNewFile {
    color: #307342;
    font-size: 1.4em;
    margin-left: 10px;
    margin-left: 20px \9;
    }
    #fbSearch {margin-top: 20px}


    a.fbFileNameBoldSmlB {
    display: block;
    min-height: 30px;
    padding: 4px 0 10px 20px;
    }


    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    input.filebankSearchInput {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border: 1px solid #36474f;
    border-right: 0;
    margin-bottom: 15px;
    outline: none;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    transition: box-shadow .6s ease-in-out; 
    -o-transition: box-shadow .6s ease-in-out; 
    -moz-transition: box-shadow .6s ease-in-out; 
    -webkit-transition: box-shadow .6s ease-in-out;
    }

    input.filebankSearchInput:hover {
    border-color: #1f5c99;
    }

    input.filebankSearchInput:focus {
    border-color: #1f5c99;
    }


    /* --> Search Button ---------------------------------------------*/
    #frmSearch label{display:none;visibility:visible;}
    .filebankSearch a.filebankSearch-btn,
    .filebankSearch button.filebankSearch-btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: normal;
    line-height: 17px;
    height: 30px;
    position: absolute;
    right: 0; 
    padding-top: 9px;
    font-size:0em;
    background: url(/img/00/search.png) no-repeat center center #36474f;
    border: 1px solid #36474f;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    }

    .filebankSearch a.filebankSearch-btn:hover,
    .filebankSearch  button.filebankSearch-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #DA4E25;
    border-color: #DA4E25;
    }



    /*------------------------------------------------------------------
    --> Civica Search CSS
    ------------------------------------------------------------------*/
    .civicaSearch{
        margin: 20px;
    }

    .srchSearchedFor {
        margin-top: 10px;
    }

    #srchSubHeader {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .srchSubHeader {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
    font-size: 2em;
    font-weight: bold;
       
    }

    #page_a_nate li a {
        color: #000 ;
        font-weight: bold;
    }

    #srchCurrentPage{
        color: #fff !important;
        background-color: black;
        border-radius: 5px;
    }

    #noMatch {
        font-size: 1.6em;
        font-style: italic;
        margin-bottom: 15px;
    }

    .srchSubHeader h4 {
    color: #fff;
    margin: 0;
    }

    .results-info {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    }

    .search-nomatches {
    font-weight: bold;
    }

    .srchResultsLabel {
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.7em;
    }

    .srchResultsInfo {
    display: inline-block;
    font-size: 1.4em;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom:10px;

    }

    .srchEventDate {
        margin-left: 20px;
        
    }

    .srchFileSize {
    margin:20px;
    font-size: 1.2em;
    }

    #fileTypeImg {
    margin-top:5px;
    }

    .srchDisplayLink {
    display: block;
    margin-top: 25px;
    margin-left: 0px;
    }

    .srchDisplaySub {
    display: block;
    font-size:1.4em;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    word-wrap: break-word;
    }

    .search-top-info {
    font-size: 1.4em;

    }

    .search-top-info a {
    font-size: inherit;
    }

    .srchDisplayLink {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;

    }

    .srchDisplayUrl {
    display: block;
    color: #666;
    font-size: 1.3em;
    font-style: italic;
    width: 100%;
    margin-left: 20px;
    word-wrap: break-word;
    /*border-bottom: 1px solid #ccc;*/
    }

    a.srchResultsAll {
    float: right;
    font-weight: bold;
    /*font-size: 1.2em*/
    }

    /*------------------------------------------------------------------
    --> End Civica Search CSS
    ------------------------------------------------------------------*/

    /*------------------------------------------------------------------
    --> Simple Forms -- See line 1187 for reCaptcha responsive  
    ------------------------------------------------------------------*/
    /*  SIMPLEFORMS Restyled 8/2017 - ES */
    /*! Spectre.css | MIT License | github.com/picturepan2/spectre */
    /*  Note: all rem sizes below were based on spectre's 20px font-size - converted to em base 
        on font-size set on whole form (14px)
        .05rem = 1px or .0714em
        .1rem = 2px or .1428em
        .15rem = 3px or .2142em
        .2rem = 4px or .2857em
        .25rem = 5px or .3571em
        .3rem = 6px or .4285em
        .35rem = 7px or .5em
        .4rem = 8px or .5714em
        .45rem = 9px or .6428em
        .5rem = 10px or .7142em
        .6rem = 12px or .8571em
        .7rem = 14px or 1em
        .8rem = 16px or 1.1428em
        .9rem = 18px or 1.2857em
        1rem = 20px or 1.4285em
        1.1rem = 22px or 1.5714em
        1.2rem = 24px or 1.7142em
        1.6rem = 32px or 2.2857em
        2rem = 40px or 2.8571em
    */

    #sfmQuestionForm * {
        box-sizing: border-box;
    }
    #sfmQuestionForm *::before, 
    #sfmQuestionForm *::after {
        box-sizing: inherit;
    }
    #sfmQuestionForm {
        font-size: 14px;
        line-height: 1.45;
    }
    .form-group:not(:last-child) {
        margin-bottom: .572em;
    }

    fieldset {
        margin-bottom: 1.1428em;
    }
    legend {
        font-size: 1.1428em;
        font-weight: 500;
        margin-bottom: 1.1428em;
    }
    .form-required {
        color: #c60f13;
        padding:0 1px;
    }
    .form-label {
        display: block;
        margin: 0;
        padding: .4285em 0;
        padding-bottom: .2142em;
        cursor: default; /* override foundation */
    }
    .form-label.label-sm {
        padding: .1428em 0;
    }
    .form-label.label-lg {
        padding: .7142em 0;
    }
    #sfmQuestionForm .form-label.label-inline {
        display: inline-block;
        width: auto;
        /*vertical-align: middle;*/
        padding-left: .25em;
        padding-right: .25em;
    }
    #sfmQuestionForm .form-textlist .form-label.label-inline:not(:last-child) {
        padding-right: 1em;
    }
    #sfmQuestionForm .form-input {
        margin: 0;
        font-size: 1em;
        line-height: 1.4285em;
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        height: 2.2857em;
        padding: .3571em .5714em;
        transition: all .2s ease;
        color: #454d5d;
        border: .0714em solid #caced7;
        border-radius: .1428em;
        outline: none;
        background: #fff;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #sfmQuestionForm .form-input:focus {
        border-color: #5764c6;
        box-shadow: 0 0 0 .1428em rgba(87, 100, 198, .2);
    }
    #sfmQuestionForm .form-input::-webkit-input-placeholder {
        color: #acb3c2;
    }
    #sfmQuestionForm .form-input:-ms-input-placeholder {
        color: #acb3c2;
    }
    #sfmQuestionForm .form-input::placeholder {
        color: #acb3c2;
    }
    #sfmQuestionForm .form-input.input-sm {
        font-size: .8571em;
        height: 1.7142em;
        padding: .0714em .5714em;
    }
    #sfmQuestionForm .form-input.input-lg {
        font-size: 1.1428em;
        height: 2.8571em;
        padding: .6428em .5714em;
    }
    #sfmQuestionForm .form-input.input-inline {
        display: inline-block;
        width: auto;
        /*vertical-align: middle;*/
    }
    #sfmQuestionForm textarea.form-input {
        height: auto;
    }

    #sfmQuestionForm .form-textlist.textlist-vertical {
        display: inline-block;
    }

    #sfmQuestionForm .form-textlist.textlist-vertical .form-input.input-inline {
        margin-bottom: .5em;
    }

    #sfmQuestionForm .form-textlist .form-input {
        max-width: 2.8571em; 
    }

    #sfmQuestionForm .form-input[type='file'] {
        height: auto;
    }
    #sfmQuestionForm .form-input-hint {
        font-size: .8571em;
        margin-top: .2857em;
        color: #575757;
    }
    #sfmQuestionForm .has-success .form-input-hint,
    #sfmQuestionForm .is-success+.form-input-hint {
        color: #32b643;
    }
    #sfmQuestionForm .has-error .form-input-hint,
    #sfmQuestionForm .is-error+.form-input-hint {
        color: #c60f13;
    }
    .form-select {
        font-size: 1em;
        line-height: 1.4285em;
        width: 100%;
        padding: .3571em .5714em;
        vertical-align: middle;
        color: inherit;
        border: .0714em solid #caced7;
        border-radius: .1428em;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form-select[multiple] option {
        padding: .1428em .2857em;
    }
    .form-select:not([multiple]) {
        height: 2.2857em;
        padding-right: 1.5714em;
        background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23667189\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E') no-repeat right .5em center / .5714em .7142em;
    }
    .form-select:focus {
        border-color: #5764c6;
        box-shadow: 0 0 0 .1428em rgba(87, 100, 198, .2);
    }
    .form-select::-ms-expand {
        display: none;
    }
    .form-select.select-sm {
        font-size: .8571em;
        height: 1.7142em;
        padding: .0714em 1.5714em .0714em .5714em;
    }
    .form-select.select-lg {
        font-size: 1.1428em;
        height: 2.8571em;
        padding: .6428em 1.5714em .6428em .5714em;
    }
    .has-icon-left,
    .has-icon-right {
        position: relative;
    }
    .has-icon-left .form-icon,
    .has-icon-right .form-icon {
        position: absolute;
        top: 50%;
        width: 1em;
        height: 1em;
        margin: 0 .3571em;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .has-icon-left .form-icon {
        left: .0714em;
    }
    .has-icon-left .form-input {
        padding-left: 1.7142em;
    }
    .has-icon-right .form-icon {
        right: .0714em;
    }
    .has-icon-right .form-input {
        padding-right: 1.7142em;
    }
    .form-checkbox,
    .form-radio,
    .form-switch {
        line-height: 1.4285em;
        position: relative;
        display: inline-block;
        padding: .1428em 1.5714em;
    }
    .form-checkbox.form-vertical,
    .form-radio.form-vertical,
    .form-switch.form-vertical {
        display: block;
    }
    .form-checkbox input,
    .form-radio input,
    .form-switch input {
        position: absolute;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin: -1px;
    }
    .form-checkbox input:focus+.form-icon,
    .form-radio input:focus+.form-icon,
    .form-switch input:focus+.form-icon {
        border-color: #5764c6;
        box-shadow: 0 0 0 .1428em rgba(87, 100, 198, .2);
    }
    .form-checkbox input:checked+.form-icon,
    .form-radio input:checked+.form-icon,
    .form-switch input:checked+.form-icon {
        border-color: #5764c6;
        background: #5764c6;
    }
    .form-checkbox .form-icon,
    .form-radio .form-icon,
    .form-switch .form-icon {
        position: absolute;
        display: inline-block;
        cursor: pointer;
        transition: all .2s ease;
        border: .0714em solid #caced7;
    }
    .form-checkbox .form-icon,
    .form-radio .form-icon {
        top: .3571em;
        left: 0;
        width: 1em;
        height: 1em;
        background: #fff;
    }
    .form-checkbox input:active+.form-icon,
    .form-radio input:active+.form-icon {
        background: #f0f1f4;
    }
    .form-checkbox .form-icon {
        border-radius: .1428em;
    }
    .form-checkbox input:checked+.form-icon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 10px;
        margin-top: -6px;
        margin-left: -3px;
        content: '';
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border: .1428em solid #fff;
        border-top-width: 0;
        border-left-width: 0;
        background-clip: padding-box;
    }
    .form-checkbox input:indeterminate+.form-icon {
        border-color: #5764c6;
        background: #5764c6;
    }
    .form-checkbox input:indeterminate+.form-icon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -5px;
        content: '';
        background: #fff;
    }
    .form-radio .form-icon {
        border-radius: .5em;
    }
    .form-radio input:checked+.form-icon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        margin-left: -2px;
        content: '';
        border-radius: .1428em;
        background: #fff;
    }
    .form-switch {
        padding-left: 2.8571em;
    }
    .form-switch .form-icon {
        top: .2142em;
        left: 0;
        width: 2.2857em;
        height: 1.2857em;
        border-radius: .6428em;
        background: #e7e9ed;
        background-clip: padding-box;
    }
    .form-switch .form-icon::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1.1428em;
        height: 1.1428em;
        content: '';
        transition: all .2s ease;
        border-radius: 1.1428em;
        background: #fff;
    }
    .form-switch input:checked+.form-icon::before {
        left: 14px;
    }
    .form-switch input:active+.form-icon::before {
        background: #f8f9fa;
    }
    .input-group {
        display: -ms-flexbox;
        display: flex;
    }
    .input-group .input-group-addon {
        line-height: 1.4285em;
        padding: .3571em .5714em;
        border: .0714em solid #caced7;
        border-radius: .1428em;
        background: #f8f9fa;
    }
    .input-group .input-group-addon.addon-sm {
        font-size: .8571em;
        padding: .0714em .5714em;
    }
    .input-group .input-group-addon.addon-lg {
        font-size: 1.1428em;
        padding: .6428em .5714em;
    }
    .input-group .input-group-addon,
    .input-group .input-group-btn {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .input-group .form-input:first-child:not(:last-child),
    .input-group .form-select:first-child:not(:last-child),
    .input-group .input-group-addon:first-child:not(:last-child),
    .input-group .input-group-btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .input-group .form-input:not(:first-child):not(:last-child),
    .input-group .form-select:not(:first-child):not(:last-child),
    .input-group .input-group-addon:not(:first-child):not(:last-child),
    .input-group .input-group-btn:not(:first-child):not(:last-child) {
        margin-left: -.0714em;
        border-radius: 0;
    }
    .input-group .form-input:last-child:not(:first-child),
    .input-group .form-select:last-child:not(:first-child),
    .input-group .input-group-addon:last-child:not(:first-child),
    .input-group .input-group-btn:last-child:not(:first-child) {
        margin-left: -.0714em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group .form-input:focus,
    .input-group .form-select:focus,
    .input-group .input-group-addon:focus,
    .input-group .input-group-btn:focus {
        z-index: 1;
    }
    .input-group .form-select {
        width: auto;
    }
    .input-group.input-inline {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    #sfmQuestionForm .has-success .form-input,
    #sfmQuestionForm .has-success .form-select,
    #sfmQuestionForm .form-input.is-success,
    #sfmQuestionForm .form-select.is-success {
        border-color: #32b643;
    }
    #sfmQuestionForm .has-success .form-input:focus,
    #sfmQuestionForm .has-success .form-select:focus,
    #sfmQuestionForm .form-input.is-success:focus,
    #sfmQuestionForm .form-select.is-success:focus {
        box-shadow: 0 0 0 .1428em rgba(50, 182, 67, .2);
    }
    #sfmQuestionForm .has-error .form-input,
    #sfmQuestionForm .has-error .form-select,
    #sfmQuestionForm .form-input.is-error,
    #sfmQuestionForm .form-select.is-error {
        border-color: #c60f13;
    }
    #sfmQuestionForm .has-error .form-input:focus,
    #sfmQuestionForm .has-error .form-select:focus,
    #sfmQuestionForm .form-input.is-error:focus,
    #sfmQuestionForm .form-select.is-error:focus {
        box-shadow: 0 0 0 .1428em rgba(232, 86, 0, .2);
    }
    #sfmQuestionForm .has-error .form-checkbox .form-icon,
    #sfmQuestionForm .has-error .form-radio .form-icon,
    #sfmQuestionForm .has-error .form-switch .form-icon,
    #sfmQuestionForm .form-checkbox.is-error .form-icon,
    #sfmQuestionForm .form-radio.is-error .form-icon,
    #sfmQuestionForm .form-switch.is-error .form-icon {
        border-color: #c60f13;
    }
    #sfmQuestionForm .has-error .form-checkbox input:checked+.form-icon,
    #sfmQuestionForm .has-error .form-radio input:checked+.form-icon,
    #sfmQuestionForm .has-error .form-switch input:checked+.form-icon,
    #sfmQuestionForm .form-checkbox.is-error input:checked+.form-icon,
    #sfmQuestionForm .form-radio.is-error input:checked+.form-icon,
    #sfmQuestionForm .form-switch.is-error input:checked+.form-icon {
        border-color: #c60f13;
        background: #c60f13;
    }
    #sfmQuestionForm .has-error .form-checkbox input:focus+.form-icon,
    #sfmQuestionForm .has-error .form-radio input:focus+.form-icon,
    #sfmQuestionForm .has-error .form-switch input:focus+.form-icon,
    #sfmQuestionForm .form-checkbox.is-error input:focus+.form-icon,
    #sfmQuestionForm .form-radio.is-error input:focus+.form-icon,
    #sfmQuestionForm .form-switch.is-error input:focus+.form-icon {
        border-color: #c60f13;
        box-shadow: 0 0 0 .1428em rgba(232, 86, 0, .2);
    }
    #sfmQuestionForm .form-input:not(:placeholder-shown):invalid {
        border-color: #c60f13;
    }
    #sfmQuestionForm .form-input:not(:placeholder-shown):invalid:focus {
        box-shadow: 0 0 0 .1428em rgba(232, 86, 0, .2);
    }
    #sfmQuestionForm .form-input:not(:placeholder-shown):invalid+.form-input-hint {
        color: #c60f13;
    }
    #sfmQuestionForm .form-input:disabled,
    #sfmQuestionForm .form-select:disabled,
    #sfmQuestionForm .form-input.disabled,
    #sfmQuestionForm .form-select.disabled {
        cursor: not-allowed;
        opacity: .5;
        background-color: #f0f1f4;
    }
    #sfmQuestionForm .form-input[readonly] {
        background-color: #f8f9fa;
    }
    input:disabled+.form-icon,
    input.disabled+.form-icon {
        cursor: not-allowed;
        opacity: .5;
        background: #f0f1f4;
    }
    .form-switch input:disabled+.form-icon::before,
    .form-switch input.disabled+.form-icon::before {
        background: #fff;
    }
    .form-horizontal {
        padding: .5714em;
    }
    .form-horizontal .form-group {
        display: -ms-flexbox;
        display: flex;
    }
    .form-horizontal .form-checkbox,
    .form-horizontal .form-radio,
    .form-horizontal .form-switch {
        margin: .2857em 0;
    }
    #sfmQuestionForm .button, #sfmQuestionForm button {
        color: #fff;
        padding: 5px 20px 5px 20px;
        text-decoration: none;
        background-color: #037d9b;
        border:0; 
        padding: 0 15px;
        margin: 0 5px;
        height: 45px;
        transition: background-color .6s ease-out;
        -o-transition: background-color .6s ease-out;
        -moz-transition: background-color .6s ease-out;
        -webkit-transition: background-color .6s ease-out;
    }

    #sfmQuestionForm .button:hover, #sfmQuestionForm button:hover{
        background-color: #146780;  
    }

    .speciallabel {
        display: block;
        border-bottom: 1px solid #ccc;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: inherit;
        line-height: 20px;
    }
    .speciallabel h5 {
        font-size: inherit;
    }

    .folderlist {
        float: left;
        width: 67%;
    }


    /* Add this to your site for responsive reCaptcha -Patrick */
    @media (max-width: 480px) {
        .g-recaptcha>div>div{
            width:inherit !important;
            /*position:relative;*/
            display:block;
            padding:0;
            overflow:hidden;
            max-width:302px;
            border-right:1px solid #d3d3d3;
            border-radius:4px;
            box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
            -webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
            -moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)
        }
        .g-recaptcha iframe{
            position:absolute;
            top:0;bottom:0;left:0;
            width:100%;
            height:100%;
            border:0
        }
        .g-recaptcha>div{position:relative}
        .g-recaptcha>div:before{content:'Loading captcha...';position:absolute;top:38%;left:0} 
        .g-recaptcha:empty:before{content:'Something wrong occured'}
    }

    /*------------------------------------------------------------------
    --> FAQs
    ------------------------------------------------------------------*/

    .faq-layout-cont {
    margin-bottom: 20px;
    padding: 0 0 0 25px;
    }

    .faq-search-btn,
    .faq-cat-btn,
    .faq-back-btn {
    color: #fff !important;
    border: 0;
    font-size: inherit !important;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
    }

    .faq-cat-btn {
    font-weight: normal;
    }

    .faq-back-btn {
    color: #333 !important;
    font-weight: normal;
    }

    .faq-cat-btn:hover,
    .faq-back-btn:hover {
    text-decoration: none;
    }

    #searchstr {
    height: 26px;
    }

    .faq-search-btn:hover {
    text-decoration: none;
    }

    .faq-btns-cont {
    margin-top: 20px;
    }

    .faq-entry-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    }

    .faq-search-links {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    }

    p.faq-answer-item {
    font-size: 13px; !important;
    }


    .faq-combined-links{
    margin: 0 !important;
    }

    .faq-combined-links .category-header{
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px #fcfcfc;
    border-bottom: 1px solid #EEE;
    margin-bottom: 2px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    text-indent: 19px;
    }

    .faq-combined-links .opened, .faq-combined-links .opened:hover{
    background: url('/img/00/toggler.png') no-repeat scroll 6px -15px;
    }

    /*------------------------------------------------------------------
    --> Calendar Layouts
    ------------------------------------------------------------------*/

    .cal-monthly {
    width: 100%;
    }

    .cal-monthly .cal-head-span {
    color: #333;
    }

    .cal-monthly img.cal-logo {
    float: left;
    width: 70px;
    margin-bottom: 5px;
    }

    .cal-monthly h1.cal-header {
    float: left;
    color: #333;
    margin-top: 12px;
    margin-left: 20px;
    margin-bottom: 0;
    cursor: default;
    }

    .cal-monthly .cal-head-top {
    float: left;
    width: 100%;
    border-bottom: 2px solid #104467;
    margin-bottom: 20px;
    }

    .cal-monthly .cal-form {
    float: left;
    }

    .cal-pick-cycle-cont {
    float: right;
    width: 50%;
    }

    .cal-pick-cycle {
    width: 100%;
    padding: 10px;
    }

    .cal-print-btn {
    float: right;
    font-weight: bold;
    padding: 8px 12px;
    margin-top: 41px;
    }

    .cal-print-btn .cal-printer-icon {
    float: left;
    width: 20px;
    }

    .cal-print-btn .cal-txt {
    float: left;
    font-size: 1.0em !important;
    font-weight: normal;
    margin-top: 4px;
    margin-left: 10px;
    }

    .cal-viewby-cont {
    float: right;
    margin-top: 45px;
    }

    .cal-viewby-cont .viewby-btn {
    font-size: 1.2em;
    color: #fff;
    background: #104467;
    border: 0;
    font-weight: normal;
    padding: 10px 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 6px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    .cal-viewby-cont .viewby-btn:hover {
    background: #186699;
    text-decoration: none;
    }

    .cal-cycle-arr {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    }

    .cal-cycle-arr-dbl {
    float: left;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 3px;
    }

    .cal-cycle-left {
    background: url('/custom/0000/img/calendar/cal_arrs.png') no-repeat;
    }

    .cal-cycle-left:hover {
    background-position: 0 -20px;
    }

    .cal-cycle-left-dbl {
    background: url('/custom/0000/img/calendar/cal_arrs.png') 0 -40px no-repeat;
    }

    .cal-cycle-left-dbl:hover {
    background-position: 0 -60px;
    }

    .cal-cycle-right {
    background: url('/custom/0000/img/calendar/cal_arrs.png') -25px 0 no-repeat;
    }

    .cal-cycle-right:hover {
    background-position: -25px -20px;
    }

    .cal-cycle-right-dbl {
    background: url('/custom/0000/img/calendar/cal_arrs.png') -30px -40px no-repeat;
    }

    .cal-cycle-right-dbl:hover {
    background-position: -30px -60px;
    }

    .cal-pick-cycle .calpickMonth-wrap,
    .cal-pick-cycle .calpickYear-wrap {
    float: left;
    width: 50%;
    }

    .cal-pick-cycle .calpickMonth,
    .cal-pick-cycle .calpickYear {
    display: block;
    font-size: inherit;
    margin-left: 10px;
    }

    .cal-month-daylbl {
    width: 14%;
    color: #fff;
    background: #145580;


    text-align: center;
    font-size: 1.4em;
    padding: 10px;
    }

    .calpickMonth .cal-month-txt {
    float: left;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 3px;
    }

    .calpickYear .cal-year-txt {
    float: left;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 3px;
    }

    .caMonthlyViewHeader {
    float: left;
    width: 50%;
    font-size: 2.5em;
    }

    .cal-grid-cont {
    float: left;
    width: 100%;
    margin-top: 20px;
    }

    .cal-grid-cont td {
    width: 14%;
    padding: 8px;
    font-size: 1.2em;
    border: 1px solid #ccc;
    vertical-align: top;
    height: 100px;
    }

    .cal-side-wrap .cal-grid-cont td {
    height: 50px;
    }

    .cal-month-daylbl {
    border-color: #0c334d !important;
    height: auto !important;
    }

    .calLargeEntry {
    font-size: inherit;
    }

    .cal-grid-cont .calpickDates {
    display: inline-block;
    font-size: 1.5em;
    padding-right: 10px;
    padding-bottom: 10px;
    }

    .cal-grid-cont .day-active {
    background: #cfe8f9;
    }

    .cal-grid-cont .day-empty {
    background: #fff;
    }

    hr.cal-events-sep {
    border-color: #a5bac7;
    }

    .cal-small-month-cycle .calpickMonth .cal-month-txt,
    .cal-small-year-cycle .calpickYear .cal-year-txt {
    font-size: 0.8em;
    margin-top: 5px;
    }

    .cal-small-month-cycle {
    float: left;
    width: 50%;
    }

    .cal-small-year-cycle {
    float: left;
    width: 50%;
    }

    .cal-small-month-cycle .cal-cycle-arr,
    .cal-small-year-cycle .cal-cycle-arr,
    .cal-small-year-cycle .cal-cycle-arr-dbl {
    margin-top: 0;
    }

    .cal-side-wrap .calpickDates {
    font-size: 1.0em;
    }

    .cal-cycle-cont {
    width: 100%;
    }

    .cal-legend-cont {
    width: 100%;
    }

    .cal-legend-cont .calLegend {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    }

    .cal-legend-cont .calLegend-lbl {
    display: block;
    margin-bottom: 5px;
    }

    #smlCal002_Head {
    font-size: 1.600em;
    font-weight: bold;
    text-align: center;
    }

    #smlCal002_Head td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 5px;
    width: 14.2%;
    }

    #smlCal002_Head .short, #smlCal002_Head .long {
    display: none;
    }

    .smlCal002_Table td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 5px;
    width: 14.2%;
    }

    #cal3hi-picker-bucket span.cal-curr-date,
    #month span.cal-curr-date{
    font-size: 1.4em;
    padding: 0 11px;
    }

    #smlCal002 table tr.even, #smlCal002 table tr.alt, #smlCal002 table tr:nth-of-type(2n) {
    background: none ;
    }

    #smlCal002 .smlCal002_Table a {
    display: block;
    font-size: 1.1em;
    text-align: center;
    color: #1c2129;
    }

    #smlCal002 .smlCal002_Table td.CurrentDay {
    background-color: #517227;
    }

    #smlCal002 .smlCal002_Table td.MarkerDay {
    background-color: #517227;
    }

    #smlCal002 .smlCal002_Table td.Day,
    #smlCal002 .smlCal002_Table td.WeekEndDay {
    background-color: #e3e3e3;
    border: 1px solid #d1d1d1;
    }

    #smlCal002 .smlCal002_Table td.CurrentDay a {
    color: #fff;
    }

    #smlCal002 .smlCal002_Table td.MarkerDay a {
    color: #fff;
    }

    #month a.prev,
    #month a.next {
    font-size: 2.0em;
    font-weight: bold;
    }

    #month a.prev:hover,
    #month a.next:hover {
    text-decoration: none;
    }

    /*------------------------------------------------------------------
    --> Staff Directory
    ------------------------------------------------------------------*/

    #staff-directory-2-wrapper,
    #staff-directory-3-wrapper
    {
    margin:0;
    }

    staff-directory-2-wrapper .phone-search-row,
    staff-directory-2-wrapper .phone-search-row .columns,
    staff-directory-3-wrapper .phone-search-row,
    staff-directory-3-wrapper .phone-search-row .columns
    {
    padding:0px;
    }

    ul.staff-directory-2,
    ul.staff-directory-2 ul,
    ul.staff-directory-3,
    ul.staff-directory-3 ul
    {
    list-style: none !important;		margin: 0 0 .5em 0!important;
    padding: 0!important;		line-height: 150% !important;
    color: #666;
    }

    ul.staff-directory-2 li,
    ul.staff-directory-3 li
    {
    list-style: none !important;		margin: 0 0 2px 0!important;
    padding: 0!important;		line-height: 200% !important;
    color: #666;
    }

    .staff-directory-2 a.toggler,
    .staff-directory-3 a.toggler
    {
    background: url(/img/00/toggler.png) no-repeat scroll 5px 13px #ffffff;
    color: #517227;
    border-bottom: 1px solid #E3E3E3;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
    text-indent: 19px;
    }

    .staff-directory-2 a:hover,
    .staff-directory-3 a:hover{
    background: url(/img/00/toggler.png) no-repeat scroll 5px 13px #fcfcfc;
    }
           
    .staff-directory-2 a.opened,
    .staff-directory-2 a.opened:hover,
    .staff-directory-3 a.opened,
    .staff-directory-3 a.opened:hover
    {                       
    background: url(/img/00/toggler.png) no-repeat scroll 6px -15px #232323;
    /*    border-top: 1px solid #82a7c4;
    border-left: 1px solid #4f6678;
    border-right: 1px solid #4f6678;
    border-bottom: 1px solid #4f6678;
    color: #FDFDFD;                       
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration:none;
    font-weight:normal;
    text-indent:24px;*/
    }

    .staff-directory-2 a,
    .staff-directory-3 a
    {
    text-decoration: underline;
    font-weight: normal;
    }
    .staff-directory-2 ul a:hover, .staff-directory-2 ul a:active,
    .staff-directory-3 ul a:hover, .staff-directory-3 ul a:active
    {             
    background:none; 
    }
    /**/.staff-directory-3 .contact-details,
    .staff-directory-3 .contact-details
    {
    margin: .3em auto 1.2em 1em;
    border-bottom:1px solid #b7864e;
    }

    .staff-directory-2 .contact-details:last-child,
    .staff-directory-3 .contact-details:last-child
    {
    border-bottom:0px solid transparent;
    }
    .staff-directory-2 .contact-details div,
    .staff-directory-3 .contact-details div
    {
    margin: 0px !important;
    }
    .staff-directory-2 .contact-details h4,
    .staff-directory-3 .contact-details h4
    {
    margin: 0px auto .2em 0px !important;
    border-bottom: solid 1px #888;
    }

    /*------------------------------------------------------------------
    --> Infoguide
    ------------------------------------------------------------------*/

    #infoGuideSelector .letter
    {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 14px!important;
    margin: .125em;
    background-color: #f5e3e3;

    }
    #infoGuideSelector .disabledLetter
    {
    background-color: #f5f5f5;
    }


/* --> Contact Code Snippet -----------------------------------------------*/

    .htmlbox-contact-us {
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    transition: padding .3s ease-in-out;
    -o-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
    -webkit-transition: padding .3s ease-in-out;

    box-shadow: 0 0px 10px #ccc;
    }

    .htmlbox-contact-us p {margin:0 0 15px 0;}
    .htmlbox-contact-us p:last-child{margin: 0;}
    .htmlbox-inner {padding: 15px;}

    h2.htmlbox-header {
    color: #fff;
    font-family: 'Abadi', sans-serif;
    font-size: 2.425em;
    margin: 0;
    padding: 8px 8px 5px 10px;
    text-transform: uppercase;
    cursor: default;
    background: #232323; 
    
    transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    }

/* Add this to your site for respnosive reCaptcha, also see line 472 for the correct styling  -Patrick */
@media (max-width: 480px) {.g-recaptcha>div>div{width:inherit !important;position:relative;display:block;padding:0;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)} .g-recaptcha iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0} .g-recaptcha>div{position:relative} .g-recaptcha>div:before{content:'Loading captcha...';position:absolute;top:38%;left:0} .g-recaptcha:empty:before{content:'Something wrong occured'}}


/* These styles are applied for viewports 768px and higher */
@media only screen and (min-width: 768px) {

    .htmlbox-contact-us {
    width: 30%;
    }
        
    #reCaptcha_div1 {
    padding-left: 14%;
    }

    hr.news-sep { margin: 20px 0; }

    article.news-article a.read-more {
    float: right;
    text-align: right;

    padding: 0;
    background-color: transparent;
    color: #0099ff;
    }

    article.news-article a.read-more:hover {
    background-color: transparent;
    text-decoration: underline;
    box-shadow: none;
    }

    article.news-article a.alt-link { float: none; }

}