/* BEGIN STYLESHEET */
/*MAPACHE STYLING SHEET v1*/
/*Developed by Francisco Carrion - Updated by Francisco Carrion on 01JUL2023*/

/*General Properties*/
body {
	font-family: Helvetica;
    	font-size: calc(12px + 0.1vw) /*0.85rem*/;
    	font-weight: 300
    	color: #5B5B5B;
}

/*Horizontal Menu*/
.ia_horizontalMenuComponent {
    background-color: transparent;
}

.ia_horizontalMenuComponent__item {
    color: #5B5B5B;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 300
}

.ia_horizontalMenuComponent__item:not(.ia_horizontalMenuComponent__item--disabled):hover {
    color: #C26F00;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 400
}

/*Popups - Transparent by Default*/
.ia_popup {
    	background-color: transparent;
    	box-shadow: none !important;
    	border: none;
    	border-color: #D2D2D2;
    	border-radius: 0px;
    	border-width: 0.25px;
}
.ia_popup__header {
	background-color: #D8D8D8 /*var(--div-10)*/;
    	color: #5B5B5B /*var(--neutral-90)*/;
    	border-bottom: var(--containerBorder);
    	font-size: 0.85rem;
}

.ia_popup_header .close-icon .material-icons{
	width: 20px;
	height: 20px;
}

.popup-header {
	height: 60px;
	font-family: helvetica;
	font-weight: 400;
}

/*Black and White to Color Effect*/
.psc-bwc_effect {
	/*-webkit-filter: grayscale(100%);
   	-moz-filter: grayscale(100%);
   	-ms-filter: grayscale(100%);*/
   	filter: grayscale(100%);
   	opacity: 0.4
}

.psc-bwc_effect:hover{
	/*-webkit-filter: none;
  	-moz-filter: none;
   	-ms-filter: none;*/
   	filter: grayscale(0%);
   	opacity: 1
}

/*Keyframes Animation*/

@keyframes fadeIn {
	0%	{opacity: 0;}
	25%	{opacity: 0.25;}
	50%	{opacity: 0.5;}
	75%	{opacity: 0.75;}
	100%	{opacity: 1;}
}

/* BEGIN STYLE CLASSES */
.psc-banner\/textLLeft {
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 2rem;
  font-weight: 300;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 2rem;
  text-align: left;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textLLeftSmall {
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 1.2rem;
  font-weight: 300;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textLRight {
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 2rem;
  font-weight: 300;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 2rem;
  text-align: right;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textLRightSmall {
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 1.2rem;
  font-weight: 300;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textXLLeft {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 2rem;
  text-align: left;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textXLLeftSmall {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textXLRight {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 2.5rem;
  font-weight: 700;
  padding-right: 2rem;
  text-align: right;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-banner\/textXLRightSmall {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  text-shadow: #2B2B2B 0px 0px 5px;
}

.psc-content\/call2Action {
  background-color: #004A75;
  color: #FFFFFF;
  font-weight: 300;
}
.psc-content\/call2Action:hover {
  background-color: #C26F00;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}

.psc-footer\/call2Action {
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 300;
}
.psc-footer\/call2Action:hover {
  text-decoration: underline;
}

.psc-header\/buttonMenu {
  font-size: calc(16px + 0.1vw);
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.psc-header\/call2Action {
  color: #5B5B5B;
  font-weight: 300;
}
.psc-header\/call2Action:hover {
  color: #C26F00;
  cursor: pointer;
  font-weight: 500;
}

.psc-header\/container {
  padding-left: 4%;
  padding-right: 4%;
}

.psc-header\/containerSmall {
  padding-left: 2px;
  padding-right: 6px;
}

.psc-popup\/call2Action {
  background-color: #004A75;
}
.psc-popup\/call2Action:hover {
  background-color: #C26F00;
}

.psc-pu\/container {
  background-color: #FAFAFA;
  padding-left: 10px;
  padding-right: 10px;
}

.psc-pu\/header\/button {
  font-size: 0.7rem;
  font-weight: normal;
}

.psc-pu\/header\/buttonLeft {
  border-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
  font-size: calc(11px + 0.1vw);
  font-weight: 400;
}

.psc-pu\/header\/buttonMiddle {
  border-style: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
  font-size: calc(11px + 0.1vw);
  font-weight: 400;
}

.psc-pu\/header\/buttonRight {
  border-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  cursor: pointer;
  font-size: calc(11px + 0.1vw);
  font-weight: 400;
}
.psc-pu\/header\/buttonRight:hover {
  opacity: 0.90;
}

.psc-pu\/header\/container {
  border-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.75rem;
  margin: 4px;
}

.psc-pu\/header\/spacer {
  background-color: var(--customDark-02);
  color: #FFFFFF;
  font-size: calc(12px + 0.1vw);
  font-weight: 400;
  padding-left: 10px;
}

.psc-pu\/options\/button {
  border-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  font-size: calc(12px + 0.1vw);
  font-weight: 400;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 2px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.psc-pu\/options\/content {
  border-color: #D5D5D5;
  border-style: solid;
  border-width: 0.25px;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 300;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 2px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-top: 6px;
  text-align: left;
}
.psc-pu\/options\/content:disabled {
  background-color: #EAEAEA;
  border-style: none;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 400;
}

.psc-pu\/options\/contentCombo {
  border-color: #D5D5D5;
  border-style: solid;
  border-width: 0.25px;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 300;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-top: 2px;
  text-align: left;
}
.psc-pu\/options\/contentCombo:disabled {
  background-color: #EAEAEA;
  border-style: none;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 400;
}

.psc-pu\/options\/contentHeader {
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.psc-pu\/options\/contentItem {
  background-color: #FFFFFF;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 300;
  padding-left: 4px;
  text-align: left;
}

.psc-pu\/options\/contentLabel {
  border-style: none;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 300;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 2px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-top: 6px;
  text-align: right;
}
.psc-pu\/options\/contentLabel:disabled {
  background-color: #EAEAEA;
  border-style: none;
  color: #000000;
  font-size: calc(11px + 0.1vw);
  font-weight: 400;
}

.psc-pu\/options\/lblLink {
  color: #555555;
  cursor: pointer;
  font-size: calc(12px + 0.1vw);
  font-weight: 400;
  margin-left: 10px;
}
.psc-pu\/options\/lblLink:hover {
  color: #E5A02D;
  cursor: pointer;
  font-size: calc(12px + 0.1vw);
  font-weight: 400;
  margin-left: 10px;
}

.psc-pu\/options\/title {
  font-size: calc(11px + 0.1vw);
  font-weight: 600;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
}
