
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Play:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
 font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5 {
font-family: "Play", sans-serif;
}
h4 {
color: #e83142;
}
.origin-dark .global-header {
  background-color: var(--color-brand, #304665);
  color: #fcfcfc;
  background-image: url("https://uatportal.teamfishel.com/images/21627_Team_Fishel___Teammate_portal_new_design_Banner.png");
  border-bottom-left-radius: 100px;
}
.origin-dark .global-header > .nav .global-nav__inner > ul {
  background-color: transparent;
}
.origin-dark .global-header > .nav .global-nav__inner .top-nav-item .nav-link {
  background-color: transparent;
  color: #fcfcfc;
}
button.nav-link {
font-family: "Play", sans-serif;
}

#global-nav .button {
    color: #fff;
}


footer.global-footer {
  background-color: #000000;
  border-bottom-left-radius: 100px;
  border: 2px #e83142;
  text-align: center;
  border-bottom: 3px solid #e83142 !important;
}

.global-footer h3 {
      padding-top: 28px;
    font-size: 38px;
    margin: 0;
    text-transform: uppercase;
}

.yellow {
    color: #fac13c;
}

.widget.styles1 {
    background: #dddddd;
    padding-top: 30px;
    padding-left: 32px;
    padding-right: 12px;
    padding-bottom: 32px;
    height: 100%;
}

.widget.styles1 h2 {
    color: #e83142;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget.styles1 ul {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5;
}

.widget.styles1 ul > li::before {
    content: "•";
    color: red;
    font-size: 17px;
    display: inline;
    position: relative;
    bottom: 1px;
}

.widget.styles1 ul > li > a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    padding-left: 14px;
    transition: 0.3s;
}

.widget.styles1 ul > li > a:hover {
    color: #e83142;
}

.widget h2 {
 margin-top: 0;
}

.widget {
    padding-top: 30px;
}

.l-grid-item {
    padding-top: 0;
    padding-bottom: 0;
}

.content-wrap > div > .l-grid:first-child {
    border-bottom: 2px solid #7e7e7e;
}

.widget-latest-news .card {
	border: none;
    box-shadow: none;
}

.widget-latest-news .component--shelves__items>li {
	flex-basis: 100%;
    max-inline-size: 100%;	
	border-bottom: 1px solid #000;
    margin-bottom: 12px;
}

.widget-latest-news .l-box {
	padding-left: 0;
    padding-right: 0;
}

.widget-latest-news a {
	color: #000;
}

.widget-latest-news a {
	color: #000;
	text-decoration: none;
}

.widget-latest-news .card__heading a {
    border-left: 5px solid #e83142;
    padding-left: 10px;
	transition:0.3s;
}

.widget-latest-news .card__heading a:hover {
    padding-left: 16px;
    border-color: #ffc23c;
}

.widget-latest-news .card.featured .card__heading a {
    border-left: 0px;
    padding-left: 0px;
}

.widget-latest-news .card.featured .card__heading a:hover {
    padding-left: 12px;
    border-left: 5px solid #ffc23c;
	display: block;
}

.widget-latest-news .card.featured {
	padding: 8px 12px;
    border-left: 5px solid #ffc23c;
    background-color: #f0f0f0;
}

.widget-latest-news .card__text h3.card__heading {
    margin-block-end: 10px !important;
}

.widget-latest-news .card.featured p {
	margin-top: 0;
	font-weight: 300;
    line-height: 1.6;
    font-size: 19px;
}

.widget-latest-news .card.featured p {
	margin-top: 0;
	font-weight: 300;
    line-height: 1.6;
    font-size: 19px;
}

.widget-latest-news .card--neat .card__text>:last-child {
	margin-bottom: 6px;
}

.widget-navigation h2 {
	font-weight: 400;
    font-size: 28px;
    margin-top: 8px;
}

.widget-navigation .component--shelves__items>li {
	flex-basis: 100%;
    max-inline-size: 100%;
}

.widget-navigation .card {
	border: none;
    box-shadow: none;
	display: inline;
}

.widget-navigation .l-box {
	padding: 0;
	display: inline-block;
}

.widget-navigation .u-text-center {
    text-align: left;
}

.widget-navigation a {
    text-decoration: none;
	color: #525252;
	font-family: Montserrat, sans-serif;
	margin-left: 20px;
	font-size: 19px;
	transition: 0.3s;
	line-height: 1.4;
	display: inline-block;
}

.widget-navigation a:hover {
	color: #e83142;
}

.widget-navigation  .clean-list > li {
	padding: 1px 0 1px 10px;
	display: flex;
	margin-bottom: 8px;
}

.widget-navigation  .clean-list > li:before {
	color: #e83142;
    content: "•";
    font-size: 14pt;
}















