/********************************************** Site Fonts *****************************************/
h1,
h2,
h3,
h4,
a.contentpagetitle,
.bold-header,
.bold-header span,
.bannertitle {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none;
}

h1,
h1 a,
h1 strong,
h1 b,
.componentheading {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none;
}

.navbar .nav {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
}

#ribbon .nav-pills > li > span.separator {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
}

body,
p,
span,
div.itemIntroText {
    color: #000;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    -webkit-hyphens: auto;
    -moz-hyphens: manual;
    hyphens: manual;
    -webkit-hyphenate-character: "\2010";
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphenate-limit-before: 4;
}

h3,
h3 a,
h3 strong,
h3 b {
    color: #444;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.3em 0;
    padding: 0;
    text-align: left;
    text-shadow: 0.025em 0.025em 0.125em rgba(0, 0, 0, 0);
}

body.linear.hd #banner h3 {
    display: none;
}

/********************************************** Green Bar Navigation *****************************************/
@media all and (min-width: 1024px) {
    body.ribbonFullwidth #ribbon {
        border-bottom: 8px solid #60c260;
    }

    body.darkGray div#tray {
        background: white;
    }

    #winston-whitebar {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    #ribbon .nav-pills > li > a,
    #ribbon .dropdown-menu > li > a {
        color: #444 !important;
    }

    .navbar .nav {
        display: block;
        left: 0;
        margin: 0 10px 0 0;
        position: relative;
    }

    nav.navbar.navbar-static-top,
    nav.navbar.navbar-static-top #tray {
        border-bottom: 3px solid #1e6b52;
        margin-top: 20px;
        min-height: 40px;
    }

    #ribbon .nav-pills > .active > a,
    #ribbon .nav-pills > .active > a:hover,
    /* #ribbon .nav-pills > .active > a:focus */
        {
        background-color: #1e6b52 !important;
        border-bottom: none;
        color: #fff !important;
    }

    body.linear.hd #tray #ribbon li.active.parent > a,
    body.linear.hd #tray #ribbon .nav-pills > .active > a:link,
    body.linear.hd #tray #ribbon .nav-pills > .active > a:hover,
    /* body.linear.hd #tray #ribbon .nav-pills > .active > a:focus, */
    body.linear.hd #tray #ribbon .nav-pills > .active > a:visited,
    body.linear.hd #tray #ribbon .nav-pills li:hover a,
    body.linear.hd #tray #ribbon .nav-pills li:hover a:hover {
        background-color: #1e6b52 !important;
        color: #fff !important;
    }

    #ribbon .nav-pills > li > a:hover:after,
    #ribbon .dropdown-menu > li > a:hover:after {
        content: none;
    }

    #ribbon .nav-pills > li > a,
    #ribbon .dropdown-menu > li > a {
        font-weight: 500 !important;
    }

    #ribbon .nav-pills > .active > a:after {
        content: none;
    }

    #ribbon .nav li {
        position: relative;
    }

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus,
    body.linear.hd #tray #ribbon .nav-pills li:hover a,
    body.linear.hd #tray #ribbon .nav-pills li:focus a {
        background-color: #fafafa !important;
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
        color: #444 !important;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
    }

    #ribbon .nav > li > a:hover,
    /* #ribbon .nav > li > a:focus, */
    #ribbon .dropdown-menu > li > a:hover,
    /* #ribbon .dropdown-menu > li > a:focus, */
    #ribbon .dropdown-submenu:hover > a,
    /* #ribbon .dropdown-submenu:focus > a, */
    #ribbon .nav > li > span:hover,
    /* #ribbon .nav > li > span:focus, */
    #ribbon .dropdown-menu > .active > a,
    #ribbon .dropdown-menu > .active > a:hover,
    /* #ribbon .dropdown-menu > .active > a:focus */
        {
        background: #1e6b52 none repeat scroll 0 0 !important;
        border-bottom: medium none;
        color: #fff !important;
    }

    #ribbon .nav-pills > li > a,
    #ribbon .dropdown-menu > li > a {
        font-size: 16px;
        padding: 13px 10px !important;
        transition: background-color 0.5s;
    }

    .navbar .btn-navbar {
        margin-bottom: 5px;
    }

    #whitebar {
        /*background: none repeat scroll 0 0 transparent;*/
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
        padding-top: 15px;
    }
}

@media all and (max-width: 1024px) {

    #ribbon .nav-pills > .active > a,
    #ribbon .nav-pills > .active > a:hover,
    #ribbon .nav-pills > .active > a:focus {
        border-bottom: 0 solid #444;
    }

    #ribbon .nav-pills > .active > a:after {
        border-width: 0;
    }

    #ribbon .nav > li > a:hover,
    #ribbon .nav > li > a:focus,
    #ribbon .dropdown-menu > li > a:hover,
    #ribbon .dropdown-menu > li > a:focus,
    #ribbon .dropdown-submenu:hover > a,
    #ribbon .dropdown-submenu:focus > a,
    #ribbon .nav > li > span:hover,
    #ribbon .nav > li > span:focus,
    #ribbon .dropdown-menu > .active > a,
    #ribbon .dropdown-menu > .active > a:hover,
    #ribbon .dropdown-menu > .active > a:focus {
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom: 0;
        color: #fff !important;
    }

    #ribbon .nav-pills > li > a:hover:after,
    #ribbon .dropdown-menu > li > a:hover:after {
        border-width: 0;
    }

    #ribbon .nav-pills > .active > a,
    #ribbon .nav-pills > .active > a:hover,
    #ribbon .nav-pills > .active > a:focus {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

/********************************************** Banner 100% *****************************************/
#banner {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

body.ribbonFullwidth #whitebox {
    min-height: auto !important;
}

#saGlobalFooterContainer {
    transition: all 1s linear;
}

/********************************************** Right SB *****************************************/
#rightsidebar {
    border-radius: 0 0 0 0;
}

/********************************************** QuickLinks Social ****************************************************************/
.ql-socialicon {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    box-sizing: border-box;
    color: #444;
    display: inline-block;
    font-family: "fontawesome" !important;
    font-size: 14px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
}

#quicklinks .qs {
    margin: -4px 8px 0 0;
}

/************************************************* PW & Shadow ****************************************************************/
@media screen and (min-width: 1024px) {
    body.ribbonFullwidth #whitebox {
        box-shadow: 0 19px 18px -18px rgba(0, 0, 0, 0.0) inset;
        clear: both;
        margin: 0 auto;
        min-height: 520px;
        overflow: hidden;
        position: relative;
        width: 1024px;
        z-index: 0;
    }
}

body.ribbonFullwidth #whitebox {
    box-shadow: 0 19px 18px -18px rgba(0, 0, 0, 0.0) inset;
}

body.darkGray div#tray {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}

/********************************************** Links CSS *****************************************/
.links a:link,
a:visited,
a:visited.contentpagetitle,
a:link.contentpagetitle,
.item-page a span {
    color: #1e6b52;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.links a .bold-header {
    color: #1e6b52;
}

/********************************************** Unknown? *****************************************/
.centertext {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.bold-header,
.bold-header span {
    width: initial;
}

.hidecontent #whitebox {
    display: none;
}

/********************************************** Middle 3 & 4 Mobile CSS *****************************************/
@media only screen and (min-width: 300px) and (max-width: 1024px) {
    #whitebox .two_thirds {
        margin: 0 1.5% 0 3%;
        width: 61.67%;
    }
}

@media screen and (max-width: 650px) {

    #upper1.upper_third,
    #upper2.upper_third,
    #upper3.upper_third,
    #upper1.third,
    #upper2.third,
    #upper3.third,
    #whitebox .third:nth-of-type(1),
    #whitebox .third:nth-of-type(2),
    #whitebox .third:nth-of-type(3),
    #lower1.third,
    #lower2.third,
    #lower3.third,
    #middle2.third,
    #middle1.two_thirds,
    #lower1.lower_third,
    #lower2.lower_third,
    #lower3.lower_third,
    #middle4.two_thirds,
    #middle3.third {
        border-bottom: 1px dotted #ccc;
        margin: 2%;
        width: 96%;
    }
}

/********************************************** Lower 1, 2 & 3 *****************************************/
#lower2 .moduletable {
    padding-bottom: 0;
}

#lower1 .moduletable {
    padding: 18px 0 !important;
}

#lower3 .moduletable {
    padding-bottom: 0;
}

/********************************************** Middle 3 & 4 CSS for Widget Kit *****************************************/
@media only screen and (min-width: 649px) {

    #middle1.two_thirds,
    .two_thirds {
        margin: 0 0 0 10px;
        width: 64.3%;
    }
}

#upper1.third,
#upper2.third,
#upper3.third,
#lower1.third,
#lower2.third,
#lower3.third,
#middle2.third,
.third {
    border: medium none;
    margin: 0 0 0 10px;
    width: 31.6%;
}

/* margin for home page */
.home #maincolumn-wide {
    margin: 0 2.5% !important;
    width: 95%;
}

/********************************************************* BEGIN SIDEBAR MENU */
.sidebar {
    font-size: 14px;
}

.sidebar {
    background: none;
    border-radius: 0 0 25px 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.0);
    margin: 0 0 15px;
    min-height: 200px;
    position: relative;
    width: 200px !important;
}

div.sidebar.no-seal {
    background-color: transparent;
    background-image: none;
}

.sidebar a:link,
.sidebar a:visited {
    color: white;
    font-weight: 600;
    padding: 11px;
    text-shadow: 0 1px 0.05em rgba(255, 255, 255, 0.0);
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
}

.sidebar a:hover {
    color: #eee !important;
    text-decoration: underline;
}

.sidebar li,
.sidebar ul.menu li {
    background-color: #666;
    border-top: 0 none;
    display: block;
    font-weight: 600;
    line-height: 1.25em;
    list-style: none outside none;
    padding: 0 0 0;
}

.sidebar .parent li a {
    font-weight: 600;
}

.sidebar ul li ul li ul li a:link,
.sidebar ul li ul li ul li a:visited {
    font-weight: 400;
}

/********************************************************* END SIDEBAR MENU */
/********************************************** GCAL Calendar Formating *****************************************/
.events {
    color: #51a351;
    font-weight: 500 !important;
    top: 15px !important;
}

.eventsheader {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
}

.events:before,
.events:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

h3.events {
    background: #99cc33 none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.fc-event {
    background-color: rgb(163, 213, 93);
    border: 1px solid #a3d55d;
    color: #fff;
    cursor: default;
    font-size: 0.85em;
}

.google1 {
    background-color: rgb(163, 213, 93) !important;
}

.tooltipster-base {
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: visible;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 9999999;
}

#map-canvas {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
}

/********************************************** GCal - Upcoming Events *****************************************/
div[class*="upcomingevents"] {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

/*** Hide Map ***/
#map-canvas {
    display: none;
}

/*** Custom CSS Class for Module ***/
.events {
    margin-top: 0 !important;
}

/*** Custom Font and Positioning ***/
.upcoming_event_container {
    float: left;
    height: auto;
    margin: 10px 0 5px;
    position: relative;
    width: 100%;
}

.upcoming_event_title a {
    color: #444 !important;
    font-weight: 500 !important;
}

.upcoming_event_title {
    display: block;
    font-family: "proxima-nova", sans-serif !important;
    left: 55px;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gcal_day {
    font-family: "proxima-nova", sans-serif !important;
}

.gcal_month {
    font-family: "proxima-nova", sans-serif !important;
}

.gcal_div1 {
    background-color: #9c3;
}

/************ Begin GhostButtons */
.whiteGhostButtonNews {
    margin: auto;
    margin-top: 20px !important;
    text-align: center !important;
}

.whiteGhostButtonNews a {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal !important;
    margin: 5px 7px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.whiteGhostButtonNews a:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3;
    color: #000 !important;
    text-decoration: none;
}

.whiteGhostButton a {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal !important;
    line-height: normal !important;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.whiteGhostButton a:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3;
    color: #000 !important;
    text-decoration: none;
}

.greenGhostButton {
    margin: auto;
    margin-top: 20px !important;
    text-align: center !important;
}

.greenGhostButton a {
    border: 2px solid #666;
    border-radius: 0;
    color: #666 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.greenGhostButton a:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3;
    color: #222 !important;
    text-decoration: none;
}

/************ RS Form Pro Button */
input.button,
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button:not([class^="uk-"]):not([class^="wk-"]),
.formResponsive input[type="button"].rsform-button-next,
.formResponsive button[type="button"].rsform-button-next {
    background-color: transparent;
    background-image: none;
    border: 2px solid rgb(30, 107, 82);
    border-radius: 5px;
    color: rgb(30, 107, 82) !important;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

input.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:not([class^="uk-"]):not([class^="wk-"]):hover,
.formResponsive input[type="button"].rsform-button-next:hover,
.formResponsive button[type="button"].rsform-button-next:hover {
    background: #51a351 none repeat scroll 0 0;
    border: 2px solid #51a351;
    color: #fff !important;
    text-decoration: none;
}

/* but not the cookie settings buttons */
button.save-preference-btn-handler.onetrust-close-btn-handler {
    color: #fff!important;
}

/************ Breadcrumbs Menu */
body.linear.hd #breadcrumbs {
    width: 100%;
}

body.linear.hd #breadcrumbs ul.nav.menu {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto;
    padding: 0;
    width: 100%;
}

body.linear.hd #breadcrumbs ul.nav.menu li {
    align-self: center;
}

#breadcrumbs .menu a {
    background: white;
    border: 2px solid #cfcfcf;
    border-radius: 0;
    color: #656565 !important;
    cursor: pointer;
    display: block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: normal !important;
    margin: 5px 3px 0 3px;
    padding: 7px 10px;
    text-align: center;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

#breadcrumbs .menu a:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3;
    color: #fff !important;
    text-decoration: none;
}

#breadcrumbs li.current > a {
    /* color: #fff !important; */
    background: #cfcfcf none repeat scroll 0 0;
    text-decoration: none;
    /* border: 2px solid #cfcfcf !important; */
}

#breadcrumbs li.current.active > a {
    /* color: #fff !important; */
    background: #cfcfcf none repeat scroll 0 0;
    text-decoration: none;
    /* border: 2px solid #cfcfcf !important; */
}

/********************************************** Rounded Green Box *****************************************/
.roundbluebox {
    border: 0 solid #51a351;
    border-radius: 0;
    color: black;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px;
    padding: 10px 0;
}

/********************************************** Wideload Inside COLOR Pages *****************************************/
.inside-wideload-color {
    background-color: #1e6b52;
    min-height: 135px !important;
    position: relative;
    width: 100%;
}

.inside-content-color {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside-wideload-color h1,
.inside-wideload-color h2 {
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
}

.inside-wideload-color h1 {
    font-size: 45px;
    margin: 0;
    text-align: right;
}

.inside-wideload-color h2 {
    font-size: 25px;
    font-weight: 300;
    text-align: right;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .inside-wideload-color {
        background-position: center;
        background-size: cover;
        min-height: 300px;
        position: relative;
    }

    .inside-wideload-color {
        background: #fff;
        min-height: 135px !important;
    }

    .inside-content-color {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inside-wideload-color h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .inside-wideload-color h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload Inside Pages *****************************************/
.inside-wideload:before {
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inside-wideload {
    background-position: center;
    background-size: contain;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.inside-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside-wideload h1,
.inside-wideload h2 {
    color: #fff;
    text-align: center;
}

.inside-wideload h1 {
    font-size: 72px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .inside-wideload {
        background-repeat: no-repeat;
        min-height: 30vw;
        position: relative;
        padding: 0 !important;
    }

    .inside-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inside-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 300px;
        overflow: hidden;
        z-index: 2;
    }

    .inside-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .inside-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload Homepage *****************************************/
.home-wideload {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.wideload-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
    color: #fff;
    text-align: right;
}

.home-wideload h1 {
    font-size: 60px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.home-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: right;
    text-shadow: #000 0 0 0;
}

.home-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 450px;
    overflow: hidden;
    z-index: 2;
}

.overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .home-wideload {
        background-color: #eee;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        position: relative;
    }

    .home-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* float: right;
		margin: 20px 20px 0 0; */
    }

    .home-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .home-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .home-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: right;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** WidgetKit Styling *****************************************/
/********* Gallery WK styling - Hover ******/
/* Grid BG Color */
.greenGrid .uk-overlay-grayscale {
    opacity: 1;
    -webkit-filter: saturate(0) !important;
    filter: saturate(0) !important;
}

/* Hover Opacity for Grid & Gallery */
.greenGrid .uk-overlay-hover:hover .uk-overlay-grayscale {
    opacity: 1 !important;
}

.greenGrid .uk-overlay-background {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
}

.greenGrid figure {
    background: #9c3 none repeat scroll 0 0;
}

.greenGrid .uk-overlay-grayscale {
    opacity: 0.3;
}

.greenGrid h3 {
    color: white;
    display: block !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: center;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0);
    text-transform: uppercase;
}

/********* Gallery WK styling - Hover ******/
/* Grid BG Color */
.hovergrid .uk-overlay-hover {
    background: white none repeat scroll 0 0;
    color: #fff;
}

.hovergrid .uk-overlay-grayscale {
    opacity: 1;
    -webkit-filter: saturate(1) !important;
    filter: saturate(1) !important;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #444;
}

.uk-tab > li > a {
    font-size: 17px;
    font-weight: normal;
}

.uk-accordion-title {
    color: #1e6b52;
    font-weight: 600 !important;
}

/* Hover Opacity for Grid & Gallery */
.hovergrid .uk-overlay-active .uk-active > .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-hover:hover .uk-overlay-grayscale {
    opacity: 0.60 !important;
}

.hovergrid .uk-overlay-background {
    background: rgba(153, 204, 51, 0.60) none repeat scroll 0 0;
    color: #fff;
}

.hovergrid .uk-overlay-background:last-child {
    background: rgba(0, 118, 170, 0) none repeat scroll 0 0;
    color: #fff;
}

.hovergrid h3 {
    color: white;
    display: block !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: center;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0);
    text-transform: uppercase;
}

/****** Tabs ****/
.uk-tab > li > a {
    background-color: #eee;
    color: #444;
}

.uk-tab > li.uk-active > a {
    /*	border-color: #e5e5e5 #e5e5e5 transparent; */
    background: #fff;
    color: #1e6b52;
}

.tabs {
    margin-top: 30px;
}

.tabs ul li ul {
    list-style: circle outside none;
    margin: 0 0 0 3em;
    padding: 0;
}

.uk-nav-side > li.uk-active > a {
    background: #fff !important;
    color: #1e6b52;
}

.uk-nav-side > li > a {
    background: #666;
    border-radius: 2px;
    color: #fff;
    margin: 2px;
}

/****** WK - Tabs - Mobile ***/
.uk-nav-dropdown > li.uk-active > a {
    color: #1e6b52;
}

.uk-nav-navbar > li.uk-active > a {
    color: #51a351;
}

.uk-nav-dropdown > li > a:focus,
.uk-nav-dropdown > li > a:hover {
    background: #1e6b52;
    color: #fff !important;
    outline: 0;
}

/****** WK - Slideshow ***/
.rounded .uk-slideshow {
    border-radius: 5px;
}

/*********************************************Social media buttons on department page*******************/
#content-social {
    padding: 28px;
}

#content-social ul {
    display: inline;
}

#content-social ul li {
    border-left: 1px solid #ddd;
    display: inline;
    overflow: hidden;
}

.fb-but,
.twitter-but,
.pinterest-but,
.instagram-but,
.google-but,
.linkedin-but,
.rss-but {
    float: left;
    height: 30px;
    width: 30px;
    transition: all 0.1s ease 0s !important;
}

.fb-but {
    background: #fff url("images/departments-images/social-buttons.png") repeat scroll 0 0;
}

.twitter-but {
    background: #fff url("images/departments-images/social-buttons.png") repeat scroll -30px 0;
}

.pinterest-but {
    background: #fff url("images/departments-images/social-buttons.png") repeat scroll -60px 0;
}

.google-but {
    background: #fff url("images/departments-images/social-buttons.png") repeat scroll -90px 0;
}

.linkedin-but {
    background: #fff url("images/departments-images/social-buttons.png") repeat scroll -174px 0;
}

.linkedin-but:hover {
    background: #069 url("images/departments-images/social-buttons.png") repeat scroll -174px -30px;
}

.google-but:hover {
    background: #cb2027 url("images/departments-images/social-buttons.png") repeat scroll -90px -30px;
}

.pinterest-but:hover {
    background: #cb2027 url("images/departments-images/social-buttons.png") repeat scroll -60px -30px;
}

.twitter-but:hover {
    background: #00aced url("images/departments-images/social-buttons.png") repeat scroll -30px -30px;
}

.fb-but:hover {
    background: #3b5997 url("images/departments-images/social-buttons.png") repeat scroll 0 -30px;
}

/****** WK - Social Icons ***/
.uk-icon-button {
    background: transparent;
    border: 2px solid rgb(30, 107, 82) !important;
    color: #1e6b52 !important;
    font-weight: normal !important;
}

.uk-icon-button:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3 !important;
    color: #fff !important;
    text-decoration: none;
}

.uk-icon-link-o:before {
    content: "\f0c1";
}

.uk-icon-pinterest-o:before {
    content: "\f231";
}

.uk-icon-youtube-o:before {
    content: "\f167";
}

.uk-icon-insta-o:before {
    content: "\f16d";
}

.uk-icon-linkedin-o:before {
    content: "\f0e1";
}

.uk-icon-google-o:before {
    content: "\f0d5";
}

/****** WK - gridlayout ***/
/* default text size */
.gridlayout h3 a {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.gridlayout h3 {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0 10px 0 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

/* H2 text size */
.gridlayout .uk-h2 {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0 10px 0 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.gridlayout .uk-h2 a {
    color: #1e6b52;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.textacenter h3 a {
    text-align: center;
}

.textacenter h3 {
    text-align: center;
}

/* Background & Border */
.gridlayout .uk-panel-box {
    background-color: #eee;
    border: 0;
    border-radius: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.grid-padding .uk-panel-box {
    padding: 20px !important;
}

.gridlayout .uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
}

/* Image Radius for WK Teaser Image */
.gridlayout .uk-border-rounded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.uk-panel-box .uk-panel-teaser > * {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* adds margin to bottom of widgetkit grids */
.frontbutton {
    margin-bottom: 20px;
    margin-top: 0;
}

/**** WK - buttons ***/
.buttons h3 {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}

.buttons h3 a {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}

.buttons .uk-margin {
    margin-top: 0;
}

.buttons .uk-row-first img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

* + .uk-margin {
    margin-top: 0;
}

/* centers buttons on mobile device */
@media screen and (max-width: 479px) {
    .buttons h3 {
        text-align: center;
    }

    .buttons .uk-margin {
        text-align: center;
    }
}

/****** Grid Stack ***/
.gridstack h3 a {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}

.gridstack h3 {
    color: #333;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0.5em 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}

/****** .uk-button ***/
.uk-button {
    background: transparent;
    border: 2px solid rgb(30, 107, 82) !important;
    border-radius: 5px;
    color: rgb(30, 107, 82) !important;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    margin: 0;
    margin-top: 0 !important;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.uk-button:hover {
    background: #9c3;
    border: 2px solid #9c3 !important;
    color: #fff !important;
    text-decoration: none;
}

/********************************************** Hours Table *****************************************/
.hours-table {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

/********************************************** RSForm Buttons *****************************************/
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #9c3;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #9c3;
    box-shadow: #9c3 0 1px 3px 0 inset;
    color: #fff !important;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #9c3 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #666 !important;
}

input.button,
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    background-color: transparent;
    background-image: none;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 0;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

input.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3;
    color: #fff !important;
    text-decoration: none;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #9c3;
    box-shadow: #9c3 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #9c3 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #9c3;
    color: #fff;
}

input.button,
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    background-color: transparent;
    background-image: none;
    border: 2px solid rgb(30, 107, 82);
    border-radius: 5px;
    color: rgb(30, 107, 82) !important;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

input.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3;
    color: #fff !important;
    text-decoration: none;
}

#userForm button.btn,
input.btn[type="submit"] {
    background-color: transparent;
    background-image: none;
    border: 2px solid rgb(30, 107, 82);
    border-radius: 5px;
    color: rgb(30, 107, 82) !important;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear 0s;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

#userForm button.btn:hover,
input.btn[type="submit"]:hover {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset, 0 1px 2px rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background: #9c3 none repeat scroll 0 0;
    border: 2px solid #9c3 !important;
    border-bottom-color: rgba(0, 0, 0, 0.247059) !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    border-left-color: rgba(0, 0, 0, 0.0980392) !important;
    border-right-color: rgba(0, 0, 0, 0.0980392) !important;
    border-top-color: rgba(0, 0, 0, 0.0980392) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset, 0 1px 2px rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    text-decoration: none;
}

.search .btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background: #9c3 none repeat scroll 0 0;
    border: 1px solid #9c3 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset, 0 1px 2px rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    text-decoration: none;
}

#search input.button,
#search button,
#search input[type="reset"],
#search input[type="button"],
#search input[type="submit"] {
    border-radius: 0 5px 5px 0 !important;
    line-height: 20px !important;
}

body.linear.hd #search input.button,
body.linear.hd #search button,
#search input[type="reset"],
body.linear.hd #search input[type="button"],
body.linear.hd #search input[type="submit"] {
    background-color: #1e6b52;
    border-radius: 0 5px 5px 0 !important;
    color: #fff !important;
    line-height: 1 !important;
    padding: 8px !important;
}

#search button.gcsBox {

 box-sizing: border-box;
}

#search input.inputboxgcsBox {
    max-width: 170px;
}

.rsform-calendar-button {
    margin-left: 1% !important;
}

/********************************************** Footer *****************************************/
body.linear.hd #footer_required {
    margin-bottom: 0 !important;
}

#lockedFooter ul li button {
    color: #d9d9d9 !important;
}

/********************************************** Home - Buttons *****************************************/
.home-button a {
    /*	background-color: #EEEEEE;
/*	border-radius: 10px;
/*	border: px solid #0B730B;
clear: both;
color: #333333;*/
    display: block;
    float: none;
    font-size: 20px;
    font-weight: 700 !important;
    height: auto;
    margin-bottom: 5px;
    margin-left: 0;
    overflow: hidden;
    padding: 20px 5%;
    text-align: center;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/********************************************** Column Set-Up *****************************************/
/*  SECTIONS  */
.section {
    clear: both;
    margin: 0;
    padding: 0;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0 !important;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
}

/*****************************Gallery WK Font Styling********************/
h2.gallery_wk_font {
    color: rgb(244, 195, 0);
    font-size: 2.8em;
    text-align: center;
}

p.gallery_wk_font {
    font-size: 1.16em;
}

a.gallery_wk_font {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 1.5em;
    margin-right: 10px;
    margin-top: 20px;
    padding: 10px;
}

h1.top_header {
    color: #f4c300;
    font-size: 4.5em;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    h2.gallery_wk_font {
        font-size: 1.8em;
    }

    p.gallery_wk_font {
        font-size: 0.94em;
    }

    a.gallery_wk_font {
        margin-top: 0;
        padding: 5px 10px;
    }

    h1.top_header {
        font-size: 2.3em !important;
    }
}

/*****************************Gallery WK Font Styling Ends********************/
/************************App Download Button Hover styling**************************/
.hvr-float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

.hvr-float-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    transform: translateZ(0px);
    backface-visibility: hidden;
}

.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
    opacity: 1;
    transform: translateY(5px);
}

.hvr-float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    transform: translateY(-5px);
}

/************************App Download Button Hover styling Ends**************************/
/******************* Begin Rectable *****************/
.rectable {
    border-collapse: collapse;
    width: 100%;
}

.rectable td,
.rectable th {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

.rectable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.rectable tr:hover {
    background-color: #ddd;
}

.rectable th {
    background-color: #1e6b52;
    color: white;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 12px;
    text-align: center;
}

/****************************** End Rectable *****************/
/****************************** Begin Horizontal Rules *****************************/
hr.style-two {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border: 0;
    height: 1px;
}

hr.style-three {
    background-image: linear-gradient(to right, rgba(46, 165, 127, 0), rgba(46, 165, 127, 0.95), rgba(46, 165, 127, 0));
    border: 0 none;
    height: 1px;
}

/****************************** End Horizontal Rules *****************************/
/****************************** Begin Ghost Table *****************/
table.ghostTable {
    border-collapse: separate;
    border-spacing: 1px;
    color: #333;
    padding: 0 3px;
    width: 100%;
}

table.ghostTable td,
th {
    height: 30px;
    text-align: center;
    width: auto;
    transition: all 1s;
}

table.ghostTable th {
    background: #b1b6af;
    border-radius: 5px;
    font-weight: 700;
}

table.ghostTable td {
    background: #fafafa;
}

table.ghostTable tr:nth-child(even) td {
    background: #f1f1f1;
}

table.ghostTable tr:nth-child(odd) td {
    background: #e1dddd;
}

table.ghostTable tr td:hover {
    background: #666;
    color: #fff;
}

/******************* End Ghost Table *****************/
.uk-icon-bsync-o:before {
    content: "\e900";
}

.icon-spinner11:before {
    content: "\e900";
}

/****************************** Begin Blocks *****************************/
.s_mainblock {
    background: #eee;
    float: left;
    margin: 10px 0 40px 0;
    padding: 20px 5px;
    width: 95%;
}

.s_block {
    float: left;
    margin: 10px 5px 10px 10px;
    width: 95%;
}

.s_block_inner1 {
    background: #2ea57f none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 18px 10px;
    text-align: center;
}

.s_block_inner1.last {
    background: #2ea57f none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 78px;
    padding: 33px 20px;
    text-align: center;
}

.s_block_inner2 {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 100px;
    padding: 0 20px 10px;
    text-align: center;
    width: 323px;
}

.s_block_inner2.new {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
    color: #444;
    height: auto;
    text-align: left;
}

.s_block_inner1 .month {
    color: #fff;
    font-size: 19px;
}

.s_block_inner1 .day {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    ;
}

.s_block_inner1 .time {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    ;
}

.s_block_inner2 .session {
    color: #fff;
    font-size: 24px;
}

.s_block_inner2 .location {
    color: #fff;
    font-size: 15px;
}

@media screen and (max-width: 600px) and (min-width: 375px) {
    .s_mainblock {
        padding: 20px 0;
    }

    .s_block_inner2 {
        height: 120px;
        padding: 10px 8px;
        width: auto;
    }

    .s_block_inner1 {
        padding: 18px 20px !important;
    }

    .s_block_inner1.new {
        padding: 18px 40px !important;
    }
}

@media screen and (max-width: 360px) and (min-width: 320px) {
    .s_mainblock {
        padding: 20px 0 !important;
    }

    .s_block_inner2 {
        height: 120px;
        padding: 10px 8px !important;
        width: auto;
    }

    .s_block_inner1 {
        padding: 18px 118px !important;
    }

    .s_block_inner1.new {
        padding: 18px 25px !important;
    }
}

/****************************** End Blocks *****************************/
/****************************** Begin Widgetkit Accordion *********************/
.uk-accordion-title {
    background: #fff;
    background-image: url("images/accordin-expand-green.png");
    background-position: 1% 50%;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    color: #1e6b52;
    cursor: pointer;
    font-weight: 500 !important;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 6px 50px;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

.uk-accordion-title {
    background: #eee;
    background-image: url("/students/health/images/accordin-expand-green.png");
    background-position: 1% 5%;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    color: #1e6b52;
    cursor: pointer;
    font-weight: 500 !important;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 6px 50px;
}

/****************************** End Widgetkit Accordion *********************/
/****************************** Begin Forms *********************/
.formResponsive .formHorizontal input,
.formResponsive .formHorizontal textarea,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .input-append {
    width: auto;
}

/****************************** End Forms *********************/
/****************************** Begin grid *********************/
.grid_img img {
    float: none !important;
    width: 146px !important;
}

.grid_fade_img img {
    float: none !important;
    width: 100px !important;
}

/****************************** end grid *********************/
.latest-updates {
    color: rgba(30, 107, 82, 0.6);
    padding-top: 20px;
}

.bottomspace {
    margin-bottom: 40px;
}

.squarelist {
    list-style-type: square !important;
    padding-left: 1.5em;
}