/*--------------------------------

Customer Portal Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Customer Portal';
  src: url('/fonts/CustomerPortal/Customer Portal.eot');
  src: url('/fonts/CustomerPortal/Customer Portal.eot') format('embedded-opentype'), url('/fonts/CustomerPortal/Customer Portal.woff2') format('woff2'), url('/fonts/CustomerPortal/Customer Portal.woff') format('woff'), url('/fonts/CustomerPortal/Customer Portal.ttf') format('truetype'), url('/fonts/CustomerPortal/Customer Portal.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.cpicon {
  display: inline-block;
  font: normal normal normal 1em/1 'Customer Portal';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.cpicon-sm {
  font-size: 0.8em;
}
.cpicon-lg {
  font-size: 1.2em;
}
/* absolute units */
.cpicon-16 {
  font-size: 16px;
}
.cpicon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.cpicon-is-spinning {
  animation: cpicon-spin 1s infinite linear;
}
@keyframes cpicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.cpicon-rotate-90 {
  transform: rotate(90deg);
}
.cpicon-rotate-180 {
  transform: rotate(180deg);
}
.cpicon-rotate-270 {
  transform: rotate(270deg);
}
.cpicon-flip-y {
  transform: scaleY(-1);
}
.cpicon-flip-x {
  transform: scaleX(-1);
}
/*------------------------
	icons
-------------------------*/

.cpicon-at-sign-2::before {
  content: "\ea01";
}

.cpicon-bank-statement::before {
  content: "\ea02";
}

.cpicon-calendar-date-2::before {
  content: "\ea03";
}

.cpicon-calendar-date::before {
  content: "\ea04";
}

.cpicon-calendar::before {
  content: "\ea05";
}

.cpicon-conference-room::before {
  content: "\ea06";
}

.cpicon-contacts-2::before {
  content: "\ea07";
}

.cpicon-email::before {
  content: "\ea08";
}

.cpicon-file-text::before {
  content: "\ea09";
}

.cpicon-news::before {
  content: "\ea0a";
}

.cpicon-receipt-list-43::before {
  content: "\ea0b";
}

.cpicon-reservation::before {
  content: "\ea0c";
}

.cpicon-send::before {
  content: "\ea0d";
}

.cpicon-signature::before {
  content: "\ea0e";
}

.cpicon-window-paragraph::before {
  content: "\ea0f";
}

