﻿    /******************************************************************
    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.edtdiv-news {margin-top: -5em;}

    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;
    }

    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;
    text-decoration: none;

    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;
    }

    .cvCalendar3 .header-background, #cal3hi-bucket .header-background {
    background: #2f6193;
    padding: 10px 20px 5px 20px !important;
    }

    #cal3hi-picker h3.title, #cal3hi-search h3.title,
    #cal3hi-bucket h3, #cal3hi-ShowEventsPicker h3 {
    font-size: 2.5em; 
    margin: 0 !important;
    }



    /* --> 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}

    .fbsearch input {margin-right: 7px;}

    .fbFolderDescription {font-size: 1.4em;margin-bottom: 10px;}
    .fbFolderDescription p,
    .fbFolderDescription a,
    .fbFolderDescription span,
    .fbFolderDescription font {font-size: inherit;}

    ul.ebpCustomWrap {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 2em;
    padding: 0 20px;
    margin-left: 0 !important;
    }

    ul.ebpCustomWrap li a.fbFolderName {
    font-size: 1.7em;
    color: #333;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 20px;
    }

    ul.ebpCustomWrap {
    font-size: inherit !important;
    }

    a.fbFolderName.fb-toggle {
    font-weight: bold;
    cursor: pointer;
    }

    ul.ebpCustom ul,
    ul.ebpCustom ul ul,
    ul.ebpCustom ul ul ul,
    ul.ebpCustom ul ul ul ul {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    margin-left: 0;
    list-style: none;
    }

    ul.fbBucket {list-style: none;}

    li.expandable {
    padding: 10px 0 0 20px;
    margin: 0 !important;
    }

    a.fbFolderName.fb-toggle {
    font-size: 1rem;
    margin: 10px 0 0 0;
    cursor: pointer;
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 5px;
    }

    .fbFolderDescription {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    }

    .bucketWrap2,
    .fbRevisionDate,
    .fbDivider {
    font-size: inherit;
    margin: 0;
    padding: 0;
    }

    .hallo {
    padding: 10px;
    display:none;
    float: left;
    width: 100%;
    }

    /*------------------------------------------------------------------
    --> 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;
    }



    /*------------------------------------------------------------------
    --> Search Page
    ------------------------------------------------------------------*/

    .srchSubHeader {
    background: #2F6193;
    color: #fff;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
    }

    .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;
    }

    .srchResultsInfo {
    display: inline-block;
    }

    .srchDisplayLink {
    display: block;
    }

    .srchDisplaySub {
    display: block;
    line-height: 20px;
    /**margin-bottom: 20px;**/
    }

    .search-top-info {
    font-size: 1.4em;
    }

    .search-top-info a {
    font-size: inherit;
    }

    .srchDisplayLink {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    /**margin-bottom: 10px;**/
    }

    .srchDisplayUrl {
    display: block;
    color: #666;
    font-size: 1.1em;
    font-style:italic;
    /**margin-bottom: 30px;**/
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    }

    a.srchResultsAll {
    float: right;
    font-size: 1.2em;
    }

    /*------------------------------------------------------------------
    --> Simple Forms -- See line 1172 for reCaptcha responsive  
    ------------------------------------------------------------------*/

    form table tr td {padding: 10px 5px;}

    #sfmQuestionForm {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
    font-size:inherit;
    }

    #sfmQuestionForm table tr td {
    padding: 13px 0;
    }

    #sfmQuestionForm table tr {
    background: transparent;
    }

    #sfmQuestionForm table {margin-left:0 !important;}
    #sfmQuestionForm table tr td,
    #sfmQuestionForm span,
    #sfmQuestionForm p,
    #sfmQuestionForm a,
    #sfmQuestionForm font,
    #sfmQuestionForm label {font-size: inherit;}


    #sfmQuestionForm .button, #sfmQuestionForm button {
    color: #fff;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    background-color: #2f6193;
    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: #2c3c58;  
    }

    #sfmQuestionForm fieldset legend {
    font-size: 2.5em;
    font-weight: normal;
    background: none;
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-left: 9%;
    border-bottom: 1px solid #ccc;
    width: 100%;
    color: #074a84;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }

    #sfmQuestionForm fieldset label {
    float: left;
    color: #333;
    width: 20%;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    margin: 0;
    margin-top: 5px;
    }

    #sfmQuestionForm fieldset label div {
    width: 100%;
    }

    #sfmQuestionForm input {
    float: left;
    width: 70%;
    display: inline-block;
    margin: 0;
    max-width: 400px !important;
    border-color: #999;
    }

    #sfmQuestionForm input[type="checkbox"],
    #sfmQuestionForm input[type="radio"] {
    width: auto;
    }

    #sfmQuestionForm select {
    width: 70%;
    max-width: 400px;
    padding: 3px !important;
    border-color: #999;
    border-width: 1px;
    }

    #sfmQuestionForm h3 {
    font-size: 2.0em;
    }

    #sfmQuestionForm label h3 {
    font-size: inherit;
    }

    #sfmQuestionForm p span {
    font-size: inherit;
    }

    #sfmQuestionForm #geocodetext {
    float: left;
    margin-top: 10px;
    }

    #sfmQuestionForm textarea {
    float: left;
    width: 70% !important;
    display: inline-block;
    margin: 0;
    max-width: 400px;
    border-color: #999;
    }

    #captchadiv table {
    background: #fff;
    border: 1px solid #ccc;
    }

    #captchadiv input {
    width: 80%;
    margin-left: 10%;
    }

    .speciallabel {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: inherit;
    line-height: 20px;
    }

    #sfmQuestionForm label h5 {
    font-size: inherit;
    font-weight: normal;
    }

    .speciallabel h5 {
    font-size: inherit;
    }

    #sfmQuestionForm p {
    font-size: inherit;
    }

    .folderlist {
    float: left;
    width: 67%;
    }
    
    #reCaptcha_div1 {
    padding-left: 0;
    }

    /*------------------------------------------------------------------
    --> 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: 37px;
    font-size: 1.4em;
    }

    .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: .825em !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;
    }

    #cal3hi-search span.searchCB li.header label {
    color: #2f6193;
    }

    #smlCal002 .smlCal002_Table td.CurrentDay {
    background-color: #2f6193;
    }

    #smlCal002 .smlCal002_Table td.MarkerDay {
    background-color: #2f6193;
    }

    #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;
    }
    
    ul.month-pickers {margin-right: 0 !important}
    #cal3hi-ShowEventsPicker ul {float: right;}
    #cal3hi-ShowEventsPicker ul li, ul.month-pickers li {display: inline-block;}
    .cvCalendar3 .margin-horiz {line-height: 42px;}

    /*------------------------------------------------------------------
    --> 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: #074a84;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    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 #2f6193;
    color: #fff;
    /*    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;
    }

    .pressRTable {padding: 0 20px; display: inline-block;}

    /*------------------------------------------------------------------
    --> Infoguide
    ------------------------------------------------------------------*/

    #infoGuideSelector {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px;
    }

    #infoGuideSelector table tr td{
    padding:15px 10px;
    font-size: inherit;
    }

    #infoGuideSelector table tr td p {
    font-size: inherit;
    }

    #infoGuideSelector table tr.even, 
    #infoGuideSelector table tr.alt, 
    #infoGuideSelector table tr:nth-of-type(2n) {
    background: white;
    }

    #infoGuideSelector .letter{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 14px!important;
    margin: .125em;
    color: #fff;
    background-color: #2f6193;
    }

    #infoGuideSelector p {font-weight: bold; font-size: 2em;}

    #infoGuideSelector .disabledLetter {
    background-color: #f5f5f5;
    color: #333;
    }

    #infoguide-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    }

    #infoguide-wrapper input#site-search, 
    #infoguide-wrapper input.site-search {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 55px;
    padding: 0px 0 0 19px;
    box-shadow: none;
    }

    #infoguide-wrapper .button-infoo {
    position: absolute;
    }

    #infoguide-wrapper a#site-search-btn, 
    #infoguide-wrapper a.site-search-btn {
    text-indent: -9999px;
    height: 55px;
    position: absolute;
    box-shadow: none;
    right: 0;
    width: 55px;
    background: url('/img/00/searchicon.png') no-repeat center #325987;
    }


/* --> Contact Code Snippet -----------------------------------------------*/

    .htmlbox-contact-us {
    float: right;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border:4px solid #fff;
    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;

    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    }

    .htmlbox-contact-us .edtdiv {
    padding: 0;
    }

    .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-size: 2.5em;
    line-height: inherit;
    background-color: #336699;
    padding: 20px 20px 15px 20px;
    margin: 0px 0px 1px 0;
    cursor: default;

    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%;
    margin-left: 3%;
    }
        
    #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; }

}