/* open-sans-300 - latin */

@font-face {
    font-family: 'ASCENDERIcons';
    src:
            url('ASCENDERIcons.ttf?wp6o0u') format('truetype'),
            url('ASCENDERIcons.woff?wp6o0u') format('woff'),
            url('ASCENDERIcons.svg?wp6o0u#ASCENDERIcons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ASCENDERIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Workflow:before {
    content: "\e90f";
}
.icon-Self-Service:before {
    content: "\e900";
}
.icon-BudgetAmendment:before {
    content: "\e901";
}
.icon-Crosswalks:before {
    content: "\e902";
}
.icon-Depreciation:before {
    content: "\e903";
}
.icon-Extracts:before {
    content: "\e904";
}
.icon-HistoricalData:before {
    content: "\e905";
}
.icon-Inquiry:before {
    content: "\e906";
}
.icon-Letters:before {
    content: "\e907";
}
.icon-Maintenance:before {
    content: "\e908";
}
.icon-MyApplications:before {
    content: "\e909";
}
.icon-NextYear:before {
    content: "\e90a";
}
.icon-Options:before {
    content: "\e90b";
}
.icon-OtherApplications:before {
    content: "\e90c";
}
.icon-PayrollProcessing:before {
    content: "\e90d";
}
.icon-Reports:before {
    content: "\e90e";
}
.icon-Tables:before {
    content: "\e911";
}
.icon-Utilities:before {
    content: "\e912";
}

body {
    font-size: 12px;
    line-height: 16px;
}
input {
  	font-size: 12px;
  }
select {
	font-size: 12px;
}
  
  select {
  	font-size: 12px;
  	outline: 0;
  	border-radius: 4px;
  	color: #080808;
  	border: 1px solid #080808;
  }
  body, input, select {
    font-family: "Nunito", sans-serif;
  }
 
  p, ul, ol, table, h1, h2, h3, img { 
    margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
  }
  
  h1 { 
    font-size: 24px; 
    line-height: 31px;
  }
  
  h2 { 
    font-size: 16px; 
    line-height: 16px; 
  }
  
  h3 { 
    font-size: 12px; 
    line-height: 16px; 
    font-weight: bold;
	margin-bottom: 0px;
	color:#216529;	
  }
  
  .error, .peims_error {
	font-weight: bold;
	}
  
  .error_msg .error_msg2 {
	font-weight: bold;
  }
  
  .error_bottom  {
    font-weight: bold;
    color: white;
    font-weight: bold;
    background: #c32533;
    /* margin: 0px; */
    padding: 10px;
    order: 999;
}
  .hidden {
  	display: none !important;
	visibility: hidden;
  }
    
  span.label, span.value {
  	font-weight: bold;
  }
  
  .fill {
  	width: 100%;
  }
  
  .inline li {
  	display: inline;
  	margin-right: 16px;
  }
  
  .inline_block li {
  	float: left; 
  	margin-right: 16px;
  }
  
  .description {
  	font-style: italic;
  }
  
  .important {
  	font-weight: bold;
  }
  
  .very_important {
  	font-weight: bold;
  	font-size: 16px;
  	line-height: 16px;
  }

  .right_align {
  	text-align: right;
  }
  
  .center_align {
  	text-align: center;
  }

  .left_align {
  	text-align: left;
  }
  
  .reset_type p, .reset_type ul, .reset_type ol, 
  .reset_type table, .reset_type h1, .reset_type h2, 
  .reset_type h3, .reset_type img {
  	margin: 0;
  	padding: 0;
  }
  
  #system_alert {
  	color: #080808;
  }
  
  #nav a{ 
  	color: #90D3F1 !important;
  }
