/*Last edited 07/14/21 */
/*-----------------------------------^Universal */
/*---#region Typography ***/
.center-template-1 h3,
.center-template-1 h3 strong,
.center-template-1 h3 span,
.center-template-1 h3 em,
.center-template-1 h3 a,
.center-template-1 h4,
.center-template-1 h4 strong,
.center-template-1 h4 span,
.center-template-1 h4 em,
.center-template-1 h4 a,
.center-template-1 h5,
.center-template-1 h5 strong,
.center-template-1 h5 span,
.center-template-1 h5 em,
.center-template-1 h5 a,
.center-template-1 .rsform-input-box,
.center-template-1 input,
.center-template-1 button,
.center-template-1 select,
.center-template-1 textarea {
    font-family: "proxima-nova", sans-serif !important;
}

.center-template-1 h1,
.center-template-1 h1 strong,
.center-template-1 h1 span,
.center-template-1 h1 em,
.center-template-1 h1 a,
.center-template-1 h2,
.center-template-1 h2 strong,
.center-template-1 h2 span,
.center-template-1 h2 em,
.center-template-1 h2 a,
.center-template-1 h6,
.center-template-1 h6 strong,
.center-template-1 h6 span,
.center-template-1 h6 em,
.center-template-1 h6 a {
    font-family: "kulturista-web", serif !important;
}

.center-template-1 body,
.center-template-1 p,
.center-template-1 span,
.center-template-1 div,
.center-template-1 a,
.center-template-1 button,
.center-template-1 em {
    font-family: "proxima-nova", sans-serif !important;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
}

.center-template-1 h1,
.center-template-1 h1 strong,
.center-template-1 h1 span,
.center-template-1 h1 em,
.center-template-1 h1 a {
    font-size: 2rem;
    line-height: 120% !important;
    font-weight: bold !important;
}

.center-template-1 h2,
.center-template-1 h2 strong,
.center-template-1 h2 span,
.center-template-1 h2 em,
.center-template-1 h2 a {
    font-size: 1.8rem;
    line-height: 120% !important;
    font-weight: bold !important;
}

.center-template-1 h3,
.center-template-1 h3 span,
.center-template-1 h3 strong,
.center-template-1 h3 em,
.center-template-1 h3 a {
    font-size: 1.6rem;
    line-height: 120% !important;
    text-shadow: none;
    font-weight: bold !important;
}

.center-template-1 h4,
.center-template-1 h4 strong,
.center-template-1 h4 span,
.center-template-1 h4 em,
.center-template-1 h4 a {
    font-size: 1.4rem;
    font-weight: bold !important;
    line-height: 120%;
}

.center-template-1 h5,
.center-template-1 h5 strong,
.center-template-1 h5 span,
.center-template-1 h5 em,
.center-template-1 h5 a {
    font-size: 1.3rem;
    font-weight: bold !important;
    line-height: 120%;
}

.center-template-1 h6,
.center-template-1 h6 strong,
.center-template-1 h6 span,
.center-template-1 h6 em,
.center-template-1 h6 a {
    font-size: 1.2rem;
    font-weight: bold !important;
}

.center-template-1 h2,
.center-template-1 h3,
.center-template-1 h4,
.center-template-1 h5,
.center-template-1 h6 {
    line-height: 120% !important;
    margin: 1em 0 10px;
}

.center-template-1 h1 {
    line-height: 120% !important;
    margin: 0 0 .2em;
}

.center-template-1 h1 + p,
.center-template-1 h2 + p,
.center-template-1 h3 + p,
.center-template-1 h4 + p,
.center-template-1 h5 + p,
.center-template-1 h6 + p {
    margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 92.5%;
    }
}

/*!Adjustements to HTML size for when using REMS*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 92.5%;
    }
}

/*!Adjustements to HTML size for when using REMS*/
/*---#endregion Typography ***/
/*---#region Footer ***/
.center-template-1 #footer .uabFooterMenu {
    background-color: #1E6B52;
}

.center-template-1 #footer_required .moduletable:first-child {
    padding-bottom: 0 !important;
}

.center-template-1 #footer_required .moduletable.unit-footer {
    padding-bottom: 0 !important;
}

.center-template-1 div#footer_required {
    margin-bottom: 0 !important;
}

.center-template-1 div#footer {
    padding-bottom: 0 !important;
}

.center-template-1 .unit-footer__information-container a {
    font-weight: bold !important;
    color: #fff !important;
}

/*removes extra space at bottom of footer */
.center-template-1 .unit-footer__wrapper {
    background-color: #1E6B52;
}

.center-template-1 .unit-footer__container {
    display: flex;
    max-width: 1280px;
    padding: 3em 0 1em;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

@media all and (max-width:500px) {
    .center-template-1 .unit-footer__container {
        flex-wrap: wrap;
    }
}

/*--BEGIN Unit Contact and Address Information */
.center-template-1 #footer .unit-footer__information-wrapper ul li a:hover {
    color: #444 !important;
    text-decoration: underline;
}

.center-template-1 .unit-footer__information-container ul li,
.center-template-1 .unit-footer__information-container ul li a {
    font-size: 13px;
}

.center-template-1 .unit-footer__information-address,
.center-template-1 .unit-footer__information-contact {
    color: #fff;
    list-style-type: none;
    text-align: right;
    margin: 0 1em 0 0;
    padding: .1em .5em;
}

.center-template-1 .unit-footer__information-address {
    margin-top: 1em;
}

@media all and (min-width:500px) {
    .center-template-1 .logo--custom-footer {
        padding: 0 0 0 1em;
        border-left: 1px solid #e5e5e5;
    }
}

.center-template-1 .unit-footer__information-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 !important;
    align-items: flex-end;
    flex-shrink: 1.4;
}

@media all and (max-width:500px) {
    .center-template-1 .unit-footer__information-container {
        order: 2;
        flex-direction: row;
    }
}

/*--END Unit Contact and Address Information */
/*--BEGIN Logo and Social Media */
.center-template-1 .unit-footer__logo-social-wrapper {
    margin: 0 !important;
}

.center-template-1 .unit-footer__unit-name {
    font-size: 1.6em;
    margin-top: 0;
    text-align: left;
    margin-left: 6px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    color: #fff;
    font-weight: bold;
}

@media all and (max-width:500px) {
    .center-template-1 .unit-footer__unit-name {
        text-align: center;
    }
}

@media all and (min-width:500px) {
    .center-template-1 #footer .unit-footer__logo-social-wrapper {
        text-align: left;
    }
}

/*--END Logo and Social Media */
/*--BEGIN Follow Button Styles */
.center-template-1 .at-follow-btn {
    float: none !important;
}

@media all and (min-width:500px) {
    .center-template-1 .at-follow-btn {
        float: left !important;
        margin: 5px !important;
    }
}

.center-template-1 #footer .at-icon {
    fill: #1E6B52 !important;
}

.center-template-1 #footer .at-icon,
.center-template-1 #footer .at-icon-wrapper {
    height: 1.8pc !important;
    width: 1.8pc !important;
}

.center-template-1 div#atftbx > p {
    display: none;
}

/*!removes paragraph heading */
/*--END Follow Button Styles */
/*---#endregion Footer ***/
/*-----------------------------------^Theme */
/*---#region Horizontal Navigation ***/
#ribbon .nav {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#ribbon ul.nav.menu li,
#ribbon .nav li span {
    background-color: #fafafa;
    text-transform: uppercase;
    outline: 1px solid #EEE;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width:980px) {

    #ribbon ul.nav:first-child > li,
    #ribbon .nav li span {
        outline: 1px solid black;
    }

    #ribbon .nav {
        margin-top: 1em;
    }
}

@media all and (max-width:979px) {
    #ribbon .nav {
        flex-direction: column;
    }

    #ribbon ul.nav.menu .dropdown {
        flex-direction: column;
    }

    #wrapper #ribbon li {
        outline: none;
    }
}

#wrapper #ribbon .dropdown-menu a {
    font-weight: normal;
    text-transform: initial
}

#wrapper #ribbon .dropdown-menu li {
    outline: none;
}

#ribbon ul.nav:first-child > li a {
    padding: 15px 10px;
    font-weight: 600;
    flex: 1;
    text-align: center;
    line-height: 120%;
}

body.hd #tray.white #ribbon .nav-pills > .active,
body.hd #tray.white #ribbon .nav-pills > .active:hover,
body.hd #tray.white #ribbon .nav-pills > .active:focus {
    color: #fff !important;
    background-color: #1E6B52 !important;
}

body.hd #tray.navbar-inner {
    padding: 0;
}

#ribbon ul.nav > li:hover {
    background-color: #eee !important;
}

body.hd #ribbon .nav > li > a:hover {
    background-color: initial;
}

#ribbon .nav-pills:before,
#ribbon .nav-pills:after {
    display: none;
}

body.hd.ribbonFullwidth #ribbon {
    width: 100%
}

body.hd #tray.white #ribbon .nav-pills > .active,
body.hd #tray.white #ribbon .nav-pills > .active:hover,
body.hd #tray.white #ribbon .nav-pills > .active:focus {
    background-color: #1E6B52;
}

body.hd #tray.white #ribbon .nav-pills > .active > a,
body.hd #tray.white #ribbon .nav-pills > .active > a:hover,
body.hd #tray.white #ribbon .nav-pills > .active > a:focus {
    color: #fff !important;
    background-color: transparent;
}

.nav.menu .parent .current.active {
    background-color: #eee;
    position: relative;
}

.navbar .alias-parent-active {
    background-color: #1E6B52 !important;
}

#ribbon ul.nav > li.alias-parent-active:hover {
    background-color: #1E6B52 !important;
}

body.hd #tray.white #ribbon .alias-parent-active > a {
    color: #fff !important;
}

.nav.menu .parent .current.active:before {
    border-left: 4px solid #1E6B52;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

#ribbon .nav-pills .dropdown-menu {
    min-width: initial;
    padding: initial;
    width: 100%;
    border: initial;
    outline: initial;
}

#ribbon .nav-child.unstyled.dropdown-menu {
    margin: initial;
}

#ribbon .dropdown.parent > a:after {
    content: "\e011";
    font-family: 'IcoMoon';
}

.nav-pills > li.dropdown:focus-within ul.dropdown-menu {
    display: block !important;
}

/*---#endregion Horizontal Navigation ***/
/*---#region Sticky Navigation ***/
/* .stickyNav {
    opacity: 0;
    height: 0;
    transition: all ease 0.5s;
}
body.linear.hd.sticky .stickyNav h1 {
    margin: 10px 8px 10px 10px;
}
body.sticky .stickyNav {
    opacity: 1;
    transition: all ease 0.5s;
    height: auto;
}
nav .center--stickyNav li {
    margin-bottom: 0;
}
.center--stickyNav .active {
    background-color: #1E6B52;
    border-radius: 0 !important;
}
.center--stickyNav .active a {
    color: #fff !important;
}
.center--stickyNav a {
    border-radius: 0 !important;
}
.center--stickyNav a:hover {
    background-color: #eee !important;
}
body.linear.hd.sticky nav.degreeNav li a {
    background-color: transparent;
}
@media all and (max-width:1024px) {
    body.linear.hd.sticky nav.degreeNav .opening li {
        display: block;
        float: none;
    }
    .stickyNav .nav-collapse,
    .stickyNav .nav-collapse.collapse {
        height: auto !important;
    }
}
body.linear.hd.sticky nav.degreeNav ul.opening {
    background-color: #fff;
    height: auto;
}
body.linear.hd.sticky nav.degreeNav .opening a {
    color: #444;
}
body.linear.hd.sticky nav.degreeNav li {
    border-bottom: 0 !important;
}
@media all and (min-width:780px) {
    nav.degreeNav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
@media all and (max-width:699px) {
    body.linear.hd.sticky #leftcolumn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        min-width: 100%;
    }
    #leftcolumn ul.nav.menu a,
    #leftcolumn ul.nav.menu .sidebar--button {
        border-top: none;
        font-size: 1.4rem !important;
        color: #fff;
    }
    #leftcolumn ul.nav.menu .sidebar--button {
        border: 1px solid #fff !important;
        padding: 11px 5px !important;
    }
    #leftcolumn.sidebarpanel ul.nav.menu .sidebar--button:hover {
        color: #1E6B52 !important;
    }
    body.linear.hd.linear .sidebar,
    body.linear.hd.linear #leftcolumn {
        min-width: 100%;
        background-color: #1E6B52 !important;
    }
    body.linear.hd.linear .sidebar {
        padding: 0 !important;
        top: 25px;
    }
    body.linear.hd.sticky .sidebar {
        padding: 0 !important;
        top: 95px;
    }
    body.hd #sidebar_trigger.active {
        margin-left: 0;
        z-index: 2;
    }
    body.linear.hd.sticky #sidebar_trigger {
        position: fixed;
        top: 100px;
        width: auto;
        height: auto;
        background-color: green;
        float: initial;
    }
    #leftcolumn ul.nav-child .active.current a {
        color: #444;
    }
}
body.linear.hd.sticky .hamburger,
body.linear.hd.sticky .hamburger::before,
body.linear.hd.sticky .hamburger::after {
    background: #1E6B52;
}
@media (max-width: 980px) {
    body.linear.hd #tray #ribbon a.btn-navbar {
        width: 100%;
        margin: 0;
        padding: 10px;
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fafafa !important;
        text-shadow: none;
        box-shadow: none;
        font-size: 18px;
    }
    body.linear.hd #tray #ribbon .btn-navbar span {
        background-color: #fff !important;
    }
    body.linear.hd #tray #ribbon .btn-navbar:hover span {
        background-color: #888 !important;
    }
    .navbar .ribbonFullwidth {
        border-width: 1px 0;
    }
} */
/*---#endregion Sticky Navigation ***/
/*---#region Sticky Nav ***/
/* body.ribbonFullwidth #whitebox,
#maincolumn-l,
#content {
    overflow: visible !important;
} */
/*Mobile Menus */
/* body.linear.hd #sidebar_trigger:hover::before {
    border: none;
    color: #fff;
    background-color: inherit;
}
body.hd #sidebar_trigger.no-seal {
    position: fixed !important;
    bottom: 10px;
    left: auto;
    right: 0px;
    z-index: 70 !important;
    background-color: #1E6B52 !important;
    width: 40%;
    padding: 12px 0;
    border-radius: 0;
    text-align: center;
    font-size: 1em;
    height: initial;
    font-size: 18px;
    border-bottom: 4px solid #80bc00;
}
@media all and (max-width:980px) {
    body.hd.ribbonFullwidth nav {
        top: 28px;
    }
    body.hd.ribbonFullwidth nav #tray {
        background-color: rgba(255, 255, 255, .8);
    }
    body.hd.ribbonFullwidth nav {
        position: -webkit-sticky;
        position: sticky;
        z-index: 50;
        margin-top: 10px;
    }
    .ribbonFullwidth .nav-collapse .nav {
        margin-bottom: 0;
    }
    body.linear.hd .topLinearContainer {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 4;
    }
}
@media all and (max-width:699px) {
    #leftcolumn {
        overflow: scroll;
        position: fixed;
        top: 0px;
        bottom: 0;
        background-color: #fff;
        z-index: 60 !important;
        border-radius: 0;
        float: none;
        margin: 0;
    }
    .nav.menu .parent .current.active:before {
        border-left: 4px solid #80bc00;
        z-index: 200;
    }
    #leftcolumn ul.nav-child .current.active a:before,
    #leftcolumn ul.nav-child .active.current a:before,
    #leftcolumn ul.nav.menu>li.current.active.parent>a:first-child:before {
        border-left: 4px solid #80bc00;
        z-index: 200;
    }
    #leftcolumn.sidebarpanel ul.nav.menu a:hover {
        background-color: initial;
        color: #fff !important;
    }
    #leftcolumn.sidebarpanel ul.nav.menu a:hover:before {
        border-left: none;
    }
    #leftcolumn.sidebarpanel ul.nav.menu .current.active>a:hover {
        color: #444 !important;
    }
    .mobile-nav--show-nav {
        display: block;
    }
    body.hd #sidebar_trigger.mobile-nav--hide-nav {
        display: none !important;
    }
    body.linear.hd.mobile-nav--open #sidebar_trigger {
        position: fixed !important;
        bottom: 10px !important;
        top: initial !important;
        left: initial !important;
        right: 0px !important;
        display: block !important;
        background-image: none;
    }
    #leftcolumn ul.nav.menu>li>a:first-child {
        font-size: 1.6rem !important;
    }
    body.linear.hd #sidebar_trigger::before {
        font-weight: normal;
        height: auto;
        text-shadow: none;
        border: 0px;
        text-align: center;
        text-transform: uppercase;
        border-color: #fff;
        content: "\e232";
        font-family: 'IcoMoon';
        font-size: 16px;
        background-color: transparent;
        color: #fff;
        position: static;
    }
    body.linear.hd #sidebar_trigger::after {
        content: "Section Menu";
        font-size: .9em;
        font-weight: 600;
        height: auto;
        text-shadow: none;
        border: 0px;
        text-transform: uppercase;
        border-color: #fff;
        color: #fff;
    }
    body.hd.sidebars #maincolumn-l,
    body.hd.sidebars #maincolumn-r,
    body.hd.sidebars #maincolumn-l-r {
        margin-left: 0 !important;
    }
}
#whitebox {
    float: none !important;
}
.footerGreen #lockedFooter.footerGreen,
.footerGreen #footer.footerGreen {
    z-index: 25;
}
.mobile-nav--open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}
body.linear.hd #sidebar_trigger.no-seal.active {
    width: auto;
}
body.linear.hd #sidebar_trigger.no-seal.active:after {
    content: "\4a";
    font-family: 'IcoMoon';
    font-size: 40px;
    position: absolute;
    z-index: 25 !important;
    right: 12px;
    bottom: 0;
    padding: 15px;
}
.sidebarpanel ul li li {
    text-indent: 0;
}
nav a.btn.btn-navbar .icon-bar {
    display: none;
}
nav a.btn.btn-navbar:after {
    content: 'Main Menu';
    color: #1E6B52 !important;
}
nav a.btn.btn-navbar:before {
    content: "\e232";
    font-family: 'IcoMoon';
    color: #1E6B52;
    font-size: .8em;
}
.main-nav--open nav a.btn.btn-navbar:before {
    content: "\49";
}
#leftcolumn.sidebarpanel .active .active .nav-child a:hover {
    color: #444 !important;
}
nav a.btn.btn-navbar {
    box-shadow: 3px 3px 0 #80bc00;
    border: 0 !important;
}
nav a.btn.btn-navbar:hover:after {
    color: #444;
}
body.hd.center-template-1 {
    padding-bottom: 0;
} */
/*---#endregion Sticky Nav ***/
/*---#region Breadcrumb ***/
body.hd .breadcrumb {
    border: none;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
}

body.hd #breadcrumbs {
    display: block;
    text-align: left;
    width: 95%;
}

body.center-template-1 .breadcrumb li span.divider:after {
    content: "\e006";
    font-family: 'IcoMoon';
    font-size: .7em !important;
    color: #80bc00;
    margin-right: 3px;
}

body.center-template-1 .breadcrumb span.divider > img {
    display: none;
}

/*---#endregion Breadcrumb ***/
/*---#region Link Styling ***/
/*!Changes link styling of elements within the main content section of the page*/
#content p a:link,
#content p a:visited,
#content li a:link,
#content li a:visited,
.add-link-styling p a:link,
.add-link-styling p a:visited,
.add-link-styling li a:link,
.add-link-styling li a:visited {
    border-bottom: 3px solid rgba(30, 107, 82, 0.5);
    color: #222;
    font-weight: normal;
    transition: all 0.4s ease 0s;
}

/*! Use .add-link-styling to container div as a way to add link styling to elements not in the content section*/
#content p a:link:hover,
#content p a:visited:hover,
#content li a:link:hover,
#content li a:visited:hover {
    color: #222;
    border-bottom: 3px solid #cccccc;
    background-color: #eee;
    font-weight: normal;
    text-decoration: none;
}

/*--BEGIN Link Overrides ***/
#content .news-feed--1 li a:link,
#content .localist-widget-eds a:link,
#content .localist_widget_container a:link,
#content .localist-widget-uab a:link,
#content .center--home--news-events a:link,
#content .cc--news-archive a:link,
#content .news-feed--card-layout a:link {
    border-bottom: 0;
}

#content .news-feed--1 li a:hover,
#content .center--home--news-events a:hover,
#content .localist-widget-eds a:hover,
#content .localist_widget_container li a:hover,
#content ul.localist-widget-uab a:hover,
#content .localist-widget-uab li a:hover {
    background-color: transparent;
    border-bottom: 0;
}

/*--END Link Overrides ***/
/*---#endregion Link Styling ***/
/*---#region Sidebar Navigation ***/
body.hd div.sidebar.gray,
body.hd div.sidebar.no-seal,
body.hd #leftcolumn.sidebarpanel.gray,
body.hd #sidebar_trigger.gray,
body.hd #leftcolumn.sidebarpanel.no-seal,
body.hd #sidebar_trigger.no-seal {
    background-color: #fff !important;
}

/*--BEGIN Desktop Sidebar **/
@media all and (min-width:699px) {
    body.hd.sidebars #leftcolumn {
        min-width: 200px;
        max-width: 200px;
    }

    body.hd #leftcolumn.sidebarpanel.no-seal {
        border-right: 1px solid #444;
    }
}

/*--END Desktop Sidebar **/
/*--BEGIN Mobile Sidebar **/
@media all and (max-width:700px) {

    /*-BEGIN Mobile Sidebar Styling */
    body.hd #leftcolumn.sidebarpanel.no-seal {
        box-shadow: rgb(30, 107, 82) 0px 0px 0px 2px;
        z-index: 100;
    }

    #leftcolumn ul.nav.menu > li > a:first-child {
        margin-top: 15px;
    }

    body.hd #sidebar_trigger.no-seal {
        z-index: 101;
    }

    /*-END Mobile Sidebar Styling */
    /*-Begin Open Sidebar Trigger Styling*/
    a#sidebar_trigger.active:after {
        content: "\4a";
        font-family: 'IcoMoon';
        color: #1E6B52;
        display: block;
        font-size: 30px;
        position: absolute;
        top: 10px !important;
        right: 5px;
    }

    a#sidebar_trigger.active {
        background-image: none;
    }

    /*removes default background image x */
    /*-End Open Sidebar Trigger Styling */
    /*-BEGIN Closed Sidebar Trigger Styling*/
    body.linear.hd a#sidebar_trigger::before {
        color: #fff;
        text-shadow: none;
        background-color: #1E6B52;
        border: 1px solid #fff;
    }

    body.linear.hd #sidebar_trigger:hover::before {
        background-color: #fff;
        color: #1E6B52;
        transition: all .2s ease-in;
        border: 1px solid #80bc00;
        transition: all .2s ease-in;
    }

    /*-END Closed Sidebar Trigger Styling */
}

/*--END Mobile Sidebar **/
/*--BEGIN Mobile Horizontal Menu */
@media all and (max-width:978px) {

    /*-BEGIN Closed Horizontal Trigger Styling */
    body.linear.hd #tray #ribbon a.btn-navbar {
        background: #1e6b52;
        transition: all .2s ease-in;
    }

    body.linear.hd #tray #ribbon .btn-navbar span {
        background-color: #fff !important;
    }

    body.linear.hd #tray #ribbon .btn-navbar:hover span {
        background-color: #1e6b52 !important;
    }

    /*-END Closed Horizontal Trigger Styling */
}

/*--END Mobile Horizontal Menu */
body.hd #leftcolumn.sidebarpanel.no-seal {
    border-radius: 0;
}

body.hd #leftcolumn.sidebarpanel.no-seal ul {
    margin: 0;
    padding: 0;
}

body.hd #leftcolumn.sidebarpanel.no-seal li {
    text-align: center;
    padding: 0;
}

body.center-template-1 #whitebox {
    display: flex;
    flex-wrap: wrap;
    overflow: initial;
}

#leftcolumn .moduletable {
    padding: 0;
}

#leftcolumn ul.nav.menu a {
    border-top: 1px solid #444;
    margin: 0;
    padding: .9em;
    font-size: 1rem;
    font-weight: 700;
}

#leftcolumn ul.nav.menu > li > a:first-child {
    border-top: 0;
    text-transform: uppercase;
    border-right: 0 !important;
    z-index: 2;
    position: relative;
    font-family: "kulturista-web", serif !important;
    font-size: 1.4rem;
}

body.hd.ribbonFullwidth.sidebars #whitebox,
body.hd.ribbonFullwidth #whitebox {
    margin: 2em auto !important;
}

#leftcolumn .parent .current > a {
    background-color: #fff;
}

#leftcolumn ul.nav-child .current.active .nav-child a {
    background-color: #fff;
}

#leftcolumn ul.nav-child .current.active .nav-child a:before {
    border-left: 0;
}

#leftcolumn ul.nav-child .current.active a,
#leftcolumn ul.nav-child .active.current a,
#leftcolumn.sidebarpanel ul.nav.menu a:hover,
#leftcolumn ul.nav.menu > li.current.active.parent > a:first-child {
    background-color: #eee;
    transition: all .2s ease-in;
    color: #444;
}

#leftcolumn ul.nav-child a {
    position: relative;
    text-decoration: none;
}

#leftcolumn ul.nav-child .current.active a:before,
#leftcolumn ul.nav-child .active.current a:before,
#leftcolumn.sidebarpanel ul.nav.menu a:hover:before,
#leftcolumn ul.nav.menu > li.current.active.parent > a:first-child:before {
    border-left: 4px solid #1E6B52;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

#leftcolumn ul.nav-child a {
    transition: all .2s ease-in;
}

#leftcolumn ul.nav.menu .active.parent .parent .nav-child a {
    font-size: .9rem;
    font-weight: 400;
}

body.hd .sidebar {
    width: 100% !important;
    padding: 0;
}

@media all and (min-width:701px) {
    #leftcolumn ul.nav.menu .active.parent .parent > a:first-child {
        border-top: 1px solid #444;
    }
}

/*---#endregion Sidebar Navigation ***/
/*---#region Buttons ***/
/*--Sidebar Button ***/
a.sidebar--button {
    border: 1px solid #1E6B52 !important;
    padding: 5px !important;
    margin: 10px 7px !important;
    font-family: "kulturista-web", serif !important;
    font-size: .9rem !important;
    background-color: #1E6B52;
    color: #fff !important;
    font-weight: normal !important;
}

a.sidebar--button:hover {
    background-color: #fff !important;
    border: 1px solid #80bc00 !important;
}

a.sidebar--button:hover:before {
    border-left: 0 !important;
}

.current.active > a.sidebar--button {
    background-color: transparent !important;
    color: #444 !important;
    border: none !important;
}

.active > a.sidebar--button:hover {
    background-color: #eee !important;
}

.active > a.sidebar--button:before {
    border-left: 0 !important;
}

/*--Sidebar Button ***/
/*--BEGIN Apple Green Outline Button */
body.hd.linear.center-template-1 #wrapper a.btn--green-outline {
    padding: .5em;
    font-weight: bold !important;
    border: 1px solid #80bc00 !important;
    font-family: 'kulturista-web', serif !important;
    margin-top: 10px;
}

.center-template-1 a.btn--green-outline {
    border-style: solid;
    border-width: 1px;
    border-color: #80bc00;
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 1rem;
    background-color: #fff;
    background-image: none;
    border-radius: 0 !important;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    transition: all ease 0.2s;
}

body.hd.linear.center-template-1 #wrapper a.btn--green-outline:hover {
    text-decoration: none;
    box-shadow: 0px 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.2s;
    background-color: #eee;
    font-weight: 400 !important;
}

/*--END Apple Green Outline Button */
/*--BEGIN Gray Bottom Positioned Button */
.btn--grey--bottom-positioned--wrapper {
    margin-top: 2em;
}

body.hd.linear.center-template-1 #wrapper .btn--grey--bottom-positioned--wrapper a {
    padding: .5em;
    font-weight: 600 !important;
    border: 0px solid #80bc00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: .9rem;
    text-align: center;
}

/*--END Gray Bottom Positioned Button */
/*--BEGIN Green to White Buttons */
.btn--green {
    border: 1px solid rgba(30, 107, 82, 0.5);
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
    background-color: #1e6b52;
    color: #fff !important;
}

.btn--green:hover {
    color: #1e6b52 !important;
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
    background-color: #fff;
    text-decoration: none;
}

/*--END Green to White Buttons*/
/*--BEGIN White to Green Buttons */
.btn--white {
    border: 1px solid rgba(30, 107, 82, 0.5);
    background-color: #fff;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
}

.btn--white:hover {
    color: #fff !important;
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
    background-color: #1e6b52;
    text-decoration: none;
}

/*--END White to Green Buttons */
/*--BEGIN Giving Buttons */
.linear .giving-button--long {
    font-size: 20px !important;
    padding: 4px 16px;
}

.linear .giving-button--square {
    font-size: 36px !important;
    padding: 32px 25px;
    line-height: 100%;
}

.linear .giving-button--long,
.linear .giving-button--square {
    background-color: #00714A;
    margin-left: 5px;
    color: #FFDD00 !important;
    font-family: "kulturista-web", serif !important;
    outline: 1px solid #80bc00;
    box-shadow: 0px 0px 0px 5px #00714A;
    display: inline-block;
    transform: scale(1);
    transition: all .2s ease-in !important;
    font-weight: 100 !important;
    letter-spacing: .5px;
}

.linear .giving-button--long:hover,
.linear .giving-button--square:hover {
    text-decoration: none;
    color: #fff !important;
    transition: all .2s ease-in;
    transform: scale(1.05);
    box-shadow: 0px 8px 0 -4px #80bc00;
    outline: none;
}

/*--END Giving Buttons */
.center-template-1 .btn--md,
.btn--md {
    padding: .3em .8em;
    font-size: 1em;
}

.center-template-1 .btn--lg {
    padding: .4em .9em;
    font-size: 1.25em;
}

/*--
/*--BEGIN Widgekit Image Buttons */
.center-template-1 .btn--wk-xlg-img-white .uk-margin-small {
    position: relative;
    display: flex;
    height: 100px;
    align-items: center;
}

.center-template-1 .btn--wk-xlg-img-white h2 {
    margin: 0 1em !important;
    text-align: center;
    font-size: 1.6em;
}

.center-template-1 .btn__text-container--wk-xlg-img-white {
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-template-1 .btn__background-color--wk-xlg-img-white {
    background-color: #1e6b52;
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}

.center-template-1 .btn--wk-xlg-img-white img {
    border-radius: 2px;
}

/*?adds border radius to button images */
.center-template-1 .btn--wk-xlg-img-white .uk-overlay-panel > div {
    width: 100%;
    border-top: 3px solid #80bc00;
}

/*?makes interior div full width*/
.center-template-1 .btn--wk-xlg-img-white .uk-overlay-panel {
    padding: 0;
    align-items: flex-end;
}

/*?removes default padding so button will go full-width*/
.center-template-1 .btn--wk-xlg-img-white a.uk-position-cover {
    z-index: 1;
}

/*?adjusts link overlay on wk grid to sit over text and text background */
.center-template-1 .btn--wk-xlg-img-white .uk-row-first {
    text-align: center;
}

/*?center aligns button elements on mobile*/
/*--END Widgekit Image Buttons */
/*--BEGIN Widgekit Text Buttons */
.center-template-1 .btn--wk-xlg-white .uk-margin {
    -webkit-transition: all .3s;
    /* Safari */
    transition: color .3s;
    font-size: 1.6em;
    text-decoration: none;
    color: #1e6b52;
    padding: 1em;
    text-align: center;
    margin-top: 0;
}

/*?adds hover off transition effect to text, changes color and size, removes text decoration */
.center-template-1 .btn--wk-xlg-white .uk-panel {
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(30, 107, 82, 0.5);
    border-radius: 2px;
}

/*?adds hover off transition on home buttons and aligns text horizontally and vertically */
.center-template-1 .btn--wk-xlg-white .uk-panel:hover .uk-margin {
    color: #fff !important;
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
}

/*?adds hover on transition effect and changes color of text on hover */
.center-template-1 .btn--wk-xlg-white .uk-panel:hover {
    background-color: #1e6b52;
    -webkit-transition: all .3s;
    /* Safari */
    transition: all .3s;
}

/*?adds hover color and hover transition effect*/
/*-- END Widgekit Text Buttons */
/*---#endregion Buttons ***/
/*---#region Localist Calendar ***/
/*--BEGIN NEW Card */
.localist-widget-uab {
    display: flex;
    flex-wrap: wrap;
}

.localist-widget-uab > a {
    flex: 1 0 28%;
    min-width: 225px;
    max-width: 262px;
    border: 1px solid #1E6B52 !important;
    background-color: #fff;
    transition: all ease 0.5s;
    margin: 0 15px;
}

.localist-widget-uab a li {
    width: auto;
    float: initial;
    margin: 0;
    border: none;
    height: 100%;
}

.localist-widget-uab > a:hover {
    box-shadow: 0px 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.5s;
}

.localist-widget-uab .lwd {
    height: auto !important;
}

.localist-widget-uab .lwd img,
.localist-widget-uab .lwi0 {
    width: 100%;
}

.localist-widget-uab .title h4 {
    margin-top: 15px;
    font-size: 1.3rem;
}

.localist-widget-uab div.des {
    float: none !important;
    line-height: 120% !important;
    font-size: 1em !important;
    background-color: #fafafa;
    margin-left: -10px;
    margin-right: -10px;
    padding: 1em;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.localist-widget-uab div.secondblock {
    padding: 0px 10px 10px 10px !important;
}

.localist-widget-uab .time {
    font-weight: 600 !important;
    text-align: left;
}

.localist-widget-uab .moredates {
    display: block;
    padding-left: 0 !important;
}

.localist-widget-uab .date-label .day,
.localist-widget-uab .date-label .month {
    font-family: "kulturista-web", serif !important;
    color: #fff !important;
}

.localist-widget-uab div.date-label {
    background-color: #1E6B52 !important;
}

/*-BEGIN Grid Layout */
@supports (display: grid) {
    .localist-widget-uab {
        display: grid;
        grid-gap: 20px;
    }

    .localist-widget-uab > a {
        min-width: initial;
        max-width: initial;
        margin: initial;
    }

    @media all and (min-width:600px) {
        .localist-widget-uab {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media all and (min-width:900px) {
        .localist-widget-uab {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media all and (min-width:1024px) {
        .localist-widget-uab {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }
}

/*-END Grid Layout */
/*--END New Card */
/*--BEGIN Date Square */
.localist-widget-eds li {
    display: flex;
    margin: 0 10px .5em 0;
}

.localist-widget-eds h4 {
    margin: 0 !important;
    line-height: 1em !important;
}

.localist-widget-eds div.localist-dateblock {
    min-width: 60px;
}

.localist-widget-eds div.localist-secondblock {
    margin: 0 0 0 1em !important;
}

.localist-widget-eds .localist-dateblock {
    border: 0 !important;
}

.localist-widget-eds div.localist-day {
    box-shadow: none !important;
}

.localist--all-events-link {
    padding: .5em;
    font-weight: bold !important;
    border: 1px solid #80bc00;
    display: block;
    font-family: 'kulturista-web', serif !important;
}

/*--END Date Square */
/*---#endregion Localist Calendar ***/
/*---#region Article Overrides ***/
.center-template-1 .item-page .item-image {
    margin: 1em;
    max-width: 300px;
    z-index: 1;
}

.center-template-1 .item-page .item-image img {
    vertical-align: bottom;
}

.center-template-1 .blog .items-row img {
    border-radius: 0;
}

#content {
    overflow: visible;
}

h2[itemprop="headline"] {
    margin-top: 0 !important;
}

@media all and (min-width:700px) and (max-width:850px) {
    .center-template-1 .item-page .item-image {
        max-width: 250px;
    }
}

@media all and (max-width:600px) {
    .center-template-1 .item-page .item-image {
        float: none;
        margin: initial;
        max-width: initial;
        margin: 1em 0;
    }

    .center-template-1 .item-page .item-image img {
        width: 100%;
    }
}

/*---#endregion Article Overrides ***/
/*---#region System Alert ***/
.alert,
.alert h4 {
    color: #fff;
    margin-top: 0 !important;
    text-shadow: none;
}

.alert {
    background-color: #1E6B52;
    padding: 20px;
    border: none;
}

/*---#endregion System Alert ***/
/*---#region Layout Overrides ***/
body.hd.center-template-1 #content {
    margin: 0 auto 1em;
    width: 95%;
}

#system-message-container {
    display: none;
}

div#maincolumn-l {
    flex: 1 0 55%;
}

div#leftcolumn {
    flex: 1 0 20%;
}

/*--BEGIN Full Width Page ***/
body.hd.center-template-1--full-width--pc #whitebox,
body.hd.center-template-1--full-width--pc #maincolumn-wide,
body.hd.center-template-1--full-width--pc #content {
    max-width: 100%;
    width: 100%;
}

/*--END Full Width Page ***/
/*---#endregion Layout Overrides ***/
/*---#region Widgekit ***/
/*--BEGIN Accordion ***/
.uk-accordion-content {
    background-color: #eee;
    border-top: 4px solid #1E6B52;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.uk-accordion-title:after {
    background-color: #82c140;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    color: #fff;
    text-align: center;
    content: '';
    left: .1em;
    top: .23em;
}

.uk-accordion-title:before {
    content: '+ ';
    position: absolute;
    z-index: 1;
    left: .33em;
    color: #fff;
    font-size: 1.2em;
    top: .23em;
}

.uk-accordion-title.uk-active:before {
    position: absolute;
    left: 11px;
    top: 4px;
    content: "-";
}

.uk-accordion-title {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    position: relative;
}

h3.uk-accordion-title {
    margin-top: .3em !important;
    padding-left: 1.7em !important;
    font-size: 1.3em;
    padding-bottom: .3em !important;
    margin-bottom: 0 !important;
}

/*--END Accordion ***/
/*--BEGIN Widgekit Box ***/
.uk-panel-box .uk-panel-title,
.uk-panel-box .uk-h1,
.uk-panel-box .uk-h2,
.uk-panel-box .uk-h3,
.uk-panel-box .uk-h4,
.uk-panel-box .uk-h5,
.uk-panel-box .uk-h6,
.uk-panel-box .uk-heading-large {
    margin: 0 0 0 -31px;
    background-color: #1E6B52;
    padding: 5px 5px 5px 31px;
    color: #fff;
    position: relative;
    line-height: 100% !important;
}

.uk-panel-box h3.uk-panel-title,
.uk-panel-box h3.uk-panel-title a {
    font-size: 1.4rem;
}

.uk-panel-box .uk-h1,
.uk-panel-box .uk-h1 a {
    font-size: 1.6rem;
}

.uk-panel-box .uk-h2,
.uk-panel-box .uk-h2 a {
    font-size: 1.5rem;
}

.uk-panel-box .uk-h3,
.uk-panel-box .uk-h3 a {
    font-size: 1.4rem;
}

.uk-panel-box .uk-h4 .uk-panel-box .uk-h4 a {
    font-size: 1.3rem;
}

.uk-panel-box .uk-h5,
.uk-panel-box .uk-h5 a {
    font-size: 1.2rem;
}

.uk-panel-box .uk-h6,
.uk-panel-box .uk-h6 a {
    font-size: 1.1rem;
}

.uk-panel-box .uk-heading-large,
.uk-panel-box .uk-heading-large a {
    font-size: 1.6rem;
}

.uk-panel-box .uk-panel-title a,
.uk-panel-box .uk-h1 a,
.uk-panel-box .uk-h2 a,
.uk-panel-box .uk-h3 a,
.uk-panel-box .uk-h4 a,
.uk-panel-box .uk-h5 a,
.uk-panel-box .uk-h6 a,
.uk-panel-box .uk-heading-large a {
    color: #fff;
}

.uk-panel-box .uk-panel-title:before,
.uk-panel-box .uk-h1:before,
.uk-panel-box .uk-h2:before,
.uk-panel-box .uk-h3:before,
.uk-panel-box .uk-h4:before,
.uk-panel-box .uk-h5:before,
.uk-panel-box .uk-h6:before,
.uk-panel-box .uk-heading-large:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 10px;
    box-shadow: 4px 5px 0px #80bc00;
}

.uk-panel-box {
    border: 1px solid #1E6B52;
}

.uk-panel-box .uk-panel-title:after,
.uk-panel-box .uk-h1:after,
.uk-panel-box .uk-h2:after,
.uk-panel-box .uk-h3:after,
.uk-panel-box .uk-h4:after,
.uk-panel-box .uk-h5:after,
.uk-panel-box .uk-h6:after,
.uk-panel-box .uk-heading-large:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #80bc00 transparent transparent;
}

/*--END Widgekit Box ***/
/*--BEGIN Widgekit Box - Primary ***/
.uk-panel-box-primary h3.uk-panel-title {
    background-color: #eee;
    color: #444;
}

.uk-panel-box-primary h3.uk-panel-title a {
    color: #444;
}

.uk-panel-box-primary {
    border: 1px solid #eee;
    background-color: #fff;
}

/*--END Widgekit Box - Primary ***/
/*--BEGIN Widgekit Box - Secondary ***/
.uk-panel-box-secondary h3.uk-panel-title {
    color: #444;
}

.uk-panel-box-secondary {
    background-color: #1E6B52;
}

.uk-panel-box-secondary p {
    color: #fff;
}

.uk-panel-box-secondary h3.uk-panel-title {
    background-color: #fff;
}

/*--END Widgekit Box - Secondary ***/
/*--BEGIN Widgekit Hover States ***/
.uk-grid .uk-panel-box-hover,
.uk-grid .uk-panel-box-primary-hover {
    transition: all ease 0.5s;
}

.uk-grid .uk-panel-box-hover:hover,
.uk-grid .uk-panel-box-primary-hover:hover {
    transform: scale(1.02);
    transition: all ease 0.5s;
}

.uk-grid .uk-panel-box-hover:hover {
    box-shadow: 0px 10px 0 -6px #80bc00;
}

.uk-grid .uk-panel-box-primary-hover:hover {
    box-shadow: 0px 10px 0 -6px #1E6B52;
}

/*--END Widgekit Hover States ***/
/*--BEGIN WK Buttons ***/
.uk-button {
    min-height: auto;
    padding: 5px 15px;
}

/*--END WK Buttons ***/
/*--BEGIN Widgekit Switcher ***/
.uk-switcher {
    /* border:1px solid #1E6B52; */
    border-top: 2px solid #80bc00;
    /* padding: 1em 2em !important; */
    margin-top: 0 !important;
}

.center-template-1 #wrapper #content .uk-subnav-pill > .uk-active > * {
    background-color: #1E6B52;
    position: relative;
    color: #fff;
}

.uk-switcher h3 {
    margin-top: 0 !important;
}

.uk-subnav-pill > .uk-active a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1E6B52 transparent transparent transparent;
    transform: translateX(-50%);
}

.uk-subnav-pill > .uk-active > a:hover {
    color: #fff !important;
}

.uk-panel-title {
    font-family: "kulturista-web", serif !important;
}

.uk-subnav-pill li a {
    font-size: 1.3em;
    border: 1px solid #80bc00 !important;
    font-family: "kulturista-web", serif !important;
    font-weight: 600 !important;
}

.uk-subnav-pill {
    margin-bottom: 0 !important;
}

.action_button {
    display: none;
}

/*--END Widgekit Switcher ***/
/*--BEGIN Widgekit Tabs ***/
#content .uk-tab li {
    margin-bottom: 0;
}

.uk-tab li.uk-active a {
    color: #fff;
    background-color: #1E6B52;
}

.uk-tab li.uk-active a:hover {
    color: #fff !important;
}

.uk-tab li a {
    font-size: 1.3rem;
    font-family: "kulturista-web", serif !important;
    font-weight: 600;
    border-width: 1px 1px 0 1px;
    border-color: #eee;
    border-style: solid;
}

/*--END Widgekit Tabs ***/
/*---#endregion Widgekit ***/
/*---#region Quicklinks ***/
body.center-template-1 #quicklinks .center--quicklinks li {
    text-align: center;
}

body.center-template-1 #quicklinks .center--quicklinks li a {
    font-family: "kulturista-web", serif !important;
    font-size: .95rem;
    position: relative;
    padding: 4px 7px !important;
    margin: -14px 0 5px 0;
    transition: all ease 0.5s;
    display: inline-block;
}

body.center-template-1 #quicklinks .center--quicklinks li a:hover:before {
    transform: translateX(2px);
    transition: all ease 0.5s;
}

body.center-template-1 #quicklinks .center--quicklinks li a:hover {
    background-color: #eee;
}

body.center-template-1 #quicklinks .center--quicklinks li a:before {
    content: "\e010";
    font-family: 'IcoMoon';
    font-size: 1.2rem;
    color: #80bc00;
    top: 3px;
    left: 4px;
    margin-left: -13px;
    margin-top: 5px;
    position: relative;
    transition: all ease 0.5s;
}

body.center-template-1 #quicklinks li a.quicklinks--button:before {
    margin-left: auto;
}

#quicklinks > .moduletable {
    width: 100%;
}

.center--quicklinks {
    display: flex;
    justify-content: space-around;
}

body.center-template-1 #quicklinks .center--quicklinks .quicklinks--button {
    background-color: #1E6B52;
    color: #fff;
    border: 1px solid #1E6B52;
    transition: all ease 0.2s;
    display: inline-block;
}

body.center-template-1 #quicklinks .center--quicklinks .quicklinks--button:hover {
    border: 1px solid #1E6B52;
    color: #444;
    background-color: #fff;
    transition: all ease 0.2s;
}

body.center-template-1 #quicklinks li a.quicklinks--button:before {
    content: '';
}

/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.center-template-1 #quicklinks .center--quicklinks .quicklinks--button {
        padding-left:20px !important;
    }
} */
#search button.button.btn.btn-primary {
    flex: 1 0 10%;
}

#search .inputbox {
    flex: 1 0 84%;
}

#search .form-inline {
    display: flex;
}

body.linear.hd #search button.btn-primary {
    padding: .9em 0.6em;
}

body.center-template-1 #quicklinks li.alias-parent-active {
    background-color: transparent !important;
}

/*---#endregion Quicklinks ***/
/*---#region Form Styling ***/
/*--BEGIN Vertical Form */
.formVertical button[type="submit"] {
    background-image: none !important;
    background-color: #1E6B52 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 1.1rem !important;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    border: 1px solid #1E6B52 !important;
    transition: all ease 0.5s;
}

.formVertical button[type="submit"]:hover {
    background-color: #fff !important;
    color: #444 !important;
    border: 1px solid #1E6B52 !important;
    transition: all ease 0.5s !important;
}

.formVertical .formControlLabel {
    font-size: 1rem;
    padding: 15px 0 5px;
    margin: 0 !important;
    line-height: 120%;
    font-weight: bold;
}

.formVertical label {
    font-size: 1rem;
    line-height: 150%;
}

.formVertical h3 {
    border-bottom: 1px solid #1E6B52;
    padding-bottom: 5px;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.formVertical .rsform-block {
    padding: 7px 0;
    overflow: hidden;
}

.formVertical input {
    margin: 0 !important;
    min-width: 200px;
}

.formVertical input[type="checkbox"],
.formVertical input[type="radio"] {
    margin: 5px 5px 0 0 !important;
    min-width: auto;
}

.formVertical .formValidation {
    display: block;
    clear: both;
}

/*--END Vertical Form */
/*---#endregion Form Styling ***/
/*-----------------------------------^Objects */
/*---#region Image Buttons***/
/*--BEGIN Green Title with Apple Bottom Accent*/
.image-buttons--green-title .uk-panel-teaser {
    margin-bottom: 0;
}

.image-buttons--green-title .uk-panel-teaser + div {
    background-color: #1E6B52;
    border-top: 4px solid #80bc00;
}

.image-buttons--green-title .uk-panel-teaser + div h3 {
    color: #fff !important;
    margin-top: 0 !important;
    padding: .5em;
}

/*--END Green Title with Apple Bottom Accent */
/*---#endregion Image Buttons***/
/*---#region I Want to Block ***/
.i-want-to {
    background-color: #80bc00;
    height: 275px;
    position: relative;
}

.i-want-to .dropdown-toggle {
    border-radius: 0 !important;
    background-image: none;
    background-color: #fff;
    box-shadow: none !important;
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
}

.i-want-to--wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2em 4em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 980px;
    width: 100%;
    justify-content: center;
    z-index: 20;
}

.i-want-to span {
    margin-right: 1em;
}

.i-want-to span {
    font-size: 2.2em;
}

.i-want-to li a {
    font-size: 1.9em;
    padding: 10px 20px;
    border-bottom: 0 !important;
    white-space: normal;
    line-height: 120%;
}

.i-want-to li a:hover {
    background-image: none;
    background-color: #eee;
}

.i-want-to li {
    margin-bottom: 0 !important;
}

.i-want-to .caret {
    margin-right: 5px;
}

.i-want-to .dropdown-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #444;
    border-top: 0;
    left: -1px;
}

.i-want-to .btn-group {
    width: 450px !important;
    border: 1px solid #444;
    padding: 0;
    margin: 0;
    height: 50px;
    position: relative;
}

@media all and (max-width:700px) {
    .i-want-to .btn-group {
        width: 100% !important;
        margin: 0 2em;
    }
}

/*---#endregion I Want to Block ***/
/*---#region Facts Grid - 4 Across ***/
/*?Add background image in site specific css 
Code:
.facts-grid--4-items--container {
    background-image: url('imagelocation');
}
*/
.facts-grid--4-items--container {
    background-color: #1E6B52;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    justify-content: center;
    flex-direction: column;
}

.facts-grid--4-items--inner-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2em 0;
}

.facts-grid--4-items--inner-container div {
    color: #fff;
    padding: 39px;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'kulturista-web', serif !important;
    flex-basis: calc(25% - 80px);
    flex-grow: 1;
}

.facts-grid--4-items--container div span {
    color: #fff;
    display: block;
    font-size: 2rem;
}

@media all and (min-width:951px) {

    .facts-grid--4-items--inner-container div:nth-child(1),
    .facts-grid--4-items--inner-container div:nth-child(2),
    .facts-grid--4-items--inner-container div:nth-child(3) {
        border-right: 1px solid #80bc00;
    }
}

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

    .facts-grid--4-items--inner-container div:nth-child(1),
    .facts-grid--4-items--inner-container div:nth-child(3) {
        border-right: 1px solid #80bc00;
    }

    .facts-grid--4-items--inner-container div:nth-child(1),
    .facts-grid--4-items--inner-container div:nth-child(2) {
        border-bottom: 1px solid #80bc00;
    }

    .facts-grid--4-items--inner-container div {
        flex-basis: calc(50% - 80px);
    }
}

@media all and (max-width:550px) {
    .facts-grid--4-items--inner-container {
        flex-direction: column;
    }

    .facts-grid--4-items--inner-container div:nth-child(1),
    .facts-grid--4-items--inner-container div:nth-child(2),
    .facts-grid--4-items--inner-container div:nth-child(3) {
        border-bottom: 1px solid #80bc00;
    }

    .facts-grid--4-items--inner-container div:nth-child(1),
    .facts-grid--4-items--inner-container div:nth-child(2),
    .facts-grid--4-items--inner-container div:nth-child(3),
    .facts-grid--4-items--inner-container div:nth-child(4) {
        border-right: 0px;
    }
}

.facts-grid--4-items--container img {
    max-height: 110px;
    display: block;
    margin: 0 auto 1em;
}

/*---#endregion Facts Grid - 4 Across***/
/*---#region Facts Grid - 8 Items ***/
.facts-grid--8-items--container {
    padding: 4em 2em !important;
    position: relative;
}

.facts-grid--8-items--heading {
    border-width: 4px 0 0;
    border-style: solid;
    border-color: #80bc00;
    position: relative;
    padding: .5em 0;
}

.facts-grid--8-items--heading span:first-child {
    font-size: 5rem;
    display: block;
    color: #fff;
}

.facts-grid--8-items--subheading span:nth-child(2) {
    font-size: 1.8rem;
    font-weight: 200;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
}

.facts-grid--8-items--subheading {
    display: flex;
    align-items: center;
}

.facts-grid--8-items--subheading span:nth-child(1),
.facts-grid--8-items--subheading span:nth-child(3) {
    flex: 1;
    border-top: 4px solid #80bc00;
}

.facts-grid--8-items--inner-container {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.facts-grid--8-items--facts {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.facts-grid--8-items--facts div {
    padding: 2em;
    border-style: solid;
    border-color: #80bc00;
    border-width: 0;
    max-width: 200px;
    min-width: 200px;
}

@supports (display: grid) {
    .facts-grid--8-items--facts div {
        max-width: initial;
        min-width: initial;
    }

    .facts-grid--8-items--facts div:first-child {
        border-width: 0 3px 3px 0;
    }

    .facts-grid--8-items--facts div:nth-child(2) {
        border-width: 0 3px 3px 0;
    }

    .facts-grid--8-items--facts div:nth-child(3) {
        border-width: 0 3px 3px 0;
    }

    .facts-grid--8-items--facts div:nth-child(4) {
        border-width: 0 0 3px 0;
    }

    .facts-grid--8-items--facts div:nth-child(5) {
        border-width: 0 3px 0 0;
    }

    .facts-grid--8-items--facts div:nth-child(6) {
        border-width: 0 3px 0 0;
    }

    .facts-grid--8-items--facts div:nth-child(7) {
        border-width: 0 3px 0 0;
    }
}

.facts-grid--8-items--facts span:first-child {
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 100% !important;
    margin-bottom: 5px !important;
    display: block;
}

.facts-grid--8-items--facts div span:last-child {
    display: block;
    color: #fff;
    font-family: "kulturista-web", serif !important;
    font-weight: 300;
    font-size: 1.2rem;
}

@supports (display: grid) {
    @media all and (max-width: 980px) {
        .facts-grid--8-items--facts {
            margin-top: 3em;
            grid-template-columns: 1fr 1fr;
        }

        .facts-grid--8-items--facts div:first-child {
            border-width: 0 3px 3px 0;
        }

        .facts-grid--8-items--facts div:nth-child(2) {
            border-width: 0 0 3px 0;
        }

        .facts-grid--8-items--facts div:nth-child(3) {
            border-width: 0 3px 3px 0;
        }

        .facts-grid--8-items--facts div:nth-child(4) {
            border-width: 0 0 3px 0;
        }

        .facts-grid--8-items--facts div:nth-child(5) {
            border-width: 0 3px 3px 0;
        }

        .facts-grid--8-items--facts div:nth-child(6) {
            border-width: 0 0 3px 0;
        }

        .facts-grid--8-items--facts div:nth-child(7) {
            border-width: 0 3px 0 0;
        }
    }
}

@media all and (max-width:600px) {
    .facts-grid--8-items--facts {
        margin-top: 1em;
        grid-template-columns: 1fr;
    }

    .facts-grid--8-items--facts div {
        border-width: 0 0 1px 0 !important;
    }

    .facts-grid--8-items--facts div:last-child {
        border-width: 0 !important;
    }

    .facts-grid--8-items--heading span:last-child {
        font-size: 1.4rem;
        bottom: -12px;
    }
}

/*---#endregion Facts Grid - 8 Items ***/
/*---#region News Card Layout ***/
/*BEGIN Four Across Layout */
@media all and (min-width:600px) {
    .news-feed--card-layout--four-across ul.srfrList {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (min-width:900px) {
    .news-feed--card-layout--four-across ul.srfrList {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (min-width:1024px) {
    .news-feed--card-layout--four-across ul.srfrList {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/*END Four Across Layout */
/*BEGIN Three Across Layout */
@media all and (min-width:600px) {
    .news-feed--card-layout--three-across ul.srfrList {
        grid-template-columns: 1fr 1fr;
    }

    .news-feed--card-layout ul.srfrList li {
        flex-basis: calc(45% - 20px);
    }
}

@media all and (min-width:900px) {
    .news-feed--card-layout--three-across ul.srfrList {
        grid-template-columns: 1fr 1fr;
    }

    .news-feed--card-layout ul.srfrList li {
        flex-basis: calc(45% - 20px);
    }
}

@media all and (min-width:1024px) {
    .news-feed--card-layout--three-across ul.srfrList {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .news-feed--card-layout ul.srfrList li {
        flex-basis: calc(30% - 10px);
    }
}

/*END Three Across Layout */
.news-feed--card-layout ul.srfrList {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-gap: 20px;
}

#wrapper .news-feed--card-layout ul.srfrList li {
    border: 1px solid #1E6B52 !important;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all ease 0.5s;
    background-color: #fff;
    margin: 10px;
}

@supports (display:grid) {
    #wrapper .news-feed--card-layout ul.srfrList li {
        margin: 0;
    }
}

.news-feed--card-layout ul.srfrList li:hover {
    box-shadow: 0px 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.5s;
}

.news-feed--card-layout ul.srfrList li h3 {
    margin-top: 0;
    line-height: 100% !important;
}

.news-feed--card-layout ul.srfrList li h3 a {
    font-size: 1.3rem;
}

.news-feed--card-layout ul.srfrList li > p {
    order: -1;
    margin: -8px -8px 10px;
    flex-shrink: 0;
}

.news-feed--card-layout ul.srfrList li > p:first-of-type a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
}

div.news-feed--card-layout.srfrContainer ul.srfrList li img.srfrImage {
    margin: 0 !important;
}

.news-feed--card-layout .srfrReadMore {
    margin-top: 40px;
}

.news-feed--card-layout .srfrReadMore a {
    padding: .5em;
    font-weight: 600 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    border-width: 1px 0 0 0;
    border-color: #eee;
    border-style: solid;
    text-transform: uppercase;
    font-size: .9rem !important;
    text-align: center;
}

.news-feed--card-layout .srfrRow h3 a::after {
    display: block;
    font-family: "kulturista-web", serif !important;
    font-size: 14px;
    background-color: #f5f5f5;
    max-width: 175px;
    border-left: 2px solid #80bc00;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/news"]::after {
    content: "UAB News";
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/uabmagazine"]::after {
    content: "UAB Magazine";
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/reporter"]::after {
    content: "UAB Reporter";
}

/*---#endregion News Card Layout ***/
/*---#region Focus Boxes ***/
/*--BEGIN Focus Box 1 ***/
.focus-box--1 {
    padding: 20px;
    border: 1px solid #1E6B52;
    margin-top: 1em;
    position: relative;
    box-sizing: border-box;
}

.focus-box--1 h2 {
    margin-top: 0 !important;
    background-color: #1E6B52;
    margin-left: -30px;
    padding-left: 30px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3rem;
    position: relative;
    font-family: "proxima-nova", sans-serif !important;
}

.focus-box--1 h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #80bc00 transparent transparent;
}

.focus-box--1 h2 a {
    color: #fff;
    font-size: 1.3rem !important;
}

.focus-box--1 h2 a:hover {
    color: #fff !important;
    text-decoration: none;
}

.focus-box--1--pull-right,
.focus-box--1--pull-left {
    width: 400px;
}

.focus-box--1--pull-right {
    float: right;
    margin: 10px 0 10px 20px;
}

.focus-box--1--pull-left {
    float: left;
    margin: 10px 20px 10px 0px;
}

@media all and (max-width:850px) {
    .focus-box--1 {
        float: none;
        margin: 1em 0;
        width: 100%;
    }
}

a.cc--external-link:after {
    content: "\e251";
    content: "\e024";
    font-family: 'IcoMoon';
    font-weight: normal !important;
    margin-left: 5px;
    font-size: 1.1rem;
}

.link-box a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*--END Focus Box 1 ***/
/*--BEGIN Focus Box 2  ***/
.focus-box--2 {
    position: relative;
    box-shadow: 0px 10px 0 -6px #80bc00;
    border: 1px solid #1E6B52;
}

.focus-box-text-container {
    padding: 20px;
}

.focus-box--full-width--2 {
    margin: 20px 0;
}

.focus-box--title {
    background-color: #1E6B52;
    margin-left: -20px !important;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 1.4em !important;
    ;
}

.focus-box-text-container h2,
.focus-box-text-container h3 {
    margin-top: 0 !important;
}

.focus-box--2--pull-right,
.focus-box--2--pull-left {
    width: 400px;
}

.focus-box--three-across .focus-box-text-container,
.focus-box--two-across .focus-box-text-container {
    display: flex;
    flex-wrap: wrap;
}

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

    .focus-box--three-across .focus-box-text-container,
    .focus-box--two-across .focus-box-text-container {
        flex-direction: column;
    }
}

.focus-box--three-across .focus-box-text-container > div {
    margin: 1em;
    flex-grow: 2;
    flex-basis: 28%;
}

.focus-box--two-across .focus-box-text-container > div {
    margin: 1em;
    flex-grow: 2;
    flex-basis: 45%;
}

.focus-box--2--pull-right {
    float: right;
    margin: 10px 0 10px 20px;
}

.focus-box--2--pull-left {
    float: left;
    margin: 10px 20px 10px 0px;
}

@media all and (max-width:850px) {
    .focus-box--2 {
        float: none;
        width: 98%;
        margin: 1em 0;
    }
}

/*--END Focus Box 2  ***/
/*--BEGIN Focus Box 3  ***/
.focus-box--3 {
    position: relative;
    border: 1px solid #1E6B52;
}

.focus-box--3--text-container {
    padding: 0 20px 10px;
}

.focus-box--full-width--3 {
    margin: 20px 0;
}

.focus-box--3--title {
    background-color: #1E6B52;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: -20px !important;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.3em !important;
    ;
}

.focus-box--3--text-container h2,
.focus-box--3--text-container h3 {
    margin-top: 0 !important;
}

.focus-box--3--pull-right,
.focus-box--3--pull-left {
    width: 400px;
}

.focus-box--3--pull-right {
    float: right;
    margin: 10px 0 10px 20px;
}

.focus-box--3--pull-left {
    float: left;
    margin: 10px 20px 10px 0px;
}

@media all and (max-width:850px) {
    .focus-box--3 {
        float: none;
        width: 98%;
        margin: 1em 0;
    }
}

/*--END Focus Box 3  ***/
/*---#endregion Focus Box ***/
/*---#region Menu Switcher ***/
/*?Add .menu--switcher class to joomla menu module to style as a switcher */
.menu--switcher {
    border-bottom: 2px solid #80bc00;
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;
}

.menu--switcher li.active a {
    background-color: #1E6B52;
    position: relative;
    color: #fff;
}

.menu--switcher li.active a:hover {
    color: #fff !important;
    background-color: #1E6B52;
}

.menu--switcher li a:hover {
    background-color: #fafafa;
}

.menu--switcher li.active a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1E6B52 transparent transparent transparent;
    transform: translateX(-50%);
}

.menu--switcher li a {
    font-size: 1.3em;
    border: 1px solid #80bc00 !important;
    font-family: "kulturista-web", serif !important;
    font-weight: 600 !important;
    margin: 10px 10px;
    padding: 0 10px;
}

/*---#endregion Menu Switcher ***/
/*---#region Timeline ***/
/*?Can be used with a widgekit grid or as a series of divs with a parent container.  Add .timeline--container to widgekit or to parent of multiple divs.*/
.timeline--container > div {
    border-color: #80bc00;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    position: relative;
    box-shadow: 0px 10px 0 -7px #80bc00;
    margin-left: inherit;
    padding: 25px;
}

.timeline--container > div,
.timeline--container > div.uk-grid {
    margin-top: 30px;
}

.timeline--container > div > div {
    padding-left: 0;
}

.timeline--container > div:first-child {
    margin-top: inherit;
}

.timeline--container > div h3 {
    margin-top: 0;
}

.timeline--container blockquote {
    border-left: none;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #eee;
}

.timeline--container > div:after,
.timeline--container > div:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
}

.timeline--container > div:after {
    border-width: 22px 22px 0 22px;
    border-color: #fff transparent transparent transparent;
    bottom: -22px;
}

.timeline--container > div:before {
    border-width: 28px 28px 0 28px;
    border-color: #80bc00 transparent transparent transparent;
    bottom: -28px;
}

.timeline--container > div:last-child:before,
.timeline--container > div:last-child:after {
    display: none;
}

/*---#endregion Timline ***/
/*---#region News Feed Home ***/
.center--home--news-events h3,
.center--home--news-events h2 {
    margin: 0 0 .3em !important;
    line-height: 100% !important;
}

.center--home--news-events h2 {
    margin-bottom: .5em !important;
    padding-left: 15px;
}

.center--home--news-events .srfrContainer h3 a {
    font-size: 1.2rem;
}

#wrapper .center--home--news-events .srfrContainer li {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #444;
}

#wrapper .center--home--news-events .srfrContainer li:last-child {
    border-bottom: none;
}

#wrapper .center--home--news-events img.srfrImage {
    float: right;
    max-width: 150px;
    margin: 0 .5em;
}

.center--home--news-events .srfrContainer li h3 a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 5px;
    top: 3px;
    bottom: 10px;
}

.center--home--news-events .srfrContainer li:hover {
    transition: all ease 0.5s;
    background-color: #fafafa;
}

.center--home--news-events .srfrContainer li {
    position: relative;
}

/*---#endregion News Feed Home ***/
/*---#region Directory - Layout 1 ***/
.blog.directory--layout-1 .items-row {
    display: flex;
    flex-wrap: wrap;
}

.blog.directory--layout-1 .pull-right {
    margin-top: 0;
    flex-shrink: 0;
}

.blog.directory--layout-1 .span3,
.blog.directory--layout-1 .span4,
.blog.directory--layout-1 .span12 {
    border: 1px solid #1E6B52;
    transition: all ease 0.5s;
    position: relative;
}

.blog.directory--layout-1 .item {
    display: flex;
    flex-direction: column;
}

.blog.directory--layout-1 .item .page-header {
    border-bottom: 0;
    order: 2;
    margin: 0;
    padding: 0;
    width: 100%;
}

.blog.directory--layout-1 .item img {
    margin: 0 !important;
}

.blog.directory--layout-1 .item .page-header h2 {
    margin: 0 !important;
}

.blog.directory--layout-1 .item .page-header h2 {
    font-size: 1.2rem;
    background-color: #1E6B52;
    border-bottom: 4px solid #80bc00;
    color: #fff !important;
    padding: .5em .5em;
    display: block;
    margin-top: -1em;
    margin-bottom: 0;
    min-height: 50px;
}

.blog.directory--layout-1 .item .page-header h2 a {
    font-size: 1em;
    color: #fff !important;
}

.blog.directory--layout-1 .item p {
    margin-top: .5rem;
    order: 2;
    padding: .5em .5rem;
    min-height: 50px;
}

.blog.directory--layout-1 .item p span {
    font-weight: bold;
}

.blog.directory--layout-1 .item p.readmore {
    background-color: transparent;
    margin-bottom: 0 !important;
    min-height: auto;
    margin-top: 20px;
}

body.hd.linear.center-template-1 #wrapper .blog.directory--layout-1 .item p.readmore a {
    padding: .5em;
    font-weight: 600 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    border-width: 1px 0 0 0;
    border-color: #eee;
    border-style: solid;
    text-transform: uppercase;
    font-size: .9rem !important;
    text-align: center;
}

.cols-1 .column-1,
.cols-2 .column-1,
.cols-2 .column-2,
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3,
.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4,
.column-1,
.column-2,
.column-3,
.column-4 {
    width: 100%;
}

/*--BEGIN Grid Layout ***/
.blog.directory--layout-1 .span12 {
    padding: 0;
    margin-top: 0;
}

.blog.directory--layout-1 .span12 h2:after {
    display: none;
}

.blog.directory--layout-1 {
    display: flex;
    flex-wrap: wrap;
}

.blog.directory--layout-1 > div {
    flex: 1 0 25%;
    min-width: 210px;
    max-width: 262px;
    margin: 1em;
}

.blog.directory--layout-1 .items-row.row-fluid > div {
    margin-bottom: 0;
}

.blog.directory--layout-1 > .page-header {
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
}

@supports (display: grid) {

    .blog.directory--layout-1 > .page-header,
    .blog.directory--layout-1 > .items-leading {
        grid-column: 1 / -1;
    }

    @media all and (min-width:600px) {
        .blog.directory--layout-1 {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media all and (min-width:900px) {
        .blog.directory--layout-1 {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media all and (min-width:1024px) {
        .blog.directory--layout-1 {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }

    .blog.directory--layout-1 {
        display: grid;
        grid-gap: 20px;
    }

    .blog.directory--layout-1 > div {
        margin: 0;
        min-width: initial;
        max-width: initial;
    }
}

/*--Grid Layout ***/
/*? Add this style to make entire directory card linkable. Requires an image.*/
.blog.directory--layout-1.directory--link-boxes .item-image a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.blog.directory--layout-1.directory--link-boxes .span3:hover,
.blog.directory--layout-1.directory--link-boxes .span4:hover,
.blog.directory--layout-1.directory--link-boxes .span12:hover {
    box-shadow: 0px 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.5s;
}

/*--End Directory Blog Page Layout***/
/*--BEGIN Directory Blog Page Layout***/
.item-page.directory--layout-1 .page-header:nth-child(2) {
    display: none;
}

.item-page.directory--layout-1 .page-header:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0;
}

.item-page.directory--layout-1 .page-header h2,
.item-page.directory--layout-1 .page-header:nth-child(3) {
    margin-bottom: 0 !important;
}

.item-page.directory--layout-1 p:first-child {
    margin-top: 0 !important;
}

.item-page.directory--layout-1 p:first-child span {
    font-weight: bold !important;
    font-size: 1.2em;
    color: #808285;
    text-transform: uppercase;
}

.item-page.directory--layout-1 .item-image {
    position: relative;
}

.item-page.directory--layout-1 .item-image:before {
    background-color: #1E6B52;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0px;
    left: 3px;
    bottom: 0;
    top: -3px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.item-page.directory--layout-1 .item-image:after {
    background-color: #80bc00;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -5px;
    left: -3px;
    right: 0px;
    top: 3px;
    z-index: -1;
}

/*--END Directory Blog Page Layout***/
/*---#endregion Leadership Directory ***/
/*---#region Articles Category - Module ---*/
.articles-categories--1 {
    display: grid;
    list-style-type: none;
    margin: 0;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.articles-categories--1 li {
    margin: 0 !important;
    outline: 1px solid #1E6B52;
    padding: 20px;
    position: relative;
    transition: all ease 0.5s;
}

.articles-categories--1 li:hover {
    transform: scale(1.03);
    transition: all ease 0.5s;
    box-shadow: 0px 10px 0 -6px #80bc00;
}

.articles-categories--1 li h4 {
    margin: 0 !important;
    text-align: center;
}

.articles-categories--1 li a {
    border-bottom: 0 !important;
    font-size: 1.3rem;
}

.articles-categories--1 li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.articles-categories--1 li a:hover {
    background-color: transparent !important;
}

@media all and (min-width:768px) {
    .articles-categories--1 {
        display: grid;
        list-style-type: none;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media all and (min-width:1028px) {
    .articles-categories--1 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/*---#endregion Articles Category - Layout 1 ---*/
/*---#region Two Column List --*/
/*--BEGIN Two Column List **/
ul.two-column-list li:before {
    content: "\e010";
    font-family: 'IcoMoon';
    font-size: .9rem;
    padding-right: 1px;
    color: #80bc00;
    margin-left: -15px;
}

ul.two-column-list {
    list-style-type: none;
    margin-left: 0px;
}

ul.two-column-list li {
    margin-left: 19px;
}

@media all and (min-width:768px) {
    .two-column-list {
        columns: 2;
    }
}

/*--END Two Column List **/
/*--BEGIN Three Column List **/
ul.three-column-list {
    list-style-type: none;
    margin-left: 0px;
}

ul.three-column-list li {
    margin-left: 19px;
}

@media all and (min-width:768px) {
    .three-column-list {
        columns: 2;
    }
}

@media all and (min-width:1028px) {
    .three-column-list {
        columns: 3;
    }
}

/*--END Three Column List **/
/*--BEGIN List Accents **/
ul.triangle-accent-list li:before {
    content: "\e010";
    font-family: 'IcoMoon';
    font-size: .9rem;
    padding-right: 1px;
    color: #80bc00;
    margin-left: -15px;
}

/*--End List Accents **/
/*---#endregion Two Column List ---*/
/*-----------------------------------^Individual Elements */
/*---#region External Link ***/
.external-link--sidebar:after {
    content: "\e024";
    font-family: 'IcoMoon';
    font-weight: normal !important;
    margin-left: 2px;
    font-size: .8rem;
}

.external-link:after {
    content: "\e251";
    content: "\e024";
    font-family: 'IcoMoon';
    font-weight: normal !important;
    margin-left: 5px;
    font-size: 1.1rem;
}

/*---#endregion External Link ***/
/*---#region Link Overlay ***/
/*? Add to a link to force it to cover the nearest relative parent */
.center--link-overlay:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

/*---#endregion Link Overlay ***/
/*---#region Link Box ***/
/*?Add .link-box to element to give it a hover effect */
.link-box {
    transition: all ease 0.5s;
}

.link-box:hover {
    box-shadow: 0px 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.5s;
}

/*---#endregion Link Box ***/
/*---#region Image Frame 1 ***/
.image-frame-1:before {
    background-color: #1E6B52;
    position: absolute;
    content: '';
    right: -3px;
    left: 2px;
    bottom: 8px;
    top: -3px;
    z-index: -1;
}

.image-frame-1 {
    position: relative;
    display: block;
    z-index: 1;
}

.image-frame-1:after {
    background-color: #80bc00;
    position: absolute;
    content: '';
    z-index: -1;
    right: 0px;
    left: -3px;
    bottom: 4px;
    top: 0px;
}

.image-frame-1 img {
    vertical-align: initial;
    width: 100%;
}

.image-frame--pull-right,
.image-frame--pull-left {
    margin: 1em 0;
}

@media all and (min-width:850px) {
    .image-frame--pull-right {
        float: right;
        max-width: 400px;
        margin: 1em 0 1em 1em;
    }

    .image-frame--pull-left {
        float: left;
        max-width: 400px;
        margin: 1em 1em 1em 0;
    }
}

/*---#endregion Image Frame 1 ***/
/*---#region Pull Quotes ***/
.pull-quote--right {
    width: 400px;
    float: right;
    box-shadow: -2px -2px 0 3px #80bc00, 2px 2px 0 3px #1E6B52;
    margin: 20px;
}

.pull-quote--left {
    width: 400px;
    float: left;
    box-shadow: -2px -2px 0 3px #80bc00, 2px 2px 0 3px #1E6B52;
    margin: 20px;
}

.pull-quote--right p,
.pull-quote--left p {
    font-size: 1.2em !important;
    padding: 25px;
    font-weight: 600 !important;
    margin: 0;
}

.pull-quote--right span,
.pull-quote--left span {
    font-size: .9em;
    font-weight: 400;
    display: block;
    margin-top: .5em;
    border-top: 1px solid #eee;
    padding-top: .5em;
}

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

    .pull-quote--right,
    .pull-quote--left {
        float: none;
        width: 100%;
        margin: 2em 0;
    }
}

/*---#endregion Pull Quotes ***/
/*-----------------------------------^Utility */
/*---#region Layout ***/
/*--BEGIN Two Across */
.layout--two-across {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
}

.layout--two-across > div {
    flex-grow: 1;
    min-width: 250px;
    flex-basis: calc(100%/2 - 82px);
    margin-top: 10px;
}

/*--END Two Across*/
/*--BEGIN Three Across */
.layout--three-across {
    display: flex;
    flex-wrap: wrap;
}

.layout--three-across > div {
    flex-grow: 1;
    min-width: 200px;
    flex-basis: calc(100%/3 - 2em);
    padding: 1em;
}

/*--END Three Across */
/*---#endregion Layout ***/
/*#region V2 Directory */
.v2-directory.blog {
    display: flex;
    flex-wrap: wrap;
}

.v2-directory.blog .item-image {
    flex-shrink: 0;
}

.v2-directory > .page-header {
    flex-basis: 100%;
}

/*--BEGIN V2 Directory */
@supports (display: grid) {
    .v2-directory.blog {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .v2-directory > .page-header {
        grid-column: 1 / -1;
    }

    .v2-directory.blog .span12 {
        margin-bottom: 0;
    }
}

/*--BEGIN Two Across Layout */
@media screen and (min-width:600px) {
    .v2-directory--2-across.blog .items-row {
        flex-basis: calc(100% / 2 - 30px);
    }
}

@supports (display: grid) {
    @media screen and (min-width:600px) {
        .v2-directory--2-across.blog {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width:900px) {
        .v2-directory--2-across.blog {
            grid-template-columns: 1fr 1fr;
        }
    }
}

/*--END Two Across Layout */
/*--BEGIN Three Across Layout */
@media screen and (min-width:600px) {
    .v2-directory--3-across.blog .items-row {
        flex-basis: calc(100% / 2 - 30px);
    }
}

@media screen and (min-width:1024px) {
    .v2-directory--3-across.blog .items-row {
        flex-basis: calc(100% / 3 - 30px);
    }
}

@supports (display: grid) {
    @media screen and (min-width:600px) {
        .v2-directory--3-across.blog {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width:900px) {
        .v2-directory--3-across.blog {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width:1024px) {
        .v2-directory--3-across.blog {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }
}

/*--END Three Across Layout */
/*--BEGIN Four Across Layout */
@media screen and (min-width:600px) {
    .v2-directory--4-across.blog .items-row {
        flex-basis: calc(100% / 2 - 30px);
    }
}

@media screen and (min-width:1024px) {
    .v2-directory--4-across.blog {
        flex-basis: calc(100% / 4 - 30px);
    }
}

@supports (display: grid) {
    @media screen and (min-width:600px) {
        .v2-directory--4-across.blog {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width:1024px) {
        .v2-directory--4-across.blog {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }
}

/*--END Four Across Layout */
/*--BEGIN Directory Item */
.v2-directory.blog .items-row {
    border: 1px solid #1E6B52;
    position: relative;
    box-sizing: border-box;
    margin: 10px;
}

@supports (display: grid) {
    .v2-directory.blog .items-row {
        margin: 0;
    }
}

.v2-directory.blog .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.v2-directory.blog .item .page-header {
    order: 2;
    border: 0;
    background-color: #1E6B52;
    border-bottom: 3px solid #80bc00;
    margin: 0;
    ;
    padding: 10px 20px;
    min-height: 52px;
    display: flex;
    align-items: center;
}

.v2-directory.blog .page-header h2,
.v2-directory.blog .page-header h2 a {
    margin: 0 !important;
    color: #fff;
    font-size: 1.4rem;
}

.v2-directory.blog .page-header h2 a:hover {
    color: #fff !important;
    text-decoration: none;
}

.v2-directory.blog .item-image {
    order: 1;
    margin: 0;
}

.v2-directory.blog .item-image img {
    border-radius: 0;
    margin: 0 !important;
}

#wrapper .profile-title {
    font-weight: 600;
    display: block;
    margin-bottom: 1em;
    color: #666;
}

.v2-directory.blog .profile-intro-text {
    order: 3;
    padding: 10px 20px;
}

.v2-directory.blog .profile-contact-info {
    background-color: #eee;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
}

/*---BEGIN Buttons */
.v2-directory .profile-button-container {
    display: block;
    margin-top: 1em;
}

.v2-directory a.profile-button {
    border: 1px solid #eee !important;
    padding: 5px 10px;
}

.v2-directory.blog .profile-button-container,
.v2-directory.blog .readmore {
    margin-top: 3em;
    display: block;
    order: 4;
}

.v2-directory.blog a.profile-button,
.v2-directory.blog .readmore a {
    background-image: none;
    box-shadow: none;
    border-radius: 2px;
    text-shadow: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: .5em 1em;
    font-weight: 600 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    border-width: 1px 0 0 0 !important;
    border-color: #eee;
    border-style: solid;
    text-transform: uppercase;
    font-size: .9rem !important;
    text-align: center;
}

.v2-directory.blog a.profile-button:hover,
.v2-directory.blog .readmore a:hover {
    color: #fff !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #1e6b52 !important;
    text-decoration: none;
}

/*---END Buttons */
/*--END Directory Item */
/*--END V2 Directory */
/*#endregion V2 Directory */
/*#region Middle Menu */
.resourceContent {
    font-size: 16px;
    line-height: 30px;
}

/* BEGIN .middle_content nav list */
.middle-nav--page .middle_content > li {
    border-top: 4px solid #D2D2D2;
    float: left;
    margin: 10px 0 0;
    padding: 20px 0 0;
    width: 100%;
}

.middle-nav--page .middle_content > li a:hover {
    text-decoration: underline !important;
    color: #1E6B52 !important;
}

.middle-nav--page .middle_content > li:last-of-type {
    border-bottom: 4px solid #d2d2d2;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.middle-nav--page .nav-header.resourceCategory::after {
    clear: both;
    content: attr(title);
    float: left;
    font-family: "din-condensed", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 1.6em;
    margin-top: 0.6em;
    position: relative;
    text-align: right;
    text-transform: none;
}

.middle-nav--page .nav-header.resourceCategory {
    color: #333333 !important;
    float: left;
    font-family: "din-condensed", "din-condensed-web", sans-serif !important;
    font-size: 3rem !important;
    font-weight: normal;
    line-height: normal;
    margin: 0 10px 2px 0 !important;
    padding: 2%;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
    border-right: 9px solid #1e6b52;
}

.middle-nav--page .middle_content li span {
    background-color: rgba(235, 232, 229, 1.0);
    border-radius: 6px 0 0 6px;
    float: left;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 117px;
    padding: 2% 1%;
    width: 43%;
}

.middle-nav--page .middle_content p {
    color: #333;
    font-family: "din-condensed", sans-serif !important;
    font-size: 1rem;
    line-height: 1.6em;
    margin: 2px 10px;
    text-align: right;
}

.middle-nav--page .middle_content .nav-child {
    float: left;
    margin: 0;
    min-height: 100px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-top: 10px;
    width: 48%;
}

.middle-nav--page .middle_content ul.nav-child.small {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.middle-nav--page .middle_content .nav-child li {
    line-height: inherit;
    list-style: outside none none;
    padding: 0 0 1em 2em;
    text-indent: -1.5em;
}

.middle-nav--page .middle_content .nav-child li::before {
    color: #a4a4a4;
    content: "•";
    font-size: 2em;
    padding-right: 0.4em;
    vertical-align: sub;
}

.middle-nav--page .middle_content .nav-child a {
    color: #333333;
    font-family: "din-condensed", sans-serif;
    font-size: 20px;
}

.middle-nav--page #middle_content_bottom {
    background-repeat: no-repeat;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.middle-nav--page .miniMiddleContent li span {
    min-height: 40px !important;
}

.middle-nav--page .miniMiddleContent span.nav-header {
    font-size: 2.5rem !important;
}

.middle-nav--page .rightBorderUABGreen {
    border-right: 9px solid #1e6b52;
}

.clear {
    clear: both;
}

@media screen and (max-width: 800px) {
    .middle-nav--page .middle_content li span {
        border-radius: 4px 4px 0 0;
        display: table;
        min-height: 0;
    }

    .middle-nav--page .middle_content .nav-child {
        min-height: 0;
    }

    .middle-nav--page .middle_content span.middleTitle {
        text-align: center;
        width: 94%;
        height: 20px !important;
        float: left;
        margin: auto;
        margin-bottom: 20px !important;
    }

    .middle-nav--page .middle_content span.middleTitle:after {
        font-size: .4em !important;
        text-align: center !important;
    }

    .middle-nav--page .middle_content li > ul {
        width: 94% !important;
        text-align: center;
        margin: auto;
    }

    .middle-nav--page .rightBorderUABGreen {
        border-bottom: 9px solid #1e6b52 !important;
        border-right: none !important;
        width: 100% !important;
    }

    body.hd.middle-nav--page .middle_content h3,
    .middle-nav--page .middle_content p {
        font-size: 1.5rem;
        text-align: center;
    }

    .middle-nav--page ul.middle_links {
        font-size: 0.8em;
        padding: 0 4%;
        text-align: center;
        width: 92%;
    }

    .middle-nav--page .middle_links li {
        list-style: outside none none;
        padding: 0 0 0.8em;
    }

    .middle-nav--page .middle_links li::before {
        content: none;
        font-size: 0;
        padding-right: 0;
        vertical-align: sub;
    }
}

/*#endregion Middle Menu */
/*#region Fix to JCE Image Editor */
.mceModalHeader h3 {
    margin: 0;
    line-height: 20px;
}

/*#endregion Fix to JCE Image Editor */