* {
    outline: none;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    border: 0;
}


header {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    border-top: none;
}

header h1 {
    font-size: 0;
    float: left;
    width: 30%;
    margin-bottom: 0;
    margin-top: 0;
}

.main_nav a {
    color: #993366;
}

.foodbook_logo {
    float: left;
    width: 220px;
    height: 120px;
    background-image: url(/_ui/logo-retina.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 220px 120px;
}



.foodbook_logo h1 {
    text-indent: -300vw;
}

.top_nav_group {
    float: right;
    width: 70%;
}

.main_nav {
    font-size: 1.5rem;
}

.main_nav a {
    display: inline-block;
}


.main_nav > ul > li {
    margin: 0;
}

.main_nav > ul > li:last-of-type {
    margin-right: 0;
}

.main_nav > ul > li > a:not(.mainNavChildToggle) {
    padding: 12px 16px;
    font-size: 1.2rem;
    line-height: 12px;
    position: relative;
    font-weight: bold;
}


.main_nav > ul > li > a.active {
    background: none;
    background-size: 86% 3px;
    background-repeat: no-repeat;
    background-position: 50% 95%;
}

.main_nav > ul > li > ul {
    top: 100%;
}

.main_nav > ul > li:last-of-type > ul {
    left: auto;
    right: 0;
}

.main_nav > ul > li:hover a:before {
    opacity: 1;
}

.main_nav > ul > li > ul {
    padding: 0.8em 0;
    font-size: 0.8em;
}

.main_nav > ul > li > ul > li > a {
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 4px;
}

.main_nav > ul > li > ul > li:last-child a {
    margin-bottom: 0;
}

.main_nav ul ul a[target]:after {
    display: inline-block;
    background-image: url(/_imagesui/external.svg);
    background-repeat: no-repeat;
    background-size: 0.7em 0.7em;
    width: 0.7em;
    height: 0.7em;
    margin: 0 0.5em;
    content: "";
}

header a.btn {
    margin-left: 45px;
    margin-left: 1.2em;
}

a.btn {
    padding: 10px 20px;
    line-height: 16px;
    font-size: 1em;
    color: #993366 !important;
    background-color: #ffffff;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
}

a.btn:hover {
    background: #339933 !important;
    color: #ffffff !important;
    text-decoration: none;
}

main {
    padding-top: 0;
    background-image: url('/images/Background-Photo-01.jpg');
    background-size: cover;
    background-position: left top;
    width: 100%;
    min-height: 1000px
}

.about main {
    background-image: none;

}

.mission_vission main {
    background-image: url('/images/Background-Photo-02.jpg');

}
.contact main {
    background-image: url('/images/Background-Photo-04.jpg');

}

.container1, .container2 {
    height:100%;
    padding: 0;
    background-size: cover;
    background-position: left top;
    width: 100%;
    min-height: 700px;

}

.container1 {
   background-image: url('/images/Background-Photo-03.jpg');
}
.container1 .flex-container {
    min-height: 700px;
}
.container2 {
   background-image: none;
   background-color:#ffffff;
   min-height:0;
   padding: 0;
}
main h2,
h2 {
    color: #58595b;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 103, 81, 0.08);
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: relative;
}

main h2:after,
h2:after {
    content: '';
    height: 7px;
    width: 70px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #C56536;
}

main h2 a,
h2 a {
    color: inherit;
}

main h2.toggle_h2 {
    padding-top: 0;
}

main h3.toggle_h3 + div.collapsible > h4 {
    margin-top: 0.8em;
}

main h1,
h1 {
    position: relative;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.homepage h1:not(#logo) {
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
    line-height: 5rem;
    margin-top: 8rem;
    text-transform: uppercase;
    padding-left: 10px;
}

a img,
.grid img,
.grid2 img,
.news_grid img,
.info_list img {
    border-radius: 5px;
}

.eventBlock.right *,
.eventBlock.right *:after,
.eventBlock.right *:before {
    border-radius: 5px;
}

main h1:after,
    {
    content: '';
    height: 7px;
    width: 70px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #C56536;
}

main h3 {
    margin-bottom: 0.8em;
}

.more_link,
.more_link:visited {
    color: #C56536;
    text-decoration: underline;
    padding: 0;
}

.more_link:hover,
.more_link:visited:hover {
    text-decoration: none;
}


.flex-container {
    display: flex;
    align-items: center;
    min-height: 1000px;
}

.homepage .flex-container {
    display: flow-root;
}

.homepage .purple_box {
    margin: 8% 0;
}

.flex-container.center {
    justify-content: center;
    width: 100%;
}
.flex-container.left {
    justify-content: center;
    align-items: start;
    width: 100%;
}

.flex-container.right {
    justify-content: right;
    width: 50%;
}

.flex-container div div {
    background: #993366;
    height: fit-content;
    width: 100%;
    padding: 7%;
    color: #ffffff;
    opacity: 0.8;
    border-radius: 50px 0;
}

.flex-container div div.green {
    background: #3CAD2B;
}

.flex-container h2,
.purple_box h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.purple_box h2 {

    padding-left: 0;
}

.flex-container h2 span {
    display: inline-block;
    width: 150px;
    height: auto;
}

.flex-container h2 .event_title {
    display: inline-block;
    vertical-align: top;
    font-size: 2rem;
    margin-left: 1rem;
}

.purple_box {
    background: #993366;
    height: fit-content;
    width: 100%;
    padding: 7%;
    color: #ffffff;
    opacity: 0.9;
    border-radius: 50px 0;
}
.contact .purple_box {
    margin: 10% 0;
}


.purple_box .form {
    float: left;
    width: 70%;
    margin-right: 5%;
}

.purple_box .sidebar {
    color: #ffffff !important;
    display: inline-block;
    width: 25%;
    position: relative;

}
.purple_box .sidebar h3 {
    color: #ffffff !important;
    font-size: 0.9em;
}

.purple_box .sidebar h3.address:before ,.purple_box .sidebar h3.email:before {
    background-image: url(/images/address-icon.png);
    content: '';
    background-size: 35px;
    position: absolute;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    left: -35px;
    margin-top: -7px;
}
.purple_box .sidebar h3.email:before {
    background-image: url(/images/mail-icon.png);
}
.purple_box .sidebar p,
.purple_box .sidebar a {
    font-size: 0.8em;
    color: #ffffff;

}

body.homepage .stories .news_grid {
    grid-gap: 40px;
}

body main .news_grid a {
    padding: 0;
}

.news {
    margin-bottom: 70px;
}

.info {
    margin-bottom: 1.5em;
    font-style: italic;
}

.news .news_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.news h2 {
    margin-bottom: 20px;
}

.news img {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news a:hover img {
    opacity: 0.8;
}

.news a:hover span:hover {
    color: #555555;
    text-decoration: underline;
}

.news span {
    color: #555555;
    padding: 0;
}

.news .externalLink {
    display: block;
}

.news .externalIcon {
    position: absolute;
    top: 5px;
    right: 0;
}

.news .blockDesc {
    position: relative;
}

.news .imageHolder {
    margin-bottom: 10px;
    overflow: hidden;
}

.news .more_link {
    margin-top: 20px;
}

.news_grid span:before {
    display: none;
}

.physCal {
    margin-bottom: 75px;
}

.physCal h2 {
    margin-bottom: 30px;
}

.events {
    width: 64.5%;
}

.events .more_link {
    margin-top: 10px;
}

.events > span {
    clear: both;
    float: right;
    margin: 1em 0.5em;
    color: #636363;
}

.events h2 {
    margin-bottom: 1em;
}

.events_list {
    color: #3A3E42;
    background-color: #f7faf9;
    margin-bottom: 10px;
}

.events_list .event_item {
    border-bottom: 2px solid #fff;
}


.events_list.full_width .event_item:nth-child(even) {
    margin-right: 0;
}

.events_list .event_item > span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C56536;
    text-align: center;
    height: 72px;
    width: 80px;
    padding-top: 14px;
    font-weight: 700;
    background-color: #fff;
    color: #C56536;
}

.events_list .event_item > p {
    display: inline-block;
    vertical-align: middle;
    padding: 2em 2em 2em 2.6em;
    width: calc(100% - 90px);
    margin: 0;
}

.events_list .event_item.no_item > p {
    width: 100%;
    padding-left: 0;
}

.events_list .event_item span span {
    display: inline-block;
    line-height: 1rem;
    font-size: 1rem;
}

.events_list .event_item span span:nth-of-type(2) {
    display: block;
    line-height: 1;
}

.events_list a {
    display: block;
    color: #3A3E42;
    text-decoration: none;
}

.events_list .event_item.no_item a {
    display: inline-block;
    color: #630460;
    text-decoration: underline;

}

.events_list .event_title {
    font-size: 1.125em;
    font-weight: 400;
}

.events_list .event_cat {
    color: #555555;
    font-style: italic;
    font-size: 1rem;
}

.events_list .event_item span b {
    display: block;
    line-height: 1rem;
    font-size: 1rem;
}

footer {
    background: #993366;
    min-height: 78px;
}

footer *,
footer a,
footer a:visited,
footer:hover {
    color: #fff;
}

footer span {
    font-size: 1em;
}

footer .footer_sm {
    padding: 25px 0;
    letter-spacing: 0.27px;
    font-size: 14px;
    display: flex;
}

footer .footer_sm a {
    padding-left: 1em;
}

footer .footer_sm a span {
    text-decoration: underline;
    font-weight: 500;
}

footer .footer_sm a:hover {
    color: #fff !important;
    text-decoration: none;
}

footer .footer_sm a:hover span {
    color: #fff !important;
    text-decoration: none;
}

footer .footer_sm i {
    font-size: 1.5rem;
    display: block;
}

footer .topFooter {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #fff;
}

footer .footer_links {
    padding: 27px 0;
    margin-left: auto;
}

footer .footer_links .reset_ul {
    margin-top: 0;
}

footer .footer_links li {
    margin-left: 17px;
    font-size: 14px;
    float: left;
    margin-right: 0;
}

footer .footer_links a:hover {
    text-decoration: underline;
}

footer .footer_copyright {
    padding: 25px 0;
    margin-top: 0;
}

footer .siteName {
    margin-left: auto;
    font-size: 12px;
}

footer .copyRights {
    font-size: 12px;
    letter-spacing: 0.23px;
}

footer .copyRights a {
    text-decoration: underline;
}

footer .copyRights a:hover {
    text-decoration: none;
}

.footer_links li:not(:last-child) {
    margin-right: 4px;
}

.quick_action:hover .a,
.quick_action:hover .c,
.quick_action:hover .a,
.quick_action:hover .c {
    stroke: #959595;
    fill: #959595;
}

.quick_action.portal:hover .a {
    fill: transparent;
}

.quick_action.portal:hover .b {
    fill: #fff;
}

.quick_action.search:hover .b {
    fill: #959595;
}

footer {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.back_gray_2 {
    background-color: #F5F5F5;
}

.brief_item {
    margin: 0;
}

.brief_item > div {
    position: relative;
    float: left;
    width: 58%;
    border: 8px solid #F8F8F8;
}

.brief_item > div img {
    width: 100%;
}

.brief_item figcaption {
    float: left;
    width: 45%;
    padding: 0;
    font-size: 1rem;
    font-style: normal;
    color: #00614b;
    padding-left: 50px;
    min-height: 348px;
    margin-top: 80px;
    margin-left: -3%;
    background: #F8F8F8;
    padding-top: 70px;
    position: relative;
}

.brief_item figcaption {
    color: #3A3E42;
    font-size: 1rem;
    border: 8px solid #fff;
}

.brief_item figcaption .event_cat {
    color: #555555;
    font-style: italic;
    font-size: 1rem;
}

.brief_item figcaption p {
    color: #555555;
}

.brief_item figcaption span {
    display: block;
}

body:not(.homepage) .brief_news h2 {
    padding-bottom: 12px;
}

.brief_news {
    margin-bottom: 4em;
    position: relative;
}

.brief_news .more_link {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.brief_news h2 {
	position: absolute;
	right: 0;
	width: 40.6%;
	padding: 0;
}*/

.brief_news .slick-next {
    right: 360px;
}

.brief_news .slick-prev {
    left: auto;
    right: 420px;
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.brief_news .slick-prev,
.brief_news .slick-next {
    position: absolute;
    bottom: 0;
    z-index: 999;
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(145, 135, 135, 0.5);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    font-size: 0;
    background-image: url(/_imagesui/logout.svg);
    background-size: 14px;
    background-position: center center;
    border: none;
    background-repeat: no-repeat;
}

.brief_news .slick-prev:hover,
.brief_news .slick-next:hover {
    background-color: #555555;
}

.brief_news h3 {
    font-size: 2rem;
    line-height: normal;
    color: #58595b;
    margin-bottom: 1.6rem;
}

.brief_news h3 a {
    color: #58595b;
    text-decoration: none;
}

.brief_news h3 a:hover {
    text-decoration: underline;
}

.brief_news .arrow_prev,
.brief_news .arrow_next {
    width: 2.625rem;
    height: 4.125rem;
}

.brief_news .arrow_prev,
.brief_news .arrow_next {
    display: none !important;
}

.brief_news .slick-list {
    height: auto !important;
}

.js_off .brief_item {
    margin-bottom: 30px;
}

.js_off .brief_news h2 {
    position: relative;
    top: 0;
    width: 100%;
}

.footer_sm > * {
    margin-right: auto;
}


.main_nav > ul > li.active {
    position: relative;
}

.sub_nav {
    padding: 17px 0;
    float: none;
    text-align: center;
    margin-bottom: 60px;
}

.sub_nav a {
    color: #3A3E42;
    font-size: 20px;
    /********FONT SIZE CHANGED******/
    ;
}

.sub_nav a.active {
    font-weight: 700;
    text-decoration: none;
}

.sub_nav li:first-of-type {
    border: none;
}

.sub_nav li {
    border: none;
    position: relative;
    margin-bottom: 0;
}

.sub_nav li:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #3A3E42;
    right: -1px;
    top: 5px;
    position: absolute;
}

.sub_nav li:last-child:after {
    display: none;
}

h1 {
    font-size: 2.5rem;
}

.arrow_prev,
.arrow_next,
.arrow_top {
    background-image: url(/_imagesui/next.svg);
    background-size: 15px;
}

.slider .arrow_prev,
.slider .arrow_next,
.slider .arrow_top {
    background-image: url(/_imagesui/arrow-both.svg);
    background-size: auto;
    width: 2.625rem;
    height: 4.125rem;
    background-size: 85% 85%;
}

main:not(.homepage) h2 {
    padding-bottom: 0;
    margin: 1.5em 0 0.6em;
    font-size: 28px;
}
.about main .container2 h2 {
	 color: #ffffff;
	 background: rgb(153,65,109);
	 background: linear-gradient(90deg, rgba(153,65,109,1) 0%, rgba(153,51,102,1) 35%, rgba(255,255,255,1) 100%);
	 text-transform:uppercase;
	 padding: 10px;
	 margin: 0.6em 0 0.6em;
}
/*body:not(.homepage) h2:after {
	display: none;
}*/

body:not(.homepage) main {
    color: #3A3E42;
    font-size: 1.13rem;
}

h1 {
    margin-bottom: 0.5em;
}

.arrow_prev,
.arrow_next {
    height: 6.875rem;
    width: 4rem;
}

.sharing_buttons {
    padding-left: 0;
    padding-top: 2rem;
}

.sharing_buttons span {
    float: left;
    font-size: 0.875rem;
    padding: 1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #d3dBc9;
    border: 1px solid #d3dBc9;
    border-right: 2px solid #C56536;
}


.sharing_buttons a img {
    width: 20px;
}

.sharing_buttons a {
    background-color: transparent !important;
    width: auto;
    padding: 0;
    height: auto;
    margin-right: 0.875rem;
}

.sharing_buttons a:hover {
    background-color: transparent;
}

.sharing_buttons .bordered {
    float: left;
    border: 1px solid #d3dBc9;
    border-left: none;
    padding: 0.495em 0.495em 0.495em 1em;
}

.sharing_buttons .a {
    fill: #959595;
}

.sharing_buttons .sharing_facebook:hover path {
    fill: #4267B2;
}

.sharing_buttons .sharing_twitter:hover .a {
    fill: #1DA1F2;
}

.sharing_buttons .sharing_whatsapp:hover .a {
    fill: #25d366;
}

.sharing_buttons .sharing_copy:hover .a {
    fill: #C56536;
}

.sharing_buttons.right {
    padding-right: 0;
}

.sharing_buttons.right + div {
    clear: both;
}

.sub_nav a.active {
    color: #3A3E42;
}

.footer_sm a:first-of-type {
    text-decoration: none;
}

aside {
    padding-top: 0;
    padding-left: 0;
    font-size: 1.0625rem;
}

main a[href*="//"]:not([href*="soas.lau.edu"]) {
    position: relative;
}

main a[href*="//"]:not([href*="soas.lau.edu"]) span {
    position: relative;
}

main a[href*="//"]:not([href*="soas.lau.edu"]) span:not(.icon):after {
    content: '';
    width: 16px;
    height: 14px;
    display: inline-block;
    background-image: url(/_imagesui/external-link-symbol.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-color: transparent;
    vertical-align: middle;
    margin-left: 7px;
}

main .sharing_buttons a[href*="//"]:not([href*="lau.edu"]):after {
    display: none;
}

main .stories a[href*="//"]:not([href*="lau.edu"]):after {
    display: none;
}




main h1 {
    color: #58595b;
}

body:not(.homepage) .grid a,
body:not(.homepage) .grid a:visited {
    color: #006e58;
}

body:not(.homepage) .grid a:hover,
body:not(.homepage) .grid a:visited:hover {
    color: #953692;
}

.full_width .grid p,
.full_width .grid p:nth-child(3n),
.full_width .grid p:nth-child(4n),
.news_grid a,
.news_grid a:nth-child(3n),
.news_grid a:nth-child(4n) {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
}

.actions_container a {
    float: left;
    width: 25%;
}

/***************Nav Styles Starts Here*************/
aside {
    width: 24.5%;
}

.sideNav {
    margin-bottom: 3.125rem;
    float: right;
    width: 24.5%;
    margin-left: 5%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sideNav li {
    margin: 0 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid #E3E3E3;
}

.sideNav li.active {
    margin: 0;
    padding: 1rem 1.25rem;
    border: none;
    background-color: #F5F5F5;
    border-left: 3px solid #C56536;
}

.sideNav li.active a {
    color: #C56536;
    font-weight: 700;
}

.sideNav li.active.withSub {
    background-color: transparent;
    padding: 0;
}

.sideNav li.active.withSub a {
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #E3E3E3;
    padding: 1rem 0;
}

.sideNav li.active.withSub > a {
    padding: 1rem 1.25rem;
    font-weight: 700;
    background-color: #F5F5F5;
    display: block;
    border: none;
}

.sideNav li.active.withSub li {
    border: none;
    margin: 0;
    padding: 0 1.25rem;
}

.sideNav li.active.withSub ul .active {
    background-color: transparent;
    border-left: 3px solid #C56536;
}

.sideNav li:last-child {
    border: none;
}

.sideNav a {
    color: #555555;
    font-size: 1.063rem;
    text-decoration: none;
}

.sideNav .backTo {
    position: relative;
    padding: 1rem 1.25rem;
    padding-left: 3.75rem;
    display: block;
    font-weight: 700;
    line-height: 1.063rem;
}

.sideNav .backTo:before {
    left: 1.25rem;
    transform: rotate(-180deg);
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(/_imagesui/banner-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 10px);
    background-position: center;
}

body:not(.homepage) .sideNav + main {
    clear: none;
    /*padding-top: 0;*/
}

body:not(.homepage) .sideNav + main > h2 {
    padding-top: 0;
}

main:not(.full_width) {
    width: 70.5%;
}

h1 {
    margin-bottom: 3.125rem;
}

aside:not(.skip_style) {
    width: 24.5%;
}

.banner_image {
    margin-bottom: 1.5rem;
    display: block;
}

.main_nav > ul > li > a.active {
    background: none;
}

body:not(.homepage) .copyRights a:hover {
    color: #fff;
    text-decoration: none;
}

.clearAside aside {
    clear: both;
    float: right;
}

/****************SAS********************/
.hero_slider {
    width: 1380px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 0 !important;
}

.hero_slider .slide {
    position: relative;
}

.hero_slider .arrow_prev,
.hero_slider .arrow_next {
    background-color: transparent;
    box-shadow: none;
}

.hero_slider figcaption {
    max-width: 385px;
    float: right;
    font-size: 1em;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1%;
    font-style: normal;
    position: absolute;
    right: 90px;
    bottom: 80px;
}

.hero_slider figcaption a {
    color: #fff;
    text-decoration: none;
}

.hero_slider figcaption a:hover {
    text-decoration: underline;
}

.hero_slider .link {
    color: #fff;
}

.hero_slider figure img {
    display: block;
    margin: 0 auto;
}

.slick-dots li {
    list-style: none;
    margin-bottom: 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.link,
.more_link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    color: #C56536 !important;
    text-decoration: none;
    padding-right: 30px;
    float: right;
    clear: both;
}

.link:after,
.more_link:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 12px;
    background: url("/_imagesui/green-arrow.svg");
    top: 5px;
    right: 0;
    background-size: contain;
}

/* 
input[type=text] {
	 height: 50px;
	 padding: 0.6em;
	 vertical-align: middle;
	 border: none;
	 color: #555;
}
 */
.ui-helper-hidden-accessible {
    display: none;
}

.news {
    margin-bottom: 4.375rem;
}

.news #news_list {
    margin-bottom: 30px;
}

.news #news_list img {
    margin-bottom: 20px;
}

.news #news_list a {
    padding-bottom: 17px;
}

.news #news_list a span {
    color: #3A3E42;
    font-size: 20px;
    font-weight: bold;
}

main:not(.full_width) .news_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

main h2,
h2 {
    color: #3A3E42;
    padding-left: 15px;
    position: relative;
    border-bottom: 0;
}

main h2:after,
h2:after {
    content: "" !important;
    top: 3px;
    height: 24px;
    width: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #C56536;
}

main:not(.homepage) h2:after {
    content: none !important;
}

h2 {
    padding-left: 0;
}

main:not(.homepage) h1,
h1:not(#logo) {
    color: #C56536;
    padding-left: 20px;
    position: relative;
    font-size: 38px;
    margin-bottom: 25px;
}

/* 
h1:not(#logo):after {
	content: "" !important;
	top: 14px;
	height: 30px;
	width: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #C56536;
}
 */
.about .grid p {
    border: 1px solid #d3dBc9;
    padding: 20px 10px;
}

.about .grid p:hover {
    background: #d3dBc9;
}

.sas-events {
    width: 58%;
    margin-right: 6.5%;
}

.sas-events .events_list {
    background: none;
    margin: 2em 0 2em 0;
}

.sas-events .event_item {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 1.2em;
}

.sas-events .event_item:last-of-type {
    margin-bottom: 0;
}

.sas-events .event_item > span {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(0, 103, 81, 0.4);
    text-align: left;
    min-height: 80px;
    min-width: 76px;
    padding: 0.3em 0;
}

.sas-events .event_item > span b {
    font-size: 1.6em;
    line-height: 28px;
    vertical-align: top;
}

.sas-events .event_item > span span {
    font-size: 0.9em;
    color: #363636;
}

.sas-events .event_item > p {
    /*vertical-align: top !important;*/
    padding-top: 0;
}

.eventBlock {
    width: 35.5%;
    float: left;
}

.eventBlock .eventSlide {
    background-size: cover !important;
    position: relative;
}

.eventBlock .eventSlide img {
    width: 100%;
    min-height: 400px;
}

.eventBlock .eventSlide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 64, 116, 0.78);
}

.eventBlock h3 {
    font-size: 1.5em;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 0.4em;
    /*margin-bottom: 254px 0;*/
}

.eventBlock h3 + p {
    font-size: 1em;
    line-height: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.eventBlock .eventNote {
    padding: 12px 0;
    font-size: 1em;
    line-height: 22px;
    font-weight: 700px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.eventBlock .slick-dots {
    position: absolute;
    top: 20px;
    display: flex;
    padding: 0;
    left: 30px;
}

.eventBlock .slick-dots li {
    margin-right: 6px;
}

.eventBlock .text-block {
    position: absolute;
    z-index: 1;
    top: 4.5rem;
    padding: 0 30px;
    color: #fff;
}

.eventBlock .text-block a {
    color: #fff;
}

.lightBtn {
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #C56536 !important;
    min-width: 142px;
    text-align: center;
    height: 43px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 11px 0;
}

.lightBtn:hover {
    background-color: #C56536;
    color: #fff;
}

.sas-footer .footer_sm img {
    height: 20px;
}

.sas-footer .footer_copyright {
    border-color: #fff;
}

.sas-footer .footer_links li {
    position: relative;
}

.sas-footer .footer_links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -12px;
    height: 18px;
    width: 1px;
    border-right: 1px solid #fff;
}

/* Community Block CSS starts here
-----------------------------------------------*/
.stories {
    padding-bottom: 4.375rem;

}

.stories #stories_list {
    margin-top: 40px;
}

.stories .item {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);


}

.stories .item h3 {
    margin: 0;
    display: block;

    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    color: #fff;
}

.stories .item a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    mix-blend-mode: color-burn;
    border-radius: 5px;

}

.stories .item a:after {}

.item a:hover ~ .item__overlay,
.item a:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
    background: #D0942B;

    mix-blend-mode: normal;
}

.item a:hover,
.item a:focus {
    background: none
}

.item a:hover ~ .item__overlay .item__body,
.item a:focus ~ .item__overlay .item__body {
    opacity: 1;
}

.stories img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
    transform: translate3d(0, calc(100% - 11.5rem), 0);
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}


.item__body {
    flex-grow: 1;
    padding-top: 1rem;
    opacity: 0;
}

.item__body p {
    margin: 0;
}

.stories .icon {
    display: block;
    width: 37px;
    height: 37px;
    margin-bottom: .5rem;
}

.stories .icon.video-icon {
    background: url("/_imagesui/video-icon.png") no-repeat;
    background-size: contain;
}

.stories .icon.article-icon {
    background: url("/_imagesui/article-icon.png") no-repeat;
    background-size: contain;
}

.stories .icon.audio-icon {
    background: url("/_imagesui/audio-icon.png") no-repeat;
    background-size: contain;
}


.stories .link {
    margin-top: 40px;
}



/* Community Bloch CSS ends here
-----------------------------------------------*/


aside h3 {
    border-top: 3px solid #C56536;
    margin-top: 45px;
    font-size: 1.3rem;
    padding-top: 8px;
}

aside h4 {
    font-size: 1.1rem;
    padding-top: 0.7em;
}

aside p {
    font-size: 0.9em;
    padding-top: 7px;
}


aside #previous_years {
    margin-top: 1em;
}

aside .list_links li {
    padding: 0;
}

aside .sharing_buttons {
    padding-top: 10px;
}

aside .sharing_buttons .bordered {
    padding: 0;
    border: none;
}

aside ul {
    padding: 0;
}

aside ul li {
    padding: 7px 0;
    list-style: none;
}

aside ul li:marker {
    display: none;
}

aside ul li a {
    font-size: 0.9em;
    line-height: 18px;
    color: #707070;
}

/*aside ul li:last-child {
	border-bottom: 1px solid #DDDDDD;
}
*/
/*body:not(.homepage) h2 {
	color: #3A3E42;
	padding-left: 20px;
	position: relative;
	font-size: 28px;
	margin: 1.5em 0 0.6em;
}*/

.page_departments .info_list h2 {
    margin-top: 0px !important;
}

.info_list h2 a {
    padding-left: 0.5em;
}

/*body:not(.homepage) h2:after {
	display: block;
	content: "" !important;
	top: 9px;
	height: 22px;
	width: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #C56536;
}*/

.slider {
    margin-bottom: 4.375rem;
}

.slider.banner {
    margin-bottom: 0;
}

.link,
.link:hover {
    color: #C56536;
}

.brief_news h3 {
    font-size: 1.375em;
    line-height: 28px;
    padding-left: 0;
}

.brief_news h3 a {
    color: #3A3E42 !important;
}

.brief_news h3:after {
    content: none !important;
}

.brief_item > div {
    width: 65%;
    border: none;
}

.brief_item figcaption {
    width: 60%;
    margin-left: -25%;
    padding: 25px;
    min-height: 240px;
    margin-top: 80px;
}

.brief_news .slick-next {
    right: calc(27% - 60px);
}

.brief_news .slick-prev {
    right: 27%;
}

.d-links-grid ul {
    padding: 0;
}

.d-links-grid ul li {
    padding: 0.8em 0;
    border-bottom: 1px solid #DDDDDD;
    list-style: none;
}

.d-links-grid ul li a {
    display: block;
    position: relative;
    width: 100%;
    color: #555555;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    line-height: 26px;
    padding-right: 1.25rem;
}

.d-links-grid ul li a:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 12px;
    background: url("/_imagesui/green-arrow.svg") no-repeat;
    background-size: contain;
    top: 8px;
    right: 0;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.staff-grid p {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
}

.staff-grid p a {
    text-decoration: none;
}

.staff-grid span {
    color: #C56536;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 30px;
    display: block;
}

.staff-grid.noPhoto p {
    border-top: 5px solid #DFDFDF;
    padding-top: 15px;
}

p.title {
    font-weight: bold;
    font-size: 1.21em;
}

.grid2 {
    margin-bottom: 0;
}

.grid2 div:nth-child(even) {
    background: #993366;
    color: #FFF;
}

.highlights a {
    text-decoration: none;
}

.highlights .high_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.highlights img {
    max-width: 100%;
    display: block;
}

.highlights span {
    display: block;
    border-bottom: 2px solid #C56536;
    background: #fff;
    padding: 20px;
    max-width: calc(100% - 36px);
    margin: -40px auto 0 auto;
    font-size: 1.125em;
    line-height: 23px;
    font-weight: bold;
    color: #707070;
    position: relative;
}

.highlights .link {
    margin-top: 32px;
}

.depTitle {
    color: #C56536;
    font-size: 14px;
    margin-bottom: 10px;
}

.subTitle {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 28px;
}

.subTitle:after {
    content: none;
}

main .sharing_buttons.right {
    float: right;
    margin-top: 95px;
}

.js_off .hero_slider .slide:not(:first-child) {
    display: none;
}

.js_off .search_major .searchWrapper {
    height: 80px;
    padding: 30px;
}

.js_off .search_major .searchWrapper .link {
    color: #fff !important;
    font-size: 1.125em;
    float: none;
}

.js_off .search_major .searchWrapper .link:after {
    background: url(/_imagesui/white-arrow.svg);
    background-size: contain;
}

.js_off .search_major .searchWrapper label,
.js_off .search_major .searchWrapper input,
.js_off .search_major .searchWrapper .majorSuggestion {
    display: none;
}

.js_off .eventBlock {
    width: 100%;
}

.js_off .eventBlock .eventsSlider {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    display: grid;
}

.js_off .eventBlock .eventsSlider .eventSlide {
    padding: 30px;
}

.js_off .physCal {
    margin-bottom: 55px;
}

.js_off .slider figure:not(:first-child) {
    display: none;
}

.news h2 {
    padding-bottom: 0;
}

.slick-slider {
    overflow: hidden;
}

.slick-vertical .slick-slide {
    border: none;
}

.page_facilities .grid h3 {
    padding: 0.8em 0 1em 0;
    font-size: 1.5rem;
    text-align: center;
}

.page_facilities .grid h3 a {
    text-decoration: none;

}

.search_major .ui-menu li span .keywordFound {
    font-weight: bold;
    color: #C56536;
}

@media only screen and (min-width: 981px) {
    #main_nav {
        display: block !important;
    }

    header:not(.fixed) .secondary_nav {
        display: block !important;
        height: 34px;
    }

    body:not(.homepage) .secondary_nav a:hover {
        color: #C56536;
    }

    nav.sideNav {
        display: block !important;
    }
}


@media only screen and (max-width: 1200px) {
    .quick_action {
        margin-left: 5px;
    }

    .secondary_nav li {
        margin-right: 14px;
    }

    .secondary_nav li a {
        font-size: 14px;
    }

    .physician .description {
        max-width: 200px;
    }

    .main_nav > ul > li > a:not(.mainNavChildToggle) {
        padding: 10px;
    }

    .out_wrap {
        padding: 0 4%;
    }

    .siteLogo span {
        display: block;
    }

    .siteLogo {
        font-size: 1rem;
    }

    .siteLogo {
        width: 230px;
    }

    .out_wrap.actions_container {
        margin-left: 4%;
        margin-right: 4%;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    #logo {
        position: absolute;
        width: auto;
    }

    .top_nav_group {
        width: 71%;
    }

    header .out_wrap {
        padding: 20px 20px 10px;
    }

    .actions_container a {
        border-bottom: 1px solid #dfdfdf;
    }

    .brief_item figcaption {
        min-height: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .brief_news .more_link {
        right: 4%;
    }

    .brief_news .slick-prev {
        right: 32%;
    }

    .brief_news .slick-next {
        right: 25%;
    }

    .actions_container a {
        float: left;
        width: 50%;
    }

    .brief_item > div,
    .brief_item figcaption {
        width: 100%;
    }

    .brief_item figcaption {
        margin-left: 0;
        margin-top: 0;
        min-height: 0;
    }

    .out_wrap .out_wrap {
        padding: 0;
    }

    .brief_news .slick-prev,
    .brief_news .slick-next {
        width: 2.625rem;
        height: 4.125rem;
        background-image: url(/_imagesui/arrow-both.svg);
        background-size: 85% 85%;
        background-color: rgba(64, 64, 64, 0.85);
        top: 34%;
        text-indent: -1000vw;
        font-size: initial;
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
        bottom: auto;
        position: absolute;
        z-index: 999;
    }

    .news .slick-prev {
        left: 0;
        top: 36%;
        right: auto;
    }

    .news .slick-next {
        right: 0;
        top: 36%;
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -o-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

    .brief_news .slick-prev {
        transform: none;
        left: 0px;
        right: auto;
    }

    .brief_news .slick-next {
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -o-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        right: 0px;
    }

    .brief_news .more_link {
        bottom: 0px;
        position: relative;
    }

    .eventBlock .eventName {
        font-size: 1.125em;
    }

    .eventBlock .text-block {
        padding: 0 20px;
        top: 2.6875rem;
    }

    .eventBlock .slick-dots {
        top: 10px;
        left: 20px;
    }

    .eventBlock .eventDescription {
        font-size: 1em;
        line-height: 20px;
    }

    .sas-events {
        margin-bottom: 2rem;
    }

}

@media only screen and (max-width: 1100px) {
    .news_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eventBlock h3 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 980px) {
    .foodbook_logo {
        width: 147px;
        height: 80px;
        background-size: 147px 80px;
    }
.purple_box .form, .purple_box .sidebar  {
    float: none;
    width: 90%;
    margin-bottom:5%;
    margin-right:0;
}
.purple_box .sidebar h3.address, .purple_box .sidebar h3.email
{
margin-left:35px;
}
.purple_box .sidebar h3.address:before, .purple_box .sidebar h3.email:before
{

left:-5px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
    width: 100%;
}
    header .out_wrap {
        height: 120px;
    }

    footer .footer_links li:first-child {
        margin-left: 0;
    }

    .right.footer_links {
        float: none;
        clear: both;
        padding-top: 5px;
    }

    .news_grid a,
    .news_grid a:nth-child(3n),
    .news_grid a:nth-child(4n) {
        width: 47%;
    }

    header {
        max-height: 100%;
    }

    body:not(.homepage) .header_open .quick_action.portal:hover .d {
        fill: #C56536;
    }

    .flex-container.right {
        justify-content: center;
        width: 100%;
    }

    .sharing_buttons.right {
        float: none;
    }

    .sharing_buttons.right .linkCopied {
        display: none;
    }

    .physician,
    .events {
        width: 100%;
    }

    .physician {
        margin-bottom: 4em;
    }

    .comprStroke iframe {
        margin-left: 0;
    }

    .news .news_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news_grid > :nth-child(3n) {
        margin-right: 0;
    }

    #logo {
        position: static;
    }

    .top_nav_group {
        width: 100%;
    }

    .main_nav > ul > li {
        float: none;
    }

    .main_nav > ul > li {
        clear: both;
    }

    .main_nav > ul > li > a:not(.mainNavChildToggle) {
        padding: 0.8em 0;
        padding-left: 0;
    }

    .main_nav > ul > li > a:before {
        display: none;
    }

    header .out_wrap {
        padding: 11px 4%;
    }

    header {
        border: none;
        width: 100%;
        background-color: #fff;
    }

    .main_nav > ul > li > ul {
        padding: 0;
    }

    .main_nav ul li {
        margin: 0;
    }



    header .secondary_nav {
        display: none !important;
    }

    header.header_open .secondary_nav {
        display: block !important;
    }

    .header_open {
        background: #ffffff;

    }
    .homepage .header_open {

        height:340px;
    }


    .header_open .main_nav a,
    .header_open .secondary_nav a {
        /* 	color: #ffffff; */
    }

    .header_open .main_nav a:hover,
    .header_open .secondary_nav a:hover {
        color: #339933;
    }

    .header_open .main_nav a.btn:hover,
    .header_open .secondary_nav a.btn:hover {
        color: #C56536;
        background-color: #fff;
    }

    .header_open .main_nav > ul > li > a:not(.mainNavChildToggle),
    .header_open .main_nav > ul > li > ul > li > a {
        font-size: 1.2rem;
    }

    .header_open .secondary_nav a {
        font-size: 1.1rem;
    }

    .sub_nav a {
        font-size: 1.1rem;
    }

    body:not(.homepage) a.mainNavChildToggle:hover {
        color: #fff;
    }

    .main_nav {
        margin-top: 0;
        padding-top: 22px;
    }

    nav.main_nav {
        margin-bottom: 20px;
    }

    header a.btn {
        border: 1px solid #fff;
        width: auto;
        min-width: 0;
        display: inline-block;
        margin-left: 25px;
        padding: 9px;
    }

    .quick_action .a,
    .quick_action .c {
        stroke: #fff;
    }

    .quick_action .b,
    body:not(.homepage) .quick_action:hover .c,
    body:not(.homepage) .quick_action:focus .c {
        fill: #fff;
    }

    .js_on .secondary_nav ul {
        margin-bottom: 10px;
    }

    .js_on .secondary_nav {
        margin-bottom: 0;
    }

    .mainNavChildToggle {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        width: auto;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        height: auto;
        margin: 0;
        margin-top: 15px;
    }

    .mainNavChildToggle:after {
        content: '';
    }

    .mainNavChildToggle.btn_active {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .mainNavChildToggle.btn_active:after {
        content: '';
    }

    .brief_item > div,
    .brief_item figcaption {
        width: 100%;
    }

    .brief_news h2 {
        position: relative;
        top: 0;
    }

    .brief_item figcaption {
        margin-left: 0;
        border: none;
        margin-top: 0;
    }

    .brief_item figcaption {
        padding-bottom: 85px;
    }

    .brief_news .slick-next {
        right: 0;
    }

    .brief_news .slick-prev {
        right: 62px;
    }

    .brief_news .more_link {
        position: static;
        margin-top: 20px;
    }

    .comprStroke .side_text {
        width: 100%;
        padding: 30px 20px;
        height: auto;
        margin-top: 0;
    }

    iframe {
        width: 100%;
        max-width: 100%;
    }



    .secondary_nav ul {
        padding-top: 7px;
    }

    .js_on .secondary_nav {
        bottom: 16px;
    }

    .siteLogo span {
        display: block;
    }

    body.page_mission main {
        padding-bottom: 0;
    }

    aside {
        margin-left: 0;
    }

    .subnav_toggle {
        background-color: #F5F5F5;
        margin-top: -2.3rem;
        margin-right: 0;
        position: relative;
        z-index: 2;
        width: 50px;
    }

    .lightBackground.visible {
        top: 58px;
    }

    .comprStroke .iframeParent {
        width: 100%;
        padding-bottom: 56%;
        margin-left: 0;
    }

    .brief_news .slick-prev,
    .brief_news .slick-next,
    .news .slick-arrow {
        width: 2.625rem;
        height: 4.125rem;
        background-image: url(/_imagesui/arrow-both.svg);
        background-size: 85% 85%;
        background-color: rgba(64, 64, 64, 0.85);
        top: 34%;
        text-indent: -1000vw;
        font-size: initial;
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
        bottom: auto;
        position: absolute;
        z-index: 999;
    }

    .news .slick-prev {
        left: 0;
        top: 36%;
        right: auto;
    }

    .news .slick-next {
        right: 0;
        top: 36%;
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -o-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

    .brief_news .slick-prev {
        transform: none;
        left: 8px;
        right: auto;
    }

    .brief_news .slick-next {
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -o-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        right: 8px;
    }

    .brief_item figcaption {
        min-height: 0;
        padding-bottom: 20px;
    }

    .leftBigTitle {
        padding: 0;
        font-size: 2.2rem;
        line-height: 49px;
    }

    aside > .right {
        float: none;
    }

    body {
        padding-top: 0;
    }

    .sharing_buttons {
        padding-top: 1rem;
    }

    body .gsc-search-button-v2 {
        padding: 13px 10px;
    }

    .eventBlock .text-block {
        top: 4.3rem;
    }

    /***************Nav Styles Starts Here*************/
    main:not(.full_width),
    .sideNav,
    aside,
    aside:not(.skip_style) {
        width: 100%;
    }

    .sideNav {
        display: none;
        position: relative;
        top: -5px;
    }

    .arrow_down {
        border: none;
        background-color: #F5F5F5;
    }

    .arrow_down:before {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: block;
        height: 14px;
        position: absolute;
        top: 2px;
        transform: rotate(135deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 14px;
        border-color: #C56536;
        left: calc(50% - 7px);
    }

    .btn_active .arrow_down:before {
        transform: rotate(-45deg);
        top: 9px;
    }

    .sideNav .backTo {
        background-color: #F5F5F5;
    }

    .sideNav li.active.withSub {
        display: block;
    }

    .sideNav li.active.withSub li.active {
        display: block;
    }

    .pageTitle {
        max-width: calc(100% - 50px);
    }

    .js_off header .secondary_nav {
        display: block !important;
    }

    .js_off .sideNav {
        display: block;
        position: static;
    }

    .js_off .quick_action .a,
    .js_off .quick_action .c {
        stroke: #959595;
    }

    .js_off .quick_action .b {
        fill: #959595;
    }

    .main_nav > ul > li.active:after {
        background: transparent;
    }

    body header.header_open .siteLogo:hover {
        color: #fff;
    }

    .sas-events,
    .eventBlock {
        width: 100%;
    }

    .stories .stories_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brief_news .more_link {
        position: relative;
    }

    .stories .stories_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    h1:not(#logo):after {
        top: 0;
    }

    .full_width .grid p,
    .full_width .grid p:nth-child(3n),
    .full_width .grid p:nth-child(4n) {
        width: 47%;
        margin-right: 2%;
    }

    main h2,
    h2 {
        font-size: 29px;
    }

    .brief_news h2 {
        width: 100%;
    }

    .actions_container a {
        padding: 2em;
    }

    .actions_container {
        margin-top: -1.25em;
    }

    .actions_container h4 {
        font-size: 1em;
    }

    .actions_container span {
        font-size: 10px;
    }

    .actions_container a:after {
        width: 14px;
        background-size: 14px;
        top: 44%;
        height: 12px;
    }

    .brief_news h3 {
        font-size: 1.5rem;
    }

    .brief_item figcaption {
        padding: 20px;
    }

    .brief_news .slick-prev {
        right: 38px;
    }

    .brief_item figcaption .event_cat {
        font-size: 1rem;
    }

    .brief_item figcaption span {
        font-size: 1rem;
    }

    .physician .blockHolder {
        height: 270px;
        padding: 50px 20px;
    }

    .events_list .event_title {
        font-size: 1em;
    }

    .comprStroke h2 {
        font-size: 21px;
    }

    .comprStroke .side_text {
        margin-top: 0;
    }

    .stories .storyHolder .storyContent {
        padding: 10px;
    }

    footer .footer_sm {
        display: block;
    }

    .right.footer_links {
        float: none;
        clear: both;
    }

    footer .footer_links li:first-child {
        margin-left: 0;
    }

    footer .footer_links {
        padding-top: 5px;
    }

    footer .footer_sm {
        padding: 20px 0;
    }

    .brief_item > div {
        border: none;
        padding: 5% 5% 0;
        background-color: #F8F8F8;
    }

    .brief_item figcaption {
        padding: 5% 5%;
    }

    .brief_news .slick-next {
        right: 0;
    }

    .brief_news .slick-prev {
        left: 0;
    }

    .findDoctor .back_gray_1 {
        padding: 1.5em;
    }
}

@media only screen and (max-width: 680px) {
    .sharing_buttons .sharing_whatsapp {
        display: block;
    }
    .flex-container h2 .event_title {
        font-size: 1.8rem;
     }
     .flex-container h2 span {
    width: 100px;
    height: auto;
    }
    .flex-container div div {
    
      border-radius: 25px 0;
    }
    .purple_box {
      border-radius: 25px 0;    
    }
}

@media only screen and (max-width: 640px) {
    .js_on .sub_nav li:after {
        display: none;
    }
   .homepage main {
/* 

        min-height: 750px;
        margin-bottom: -45px;
 */
	}
	.homepage h1:not(#logo) {  font-size: 3rem; }
	footer .right
	{
	    float:none;
	}
	footer .footer_copyright 
	{   
		text-align: center;
		display: block;
		width: 100%;
		padding: 0;
	}
    .brief_news .slick-prev,
    .brief_news .slick-next {
        top: 26%;
    }

    .news .slick-arrow {
        top: 40%;
        cursor: pointer;
    }

    .sub_nav {
        text-align: left;
    }

    .brief_news h3 {
        margin-bottom: 0.6rem;
    }

    .search_major .searchWrapper {
        max-width: 100%;
        padding: 10px 12px;
        height: auto;
    }

    .news-sas #news_list img {
        margin: 0 auto 20px 0;
    }

    .stories .news_grid {
        grid-template-columns: 1fr;
    }

    .stories .storyHolder .storyContent {
        padding: 25px 15px;
        ;

    }

    .stories .storyHolder .storyContent span {
        font-size: 20px;
    }

    .sas-events .event_item > span {
        height: 100%;
    }

    .stories .storyHolder .storyContent h3 {

        padding-bottom: 10px;
    }

    .news-sas #news_list a {
        padding: 0 30px;
        border: none;
    }

    .news-sas .slick-arrow {
        background-color: transparent;
        background: url(/_imagesui/grey-arrow.svg) no-repeat center;
        width: 20px;
        height: 15px;
    }

    .hero_slider .slick-slide img {
        display: block;
        height: auto;
    }

    .hero_slider .slick-dots {
        position: absolute;
        top: 20%;
        right: 20px;
        transform: nonel;
    }

    .arrow_prev,
    .arrow_next {
        top: 25vw;
    }

    .depList li a {
        padding-right: 17px;
    }

    .latest-news .news_grid,
    .staff-grid {
        grid-template-columns: 1fr;
    }

    .d-links-grid,
    .highlights .high_grid {
        grid-template-columns: 1fr;
    }

    h1:not(#logo) {
        font-size: 29px;
        line-height: 28px;
    }

    .brief_item > div {
        width: 100%;
    }

    .brief_item figcaption {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .brief_news .slick-prev,
    .brief_news .slick-next {
        top: 26%;
    }

    .highlights span {
        max-width: 100%;
        padding: 15px;
    }

    .asideBlock {
        margin-bottom: 25px;
    }

    h3:after {
        top: 10px;
    }

    main:not(.full_width) .news_grid {
        grid-template-columns: 1fr;
    }

    .news #news_list img {
        width: 100%;
    }

    .brief_news .slick-prev {
        left: 0;
        right: auto;
    }

    .d-links-grid {
        padding: 0;
        grid-gap: 0;
    }

    .hero_slider .arrow_prev,
    .hero_slider .arrow_next {
        background-size: 15px;
    }

    .hero_slider .slideContent {
        bottom: 30px;
    }

    .grid2 {
        grid-template-columns: 1fr;
    }



    .hero_slider figcaption {
        bottom: 25px;
        left: 25px;
        width: calc(100% - 50px);
        margin-bottom: 0;
    }

    .item__overlay {


        transform: translate3d(0, calc(100% - 9rem), 0);

    }

}

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

    .news_grid a,
    .news_grid a:nth-child(3n),
    .news_grid a:nth-child(4n) {
        margin-right: 0;
    }

    .full_width .grid p,
    .full_width .grid p:nth-child(3n),
    .full_width .grid p:nth-child(4n) {
        width: 100%;
        margin-right: 0;
    }

    .news .news_grid {
        grid-template-columns: 1fr;
    }

    .brief_news {
        margin-bottom: 20px;
    }

    .news_grid span {
        font-size: 1.125rem;
    }

    .news h2 {
        margin-bottom: 35px;
    }

    .news {
        margin-bottom: 35px;
    }


    .left.copyRights,
    .right.siteName {
        float: none;
        clear: both;
    }

    footer .footer_copyright {
        padding: 15px 0;
    }

    .left.copyRights {
        margin-bottom: 15px;
    }

    .footer_sm span,
    footer .footer_sm a:first-of-type {
        padding-left: 0;
        margin-top: 5px;
    }

    .arrow_prev,
    .arrow_next {
        width: 2.5em;
        height: 3.5em;
    }

    .out_wrap {
        padding: 0 6%;
    }

    header .out_wrap {
        padding: 11px 6%;
    }

    .js_on .secondary_nav {
        width: 88%;
    }

    .out_wrap.actions_container {
        margin: -10% 6% 3em;
    }

    .actions_container a {
        padding: 1em;
    }

    .actions_container a:after {
        display: none;
    }

    .brief_news,
    .news,
    .physician,
    .events {
        margin-bottom: 3em;
    }

    .full_width.staffGrid {
        padding: 0;
    }

    body:not(.homepage) header {
        margin-bottom: 2rem;
    }

    body:not(.homepage) main > :first-child {
        margin-top: 0;
    }

    .staffDetails main h1 {
        margin-bottom: 1em;
    }
    .container1 {
        min-height: 900px;
    }
    
    .about .flex-container {
        min-height: 900px;
    }

}

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

    .eventBlock .text-block {
        top: 2.4rem;
    }
    form:not(.large_labels) label {
      display: inline-block;
      margin: 0 1em 1em 0;
      width: 82%;
    }
   .flex-container h2 .event_title {
	   font-size: 1.5rem;
   }
}

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

}

@supports (display: grid) {

    .actions_container a,
    body main .news_grid a,
    body .news_grid a,
    body .news_grid a:nth-child(3n),
    body .news_grid a:nth-child(4n) {
        float: none;
        width: auto;
        margin: 0;
    }

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

        body main .news_grid a,
        body .news_grid a,
        body .news_grid a: nth-child(3n),
        body .news_grid a:nth-child(4n) {
            float: left;
        }

    }

    .events_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .events_list.full_width {
        display: grid;
        grid-template-columns: 1fr;
    }

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

        .events_list.full_width,
        .events_list {
            display: grid;
            grid-template-columns: 1fr;
        }
    }
}