﻿body {}

.welcome-box-wrapper {
	opacity: 0;
	transform: scale(0, 0);
	background: rgb(0 0 0 / 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.welcome-box {
	opacity: 0;
	transform: scale(0, 0);
	height: 600px;
	width: 694px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 20px #333;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
}

.welcome-box img {
	height: 100%;
	width: auto;
	border-radius: 7px;
}

.welcome-box-wrapper.show,
.welcome-box.show {
	opacity: 1;
	transform: scale(1, 1)
}

.close-btn {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: -25px
}

.close-btn:hover {
	cursor: pointer
}

#s4-workspace {
	background-repeat: no-repeat;
	background-position-y: -55px;
	overflow-x: hidden;
	background-attachment: local, scroll;
}

header {
	background: transparent;
	margin-bottom: 35px;
}

.top-bar-nav-social {
	background: rgb(86 86 86 / 60%);
	padding: 5px 0;
}

.top-bar-nav-social-wrapper {
	height: 24px;
}

.top-bar-nav {
	width: 100%;
	padding-right: 25px;
	position: relative
}

.top-bar-nav::after {
	content: "";
	width: 2px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: 10px;
	top: 4px;
}

.top-bar-nav .navbar {
	padding: 0;
}

.top-bar-nav .nav-item {
	margin-right: 15px;
}

.top-bar-nav .navbar-nav .nav-link {
	padding: 0 !important;
	color: #fff;
}

.top-bar-social {
	width: 90px;
	height: 24px;
}

.top-bar-social-item {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
}

.top-bar-social-item a {
	padding: 2px;
	display: flex;
	color: #fff !important;
	align-items: center;
	justify-content: center;
}

.top-bar-social-item a i {
	color: #fff !important;
	font-size: 16px;
}

.top-bar-social-item img {
	width: 16px;
	height: 16px;
}

.top-bar-social-item.insta img {
	width: 18px;
}

.top-bar-social-item.mail {
	margin-left: 5px;
}

.top-bar-social-item.mail img {
	width: 20px;
	height: 20px;
}

.logo-layout {
	height: 120px;
	padding: 20px 0;
}

.logo {
	width: 350px;
	height: 80px;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
}

.logo-space {
	width: calc(100% - 730px);
}

.logo-link {
	width: 60px;
	height: 60px;
	padding: 30px 0px 0px 0px;
}

@media screen and (max-width: 768px){
	.logo-link {
	width: 60px;
	height: 60px;
	padding: 30px 0px 0px 15px;
}

}

.logo-link img {
	width: 100%;
}

/* Style the search box */
.search-container {
	width: 300px;
	display: flex;
	align-items: center;
}

#SearchBox .ms-srch-sb-border,
#SearchBox .ms-srch-sb-borderFocused {
	border: 0px solid #BABABA;
	display: flex;
}

.search-container input[type=text] {
	padding: 6px;
	border: none;
	margin-top: 8px;
	font-size: 14px;
	width: 220px;
	height: 30px;
	border-radius: 5px 0 0 5px;
	background: rgb(255 255 255 / 70%);
	box-shadow: 2px 2px 4px rgb(0 0 0 / 15%)
}

.ms-srch-sb-searchLink .ms-srch-sb-searchImg {
	display: none
}

.search-container .ms-srch-sb-searchLink {
	float: right;
	width: auto;
	height: 30px;
	padding: 0 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: #959595;
	font-size: 17px;
	border: none;
	cursor: pointer;
	height: 30px;
	border-radius: 0 5px 5px 0;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 15%)
}

.search-container .ms-srch-sb-searchLink::before {
	content: "\f002";
	color: rgb(255 255 255 / 80%);
	position: relative;
	top: 2px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
	.search-box input[type=text] {
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 14px;
	}

	.search-box input[type=text] {
		border: 1px solid #ccc;
	}
}

.top-navigation {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
	box-shadow: 0 1px 4px #9a9a9a;
	border-radius: 5px;
}

.nav-layout-items {
	width: calc(100% - 115px)
}

.top-nav-ctrl {
	width: 115px;
	padding: 5px;
}

.top-nav-ctrl-inner {
	padding: 10px;
	background: rgb(209, 209, 209);
	border-radius: 5px;
	background: -moz-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(239, 239, 239, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(239, 239, 239, 1) 100%);
	background: linear-gradient(to bottom, rgba(209, 209, 209, 1) 0%, rgba(239, 239, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#efefef', GradientType=0);
	;
}

.top-nav-ctrl a {
	margin: 0 5px;
}

.top-nav-ctrl img {
	width: 15px;
	height: 15px;
}

.main-nav-layout {
	position: relative;
	z-index: 1;
}

.slogan {
	min-width: 300px;
	padding: 10px 18px 5px;
	background: rgb(255 255 255 / 50%);
	display: block;
	width: max-content;
	text-align: center !important;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -33px;
	border-radius: 0 0 5px 5px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 400;
	max-width: 1060px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* topbar */
.topbar {
	height: 80px;
	padding: 5px 0;
}

.topbar-greetings {
	background: transparent;
	width: 225px;
	align-items: center;
}

.topbar-greetings-icon {
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0
}

.topbar-greetings-icon img {
	width: 30px;
	height: 30px
}

.buzzer img {
	margin-top: -1px;
}

.twitter img {
	margin-top: 1px;
}

.topbar-sitetitle {
	width: calc(100% - 585px)
}

.topbar-sitetitle span {
	font-size: 40px;
	font-family: 'Library';
	color: #007580
}

.topbar-logo {
	width: 360px;
	height: 70px;
	/* background: url(../images/Logo.svg) no-repeat 50%; background-size: contain;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.topbar-weather {
	background: #fff;
	width: calc((100% - 450px) /2)
}

.nav_user {
	background: #007580;
	height: 50px;
}

.nav_user .row {
	height: 50px;
}

.user_name {
	width: 100%;
	font-size: 1rem;
	color: #fff;
	text-align: right;
}

.not-bell {
	display: none
}

.oncall a {
	width: 80px;
	height: 30px;
	background: url(../images/oncall.svg) no-repeat;
	background-size: contain;
	display: block;
}

/* search */
.ms-dialog .navhide .content-area {
	padding: 0.5rem !important;
}

.ms-dialog #s4-ribbonrow {
	display: none !important
}

.ms-dlgTitle {
	padding: 5px 25px 2px;
}

.ms-dialog div#SearchBox {
	width: 100%;
	text-align: center;
}


/* ========= Contents ============= */
.content {
	background: #ebeced;
}

/* Common */
.ms-dialog .s4-notdlg.d-flex {
	display: none !important
}

.custom-home-btn {
	padding: 0.25rem 0.8rem;
	font-size: 0.8rem;
	letter-spacing: 0.02rem;
	display: block !important;
	float: right;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
	color: rgb(0, 0, 0);
	font-size: 40px;
}

.slick-next {
	right: 35px;
}

.slick-prev {
	left: 15px;
}

.slick-dots {
	bottom: 10px
}

.slick-dots li button:before {
	font-size: 16px;
}

.corporate-1 {
	background: #7e3634 !important
}

.corporate-2 {
	background: #964343 !important
}

.corporate-3 {
	background: #353333 !important
}

.corporate-bg-blue-dark {
	background: #008c95 !important
}

.corporate-bg-purple {
	background: #8986ca !important
}

.font-color-1 {
	color: #7e3634 !important;
}

.font-color-2 {
	color: #a18d7e !important;
}

.font-dark {
	color: #000;
}

.empty_notice__float-msg {
	width: 100%;
	display: block;
	padding: 0;
	text-align: center
}

.dropdown-menu {
	background-color: rgb(255 255 255);
	font-size: 0.8rem;
}

.view-all-box {
	position: absolute;
	bottom: 5px;
	width: calc(100% - 40px);
	align-items: center;
	justify-content: center;
}

/* end::Common */

/* Common Card */
.card-title-font {
	font-size: 1.1rem;
}

.sub-title {
	font-size: 0.95rem
}

.view-all-wrapper {
	position: absolute;
	bottom: 0
}

/* end::Common Card */

/* begin::Modal popup styles */
.ms-dlgTitleBtns {
	margin-top: 0 !important;
	margin-right: 0 !important;
}

/* end::Modal popup styles */

/* =================== content ====================== */
section {
	/*margin-top: 4rem;*/
	display: inline-block;
	width: 100%;
	background: #fff;
	padding-top:4rem;
}

.section-transparent {
	background: transparent;
}

.sec-title,
.sec-title span {
	position: relative;
}

/* news */
.news-content {
	width: calc(100% - 420px);
}

.news-image {
	width: 420px;
	height: 250px;
	background-size: contain;
}

.article-item-img {
	max-height: 220px;
	border-style: solid;
	border-color: #e6e6e6;
	min-height: 223px;
}

.article-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 220px;
}

.article-item-title {
	border-bottom: 3px solid #964343;
}

.article-item-readmore .btn {
	background: #f7f7f7;
	color: #333;
	box-shadow: 0px 1px 3px rgb(156 156 156);
	border-color: #a7a7a7;
}

.article-item-details {
	/*overflow: hidden;*/
	word-break: break-word;
	/*max-height: 90px;*/
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

/* Main links */
.mainlinks {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.mainlinks .article-item-title {
	border-bottom: 0px solid #964343;
	position: relative
}

.mainlinks .article-item-title::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #964343;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: auto;
}

.mainlinks .article-item-title.titah::after {
	width: 100px
}

.mainlinks .article-item-title.circulars::after {
	width: 160px
}

.mainlinks .article-item-title.services::after {
	width: 160px
}

/* Banner */
.imagelink {
	margin: 0 !important;
	padding: 1rem 0 !important;
	position: relative;
	z-index: 0;
}

.imagelink::before {
	content: "";
	width: 98%;
	height: calc(100% - 32px);
	box-shadow: 0 0 20px #b5b5b5;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: -1;
	background: #f00;
	margin: 0 auto;
	right: 0;
	bottom: 0;
}

.banner-main {
	z-index: 0;
	background: #fff;
}

.banner-slider .slick-slide img {
	width: 100%
}

/* Other News */
.sec-title span::after {
	content: "";
	width: 50%;
	height: 3px;
	background: #964343;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

/* pressrelease */
.pressrelease .pressrelease-content .col-6 {
	min-height: 60px;
}

.pressrelease .pressrelease-content .col-6:nth-child(1):after,
.pressrelease .pressrelease-content hr+.col-6:after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 5px;
	background: #d95454;
}

.pressrelease .pressrelease-content .col-6+hr {
	width: 100%;
	height: 0px;
	background: #d95454;
	margin: 1.5rem 0;
}


/* View all */
.viewall span {
	width: auto;
	height: auto;
	background: #d95454;
	box-shadow: 1px 1px 5px #919191;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px;
	;
}

.viewall a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Map and form */
.map-wrapper {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
}

.form {
	width: calc(100% - 250px);
}

.form input,
.form textarea,
.form select {
	font-size: 0.85rem;
	margin-bottom: 5px;
}

.footer-top {
	background: url(../images/ContactUs_bg.png) no-repeat 0 0;
	background-size: cover;
	padding: 40px 0;
}

.foo-links {
	width: calc(100% - 485px)
}

.foo-links a {
	position: relative;
}

.foo-links a::after {
	content: "|";
	position: absolute;
	right: -12px;
	top: 0;
}

.foo-links a:last-child:after {
	display: none;
}

.foo-label {
	width: auto;
}

.foo-value.short {
	width: 60px;
}

.foo-copyrights {}

.social-links {}



/* ======== begin::Admin Portal ===================== */
  .content-wrap.admin_portal {padding: 60px 20px 0;}
  span.list-title { font-size:1.3rem;color:#007580}
  .item-hide { display:none}
		  .all-view-item__wrap { padding:12px 0;position: relative; margin:15px 0;border-bottom:1px solid #e5e5e5}
		  .all-view-item__wrap:nth-child(even) { background: transparent}
  
		  .all-view-item__wrap::after { content:'';position:absolute;width:100%;height:0;left:0;bottom:0px;opacity:0;-webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
		  background: rgba(247,133,52,0);
		  background: -moz-linear-gradient(top, rgba(247,133,52,0) 0%, rgba(243,128,53,0) 20%, rgba(214,95,57,0.15) 94%, rgba(212,93,57,0.4) 100%);
		  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,133,52,0)), color-stop(20%, rgba(243,128,53,0)), color-stop(94%, rgba(214,95,57,0.15)), color-stop(100%, rgba(212,93,57,0.4)));
		  background: -webkit-linear-gradient(top, rgba(247,133,52,0) 0%, rgba(243,128,53,0) 20%, rgba(214,95,57,0.15) 94%, rgba(212,93,57,0.4) 100%);
		  background: -o-linear-gradient(top, rgba(247,133,52,0) 0%, rgba(243,128,53,0) 20%, rgba(214,95,57,0.15) 94%, rgba(212,93,57,0.4) 100%);
		  background: -ms-linear-gradient(top, rgba(247,133,52,0) 0%, rgba(243,128,53,0) 20%, rgba(214,95,57,0.15) 94%, rgba(212,93,57,0.4) 100%);
		  background: linear-gradient(to bottom, rgba(247,133,52,0) 0%, rgba(243,128,53,0) 20%, rgba(214,95,57,0.15) 94%, rgba(212,93,57,0.4) 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78534', endColorstr='#d45d39', GradientType=0 );}
				  .all-view-item__wrap:hover:after { height:43px;opacity:1}
		  .all-view-item__title a { padding:0;font-size:1rem; color:#676767;font-weight: 600;-webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out}
			  .all-view-item__wrap:hover .all-view-item__title a { color:#f87d22}
		  .all-view-item__created {padding:5px 0;font-size: 0.85rem;color:#57b3d8;}
			  .label-cap { margin:0 10px 0 20px;font-weight:600}
			  .all-view-item__created .label-cap:first-child, .display-item__title .label-cap:first-child { margin-left:0}
			  .label-cap_value {font-weight:500;color:#57b3d8}
			  .display-item__title_created .label-cap_value {color:#969696;display:inline-block}
			  .label-cap_value .ms-comm-ratingSeparator {margin-left: 5px;margin-right: 5px;border-left: 2px solid #a7a7a7;}
			  .label-cap_value .ms-comm-ratingCountContainer {color: #5388c7;font-weight: bold;line-height: 22px;}
				  /* New item */
				  .view_all_new { width:80px; overflow:hidden}
					  .view_all_new img { margin:0 auto;display:block; position: relative;opacity: 1; top:40px;animation-name: newitemani ;animation-duration: 1s;animation-delay: 1s;animation-fill-mode: forwards;-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
					  @keyframes newitemani {
						0%   {opacity: 0; top:40px}
						100% {opacity: 1; top:0}
					  }
  /* item icon */
  .item-icon { width:65px;padding: 5px 18px 5px 5px;}
  .item-icon span { display: block;width:30px;height:30px;position:relative;background:url(../images/Document.svg) no-repeat;background-size:cover}	
  .item-icon img{ width:40px;height:auto}
  
  /* Control buttons */
  .btn-wrap { float:right;width:auto}
  .all-view-item__wrap.ctrlbtns { background:transparent;padding:0 0 5px;margin: 0; border-bottom:0px solid #c2a7db;position: absolute;width:100%;top: 30px;left:40px}
  .all-view-item__wrap.ctrlbtns::after { display:none}
  .ctrl-btn { width:auto;display:inline-block;margin:0 5px}
  .ctrlbtns   { padding:0 15px;color:#ff4e00}
  .ctrl-btn i { color:#ff4e00;font-size:1.1rem}
  
  .all-view-item__wrap.admin:hover:after {height: 17px;opacity: 0.8;}
  .admin .item-title { width:calc(100% - 265px)}
  .settings-item { width:200px}
  .settings-content { width:200px}
  .settings-item a {display: inline-block;width: 20px;height: 20px;margin: 0 5px;position: relative; text-align:center}
  .settings-content a {display: inline-block;width: 20px;height: 20px;margin: 0 10px;position: relative; text-align:center}
  .settings-item a::before, .settings-content a::before { content:""; width:8px;height:8px;background:#a1a1a1;border-radius:3px;position:absolute;left:5px;top:5px;-ms-transform: scale(1, 1);-webkit-transform: scale(1, 1);transform: scale(1, 1);-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  .settings-item a i{width:20px;height:20px;font-size:18px !important;color:#a1a1a1;position:absolute;left:0;top:0;color:#fafafa;-ms-transform: scale(0, 0);-webkit-transform: scale(0, 0);transform: scale(0, 0);-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  .settings-content .setting-icon-bg{width:20px;height:20px;font-size:14px;color:#a1a1a1;position:absolute;left:0;top:-1px;color:#fafafa;-ms-transform: scale(0, 0);-webkit-transform: scale(0, 0);transform: scale(0, 0);-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  
  .setting-icon-bg {width: 15px;height: 15px; background: url(../images/Admin/Admin_New.svg) no-repeat;background-size: cover;display: block;}
  .setting-icon-bg.admin {background: url(../images/Admin/Admin_Adminview.svg) no-repeat;background-size:cover}
  .setting-icon-bg.allitems {background: url(../images/Admin/Admin_Allitems.svg) no-repeat;background-size:cover}
  .setting-icon-bg.listsettings {background: url(../images/Admin/Admin_Listsettings.svg) no-repeat;background-size:cover}
  .setting-icon-bg.help {background: url(../images/Admin/Admin_help.svg) no-repeat;background-size:cover}

  .all-view-item__title { font-size:0.95rem;text-align:left}
  
  .all-view-item__wrap.admin:hover .settings-item a::before,  .all-view-item__wrap.admin:hover .settings-content a::before {-ms-transform: scale(0, 0);-webkit-transform: scale(0, 0);transform: scale(0, 0);}
  .all-view-item__wrap.admin:hover .settings-item a i,   .all-view-item__wrap.admin:hover .settings-content a .setting-icon-bg {-ms-transform: scale(1.5,1.5);-webkit-transform: scale(1.5,1.5);transform: scale(1.5,1.5); color:#2dbbff}
  
  
  /* Edit icon */
   .edit-item { overflow:hidden;width: 30px;}
   .edit-item .edit-item-span { display:inline-block;position:relative;margin: 0 5px; bottom:-35px;-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
   .edit-item i { font-size:17px;color:#7b9aa1}
   .edit-item i:hover { cursor:pointer}
  .all-view-item__wrap:hover .edit-item .edit-item-span{bottom:0px;z-index: 100;}

/* ######## end:Admin Portal ################ */


/* =================== Responsiveness ====================== */


/* Desktops */

@media (min-width: 1281px) {

	/* CSS */

}

/* Laptops, Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {

	/* CSS */

}

/* Tablets, Ipads (portrait) */

@media (min-width: 768px) and (max-width: 1024px) {

	/* begin:: Common content */
	.search-container {
		position: absolute;
	}

	/* Nav bar */
	.nav-layout {flex-direction: column;}
	.top-nav-ctrl {
		width: 100%;
		justify-content: right;
	}

	.top-bar-nav ul.navbar-nav { flex-direction: row;}

/* begin::Header */
.logo-space {
    width: calc(100% - 315px) !important;
}
.logo-layout {
    height: 160px;
}
.slogan { 
	max-width: 690px;
	width: calc(100% - 80px);
}
.search-container {
    position: absolute;
    width: calc(100% - 25px);
    top: 80px;
}
#searchInputBox {
    width: 100%;
}
.ms-mpSearchBox {
    width: 100%;
}
.search-container input[type=text] {width: calc(100% - 30px);    margin-left: 0;height: 40px;}
.search-container .ms-srch-sb-searchLink {margin-right: 0;height: 40px;}
.search-container .ms-srch-sb-searchLink::before {top:8px}
/* end::Header */


/* Content area */

section {
    margin-top: 1rem;
}
.mainlinks {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.mainlinks .mainlinks-content .article-item {padding: 0 !important;margin-bottom: 25px;}
.mainlinks .row .col-md-4:last-child .mainlinks-content .article-item {margin-bottom:0}

.pressrelease-content .article-item {margin-bottom: 25px;}
.pressrelease-content .row .col-md-6:last-child {margin-bottom: 0;}
.article.layout-2-col { flex-direction: column;}
.article.layout-2-col .lft-col,
.article.layout-2-col .rgt-col { width: 100%;}
.article.layout-2-col .rgt-col .news { padding-left: 0 !important;}
.article.layout-2-col .rgt-col .news .card-header {margin-top: 0 !important;}
.article.layout-2-col .rgt-col .news .card-body {padding: 1rem;}
.article-item-img {
    max-height: 150px;
    min-height: 150px;
    height: 150px;
}

section.news {padding-top: 1rem;}
.news-wrapper {flex-direction: column-reverse;}
.news-content {width: 100%;padding-top: 15px;    max-width: 100%;}
.news-image {
    width: 100%;    max-width: 100%;
    height: 300px;
    background-size: cover !important;
}


}

/* Tablets, Ipads (landscape) */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* Low Resolution Tablets, Mobiles (Landscape) */

@media (min-width: 481px) and (max-width: 1024px) {

	/* Home page */
.logo {
    width: 250px;
    height: auto;
}
.logo-space {
    width: calc(100% - 610px);
}
.logo-link {
    padding: 15px 0px 0px 0px;
}	
.slogan { 
	max-width: 690px;
}
.top-bar-nav .navbar-nav {
	flex-direction: row;
}

/* Body */
.article-item-img {
    max-height: 140px;
    min-height: 140px;
}

}

/* Most of the Smartphones Mobiles (Portrait) */

@media (min-width: 320px) and (max-width: 480px) {

	/* begin:: Common content */
	.search-container {
		position: absolute;
	}

	/* Nav bar */
	.nav-layout {flex-direction: column;}
	.top-nav-ctrl {
		width: 100%;
		justify-content: right;
	}

	/* begin::Header */
.logo-layout {
    height: 160px;
}

.slogan {    
max-width: 92%;
    white-space: normal;
    overflow: hidden;
    bottom: -8px;
    /* top: 57px; */
    /* margin: 0px 0px 0px 15px; */
    /* min-height: 30px; */
    position: revert!important;
    margin-top: -15px;
    border-radius: 5px 5px 0px 0px;
}
.search-container {
    position: absolute;
    width: calc(100% - 25px);
    top: 80px;
}
#searchInputBox {
    width: 100%;
}
.ms-mpSearchBox {
    width: 100%;
}
.search-container input[type=text] {width: calc(100% - 30px);    margin-left: 0;height: 40px;}
.search-container .ms-srch-sb-searchLink {margin-right: 0;height: 40px;}
.search-container .ms-srch-sb-searchLink::before {top:8px}
/* end::Header */

/* Content Body */
#s4-workspace {
    background-size: auto 630px !important;
    background-position: 50% 0%;
}
div#s4-workspace:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 48%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}

section {
    margin-top: -60px;
}
.mainlinks {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.mainlinks .mainlinks-content .article-item {padding: 0 !important;margin-bottom: 25px;}
.mainlinks .row .col-md-4:last-child .mainlinks-content .article-item {margin-bottom:0}

.pressrelease-content .article-item {margin-bottom: 25px;}
.pressrelease-content .row .col-md-6:last-child {margin-bottom: 0;}

/* Content area */
.article.layout-2-col { flex-direction: column;}
.article.layout-2-col .lft-col,
.article.layout-2-col .rgt-col { width: 100%;}
.article.layout-2-col .rgt-col .news { padding-left: 0 !important;}
.article.layout-2-col .rgt-col .news .card-header {margin-top: 0 !important;}

.news-wrapper {flex-direction: column-reverse;}
.news-content {width: 100%;}
.news-image {
    width: 100%;
    height: auto;
    overflow:hidden;
    padding-bottom:10px;
    /*background-size: cover !important;*/
}

}

@media (min-width: 320px) and (max-width: 376px) {
	/* Header */

}